From 88873c1935745e7952efe61be7ecd68086089732 Mon Sep 17 00:00:00 2001 From: Timotej Vesel Date: Mon, 10 Feb 2025 13:26:23 +0100 Subject: [PATCH 1/6] test initial data generation --- .../workflows/scheduled-commit-initial.yaml | 54 + generated-files/reward-epoch-266/data.json | 9415 ------- .../reward-epoch-266/initial-data.json | 5 - .../reward-epoch-266/initial-nodes-data.json | 17516 ------------- .../reward-epoch-266/nodes-data.json | 20998 ---------------- 5 files changed, 54 insertions(+), 47934 deletions(-) create mode 100644 .github/workflows/scheduled-commit-initial.yaml delete mode 100644 generated-files/reward-epoch-266/data.json delete mode 100644 generated-files/reward-epoch-266/initial-data.json delete mode 100644 generated-files/reward-epoch-266/initial-nodes-data.json delete mode 100644 generated-files/reward-epoch-266/nodes-data.json diff --git a/.github/workflows/scheduled-commit-initial.yaml b/.github/workflows/scheduled-commit-initial.yaml new file mode 100644 index 0000000..58dc719 --- /dev/null +++ b/.github/workflows/scheduled-commit-initial.yaml @@ -0,0 +1,54 @@ +name: "Calculate initial rewards data" + +on: + schedule: + - cron: '30 13 * * 1' # Every Monday at 07:30 UCT + - cron: '30 19 * * 4' # Every Thursday at 19:30 UCT + workflow_dispatch: + inputs: + first_reward_epoch: + description: "Reward epoch" + type: number + +permissions: + contents: write + actions: write + +jobs: + process-staking-rewards: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v3 + with: + node-version: 20 + - name: Install jq + run: sudo apt update -y && sudo apt install jq moreutils -y + - name: Install node modules + run: yarn install --frozen-lockfile + - name: Calculate epoch vars + run: | + export REWARD_EPOCH_DEFINED="${{ github.event.inputs.first_reward_epoch }}" + export REWARD_EPOCH_CALCULATED="$(node .github/workflows/get-current-reward-epoch.js)" + export USE_REWARD_EPOCH="${REWARD_EPOCH_DEFINED:-$REWARD_EPOCH_CALCULATED}" + echo "USE_REWARD_EPOCH=$USE_REWARD_EPOCH" >> "$GITHUB_ENV" + + - name: Process initial rewards data for ${{ env.USE_REWARD_EPOCH }} + run: | + jq --raw-output --monochrome-output '.NUM_EPOCHS = 1' configs/networks/flare.json | sponge configs/networks/flare.json + jq --raw-output --monochrome-output --argjson epoch "$USE_REWARD_EPOCH" '.REWARD_EPOCH = $epoch' configs/networks/flare.json | sponge configs/networks/flare.json + yarn run process-staking-rewards + + - name: Commit generated-files + run: | + git config --global user.name 'Reward scripts automation' + git config --global user.email 'flare-foundation-reward-scripts-automation@users.noreply.github.com' + git add generated-files/reward-epoch-${{ env.USE_REWARD_EPOCH }} + git commit -m "Processed initial rewards data for epoch ${{ env.USE_REWARD_EPOCH }}" && git push || echo "No changes were present, failed to commit, proceeding..." + + - name: Upload artifacts + uses: actions/upload-artifact@v4 + with: + name: staking-rewards + path: | + generated-files/reward-epoch-${{ env.USE_REWARD_EPOCH }} \ No newline at end of file diff --git a/generated-files/reward-epoch-266/data.json b/generated-files/reward-epoch-266/data.json deleted file mode 100644 index ae5102e..0000000 --- a/generated-files/reward-epoch-266/data.json +++ /dev/null @@ -1,9415 +0,0 @@ -{ - "recipients": [ - { - "address": "0xaDEDCd23941E479b4736B38e271Eb926596BBe3d", - "amount": "56243928132311989865577" - }, - { - "address": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", - "amount": "1496224057117741991597" - }, - { - "address": "0xe333ACd3a3Aaec34704de3cE739301BA976ce930", - "amount": "103762207825302292809679" - }, - { - "address": "0x3148dB2D64e894fedaE3eCe2f731Ea6280260148", - "amount": "554458043120376050188" - }, - { - "address": "0xafc75aef3bb2afD72BD99910bB63F3877D8cCeBC", - "amount": "332658501549271355169" - }, - { - "address": "0x493a30766b7E9733e4060C7192a820f5E386029C", - "amount": "1164391431443131189932" - }, - { - "address": "0x49d2Bff246ede47435ced3F8A4b18BBD6f25D57C", - "amount": "554436380223811413139" - }, - { - "address": "0xb06535b7F56e18028EE22af0808aC5555b696aF3", - "amount": "55443083591545225861" - }, - { - "address": "0x9dD084FA1486109Dcf76Dff15b25c1988464A0b0", - "amount": "4248315161646169483167" - }, - { - "address": "0x230BE90734f636670251A6fa7b949377E6164228", - "amount": "811597683337325663856" - }, - { - "address": "0x8D1BF8D8BAb0668a18d9D53957c0a59F44F9047B", - "amount": "64016763784631824766" - }, - { - "address": "0x3BC5b15de5a2F24EFd4B72A3adF8fd9827F3952c", - "amount": "84162600891965652857" - }, - { - "address": "0xD99603E81f9903568851f2537397c59c58cE1962", - "amount": "46579235508963408642098" - }, - { - "address": "0x617D1eba48b184E7194938B41230e89a4DfB1e1B", - "amount": "622625820971021183609" - }, - { - "address": "0xB7D8dC528D9e653c5D356a1c182274Fc6f0a15dE", - "amount": "114199298263673175646" - }, - { - "address": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", - "amount": "1940507925704082905156" - }, - { - "address": "0x98f3C440432F400730ccabfC9ce373D4b71b4d24", - "amount": "793960521945721308645" - }, - { - "address": "0xF0FBaba99119bdE6646b480767AFE164731051b2", - "amount": "55443083591545225861" - }, - { - "address": "0xBbE0798c1E4A77d2Ac2beD11DA560365b2C4c6ec", - "amount": "193396564184028056850" - }, - { - "address": "0xbf7E8F8660A3319cC8D834e67D6fe0ACf348684d", - "amount": "95269452259424441215" - }, - { - "address": "0xE546B0a6F93B8FaF929016b798C41AaB4EF9bC4b", - "amount": "332658501549271355169" - }, - { - "address": "0x90FDCD443f7323220C6FA9DA95dabE533AEd312D", - "amount": "847203905603681933477" - }, - { - "address": "0x64d5eAFF20b42D6f8FB82A98E67C16E44E033EFD", - "amount": "55443083591545225861" - }, - { - "address": "0x757A460D53E28D0230C6e01FFfeb725B7f9230fC", - "amount": "153594386526654991568" - }, - { - "address": "0x469F5C21A27e80aFeDE7806cCFd9B508E4Ef4455", - "amount": "226497846559300726955" - }, - { - "address": "0x85Fbc8d57D099923B1378402a91608Cca1e53F1e", - "amount": "134518791772721585957" - }, - { - "address": "0x7e4136EEDb698055F1E1Cab189Bddb563D0fB875", - "amount": "163656892562833844877" - }, - { - "address": "0xc39dc41Db0D63Dd065b9aEC4aDDc7BD2911ab352", - "amount": "759982499478666044153" - }, - { - "address": "0xE5e8C9fB35ECF19D1d05854567A9043DfC8DAE40", - "amount": "2198619997062307243906" - }, - { - "address": "0x5e6AE5b0f6839f50bCCe47768d5EB70a7c9c0cf2", - "amount": "90843507176014652754" - }, - { - "address": "0xDd5199799484C80f828c176a667D6291089Eb7a6", - "amount": "133328396382042691629" - }, - { - "address": "0x65948797ce784D29D3a23061B0A1734220E45bF3", - "amount": "772386714820896040026" - }, - { - "address": "0x75a0f46BB5235b96dc3ABC8Df54a34acbb63dC41", - "amount": "435844240455758303300" - }, - { - "address": "0x65df373e0AbB48b5661669582C6B67d333Ea87DF", - "amount": "56551945263376130378" - }, - { - "address": "0x0Ff0d4a82012f588537bF1f9e86d1De6b776cBd6", - "amount": "63756321807811478288" - }, - { - "address": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", - "amount": "336878332336383737008" - }, - { - "address": "0x891222fbAd4D61feDe268D71aC3259DD788b53b2", - "amount": "153062800902447268197" - }, - { - "address": "0x938D7B51738d681b928cA0faFBfEeDF02d6544bD", - "amount": "55443083591545225861" - }, - { - "address": "0x1eEB33F734caF7b8c823760825baE2fb3ACD0994", - "amount": "55445297988303872177" - }, - { - "address": "0x3875FBCC5178c4fe74b1C4C4e639e312f50b5A1B", - "amount": "42864589242347459070931" - }, - { - "address": "0x3fF764A376A099111BD8c6ECA24AfEd5Ee54eF84", - "amount": "997975504647814065510" - }, - { - "address": "0xEB26dD0d4e25509851096BB9d55892681917a3bB", - "amount": "1327687497042827672311" - }, - { - "address": "0x597d41d4C647DdB04a4Bfc1D0C16bf67125c4d86", - "amount": "1330634006197085420680" - }, - { - "address": "0x3382646143eC122ee8f93aDf1520197B78F3F040", - "amount": "88697843631820541398" - }, - { - "address": "0x08aC21619ce9C924ad644d1ED02dB52260127593", - "amount": "209574874826689374882" - }, - { - "address": "0x2e4489620c72a40856099C44aE4CDB8241B31238", - "amount": "163249079463994276147" - }, - { - "address": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", - "amount": "1211326017983514171686" - }, - { - "address": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", - "amount": "3113703864295026992626" - }, - { - "address": "0x316992e537F6a60914e2832B046690472B8224E0", - "amount": "111002012179669969980" - }, - { - "address": "0xB3E7aCA73cfd0FD8Ef7AAe7C7a8C4686046d974f", - "amount": "55477808308211379889" - }, - { - "address": "0x67316D58B6948d033aFE07293d13D709C2767c45", - "amount": "221773338631148953885" - }, - { - "address": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", - "amount": "6504496727158100988111" - }, - { - "address": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", - "amount": "394915239287807952710" - }, - { - "address": "0xb595192f238808EbAC932AA94824B6EEe065AaD1", - "amount": "4731143131520697370190" - }, - { - "address": "0x2E7eF81929CC91CB20DAe97faF6030589A12e2dc", - "amount": "9158595547238552080884" - }, - { - "address": "0x978c6401CEE48699595E498ee8E8D7F04B414851", - "amount": "648671841116496226421" - }, - { - "address": "0xC8717f46e03327FA3c1aE045fd3d1F9cAD67dfF7", - "amount": "60371357688571468160" - }, - { - "address": "0x330E03eAf71dea0E2CA2675dA7E3176E9F2CC84c", - "amount": "350153874593714515330" - }, - { - "address": "0xbe3940A3dDe8eb2E394D9459dE90d0dE648Ba1A1", - "amount": "71963854925086577533" - }, - { - "address": "0x97B8853E6f46EE7d70e23C07Cb1dB02ad79afF6F", - "amount": "561504497430295423991" - }, - { - "address": "0x910794d860950101Fb9487160A7C596A86732C60", - "amount": "538602861129086000500" - }, - { - "address": "0xf655A4685DD579b1CD90df819eB32e711D9Db56A", - "amount": "60371357688571468160" - }, - { - "address": "0xbA67Af2F07Eb85fD79772ab8911d1aDEc36A21Ac", - "amount": "105998862283758901437" - }, - { - "address": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", - "amount": "650066101605422969142" - }, - { - "address": "0xe52197453345653eA9184B005A52731D46ea4C9D", - "amount": "479274655935802063558" - }, - { - "address": "0x1023993e27375b5a86C7C8Fd1aF1E00975BC1ADC", - "amount": "575946177499469239488" - }, - { - "address": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", - "amount": "2012602974203909827814" - }, - { - "address": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", - "amount": "518072021638094940591" - }, - { - "address": "0x4879a073057491BaD8926aB6840720B7A730eeCc", - "amount": "475578450363032381834" - }, - { - "address": "0xb8AA79263Cf19BF8C4819082791622300c3Bfb62", - "amount": "1931883446034286981134" - }, - { - "address": "0xaa76CC79718E17c816caCDb80e0CC7033CE57D58", - "amount": "118894612590758095458" - }, - { - "address": "0xed8b2a1D1bc80f70BEa9aE4b11Cd5BaaC64888D7", - "amount": "1230978728229108275792" - }, - { - "address": "0x65491ACefA1ce88b5F7eD3ed244bA7Aa29328759", - "amount": "112677099575095480631" - }, - { - "address": "0x799486950ef0163a160A051f00CDa308a4068D23", - "amount": "1363283822089884275908" - }, - { - "address": "0xe3794481059D3894483A298c0897112BF83EAD09", - "amount": "177840456129920339090" - }, - { - "address": "0xFeD0A62C6b2C7B9D42e55BE1dc7e64D16248aa4F", - "amount": "292786595663726363425" - }, - { - "address": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", - "amount": "236557156657259630341" - }, - { - "address": "0x0c71d89263Af8fC7A3A8849D1efb7bc9Ca0Dc7a1", - "amount": "64794732908298919438" - }, - { - "address": "0xF5afA65b1f2ffdD62848a10416058565f875AB9e", - "amount": "241199960477215627556" - }, - { - "address": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", - "amount": "824283646326633079995" - }, - { - "address": "0xA7B685e40A92110DAfa356E62F472a1417bD80b3", - "amount": "8614649725608210343130" - }, - { - "address": "0x263C2B6F55020B6E44D589E560BF0A7c819Fc13B", - "amount": "242959687234769250180" - }, - { - "address": "0x2f246f6467aE96055634581698A260a93294B68A", - "amount": "134268899881935955734" - }, - { - "address": "0x8b2270C8eCaf1af6cE18EbcdC6f509Ad433b98CA", - "amount": "64531133123217978319" - }, - { - "address": "0x8B9005236748A4987A4463E0EC67b069702Bb82A", - "amount": "100517195595126294642" - }, - { - "address": "0x964c4017c562C0bB02BB5a9C85Db84d1e61C7A2e", - "amount": "6506487184729678387385" - }, - { - "address": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", - "amount": "2401708288754248613025" - }, - { - "address": "0x1Bb648F2c3090d9a973d6EF864a1278F41d4b2B7", - "amount": "96594172301714349056" - }, - { - "address": "0x5970A0e9cd3f7417DF763AB0398bDC0B31C6024C", - "amount": "548738150624247497594" - }, - { - "address": "0x9F2583db3AE715EC5045883E3CB6aeA718B392D4", - "amount": "60372561493443778275" - }, - { - "address": "0xa49C0428307f9E1f9cD12bFaCB88506Cb24673F9", - "amount": "387585246357411109103" - }, - { - "address": "0xAa3128f0F0B98eF4A284C82d7A303d1137709868", - "amount": "3622281461314288089629" - }, - { - "address": "0x505B6F62E4eed5C5E78c3c97Cac48e5B1A778dbC", - "amount": "637034909032957358369" - }, - { - "address": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", - "amount": "4402737465152405692024" - }, - { - "address": "0xa6475eb10e6B0BFA84C40e652A5F9e3A8500AF42", - "amount": "126608374756475772281" - }, - { - "address": "0x58D6eBeE2F07c53559c2329AAa0f7Df233287cB4", - "amount": "1518220103334786130100" - }, - { - "address": "0x580f6Cd88d86163962940e1ABC3d749c58EDA80A", - "amount": "60371357688571468160" - }, - { - "address": "0x27Ec7a2a878999657E888bC365331eF73edbbf5e", - "amount": "60371357688571468160" - }, - { - "address": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", - "amount": "2006920385672908447773" - }, - { - "address": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", - "amount": "4417904705496522840360" - }, - { - "address": "0x72EA25A4cF4C2BE3D22830b135EDCa856c800bB9", - "amount": "482970861508571745283" - }, - { - "address": "0x6F645ba08480dCD33231F01644A90Cd80dCE3F51", - "amount": "220644625794797761550" - }, - { - "address": "0xf2a5B9c0404CaEbAFDf06b12165fBdBbACd6B658", - "amount": "64576300825027660932" - }, - { - "address": "0x51905F6727b5de3D54081C3952a52fEff4bd2c93", - "amount": "11058656980171403394074" - }, - { - "address": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", - "amount": "4004846231043887264794" - }, - { - "address": "0x73edAE94Fc39a6a86b6044a7820cE7c92ffC7903", - "amount": "208326795202339543025" - }, - { - "address": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", - "amount": "158936839629096314136" - }, - { - "address": "0xce4e60a122b0ffa95c2CA1Ef156b4B1A2B73D674", - "amount": "60389463058742270743" - }, - { - "address": "0xeB1bFe6A7Ff5Be8c40fd3cD0E9843335D8FEb62d", - "amount": "1092756343136898093843" - }, - { - "address": "0x388037f6C0Ba6e9Df6f1Aee39Cd3EfeC83A59A72", - "amount": "136170009706026181751" - }, - { - "address": "0xb107DFea8aEC9E61B7a87127d8AFdCE5F6AA57dC", - "amount": "137646694322515793634" - }, - { - "address": "0x2Cd2902dC836DC8CDA9e694BeceA220E63225f14", - "amount": "927304054096457750945" - }, - { - "address": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", - "amount": "403060130009258413381" - }, - { - "address": "0xBe0E140526439082dE657000946896612904b0a0", - "amount": "2431873264576756062358" - }, - { - "address": "0x96C781236C5f3E7Ab9a6fc2e160eAE02E0B607BA", - "amount": "1178447694653761287063" - }, - { - "address": "0xAB7b350117FeE05974b93d69700F200E5D59A60F", - "amount": "279640128813463040519" - }, - { - "address": "0x196C2d3322925080A10b143B3B5F1670B45b970c", - "amount": "401025146153671406998" - }, - { - "address": "0x2c3a68A873a344aa7f3C0D140E9763EF77E1a336", - "amount": "816330848589876366186" - }, - { - "address": "0x2800EfB7025910611FB75A830F643c4A26Aafbb5", - "amount": "118894612590758095458" - }, - { - "address": "0x2903DfA12444f8EAaD56bD320b9d9905a6eaA480", - "amount": "240807782531758881931" - }, - { - "address": "0x53eC0eF1B7321AC80b71dBc574A2836C917cdb73", - "amount": "121950142530914365684" - }, - { - "address": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", - "amount": "2120785306283586589814" - }, - { - "address": "0xe5eB4FE3Bfb58FF77E0CB8adC9E8Ed775e78Fb1b", - "amount": "80900030534711848879" - }, - { - "address": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", - "amount": "1013288222536351395102" - }, - { - "address": "0x9D26Ac9173fb8a48F79C7f9b5BdF03Cf3ab9eB55", - "amount": "414876898309960155440" - }, - { - "address": "0x2b8328AaCA09810bc41a7a35D79Eb7AA07369Ed3", - "amount": "2359411223951313500558" - }, - { - "address": "0xd66C5fC960550154495a4F9949dA2b9fdca00558", - "amount": "62665469280737183950" - }, - { - "address": "0xb2b65d8215C3E0101A2271Cb265ad990d2e5Df25", - "amount": "61921689324305368377" - }, - { - "address": "0x6f0b454D65F6a075D2E514C23095756F33f8bdfE", - "amount": "1385728136108082913290" - }, - { - "address": "0x838c7c88748929538B1789EB6513243d6DB518A2", - "amount": "709292267781601741534" - }, - { - "address": "0xA965598bAC6B627Ef57B09497d717D02bEd63111", - "amount": "181114073065714404481" - }, - { - "address": "0xC77eea5eE92BbE1b22Da3417710B2dbDbDe5C8E1", - "amount": "481020215554465855534" - }, - { - "address": "0xb051284e6A1B4284cB246400639e2e20D973356D", - "amount": "1691630083804257669066" - }, - { - "address": "0xb27ed54A89EEec2808CEaeC6d0e6830358F0724E", - "amount": "61578784842342897523" - }, - { - "address": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", - "amount": "6654271213152219669392" - }, - { - "address": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", - "amount": "206406828015054734292" - }, - { - "address": "0x5b660C62AC21f83d6616f3270dcFF10f0E2C12B1", - "amount": "507852301999495206229" - }, - { - "address": "0xAB52Ba1dF93a53B2C6f5f7aBD147629C415dCCa9", - "amount": "60371357688571468160" - }, - { - "address": "0x9349d897bA2029e8301C6503CC64259692d6db29", - "amount": "2516110130672926948852" - }, - { - "address": "0xE39C1715cc4F1A58E1D638090cb9761a2dB29488", - "amount": "615988186146878995412" - }, - { - "address": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", - "amount": "682678797922533300620" - }, - { - "address": "0x185178dfd671c4340cD2ef152DBf28BEdf7134A9", - "amount": "169101376518071399036" - }, - { - "address": "0x77ac1E3c4133ad03348c6078Ca2f9E90fE2ADDb3", - "amount": "185629848205965242757" - }, - { - "address": "0x489554d07290B3350D18D95AeFc6769940A9A8A9", - "amount": "153343248528971529127" - }, - { - "address": "0x2193bc6C4b6dCDeFd6A17AFe56c9d3a627427d52", - "amount": "61175225434802510520" - }, - { - "address": "0x85cDa2D7db50D72A29740C2146F5FeDB7dd1bdfD", - "amount": "60371357688571468160" - }, - { - "address": "0xb6EF750371165BdC189E2996a4C6cF1701a6d961", - "amount": "60371357688571468160" - }, - { - "address": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", - "amount": "6177141966784111871943" - }, - { - "address": "0xE54C5D05aea6A740D519e74BF58e2F7C3Ed10918", - "amount": "60371357688571468160" - }, - { - "address": "0xf9C2bbDEA296afb0FeDd364095303Adbf734aaAc", - "amount": "174271205140254767390" - }, - { - "address": "0x0c99DD909e9fA69A277d3b540dFd910Dd258FE92", - "amount": "126107031092002522823" - }, - { - "address": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", - "amount": "1029674921016437624719" - }, - { - "address": "0x4c6FF89674cCd7137f42d0a257ED82Bd7E2BaF4a", - "amount": "708163353414491337278" - }, - { - "address": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", - "amount": "2276919874729760901855" - }, - { - "address": "0x00EcE59264615fCECf033A93649B3b97920186a8", - "amount": "874734535355660696775" - }, - { - "address": "0x2aB5D776229A26C5bC64b5aA55D97046b464D027", - "amount": "490780146409257936470" - }, - { - "address": "0x4c254A6Cae5a01A6feA6BdcCB0D72D84023387f7", - "amount": "243491398364027660499" - }, - { - "address": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", - "amount": "374578091276549573947" - }, - { - "address": "0xd6e068bcF9071b1dF73CcdFeefCd82c4DA82BC60", - "amount": "195825483835126569443" - }, - { - "address": "0xC5C6A2eeD2530Fabc28b6d5Af701C12e637a14F5", - "amount": "75063382911965617227" - }, - { - "address": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", - "amount": "7496290828561110040266" - }, - { - "address": "0x0be1bEc9AFb0D361e815985881d4FD8d36F88728", - "amount": "118894612590758095458" - }, - { - "address": "0x184D25eaBd6919b8B07cfd16ed68B675a0581002", - "amount": "410532467185791381897" - }, - { - "address": "0x8eCe973978F547F95F99d8693De7201f29434Aba", - "amount": "921447816002010453119" - }, - { - "address": "0xd174A53e75C90135b292826c68005A903A095743", - "amount": "79690110361668745523" - }, - { - "address": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", - "amount": "1584190492073598458028" - }, - { - "address": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", - "amount": "229916461320082300798" - }, - { - "address": "0x7B19d588BC87EF24Aae5CdcEA357B38fF5633798", - "amount": "127374852072154090196" - }, - { - "address": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", - "amount": "327988584164053564986" - }, - { - "address": "0x3343FcAd15Cc7311ec27C67b28D29BD2296c0B70", - "amount": "103801132681513740589" - }, - { - "address": "0x547Eb31C40A33E6403844a0c42baa848140F6C8a", - "amount": "133750328104722544852" - }, - { - "address": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", - "amount": "587984101189684408279" - }, - { - "address": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6", - "amount": "49910507260611387270053" - }, - { - "address": "0x5ae2F4DEBCE13c568A460152345650eCD44e2C85", - "amount": "38074093387496794469350" - }, - { - "address": "0x0BB95a64AC985a371C8B02A1664E809009CA4ff7", - "amount": "101645653251166247412" - }, - { - "address": "0x954be33F20f9A188F9C22B0751C08304b3F3A639", - "amount": "1418917598471237048805" - }, - { - "address": "0x01f975FBdD5944A74A9B27b74423E23ca40E776D", - "amount": "733941585745545986661" - }, - { - "address": "0xE204ad1c8d1ccd2dE403DD7564C80c5113894933", - "amount": "81681939463612055143" - }, - { - "address": "0xef380916e58Cb53B1F1cBA69D5844E9d893d0368", - "amount": "78905149591775963288" - }, - { - "address": "0x5cd69F2Ef72c6A8842A73A80BAF29870b74FA98f", - "amount": "360924987253322644842" - }, - { - "address": "0x882385cc017338bAb95ef6C75AbFE011b25BC773", - "amount": "366408838690401740522" - }, - { - "address": "0x5784934A23166B483b95422aF697CB1e068031AF", - "amount": "287415817626250198836" - }, - { - "address": "0x53E1F373940728E289d47245C466de2e4691A9B4", - "amount": "5507814827484042891729" - }, - { - "address": "0x7C4e923AEF5740eC2d25AB2D629Fa30Ea044F8D5", - "amount": "167562357131813645673" - }, - { - "address": "0xdd6AaAB146138d34467FA43e0EE0c2c2AC20FaC9", - "amount": "3141774736854229465493" - }, - { - "address": "0xDEa71Fcf730e3fAaA424d0ef26514FFd085a00a4", - "amount": "237338567018850896602" - }, - { - "address": "0xd8A0D653f33DAfa287aD00c15f2451B67FAA513A", - "amount": "77102030456825070261" - }, - { - "address": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", - "amount": "226700608463207145743" - }, - { - "address": "0x62F8928B73ddF63EDbE3Facaa3304e52CCEd8336", - "amount": "473555611983935328995" - }, - { - "address": "0xD33b75231dDBe4E8D1E8B9B7F75C62f2AE01fD74", - "amount": "99128188395907450913" - }, - { - "address": "0xeD29772279FE0605470Ff7f76F2E068B7C5415Be", - "amount": "942532421056268839648" - }, - { - "address": "0x007599946F7e8bf2Bf93129315EC32ffb42bA44A", - "amount": "1618866457691861288990" - }, - { - "address": "0x9392ED575b4032ECB958dc3d3DA0310A517AFD8c", - "amount": "45055158382922986629112" - }, - { - "address": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", - "amount": "2480351563119747189194" - }, - { - "address": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", - "amount": "2116849803113423883690" - }, - { - "address": "0x0B88e66c6db5e84439767ceDA3c750f3BbDBEAB5", - "amount": "243269712391114223667" - }, - { - "address": "0xe72f3012c8Fb18276CeC11D1A7efc0EE4256a804", - "amount": "5667322742409250473191" - }, - { - "address": "0x239d66E153Be508BD20A6B9bACddFca351BB4425", - "amount": "98565481940524845976" - }, - { - "address": "0xA29073E603114eCdcac2A0930190Db14Bdd54658", - "amount": "98565481940524845976" - }, - { - "address": "0x14f46A3DA7a17330e20eC4754e783777aa61FE13", - "amount": "203158157688808755902" - }, - { - "address": "0x7d41D87F8e3c84f68FB0cDd042aD920C187412df", - "amount": "92506542607858356154" - }, - { - "address": "0xA87833C7ab8Bc5e2f75d3837F1e0936DF28AdA94", - "amount": "49561777197238929807" - }, - { - "address": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", - "amount": "163030046945228059330" - }, - { - "address": "0x631e0E85fF006d89EB3FAd9d9285DE07a57F2712", - "amount": "59823317838505039532" - }, - { - "address": "0x6031b4C5ACCfEE45866d3F80397A7391de82f0Bd", - "amount": "107730834568049994003" - }, - { - "address": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", - "amount": "147848222910787268964" - }, - { - "address": "0x362D2770028e1BBc5F936A0Faf4BA45EE359091e", - "amount": "601952211723437502607" - }, - { - "address": "0xa1e14ddB9f3B814d34453629DB8d78F187f896c6", - "amount": "640675632613411498845" - }, - { - "address": "0xd63FD88Cc5225B9F0A32d422C03e1474Ce827724", - "amount": "49282740970262422988" - }, - { - "address": "0xd288e9Aa97019fed7cb46e19d8171Aa1190C1abc", - "amount": "225743537633564649491" - }, - { - "address": "0x9926A7EDDD62f2773390a5259929D4a85278c21b", - "amount": "49282740970262422988" - }, - { - "address": "0xbC11734b9f47AF0916D1B1f28d503E602Fe8dd8F", - "amount": "717407874649290686189" - }, - { - "address": "0xf8F603Dc252A405df06EC8d68D277F188062Af12", - "amount": "52831098320121317443" - }, - { - "address": "0xF66095b87168c082f3278FE98D3bf594CC8181FA", - "amount": "44535544546069414457985" - }, - { - "address": "0x32D573d79990A8035781236e5f5e83CaBeAb1dC7", - "amount": "153392751502190502411" - }, - { - "address": "0xB514d30ab6D6AaA7E71ED6bBA5C9Ed6d49F54973", - "amount": "37923344884133015549802" - }, - { - "address": "0xcd17cB61daC93d3dc5596F4aDDE2Ea50Fa76626c", - "amount": "122632752585820001795" - }, - { - "address": "0xD05f1E87F5D0dAEc515B716C2d38527E8a023132", - "amount": "383467592061915411645" - }, - { - "address": "0x1aC6d149f76CA1C4f7A899465621286C37430D7F", - "amount": "167300120771749847317" - }, - { - "address": "0x5b61d4fa8D4a76B09D1Ae70E457141d71120F968", - "amount": "8180935001063562216029" - }, - { - "address": "0x3d21d038152C71BEaA1425fEA8EC17C83c7Aa13C", - "amount": "102312818357051174964" - }, - { - "address": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", - "amount": "146851197540423305689" - }, - { - "address": "0x41fEE376CeB3778c793477c6F5a250eC404F19BB", - "amount": "51130843756647263850" - }, - { - "address": "0x8374AB8d7406456abF882964ccfb0fEceb1064E8", - "amount": "1047773968580735101996" - }, - { - "address": "0x94CAcDda3C60e9c94B92E01Bcd33BA4989f74068", - "amount": "120051796110360230249" - }, - { - "address": "0x1E2Cd1f542c0099762cCe9FD905760D5a3993D35", - "amount": "352653274429046678581" - }, - { - "address": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", - "amount": "1341870471138305253120" - }, - { - "address": "0xff8436390Fa202D446E5bE698554c79492d6D567", - "amount": "2369138096933187982151" - }, - { - "address": "0x118645886cAB846eA00C04e28677eF6f10B8aF85", - "amount": "542849759118933356481" - }, - { - "address": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "1239446791255441472834" - }, - { - "address": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", - "amount": "3492975869693562057311" - }, - { - "address": "0xAc97F9b50736eb5Ec19aECc9FB4095fB634967D3", - "amount": "163399915672051924392" - }, - { - "address": "0xfF26215FC65dAEC6B03ba42fbaAc85092B7f3559", - "amount": "285463496602894173543" - }, - { - "address": "0x3c7904F8C7b3cFc88509ee0F887919A9dfe8d649", - "amount": "1227140250159534332404" - }, - { - "address": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", - "amount": "1314540024854187400213" - }, - { - "address": "0x7c3cCD055591f92C1E8dF0767aDce30b504dA12d", - "amount": "204523375026589055400" - }, - { - "address": "0x3bF7fb2D2bD036B47538C0B4ccB0ba64542Fa5A9", - "amount": "46374040976596011189995" - }, - { - "address": "0xcC187c1AC17e360714E8a8066B03B7C16a59eD70", - "amount": "2045233750265890554008" - }, - { - "address": "0xca8F388b22433701BFcfF21e74495646Aa7f001F", - "amount": "285605655726650221186" - }, - { - "address": "0x75E1484739bA1210Bb4EFCA8e5e8E07BDB2d013E", - "amount": "318754793063314707568" - }, - { - "address": "0x0F93136dDb0B36b7C1B4201D2C6ED9E78e0d7D9c", - "amount": "51130843756647263850" - }, - { - "address": "0x930577dB9Bff3689245B3A9D2B068C3749D96783", - "amount": "331368788455835602169" - }, - { - "address": "0x674d59B57B29efd6cE7F1E8a84550BEb8F14bB7F", - "amount": "54659657066038709197" - }, - { - "address": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", - "amount": "3263195091459799163677" - }, - { - "address": "0x27aD6D636ACAC9b3ADe2260d6b2C565841DBe1B5", - "amount": "51130843756647263850" - }, - { - "address": "0x714783a6e709b878F9181CE43222683Fd32EacCd", - "amount": "40165433884038974044474" - }, - { - "address": "0xadeB4415bf773da39e05b47edDe32943201bC5B3", - "amount": "99641493738473877512" - }, - { - "address": "0x69542fA33270A78e24c4C99660b2CdaC19Ea5705", - "amount": "7945042827989727644839" - }, - { - "address": "0x6E737C17a50911d2956F2587c4FEa20f440bF97c", - "amount": "398980457658956041404" - }, - { - "address": "0xB8258E4245f44033Bb98Ee5f5c071f6817536f4a", - "amount": "2906195503954193106695" - }, - { - "address": "0xA5B91E09189a8226E984759E6C6Ea01A930a0c8b", - "amount": "375823887508303401236" - }, - { - "address": "0x6ec0F21bCde2076a46c3baC800c3204eC54309Da", - "amount": "82565079543957907322" - }, - { - "address": "0xb93E7Ad18E00C19aCc7f8D7287f391E1Cf9d4D4a", - "amount": "55597215363929721589" - }, - { - "address": "0xeD1047c9c45fCB7Ffa97de979A4f2cE85C29b343", - "amount": "55487436949556790211" - }, - { - "address": "0xD6ed3a61908B3249FdE2e85f25D21aE86571ea3C", - "amount": "115782161084781172134" - }, - { - "address": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", - "amount": "336356444338660238644" - }, - { - "address": "0x3F644D19611c556F1B997cFf64762542F14E4184", - "amount": "2073017564921594581881" - }, - { - "address": "0x3333B449C51a105D40c396dEAa440d1795Ca0605", - "amount": "933144058901433848068" - }, - { - "address": "0x181f6F4F1656B1cD7dB8d73af17E94f6d61F4a36", - "amount": "61982907590989484661" - }, - { - "address": "0x3B258675928438aF3320d5B75e887566788379C4", - "amount": "27232977774050258580214" - }, - { - "address": "0x07aF3e9A498e42Bc8c58Fd4D4e1304A9F34c6D5f", - "amount": "782263074923232274969" - }, - { - "address": "0xbF6A058994b821e9bC332F2A85e7CacacE88DaE5", - "amount": "1108161135016753849296" - }, - { - "address": "0x0F6cDf2e6cD544425c9ac46410F5134E436Fc261", - "amount": "152116504672218303647" - }, - { - "address": "0xBF95028ab6BDADC4cCF0EB1ac592Aa52349cB232", - "amount": "931443804337959794475" - }, - { - "address": "0x0968438CE241Eb2631EC8a7fC72DD4040A80C750", - "amount": "110886167183090451723" - }, - { - "address": "0xea0486440F03dD92cc7354a90e1C18d71E397DB4", - "amount": "153486414891490141466" - }, - { - "address": "0x2fBACbA8d5518b71c46ab0700Dd5d0a8E6540e5c", - "amount": "277215417957726129308" - }, - { - "address": "0xb9d9Ac8a02fEed905d526dC3a70dc7539A4ee6C2", - "amount": "55751347136314217317" - }, - { - "address": "0xd8a5B1B433cc4E2853A193B739122eF44CC335cE", - "amount": "170031228977107620233" - }, - { - "address": "0x2365AEE6c826a4e3C6244c237315Ac5d5e475171", - "amount": "983212238137888493005" - }, - { - "address": "0x2b00B2fac5EFcDdb4477264bD62f9E88FFFC3fBB", - "amount": "109285217342671476911" - }, - { - "address": "0xBE4d53DF9960CA62667083c14010f1BC5a3fC396", - "amount": "110886167183090451723" - }, - { - "address": "0xdcfB1c9F1BAc1b8e117d6E09E71963C9a8B99174", - "amount": "665318111960214541243" - }, - { - "address": "0x977c62a6418aB80f26E5688a75Bf9355956F649C", - "amount": "166817149910241275572" - }, - { - "address": "0xe87C2d0ACcA05411f03437fbB9F7ec11C9175575", - "amount": "58226326387840796199" - }, - { - "address": "0x7c7b33cC7A1FE5F622eA74b667503AC4fa1CDA4c", - "amount": "1108861671830904517232" - }, - { - "address": "0x53dc8744DDd13536DFB450f1245f79B6E922310D", - "amount": "275250515075241766503" - }, - { - "address": "0xABe0Faf2EB82a9cFc01633F4178A056Ae5C29067", - "amount": "190973533379556693759306" - }, - { - "address": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", - "amount": "493476613343941988014" - }, - { - "address": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", - "amount": "2518554715199681944129" - }, - { - "address": "0xa8A2dFB9048bfE731F539C2BD42F6A5CfC11ec64", - "amount": "78547320950367265059" - }, - { - "address": "0x151E80Ed218E09De16E8bCc3dC88Af482a527e97", - "amount": "2347905978935912544663" - }, - { - "address": "0xbBAF5DC49289966E81DB4032c2Fd7d600edeDEAD", - "amount": "55443083591545225861" - }, - { - "address": "0x3e2F2d4C1d94FD379001dFf184C2145DD00B3072", - "amount": "765338543621033959603" - }, - { - "address": "0x2894E48528C3D968eaFC406C713d2c183F686736", - "amount": "1314555511955537305180" - }, - { - "address": "0x217F7139bb2ED365E8B7eAD262dd985d09b9f66C", - "amount": "2172671760115467483960" - }, - { - "address": "0xf2064e64765DdBbe5978CdBA8f1169c387468620", - "amount": "942532421056268839649" - }, - { - "address": "0x32e5da5D721D2A45822d53827610eE1Ac15B9ec4", - "amount": "56279645471346374178" - }, - { - "address": "0x9440AE12F4d804A2d2E9ddbC79Ba2CF096779181", - "amount": "277215417957726129309" - }, - { - "address": "0xf565c7F45BAed4e613cCF1f5c96a0A9ffA9B8ADd", - "amount": "288680470589197724038" - }, - { - "address": "0x5406C889F64c0191C26D2774F3F4992d042E4f6A", - "amount": "86270413277091809193419" - }, - { - "address": "0xD578b78Fba6b885A7DF693b16dba51Fe585C3695", - "amount": "5855329128560306469410" - }, - { - "address": "0x5134Da103A0312b1B166a99a53319EFeF04BAC1d", - "amount": "277215417957726129307" - }, - { - "address": "0xCD19BbE8d897C8B8b96F4834636C15Ecb0a2C541", - "amount": "81112095626663295756" - }, - { - "address": "0xEb111ba063736258f92622BA7a18A56AA9763cb8", - "amount": "166222779815512702070" - }, - { - "address": "0xCF2bf146861d7035325ac76b9B5e680549c50A67", - "amount": "481245917913520181843" - }, - { - "address": "0xD00Fa063A305b43fd408E551c481DB298691E1eF", - "amount": "57067565940777500979" - }, - { - "address": "0xD2548A968c6b1150919046f09FC785F1e917C5E2", - "amount": "104824390043748173695" - }, - { - "address": "0x87e8684Dc160142FF1D2D0D35538737EE56B4640", - "amount": "168326805197908773203880" - }, - { - "address": "0xbb75d2A8B4869E19D7900A3387A15e8EC9b74751", - "amount": "55443083591545225861" - }, - { - "address": "0x6a8E003af899bEdA28cEb222115480521e48F0af", - "amount": "55443083591545225861" - }, - { - "address": "0xBBca2DC5ec12d66DE023aBc443f0c014b2eF17F1", - "amount": "133886137170048559138" - }, - { - "address": "0xe96BDB4Ee869E2A1Ac2C2C34D7eff1080B365BB1", - "amount": "95540520270248320711" - }, - { - "address": "0x71CB1E6455fBf064B3e74Bd9d1A287A52d92B742", - "amount": "666093204051100999840" - }, - { - "address": "0x644889666e757a86c57acC7033D990693238F7A1", - "amount": "60536085250264570309" - }, - { - "address": "0x949FA5Ec1e616a88c50A85797c155d4222Ba7f0C", - "amount": "61985367455347562513" - }, - { - "address": "0x37982C49A7d0C39174bFCb810441C8BeecBAd54D", - "amount": "216954925367965986811" - }, - { - "address": "0x33361078e74d340f9217fF003eaD1da3145eF54b", - "amount": "107805995872449050285" - }, - { - "address": "0x03334eA003ca46fF9a072E154C684bca370bF3d8", - "amount": "1851899722615172168059" - }, - { - "address": "0x12ffa86dE1a90F8118C995F9E9Bf6234B38B7798", - "amount": "98585564657470227913" - }, - { - "address": "0xa9945e92F5FaF334a3a44481fc7c7D4D59BFD8d3", - "amount": "138446040599700465786" - }, - { - "address": "0x6780cC9b7CaE96C91a4EdE40e45960467f823aF0", - "amount": "55443083591545225861" - }, - { - "address": "0x936f7d2513811B621c1f0924e3CCD9441A83179F", - "amount": "81334998084488487184" - }, - { - "address": "0x8221B012560f1d8Ed7e36602c16F0280568Dd417", - "amount": "55553963105558285327" - }, - { - "address": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", - "amount": "714495018244243325678" - }, - { - "address": "0xBF0F85c1668E0CeB068c185aC6E6cA86e17E7db8", - "amount": "207893742680081183550" - }, - { - "address": "0xA48E841404623aD68F8E9FE02B741bf0868C9bc9", - "amount": "85493234898162738278" - }, - { - "address": "0xd619B083880c106dC1fb520F8A24adD95f1ec27F", - "amount": "56292735665438101722" - }, - { - "address": "0x0ddf294e133b3BA08D7d4fF99a3d73F7bB305311", - "amount": "7366996775262113670627" - }, - { - "address": "0xA0d2B4cc187c96337322c329308616Ef66B7f160", - "amount": "56540856646657821333" - }, - { - "address": "0x79bb252C9681BFb56d519A916bB4d64b03cfBDda", - "amount": "878242592873607129138" - }, - { - "address": "0xd8E9717522bfEA2E2aED2eE47a42ed9d2e87F3a2", - "amount": "202145482774773893491" - }, - { - "address": "0x9E046467Af62242876D59c7DE7F4983870FDc9BD", - "amount": "104725824561807648849" - }, - { - "address": "0x58b41cCFf4477B63C2104716C2086fCFC553A627", - "amount": "173353586985962168980" - }, - { - "address": "0x4Cf7890CDA0499CdEeE991A31706d88eC3D8b082", - "amount": "70701017978215128357" - }, - { - "address": "0x20B981Bd35c7BfBcad97E98831E96402e0FD5cd0", - "amount": "206458954678196112063" - }, - { - "address": "0x928633e8501B197CDC4eED45364c762e70902F00", - "amount": "98167523807189976910" - }, - { - "address": "0x1c9ee1e1158bC71ee2ae11702fCEC8ed2cF57550", - "amount": "55443083591545225861" - }, - { - "address": "0x46bCF52beBB75e5d99450740D1aBC34f0F29D914", - "amount": "112216792318394162497" - }, - { - "address": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", - "amount": "434304154800437602582" - }, - { - "address": "0xe5204151E30A927688b5e0caf634767AA0c22297", - "amount": "1475771678354508256381" - }, - { - "address": "0xA6fF4f0520C8A1390a8Fc82B5ACF1B0dD9547573", - "amount": "92840411840722767290" - }, - { - "address": "0x3A0D9c760171f806cbdd31BB3b85653AF487296e", - "amount": "3287179891088268400503" - }, - { - "address": "0x28580DDd4b31d9A547619289D29BD531D2981967", - "amount": "650532180807463983446" - }, - { - "address": "0x07b7b5716C90381FCf20F7BEC3AFa52BAA1E4753", - "amount": "206339482507487962844" - }, - { - "address": "0xA1396035d7b714F43Fd050b4E7de7500516c0BC5", - "amount": "55443083591545225861" - }, - { - "address": "0xb9b6A9945dD373e02A8C171A75E80a1E20Dda698", - "amount": "65045816798707484333" - }, - { - "address": "0x5472DC0A733968A24E6fDb86869bd013034D0480", - "amount": "79687458921693370892" - }, - { - "address": "0x672303ae629DFF83044241ea58440fc4143F12c7", - "amount": "110886164965367108063" - }, - { - "address": "0xF3F551cBe72A32649c721939DE3b6C1B3bD50Ccd", - "amount": "20924561225607352112467" - }, - { - "address": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", - "amount": "157088736842711473272" - }, - { - "address": "0xDFf351C31c6e5447CC7CE25dcf75d33E53547F72", - "amount": "36105703445655943794975" - }, - { - "address": "0xF386C0cBFA8f32408f1FA94BE4d43566B47B5d18", - "amount": "52362912280903824424" - }, - { - "address": "0x8bdac835DfFb3CaC12Cca0bb2b4cA297A913c905", - "amount": "244007413420012839309" - }, - { - "address": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", - "amount": "1761218920518908947298" - }, - { - "address": "0x45CFAb79553d347eE2A329b073A9D637e927A908", - "amount": "1036945803042514645001" - }, - { - "address": "0x82846899C161C03ED7440D32c4D03d89Ab08E7C9", - "amount": "837806596494461190798" - }, - { - "address": "0x1D3901bEDC2162E12eda9006fcaFe1F8D2dB2cEB", - "amount": "523629122809038244249" - }, - { - "address": "0x5c4C55ad9dC2aa4DC85b1df134f157527d69C2C1", - "amount": "102948622082702544958" - }, - { - "address": "0xafd7884f7C515A8Ec10287C17cEf868f452783EB", - "amount": "52362912280903824424" - }, - { - "address": "0xD3147e4185aFbb1df41cc93350C06Fb6E229d370", - "amount": "52415275193184728249" - }, - { - "address": "0xb65Bc374546D9F5d46041F09c97B89c4f9b8F9aa", - "amount": "52362912280903824424" - }, - { - "address": "0xd0557A5B16b67212fDff07906CDbf9a11ec942fe", - "amount": "271608743211769012900" - }, - { - "address": "0xCE57b8652457FA976213434eE8e4166cddf9FF82", - "amount": "52362912280903824424" - }, - { - "address": "0x13D0C03EC0DDf1fdFECcF0eBE347c5c2661eb6C6", - "amount": "220970437330877292906" - }, - { - "address": "0x82d83A144332C57903A479545c8897c7CfF99F12", - "amount": "52362912280903824424" - }, - { - "address": "0x526Da6AF0c227885B14bAde8B43dFf975b94Ad83", - "amount": "52362912280903824424" - }, - { - "address": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", - "amount": "495144930596750820321" - }, - { - "address": "0xd7eB2aA24Dc5A0f475Bb9d449e87c3b1Ac43a9f7", - "amount": "53410170526521900913" - }, - { - "address": "0x085379f03A7eadc2A072E67878c5AFb49775b4d9", - "amount": "68693210680058181778" - }, - { - "address": "0x72eE54791cD61477d56a78FaE3962B9bAb9E365C", - "amount": "71214603771241836822" - }, - { - "address": "0x9592a4526F4337054b7dDd72E3D38D20906ea430", - "amount": "79740299636554737736" - }, - { - "address": "0xD211e82bd10cCA1d917AB806072B8FA16F9e8749", - "amount": "62835494737084589309" - }, - { - "address": "0x5Faf217757CDD0af338FaA313dDCd191E4836616", - "amount": "55770514672759781481" - }, - { - "address": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", - "amount": "770042827660350359188" - }, - { - "address": "0xdA43E7c5D86034F234C31E5668f4074C88050d6B", - "amount": "213098991793729767289" - }, - { - "address": "0xb7675Da2d6Ed9D452fa7bca88a77AadF46555796", - "amount": "314177470543648209695" - }, - { - "address": "0x485bf6D4ff8422daBB5dE2750e611e1e79DDDf11", - "amount": "107867595109628895843" - }, - { - "address": "0x413d8CEDf7A8963aB3058b1087538C1795ff97ab", - "amount": "209452675436696003415" - }, - { - "address": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", - "amount": "1067471657620357382237" - }, - { - "address": "0xB30D485DAf2A8b418669e4e92978935ad8BC6a3C", - "amount": "189659538088196556546" - }, - { - "address": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", - "amount": "308017131064140143676" - }, - { - "address": "0xb9fBe36eaC84fB9224f9242cb63c2D2e0D906E3d", - "amount": "72260818947647277706" - }, - { - "address": "0xFdFeB243017b0a403b94fbED64A000623954f4E5", - "amount": "52362912280903824425" - }, - { - "address": "0xD95e577Adda0F102F42E8bb6dA18BB8322936F51", - "amount": "2209716992770632626891" - }, - { - "address": "0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5", - "amount": "9510381133310093094689" - }, - { - "address": "0xf0b0152eD07d160FFA1b05399eFB87F46a50FaDa", - "amount": "492827409702624229881" - }, - { - "address": "0x32009A38299569A0cEe331C6B3d32eEBa85A85cF", - "amount": "49282740970262422988" - }, - { - "address": "0xf09607bdf5c529E248b93a792BC6546af979Bbc9", - "amount": "58804166525717123109" - }, - { - "address": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", - "amount": "197130963881049691952" - }, - { - "address": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", - "amount": "171655920639679224158" - }, - { - "address": "0xbA63eE05f6eA43241054954A3AB5BB9d8AFfC31f", - "amount": "49282740970262422988" - }, - { - "address": "0x7F6Edd1165C11943f0f5afAfF9219301Ce4A3E71", - "amount": "49282740970262422988" - }, - { - "address": "0xF057f94D73BD7c51537B2fD3AF32506cFb25209C", - "amount": "49282740970262422988" - }, - { - "address": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", - "amount": "671427808613872971340" - }, - { - "address": "0x4EEE5c3d3De96418BeF8f4dAFAF24bE5bDe24dA2", - "amount": "14625246751288521113569" - }, - { - "address": "0x3aFcd19383baeDD8010d3F3F0006C03C069072B3", - "amount": "1590187068187702269587" - }, - { - "address": "0x726aC935c5e5f603ed9eB09034Ea2601732Bc97e", - "amount": "84561762805531461553" - }, - { - "address": "0x2531E6220E411213c08cd91e08Eb3eBaaa23EbEE", - "amount": "753699685099791934478" - }, - { - "address": "0x1fA764aFb89C4eD8F0D04Ec74C4ea227621f3Fcf", - "amount": "101029618989037967125" - }, - { - "address": "0xD5f689d7f3FEe8ecB3cb48E6E716EF670e495a6B", - "amount": "308638403835219858007" - }, - { - "address": "0xe1b658c58Ad1Cb40C17F06434AA57b7107BCe880", - "amount": "63710554156517532341" - }, - { - "address": "0x733dF11080fa72572FdCd3C7d2F3dB59FE9315de", - "amount": "807429690906510867375" - }, - { - "address": "0xBb6056EC703395F3d884aEa64F2Aa20F6910B8dE", - "amount": "53025635649092100073" - }, - { - "address": "0x24472d6ae74eF4488E4A239843673Ba25AA3D799", - "amount": "61122902313332741974" - }, - { - "address": "0xBBc4B3f0acdB5af3444559Ed915Dfd8355687591", - "amount": "61122913426590830768" - }, - { - "address": "0x5801D09a05209e034E39b5134251fe3736e77D61", - "amount": "5384121656974714988505" - }, - { - "address": "0xf9aB95086A530f5F732A2e82C833fE47195a793d", - "amount": "157611008595233076138" - }, - { - "address": "0xf6Ea7b1ABB950232c9C75bF472c9cB75f98988Dc", - "amount": "99797550464781406550" - }, - { - "address": "0xdd41AA6aE91EA1f4e1917585C89870D85c17c9f7", - "amount": "50514809494518983562" - }, - { - "address": "0x894Ba3c2f5305601B0C253b4fA5ad1E6Ab9ed9B7", - "amount": "50514809494518983562" - }, - { - "address": "0x7D86518DB76Fa124c72D260522F39BBFD9677a00", - "amount": "50514809494518983562" - }, - { - "address": "0xEf00c0312cf953D6B8978edE3Df96de2F3d9496A", - "amount": "248881784519102857083" - }, - { - "address": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", - "amount": "955959503833616836791" - }, - { - "address": "0x508e7b989Fd886A2ea2e72842C4EbB22488577c0", - "amount": "202059232926594984800" - }, - { - "address": "0x164C935302e700eA04485B2A43184Da514f91635", - "amount": "1230417552434056783537" - }, - { - "address": "0x9C95c6B14eBE4549379C938D9F3eeA9Fe7D26784", - "amount": "332488476092923949812" - }, - { - "address": "0x99Ef53E33112abEd7e2fbF4B9B00440aF75Bf0FA", - "amount": "50514809494518983563" - }, - { - "address": "0xB09f0896DAd6A2f39A8D76878daE5DeE700E46A7", - "amount": "205755443550845615976" - }, - { - "address": "0xD19d14e09bDC975C5DEa2332dDb411dC372B9224", - "amount": "149942401308079088320" - }, - { - "address": "0xcCFC7e7f1a3cDD5F2a7fA9797dBdD6019806EF23", - "amount": "21648420015872685344821" - }, - { - "address": "0xFb3213AfA7984D1A22E1772AD8AE94F9809621A3", - "amount": "34044532739906982581553" - }, - { - "address": "0x639BE9F262e0f59210320248289B504481E74FFF", - "amount": "7213773899827962007461" - }, - { - "address": "0x9D6599c7cDb32f4FFE497E263Ba2e250856BE7A2", - "amount": "66531700309854271033" - }, - { - "address": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", - "amount": "3727367542712588356789" - }, - { - "address": "0x07195Fa254f49D6533fdACc95CD568F02FFB7Ab0", - "amount": "199595100929562813103" - }, - { - "address": "0x7b0b9b23f70e0fB6100b408d03d10E9BF4888397", - "amount": "33044682823788025286091" - }, - { - "address": "0x962D880d4D1DeDb248e08807dCE9aeE84fD4D132", - "amount": "994195249565222655855" - }, - { - "address": "0x2Ac1200E5cdbb166d940BBF401808C3119372Bb0", - "amount": "330940033713344224960" - }, - { - "address": "0x0F55E4e897Ce9CF67e7B2B8c3Cc28cF0451d7d0B", - "amount": "117704615873990011413536" - }, - { - "address": "0xf2608cb4a9065558d7C08dcab32690663b7AeBE4", - "amount": "229283763331163450646" - }, - { - "address": "0x4F50A6C435824c94d133C0bD07439f248B0d4d99", - "amount": "272995101523354425024" - }, - { - "address": "0x6fbdC4FaE582eCb75BC5CF26C72859Ab522Ab5a3", - "amount": "66531700309854271033" - }, - { - "address": "0x266238fd6E6a96d910e8ac29cdB0FCDfA706c1d5", - "amount": "99675575680880007054" - }, - { - "address": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", - "amount": "10645072049576683365436" - }, - { - "address": "0xF439237a8705933e988FF601DB89eF760FBA8A8d", - "amount": "407506664397857410083" - }, - { - "address": "0xb1E6cD6cFB6A12F517C3bf6dcaf839c1e71C84A2", - "amount": "332991160050820626525" - }, - { - "address": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", - "amount": "444497760311221509967" - }, - { - "address": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", - "amount": "5089698359798960183095" - }, - { - "address": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", - "amount": "1635756788164535310477" - }, - { - "address": "0x72501C4F933535bbd31ca785D1A5B0572CdF030e", - "amount": "223477599107933445781" - }, - { - "address": "0x597ef567226831a800Bc5C0AF495Ef8a39167c6C", - "amount": "221772334366180903447" - }, - { - "address": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", - "amount": "591821778813592696635" - }, - { - "address": "0x76b1bAE0dA82A528A91CfD98abF8f72b3ab4Ec40", - "amount": "125800356669216117481" - }, - { - "address": "0xf5520b813E7825845a59744144c64D4032688c9D", - "amount": "24047403409280759301680" - }, - { - "address": "0x2bc701A2824863AB27833AAaF0f9b90ef2c132EF", - "amount": "53692490847920290705" - }, - { - "address": "0xcF5E01d5E5A0f4A4FBC1435E0C079dD4B834093c", - "amount": "306791159381693125720" - }, - { - "address": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", - "amount": "638478577675109447191" - }, - { - "address": "0xcd350059472123d1A5a2bc222ba9403382080B58", - "amount": "53969220148227252515" - }, - { - "address": "0x6a5299097B930a4EDB283e0e0101E51EaD07949b", - "amount": "104463612781510909412" - }, - { - "address": "0x690Edd3c103556E07A37b787a0AAd6B6EfDFd9B9", - "amount": "59312325559134894653" - }, - { - "address": "0x6d9B26d20c4aDE06452e5E6dc824d11e76B83f0d", - "amount": "8075109534645104379358" - }, - { - "address": "0x5e45e23a693f93340cE684B627579C11a89b69D9", - "amount": "102261686490677652567" - }, - { - "address": "0x1FAF7B400699A9669323674E1272083CAD14e0B9", - "amount": "332430076044874188839" - }, - { - "address": "0x5a01e449ab3003358564dAC21b721B282F79BFd0", - "amount": "103472701095333215487" - }, - { - "address": "0x15C978f2364C54d3db744E6a07863A2a3f3E8d5C", - "amount": "11840109522083378476866" - }, - { - "address": "0x35650B764Cf76aae899A099D68920ab7f348c466", - "amount": "10472582456180764884976" - }, - { - "address": "0xD15b434f4880352A0727b7dB60999D98C95BD587", - "amount": "176567739163949450342" - }, - { - "address": "0xa85adee061A29D042cB946A96F20389D8727b780", - "amount": "591030663497017647050" - }, - { - "address": "0xbc1682730aE5BD0Aed7d210da330Ed581D9F2c4D", - "amount": "37411974301580350024399" - }, - { - "address": "0xa0F4F9f5b78B5d42570b5e030254d27b6973D04A", - "amount": "264618042190974075486" - }, - { - "address": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", - "amount": "338953847118086121746" - }, - { - "address": "0x81A242681053E28AfD7EBc9bc07D279D16edAe69", - "amount": "77143696223187392289" - }, - { - "address": "0xaCAbC0e90374769Da5d9586A0843aFadEE914238", - "amount": "57854210777441608070" - }, - { - "address": "0xaCAE0cc5d9f8300CE9A950c61B79dB1f25385B7c", - "amount": "52978946543032104712" - }, - { - "address": "0x7BC173aDE72DE1D0B4430fB736BA040c31fBb157", - "amount": "851482630056280758036" - }, - { - "address": "0xE7873448BD13f4bd7D433E874F7AA09F11fAA512", - "amount": "73092434103371662744" - }, - { - "address": "0x95427ecB84Be756d11Ff73a4ede1973fB69e7477", - "amount": "52978946543032104712" - }, - { - "address": "0xB857Bc0650cEc996F0FB30C1e160dE30705e5087", - "amount": "52978946543032104712" - }, - { - "address": "0x445C00aFd7dcdd99415d3284bf8fBa1521d224f5", - "amount": "52978946543032104712" - }, - { - "address": "0x1D98bce7b3697D3443632663A0cbb51e3855f9aF", - "amount": "53107929456078817544" - }, - { - "address": "0xA0aB2C8e83Bc846daddDF189d98ef7851e550351", - "amount": "247589465758044215019" - }, - { - "address": "0x70d6376338ab23AEfCB94b71C60AddD973dDBa65", - "amount": "228139664499538808496" - }, - { - "address": "0x21a88953DCD564094FA5D9AfCc6718741807969C", - "amount": "73428798717063879918" - }, - { - "address": "0x6b70DDde371F77E58891245F88AB6a97B60889C7", - "amount": "52981065700893825996" - }, - { - "address": "0x57bCcb19C5A7ee612Bef7A7Cf7dAbA4E54B1B4fc", - "amount": "160813304115440760835" - }, - { - "address": "0xde694bD8354f0d88c3Ee52FE1592dbB3812b0C10", - "amount": "54038520175998092503" - }, - { - "address": "0x830e4605967A3527cb5d956466Eb693d7c13fcDD", - "amount": "52978946543032104712" - }, - { - "address": "0xBe444734903b84228DB6abA31379368685B87f40", - "amount": "213680850217016857033" - }, - { - "address": "0x767D4e1FcD412E26010DC446E99A171eE44C97bD", - "amount": "52978946543032104712" - }, - { - "address": "0x38b970957208CAd75Eedc44b721571CBDd2D3815", - "amount": "541594198273355811432" - }, - { - "address": "0x6549eDd41D5f73Fd3bB2Ba61e0C4085850b7Fcf9", - "amount": "27607756477961152653426" - }, - { - "address": "0xe58Fde4A9986616dFF28A78aF087331CBF16E96f", - "amount": "52978946543032104712" - }, - { - "address": "0xfb20abF91D27fED2F8259E70EaF0FD5492A99870", - "amount": "89525385723785422778" - }, - { - "address": "0x50EAd867C1B80960ffDa1beF1F212B9E1C9606b8", - "amount": "105957893086064209424" - }, - { - "address": "0x15B9A5144Dcf5b4Fb5D5E120ec669193d16e6286", - "amount": "52978946543032104712" - }, - { - "address": "0x713865AE73dEA7E6326FcF2A3940389fce5803eC", - "amount": "52978946543032104713" - }, - { - "address": "0x4705B22512229FC92B50d6d263Ae16e57a6E51ea", - "amount": "65086385483682180054606" - }, - { - "address": "0xF571984995c342EE84ea20C9C63fC7d3F1BA89e2", - "amount": "186656965408513999002" - }, - { - "address": "0x515f8564A9B206e2031AAc4010ac20119266866B", - "amount": "89866344339260481111" - }, - { - "address": "0xEf7D0505e3f9225C40Af92DfCFA276766b87bB6E", - "amount": "4014644550016190878569" - }, - { - "address": "0x2C27d9Ee0BBBb350B8F503EA134d618956cebcD9", - "amount": "163257050208105101541" - }, - { - "address": "0x5b16c6480F73AF75d61ECbca76833dDB8b81BD8e", - "amount": "3588724226953374277533" - }, - { - "address": "0x48D1F722850B3c95603F889DD77a919E7Cf0E4AF", - "amount": "52415405337025689293" - }, - { - "address": "0x474361291c87aB60C2A7C46505E722c807B05FA2", - "amount": "104725824561807648849" - }, - { - "address": "0xd57686f6545d50bABD08B15c6A9eb7f292EFE28f", - "amount": "52362912280903824424" - }, - { - "address": "0xd0E68a76fbb23125323bE092476221dFC34e670B", - "amount": "80653622977882472804" - }, - { - "address": "0x7E619E9C280f8C65fD1B6202deF63B5e3B584Cf6", - "amount": "52362912280903824424" - }, - { - "address": "0x27600F2da6e9A1798f26a4a6e47bdA09e0A62616", - "amount": "60626612044348418913683" - }, - { - "address": "0xc4C5E0F499A26917e91c9aA368A026e582a28D5d", - "amount": "52362912280903824424" - }, - { - "address": "0x487011B01e860B1128125008353Ee3D56CC0430c", - "amount": "132901519353889773956" - }, - { - "address": "0xaD079b3545253f6658c5282C5Cdde5b73A239156", - "amount": "425134484808658150505" - }, - { - "address": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", - "amount": "8847300813664001522840" - }, - { - "address": "0xB48bAeb3AC5940666644c2fcf4Ec275B2e426ABa", - "amount": "2264702292458887860269" - }, - { - "address": "0xAaa4bbF3124783841562A016f4596EE803252D9F", - "amount": "453079523834730903524" - }, - { - "address": "0x6026f1331130DA7323a1C89aA63934BC46f00FE8", - "amount": "52362912280903824424" - }, - { - "address": "0x42F8BA994D76524CF13eC55dCD6983ebb4054Cc4", - "amount": "734535744880458364451" - }, - { - "address": "0x9CCfbc6D9993b40e6CEA064Fcc160d228e743CD5", - "amount": "418903293010939367308" - }, - { - "address": "0x21804807F7a74c3De57B69c4aF46CfcBe9E5d666", - "amount": "53964297051491616848" - }, - { - "address": "0xa6E8c074c73c10c12E9714D6ad48EdfA900C2677", - "amount": "266405987029163060097" - }, - { - "address": "0x44d75A5a3F90dF2d2d68A9745D36849E2DDd6C45", - "amount": "4045938159830578051367" - }, - { - "address": "0x39A2Cf73DA71387D3efBE03D9c8ec56C40d65064", - "amount": "52362912280903824424" - }, - { - "address": "0xaF59eF2E0527aCa57BbfACe87F83141f7Be9D733", - "amount": "52362912280903824424" - }, - { - "address": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", - "amount": "633527448251092891906" - }, - { - "address": "0x3FA84B70A195bBAAff5d2419D7F48a108a8Ed7C0", - "amount": "81262684110654911610" - }, - { - "address": "0xC0aCe27701E89ba5435E382BfBDF8DEd8509258E", - "amount": "669935948548505906298" - }, - { - "address": "0x41F63D324C236257897C5e9b93c3539EBa2f09B1", - "amount": "283534568727355773964" - }, - { - "address": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", - "amount": "1066199290906826569139" - }, - { - "address": "0x956647Ef4F3F7cDcB1CB42CeC653F63ce104f84E", - "amount": "157088736842711473274" - }, - { - "address": "0x86449A46C5928037559264Ac3aE2863406AAE762", - "amount": "4069739278506985234835" - }, - { - "address": "0x85b418A043139F1659F3fBFc52F4D674ec444838", - "amount": "55504687017758053890" - }, - { - "address": "0x9Dda2F149a6A028056ccEf03Fb8c811a64af00EC", - "amount": "52362912280903824424" - }, - { - "address": "0xb69b8ae8899a4c6371b5ADA33fB29bD3961cb9b7", - "amount": "104725824561807648849" - }, - { - "address": "0x36EC72053F6E26BFB8Ef275A57D0Ad84B84ac646", - "amount": "117340023948821239701" - }, - { - "address": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", - "amount": "238379433316004811457" - }, - { - "address": "0xF8b6134d068Bc9478C17314f7DBe509769c4fFF5", - "amount": "52373384863360005189" - }, - { - "address": "0xaef9e414e305572c03f32472D570353CFe572DB5", - "amount": "92221537022188166361" - }, - { - "address": "0x4c78Ef34eCccA0f35f91bE0d488feD33e274E60A", - "amount": "427285158367195655385" - }, - { - "address": "0x14f5653C359B232aD73796eaDBc2eA68E74C67B7", - "amount": "1014354412473024364958" - }, - { - "address": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", - "amount": "203291306502332494825" - }, - { - "address": "0xd22F20f36b4745e84785968fc9FCbA33e2690235", - "amount": "52362912280903824424" - }, - { - "address": "0xee31E2408965dC56f7040ff5fC9adA1e1B7cc5f9", - "amount": "87414645761740844494" - }, - { - "address": "0xDB997cD209523a1b279C7D095C879ecd00b2E254", - "amount": "199678272489049588846" - }, - { - "address": "0xc1052e29C1Ced80f81F14116A029013e3B24c7F9", - "amount": "58404964277554415269" - }, - { - "address": "0x5E55DFa773089eFe37396B9faE9d4F31C81Ce0eA", - "amount": "200058444271082803428" - }, - { - "address": "0x77Fa775e158eFFf790a82Bf5eeBAAE249BEf233c", - "amount": "26406408074058642021769" - }, - { - "address": "0x6D179F338fB4beCaF0987Fc657Ab6F2C324f998d", - "amount": "109418376277884556307" - }, - { - "address": "0x973B2A256e7D81F321a4Cc0268f6167b598635fB", - "amount": "488110127340376923580" - }, - { - "address": "0x31c85360A302057031a1119B8BB1B573746Ab0B8", - "amount": "174534995200331079607" - }, - { - "address": "0x2554bfcdb2436fAa0b1831F3619e5Cd829B1079d", - "amount": "1999617088698463248601" - }, - { - "address": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", - "amount": "785443998391031051796" - }, - { - "address": "0xBD2d49103cd698c53010e641D59Ed420D4533229", - "amount": "314177476134959983050" - }, - { - "address": "0x128C6783d274b541Cbbb4F4133E1fbb2a599965A", - "amount": "52362912280903824424" - }, - { - "address": "0xb53c8522Ded2d4Fd8A6dceEE7E6C7163774B48B9", - "amount": "86096267713327161747" - }, - { - "address": "0x13c379d3b6243f23A4dfbE652Da4a1E808AF08f9", - "amount": "244932713453051167552" - }, - { - "address": "0x25820aE02D575e324561636fB621bEd25C936043", - "amount": "75191043329853673248" - }, - { - "address": "0x930912A1Ad1ED915fCe2346Eff955E9865234076", - "amount": "75594203194894527300" - }, - { - "address": "0x6cbc6412FadBC4aaCABCCb415B73BbABb1B57DfD", - "amount": "94515053525256666232" - }, - { - "address": "0x38Ffd385b2c6ba91eC1a1a01B0747ee95a31b1AF", - "amount": "210485917581149152130" - }, - { - "address": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", - "amount": "3654315525585420748304" - }, - { - "address": "0xd438eC32D5E3b60eDf3fd986F69873C307f6721d", - "amount": "119934027551047852846" - }, - { - "address": "0x558ebf487A1220Ae6fF58328048f37323Bc656F8", - "amount": "733080771932653541948" - }, - { - "address": "0x19daCF0C7404241c8323DeFD08E58C55820aFd2f", - "amount": "214351658764770382421" - }, - { - "address": "0xf9CA159Aa8209E3996c2F2FcDfB05ADA8229B738", - "amount": "1251474626700616246300" - }, - { - "address": "0x06Cb66E56D2B29bf99bf80C6B50721F4B0dEb368", - "amount": "151219151465198235950" - }, - { - "address": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", - "amount": "1981624516495572844656" - }, - { - "address": "0x0989671cb1c720328A3109Cce2cD4E40d53197c1", - "amount": "267842740417146166263" - }, - { - "address": "0x161fcB1d8f60049EcdB2153720320882eeAD226d", - "amount": "3178736792581926282735" - }, - { - "address": "0x9f096346CcC67B25Be60B6f590FB68F63ffFe29b", - "amount": "66131968953483515331" - }, - { - "address": "0x0BD3A28C148A9f5075358B3156Eac85f608Eb61a", - "amount": "213091918785383731573" - }, - { - "address": "0x06Ad7734782a6DCb8F837e11a80fa512b9a07f04", - "amount": "1652667686396026078334" - }, - { - "address": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", - "amount": "3929715207932192751871" - }, - { - "address": "0xEa54089AeA82fF3e4da3D80000b213D095A06591", - "amount": "75769134070467833942" - }, - { - "address": "0xc35D55f075D0ef43Ee9e9c2183ce38Ac58f209A9", - "amount": "1673431754063299928271" - }, - { - "address": "0x187a9e4f8dd811cfca029B1898125De594b3994E", - "amount": "8230665694143209774771" - }, - { - "address": "0xbB35aD43DB34433CDbd189695D91c4644842973F", - "amount": "52362912280903824424" - }, - { - "address": "0xe44C49F4127e6174ebA67059A82c3c09412bD02A", - "amount": "314177473685422946549" - }, - { - "address": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", - "amount": "154008565532070071836" - }, - { - "address": "0xA314AF25870746cD949a2cFe2E7d07923EdA6321", - "amount": "52362912280903824424" - }, - { - "address": "0xc391f45E0CE1EFe30778082A9e9c982FDf4F4232", - "amount": "52373373343519303390" - }, - { - "address": "0xEf01281e7B22FF3E3bd232c66FbE6148fE24613A", - "amount": "154326685625033115778" - }, - { - "address": "0xaf07a0626441F784c2BB2Bc3aea7b6c64Fa7B172", - "amount": "52362912280903824424" - }, - { - "address": "0xbeA1d7BEB5cc34Fad18E4E44fa2724f7EFD61316", - "amount": "70698479018774327937" - }, - { - "address": "0x86d15E3Ec9ae92E6596E6a6527Eb619c07038b95", - "amount": "124035091317721675736" - }, - { - "address": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", - "amount": "602783697232911919799" - }, - { - "address": "0xdC5CB4651570D70145bD00C405b03eD7E735A6ae", - "amount": "135899715911477278246" - }, - { - "address": "0xE0a598dD7a75e70acC99958a5E7C3A529f3D4441", - "amount": "866085703570078390891" - }, - { - "address": "0xA8Cf24EB0F02bd1DA037d9625808D52de63Cbb30", - "amount": "52371290346868769036" - }, - { - "address": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", - "amount": "938772220378187728067" - }, - { - "address": "0x8A2B259A87F08fbcb63500Da471A2856133AeD0F", - "amount": "252630462827907937256" - }, - { - "address": "0xd2d169E55f23Ce26f56Fb45723BB77173B112Eab", - "amount": "60914489623610785918" - }, - { - "address": "0x81105CFb28feAc3dbd8f47D77e58dCaAc8F0b493", - "amount": "88565560581251952576" - }, - { - "address": "0xd343D6DC7e50314F619010BF5cfa923161c9DA04", - "amount": "405606242499227702717" - }, - { - "address": "0xF1c26Ce42cB2eb8AcF6CdC8F0626530AF1eC138a", - "amount": "52604119252367795818" - }, - { - "address": "0xE968f7F5F0F357a3743D7F592AFC429f9a23699C", - "amount": "285944869865788712292" - }, - { - "address": "0x7af18fD206127cF406729f6180a2dA7C4687dEE5", - "amount": "52362912280903824424" - }, - { - "address": "0xdEa62Eada1aEf16829D6dcB7008DB157E83F1635", - "amount": "52362912280903824424" - }, - { - "address": "0x909A1477824e9214851913B65f1672DDD3989E3c", - "amount": "208686881075925675539" - }, - { - "address": "0xDd629E7B4949a332aA80fed1bc8eFb96cA115f96", - "amount": "53410170526521900913" - }, - { - "address": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", - "amount": "11079374718089995064179" - }, - { - "address": "0x65b34F76a4D5bEdF2C5ecA8c3260A52fd03fb867", - "amount": "117986023657545094694" - }, - { - "address": "0x29F6D8648ABcb33d0d17d5067Dc533e116b7CF15", - "amount": "261814561404519122124" - }, - { - "address": "0x0898d3c7486c3fC4619701e78a7d9eF1F91c6CEb", - "amount": "1633146861703785169426" - }, - { - "address": "0x058Fc775F8819532A8449B152F83D33612433344", - "amount": "169732285642058510720" - }, - { - "address": "0xE9B479469F8308Da2DF880522B2f59539c518a60", - "amount": "261814561404519122124" - }, - { - "address": "0xa5742045395838A148d430651D17c3Fe1E923345", - "amount": "52362912280903824424" - }, - { - "address": "0x9a70dADaDD78AE2caea35fefd1d58e6BB8F055e1", - "amount": "102877721775422807986" - }, - { - "address": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", - "amount": "4811113357520891003040" - }, - { - "address": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", - "amount": "1437616310853029542627" - }, - { - "address": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", - "amount": "159552873891224594423" - }, - { - "address": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", - "amount": "579447371266219592805" - }, - { - "address": "0x4a04b932202469f3675D1A1efeD6d60381a2b0b0", - "amount": "713281959090621182652" - }, - { - "address": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", - "amount": "2137638889585132597112" - }, - { - "address": "0x424456c44FC32f9f8C6292cEAc5d16323D907871", - "amount": "251581795850293668665" - }, - { - "address": "0xe01a1296BA44EE51EBc9Da978E2e95BBeDFb40eb", - "amount": "140841290725527953545" - }, - { - "address": "0xA0BA1672aAEb5C764523466e8C3a28625B9A507d", - "amount": "207858562529328406896" - }, - { - "address": "0xb020cB5C1f050f5edd4584693784CA882F6f6F65", - "amount": "967178226988087374761" - }, - { - "address": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", - "amount": "454195469900576283264" - }, - { - "address": "0x236066A85426c4Abe4B75a45E2De45db7d8298a8", - "amount": "181733310706005751825" - }, - { - "address": "0xBaDB542F685CFa7C0cfC62ceFf2d0A6809Dfe11a", - "amount": "83780659649446119079" - }, - { - "address": "0x377e47eA006e467Ec186b5ed4C4BcdDB1A831Bef", - "amount": "4161531965233501581137" - }, - { - "address": "0x471eAB2C25048E236bcF4B2Dfe615Fb55bAAbA12", - "amount": "52363955350116460029" - }, - { - "address": "0x98aA8783bD0a511D4d32802950F6298Db5cEfb2B", - "amount": "52362912280903824424" - }, - { - "address": "0xa1D409dC422382851381d1E70F79d65210347d47", - "amount": "62835494737084589309" - }, - { - "address": "0x056D11E02668d4A068875B41C108dCAD42b1e368", - "amount": "123545045810240272785" - }, - { - "address": "0x5B416D5270157C261e3BEe6C0e5D7E076996c960", - "amount": "1351779998278900769825" - }, - { - "address": "0x848A584C158e85ae2871bCe07F703bD86B127fE4", - "amount": "1596126292146510376121" - }, - { - "address": "0xBCc104AE0301d21008bD15f9de3296D83128cB6c", - "amount": "52362912280903824424" - }, - { - "address": "0x3441d1EFB5b4a66c07a190CfaB824773aF59cdC9", - "amount": "106531277879346545972" - }, - { - "address": "0x86c22169ddddB819276A4cB3DB06FF8c0695E9D7", - "amount": "52362912280903824424" - }, - { - "address": "0x3f30BCABFD0b1c2f941284CC3B93095A5c53eBB5", - "amount": "209451620847642666011" - }, - { - "address": "0xE858254fCe3697bdb28e19f6AcAdC21984E24530", - "amount": "14268898832837520246190" - }, - { - "address": "0xa39920849b02CaceB28748D94b2d9adBD0cF7907", - "amount": "94584476976221739412" - }, - { - "address": "0x4719ac741d80E68f5Ba848866c96a4D01FDa6eba", - "amount": "954078882753730110070" - }, - { - "address": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", - "amount": "228172314315431606932" - }, - { - "address": "0xcE23A5E98C120d6De7bf119f126487915Ac0bE11", - "amount": "111009691101328034618" - }, - { - "address": "0xbaC14b097fE2f1206672f2015dd2F063F57dA9D8", - "amount": "104726845638597126474" - }, - { - "address": "0xbf9307c2b1C4bc25e3349449C5498187587F1bC9", - "amount": "104725824561807648850" - }, - { - "address": "0x1682Eb9B28d718516554eA8CB81152836e37c4a8", - "amount": "224689230415902170155" - }, - { - "address": "0x709465e5355A7f000fd98d9B2CAAC4b642b4540B", - "amount": "52362912280903824425" - }, - { - "address": "0xE7d9294B83f8901531759bA1fad96B69B6c191b0", - "amount": "83780659649446119080" - }, - { - "address": "0x24e260f48Baa5a53fC87040a32eEB21128513685", - "amount": "61579821628006059419" - }, - { - "address": "0xb79b7aEC0A18Df3bF6d037878A54Ba95ac4FeB9C", - "amount": "230829270087990880232" - }, - { - "address": "0x1d6566b68E1A1eC40E8ef08c3F217CF0E840AdE2", - "amount": "104725824561807648850" - }, - { - "address": "0x7e63259055f26A569AB8EB787822a94cc054471D", - "amount": "58798318389259886919" - }, - { - "address": "0xe05848dCF80dCFEF493EFb6b0fD654F41499E807", - "amount": "52362912280903824425" - }, - { - "address": "0x2620eaAF2c51921025043CD861840bC050DdFaB9", - "amount": "462485973309932817331" - }, - { - "address": "0x8Ccf9B061cfB4F5617A07f220D6bbF4f358aaF78", - "amount": "127241876842596293353" - }, - { - "address": "0x59bB624841caf0f73f84494f4397f5ec4f5924c6", - "amount": "52362912280903824425" - }, - { - "address": "0x21cfC00363c51d0fe65539B166839E76acbE1A46", - "amount": "131234456498875890724" - }, - { - "address": "0x2F69527B887Ebd1371FEC590577285FC2eccb4EC", - "amount": "78197696618825276015" - }, - { - "address": "0x15646dDb42Ee60B26A0BA727CFeB4E8b1A319cdE", - "amount": "37156544335817320100410" - }, - { - "address": "0x993A7995be8821C1D49e4e1D7DcaE940D502484E", - "amount": "1039251466290588525910" - }, - { - "address": "0x17F7Ffec85d54bE5d3985a1F2720D60790de39Bd", - "amount": "125670989474169178620" - }, - { - "address": "0x7187E970383dc109cb51511968db319deA0f8d10", - "amount": "52509528435290355134" - }, - { - "address": "0x82ebF2f88E70f74B9943E4b6510225d0102589dC", - "amount": "30713082190095553639443" - }, - { - "address": "0x1C544dBD208E17Ab18D26CdB8BbdB7928c16f2ce", - "amount": "81177507570100015646" - }, - { - "address": "0x8d17Aa0eCe992dF87F10DACa223AF0CB5834d188", - "amount": "3279147635748642745535" - }, - { - "address": "0x04dE9F11549c06a849713CC7E94B3062fCb427B6", - "amount": "384633494077033757812" - }, - { - "address": "0xCdf75862Aa6D3e39cc1fcA149b18899b5366Acd6", - "amount": "3106365087467095908980" - }, - { - "address": "0x5D1470ddE778504199b9440e14A59b0180496002", - "amount": "76511453138609068027" - }, - { - "address": "0xF4E1E0c6f42b4fc7747556A5f07e38b58Ac6070f", - "amount": "70325113871464451725" - }, - { - "address": "0xb88D306A514dbAE3fB293Cfc3a6B081FFE2B09b9", - "amount": "67530784676173916004" - }, - { - "address": "0x6E5E312086CfeA6adF6561C9399Ee22c901bADd0", - "amount": "229741031452537821325" - }, - { - "address": "0xECD3ba1B00fab097a4D4E577cD7CcB8e3C32295f", - "amount": "373342616329237148951" - }, - { - "address": "0xDAF1DBE2f0B63050a21f8D1A7D2f34840c44C303", - "amount": "862719864348563171961" - }, - { - "address": "0x3F37eca2D25c2b513E6cbcAe79b079E6fD47b951", - "amount": "445005161528947009542" - }, - { - "address": "0x6fE52F00Ccbbd5DEf586fdFa9588D9e4701a067F", - "amount": "57549916332577257120" - }, - { - "address": "0x40ada26B347d9cc25Af9C41a85BEEa2664D5BA73", - "amount": "129736801189014094714" - }, - { - "address": "0x6Afa7820c9a9eC8B2Ebd27Bb54217862F6d59a21", - "amount": "55443083591545225861" - }, - { - "address": "0x033d8e968e081d089880c26CEae5a07Fcb06Dff8", - "amount": "4733123918623023160989" - }, - { - "address": "0xb56176f0D7fddc8246d2117f65E5D7371f7BF4cF", - "amount": "64299302399495895648" - }, - { - "address": "0x8a31959A732e009cAF2F504c1937043a646c38b4", - "amount": "2914026934188326133966" - }, - { - "address": "0x09fEcA812F9DB6ECc6cB91C0a753A64A127E2Eb8", - "amount": "59885677819352151760" - }, - { - "address": "0x6D537DABa0420FC2193B32D00C1d64c012c98f30", - "amount": "784328663986567042358" - }, - { - "address": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", - "amount": "980932300751773060562" - }, - { - "address": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", - "amount": "3119846997293773326330" - }, - { - "address": "0xCF5aa529e6333B280ce71127713eEBFEaADFF282", - "amount": "56798099248182529211" - }, - { - "address": "0xd4e1383cBa0ef905a35cCbb3E42f0B1E61a0B458", - "amount": "192132461878140825701" - }, - { - "address": "0x25De42b15a2Bb43f96B88ae7899D78C469D24891", - "amount": "82072396640564397843" - }, - { - "address": "0x8cE5c5188449552133Eb48C3b43c977eD2ca12a5", - "amount": "55443083591545225863" - }, - { - "address": "0x5f3CF159075EabB0f5Db4B07230C4F7E8fC4D90f", - "amount": "33177604218520709673326" - }, - { - "address": "0xB815F9a76d29B719b200c82016F33Af5E6cADc16", - "amount": "140213556291665959293" - }, - { - "address": "0xFa069cc7D5643f6AAB51073ed30A026b125B7c9e", - "amount": "147187387556945709492" - }, - { - "address": "0x986Ab401DBd27c3D84F483D2Db90ffC0F653c718", - "amount": "54381656557898198926" - }, - { - "address": "0xAC899C1C7b1cD31Ab024f56401B7b53A756e4684", - "amount": "177879893189540932972" - }, - { - "address": "0xE3D69450e9B94e8B62B9C0606F4D759E7401Bb55", - "amount": "4743463818387758212607" - }, - { - "address": "0xD55C19068c4bdF2f73E90d6964d73e30fc6A1326", - "amount": "107805993716329132837" - }, - { - "address": "0x929BF1f0AeBb7a22331Bbc9144C0A1db4210241C", - "amount": "212803183526724206368" - }, - { - "address": "0x16b57a4C93E53785Cc4cf9A6BCd42B600cd57aF2", - "amount": "56598142442735957777" - }, - { - "address": "0x9fBC96366B3840dD942036e81022568e8fA0aDa2", - "amount": "86244796697959240229" - }, - { - "address": "0x9a5f27CD3169BBA7AAEC562C35D25E920AB805cc", - "amount": "255731506287754367763" - }, - { - "address": "0x0D43E74766424EBeA04Bac1cC5e896667a7b5442", - "amount": "74850552965988304479256" - }, - { - "address": "0xBe45aFCb3F53FD53b9a2e1A5B731B8a5dA8dA1De", - "amount": "183842878084730796734" - }, - { - "address": "0xC608e849603Bf012BC3aF7AF0b2a14E6a00CFfC0", - "amount": "97025402753563897604" - }, - { - "address": "0x20864C8Aa16bE02FD14fEb8BAD4894835876DB69", - "amount": "2383350931411880600804" - }, - { - "address": "0xc7E0bA5F3d45e77D87AeeF227D043342662dC2a9", - "amount": "186719982694961837647" - }, - { - "address": "0xcd2D7Bd83d5Ee91546fDb5E5d3eF45698d670189", - "amount": "108021607864193948387" - }, - { - "address": "0x852cD2d90cDe379BD74A4F2c81285A9f5794f506", - "amount": "53902997936224525143" - }, - { - "address": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", - "amount": "407352825318406728335" - }, - { - "address": "0xFd9eE2470501A628E7DfdaAbb77b46E0990aEB9f", - "amount": "107818928279713909274" - }, - { - "address": "0x692464a9dEB22497CCe40023973C1dC6DE30e2F0", - "amount": "60025470098640966811821" - }, - { - "address": "0x0EB70D854F875be2F00De68DBf397aCf9663147E", - "amount": "53902997936224525143" - }, - { - "address": "0x1343A0F8D469888A52bA3f9d7E946adAf5714130", - "amount": "53902997936224525143" - }, - { - "address": "0xA721f2601B2e53040361FE834d0A25ff20306663", - "amount": "852591437266567781542" - }, - { - "address": "0x3cDF058eFb4a09Ed78A40F8e6941B5814187d9cd", - "amount": "182192133024438894984" - }, - { - "address": "0xDd7D568326ea9b126091Ca1F030b456BE04Aa54c", - "amount": "648587777286687636280" - }, - { - "address": "0xAB37CA7005D8e865bd98cdC265Bd2484bFBC13EA", - "amount": "10421759629555181761277" - }, - { - "address": "0xa26E604adA8f979185145FFfEEA42F59B02Cb1eC", - "amount": "56574375906972723338" - }, - { - "address": "0x41BCce1a069CFEa219Cb01b2b81a142fb346550f", - "amount": "215611991744898100575" - }, - { - "address": "0x9Fd5cccC7f75409F78f9FBb865C2bd14424D5486", - "amount": "127142804276447771418756" - }, - { - "address": "0x55CE731C654161Cb1E7758E6a82f390dB9564282", - "amount": "49717673878964128841" - }, - { - "address": "0x6eb75fBe63Cd5A790E331c8F1a6450de3b86E848", - "amount": "13466609344259085494084" - }, - { - "address": "0xfCaBa748fF1774ba65D4AC67e5f3A59d370e4304", - "amount": "90136528270963129861" - }, - { - "address": "0x030708881062EA9DEc55F44E2203f0268526d14f", - "amount": "148942175962081777425" - }, - { - "address": "0xe4d9D0bE192f728E5a926D4e947e4c1A7E60B630", - "amount": "56030679430548765162" - }, - { - "address": "0xff71960A8a2597fbD18F81A79D5171CBf27C5665", - "amount": "202518553123918779982103" - }, - { - "address": "0xB2145DA747954452FF580d92Ef421fc1643538C7", - "amount": "204140448129250116336" - }, - { - "address": "0x54093543a5c38ed404622c625904cF739ca5382C", - "amount": "29746182092951384591994" - }, - { - "address": "0x8B6bE5399e08B20944e539fa554865A27f4E2391", - "amount": "104725824561807648849" - }, - { - "address": "0xA7847F8343a1f994BF7df86335640608a0deBBd6", - "amount": "48807692128866782123754" - }, - { - "address": "0x438331baa70e55A89cC03E6430AC40F426C6e7c7", - "amount": "39751819513182021212646" - }, - { - "address": "0x94117DB32F41cD6D370DA3B861571D5b39F29B5A", - "amount": "1394253096515597182514" - }, - { - "address": "0x90A36616d52Bad220B0e3981a78d52E03221c570", - "amount": "59139289164314907585" - }, - { - "address": "0x0b9Cc8422ecdA4CC1fDf8A45a4C2c7814B97Ad51", - "amount": "49282740970262422988" - }, - { - "address": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", - "amount": "197130963881049691952" - }, - { - "address": "0xeeCB4fd9F4d5011D62b705Ec1756ab3F741A0433", - "amount": "1287144944255287048137" - }, - { - "address": "0x3FBB7Ed52757e1eeF86E42501aaDb0E56F2709B1", - "amount": "72416024098130105749" - }, - { - "address": "0x4b84a16DBC41279Cbf0D40EE8e1Ae0d6dD8c890e", - "amount": "882785968523200299011" - }, - { - "address": "0xC0d94Cb3dfECdEb578a0e4328d857cc03A79010A", - "amount": "56822005812999793809" - }, - { - "address": "0xee6ae8A142259c6E11E5a38a3746Ae1cf6FcF426", - "amount": "1102554208667080104222" - }, - { - "address": "0x3776a63FfAb5C29B3D151545E6f58dc4Da37ab93", - "amount": "49846535526962225107" - }, - { - "address": "0x5461aA34d74d2cA83026b8e45E5aE1001b45C00a", - "amount": "552579776164609202009" - }, - { - "address": "0x4Cf39F138d88ebf4657657bbe4924BB37e6Af13A", - "amount": "5765002017527716870827" - }, - { - "address": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", - "amount": "433687507404321098920" - }, - { - "address": "0xa87f6E2F1B5089cd6FfA5C71378F506727BBDac8", - "amount": "485448797724556539911" - }, - { - "address": "0xC8264B7882cDb71D6F4aac8a49E0dbdDaaE47F23", - "amount": "1052226917685664143577" - }, - { - "address": "0x52716A84D6004a15A9Bd0C66664658B4F86D6449", - "amount": "1304831534334694826499" - }, - { - "address": "0x99640616370CbB437808aCaCDb44288876cB42B5", - "amount": "98565481940524845976" - }, - { - "address": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", - "amount": "272596142703964154779" - }, - { - "address": "0x544Cd0011f851c7513EAf245821f586689fFb562", - "amount": "105633612650479882680" - }, - { - "address": "0xdc4AC69fA7e54eeF5d5B2B923b288A8B7d80e4F7", - "amount": "3328962414917119010984" - }, - { - "address": "0x28B159ea06d6fD6169E13746b23CCD995C40010d", - "amount": "128247489200784859283" - }, - { - "address": "0x05eF376b21042C3D9C7172801414a8A8AF40b7c9", - "amount": "376596745537631911562" - }, - { - "address": "0x8DE636b8eD4811D8349E6516c867334551Bb2843", - "amount": "317987012806292301957" - }, - { - "address": "0x95B985ee05824d1B59B5dF09b29A1DDb63eb47CE", - "amount": "126180011192554631081" - }, - { - "address": "0x0EC611aC8DfaDC15ca6a5099145be54a79C775A3", - "amount": "95076263879830266428" - }, - { - "address": "0x3976faF6b95e1EC96F06b06967ce0e3aE6B3afAc", - "amount": "1532739569951673401608" - }, - { - "address": "0x3598775513E42a39b08521a48DdD6172D9e73e66", - "amount": "2996698175295609755198" - }, - { - "address": "0x221d57Ef52259C3e4e84363a5f4BA6b61AfE9BeB", - "amount": "102981215531460359076" - }, - { - "address": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", - "amount": "254422150258979758675" - }, - { - "address": "0xb2B7b71b550271dB3B258F7379b26FE00a1BBD23", - "amount": "49282740970262422988" - }, - { - "address": "0xCFE72F12a4901dB696a484731471Ef5604AcA51D", - "amount": "98565481940524845976" - }, - { - "address": "0x3e745FB691a9C7E549ea35432Fe530D74abD42A5", - "amount": "1672656228530706636221" - }, - { - "address": "0x2f3275A3C8F5FE2284B0eB3e121d722cD4cbc3F4", - "amount": "131092090980898045148" - }, - { - "address": "0xEb4C1010E298F614338f92557B0828ADb896814E", - "amount": "59139289164314907586" - }, - { - "address": "0x454f4118451B535Aa86DB073668d88C0DF515071", - "amount": "98565481940524845976" - }, - { - "address": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", - "amount": "247943933958438763177" - }, - { - "address": "0x865E3638beCc43150e9B42C4422cE68081aa3A76", - "amount": "53586113199398531405364" - }, - { - "address": "0xD4B3ECBc30eA0e447fc9DE70E1083eD9CF9d930F", - "amount": "85764443982064713594314" - }, - { - "address": "0x092E8ee3cd01F9d37ebA38C2e5d7dEBcCd6FBd81", - "amount": "70124136166480803358" - }, - { - "address": "0xE9e11C8E916f32714108b173E6315ebd44FFee44", - "amount": "88707824884800530474113" - }, - { - "address": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", - "amount": "421367435295743716547" - }, - { - "address": "0x6286F345b39DB226A76fc0c11428b9ae3f5D67Df", - "amount": "1938141614896395754917" - }, - { - "address": "0x8CAC08a3893F28e78EA085dAb04941AB32B53746", - "amount": "83164625387317838792" - }, - { - "address": "0xe8D1af512b66755CBD84Ae5B12351aa42ba4950d", - "amount": "1327168533429281488730" - }, - { - "address": "0xEEC5Be1f3d7b53Dac37301dF14a5AFf9DCF54eE2", - "amount": "79189566977521693970" - }, - { - "address": "0x98aA0190B6E7897E08B58BCEb975bAC4D28b5F78", - "amount": "63471242095600974566" - }, - { - "address": "0xC60bf8E848e9FE12577cE111eb457BCe62df5FDB", - "amount": "33265850153818273845157" - }, - { - "address": "0xEeea994ccC3093c9D14274b894AAC9B00a756b1b", - "amount": "15987933503265377168801" - }, - { - "address": "0xCd153D4acA137246D277f1735B47a61563234C98", - "amount": "654228386380233665167" - }, - { - "address": "0x289BA6a0b2aFE004A96d1781856d011282bDC49c", - "amount": "182076194267444680803" - }, - { - "address": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", - "amount": "990779554150100284790" - }, - { - "address": "0x000000000000000000000000000000000000dEaD", - "amount": "537668318459037957549093" - }, - { - "address": "0xc9F314887750169424bd78770ccfd5AAC87A4b5F", - "amount": "247399464396541925208046" - }, - { - "address": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", - "amount": "2254104310080387585667" - }, - { - "address": "0xf483DAA945205c0Ec8D1AD5bbF6d4A034665CBdB", - "amount": "129907622424428591949" - }, - { - "address": "0xE366b667cFF9f389403dec51F179B0566C650E0d", - "amount": "443544668732361806893" - }, - { - "address": "0x4F157eEB62c1c40a8A6669862Fda3AbF58Ee46b0", - "amount": "639380728594417853681" - }, - { - "address": "0x79CC08F995fA0e655fC3fB2f803174bf8F53bdAF", - "amount": "756819159396357120197" - }, - { - "address": "0xF8922eB3a6f85002b90c4f5A98Cc05099BD60a26", - "amount": "2990718367912468371923" - }, - { - "address": "0xb13f9a18EdF6b5967f1bE73f96995C9C7fFd0E5c", - "amount": "143231107719562021040" - }, - { - "address": "0x365623E776bC0C4dA02ecc097690F5455C3149e9", - "amount": "5334864952148365087692" - }, - { - "address": "0xAd9362402e224419F124783282B5e80d88ed399d", - "amount": "985654819405248459763" - }, - { - "address": "0xbBc569CA9C9288B6772F467025Dc376b4cc5B107", - "amount": "64643556009533519719548" - }, - { - "address": "0x8D77edd9Edc5F96b7d4c3bC185e656CB0DFBd71f", - "amount": "105511673873781104347" - }, - { - "address": "0x3B09E586B77c83F6C3899dd2c793027b8300FE79", - "amount": "139029899839358448854" - }, - { - "address": "0x7416877437A1a2a6597195C64f6E40193B2b0E7B", - "amount": "136496341850613949821" - }, - { - "address": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", - "amount": "3328455308567880200903" - }, - { - "address": "0xBEa6014EcC8612c63C954eDB99FD36d4B80bE148", - "amount": "430488464132668757224" - }, - { - "address": "0xb5d97a524Cf48BBDdfD573e8880B097ee09f8272", - "amount": "209994375308550312164" - }, - { - "address": "0xCdB283e93347cd0F3469581A6A081eA8b1eaDCd6", - "amount": "148709140131271038653" - }, - { - "address": "0xf64583641d08319E5133f78B7c1ffd5Ea63D4B46", - "amount": "1725670777973073900278" - }, - { - "address": "0xb262C5C5cF41968e0aA604Ab59B6E6AE8CF5d3AD", - "amount": "174300577165591966683" - }, - { - "address": "0x745a5077e1aBf9Bc8d7Fe0578C60F28A0f731611", - "amount": "122605381686359836919" - }, - { - "address": "0xFE3336E6d96c141E0c3475c2FaD8bf179e442aF9", - "amount": "177617801412718456007" - }, - { - "address": "0x42e473B914e4ea9cb2E2813a5553759b0e719685", - "amount": "524985938271375780412" - }, - { - "address": "0xB78053673C45E29fbAC3028A8fc440179739448a", - "amount": "5643076822525347564431" - }, - { - "address": "0x9E27B6e99810da9481E8502580Cb961d5c5Ac7B0", - "amount": "63397301905651339242" - }, - { - "address": "0x0C5DC7e633fB5a05f91083bed0D87eA95640F99a", - "amount": "302055296215592705093" - }, - { - "address": "0x18946738fFde9b75c743B2310117dCD590bB4D4d", - "amount": "269086901251554859479" - }, - { - "address": "0x98F3F8e945895E2A8B58de8594965B0548e76374", - "amount": "10004316993693341460651" - }, - { - "address": "0x3eB3Fe08Cc41b8c96b23edD1a61d6C5b43a57E3A", - "amount": "69997420921711569382" - }, - { - "address": "0x371F9b8CE9487D4E473749F71C9Be7D6C2e4e01a", - "amount": "590172385954824709058" - }, - { - "address": "0xAd86CcA860b78Cacf0e0030e2EE28E3f8Bd0385B", - "amount": "179954671520887177667" - }, - { - "address": "0x28423baA1bf00A5CF962F6C721c30FbA7F2AAFA7", - "amount": "72175076243295631175" - }, - { - "address": "0x81957a4386cb0787032Bd9CDE148Cf6aa1984594", - "amount": "785168969278669617184" - }, - { - "address": "0xC73DE3E90Bd6608a35BFE257431786A9ea4BD862", - "amount": "97824063144854285896" - }, - { - "address": "0x20c507483DE398447AbCB8766E7C3514bb789518", - "amount": "134190974332251592922" - }, - { - "address": "0x55640eA26f400A92b1a54AA438d5F16DfDB47A78", - "amount": "219535785939519847115" - }, - { - "address": "0xD7a21FE80774d7894f10a7C7539cA4547148C58e", - "amount": "128201566125869965620" - }, - { - "address": "0x886B589F7758c7A42c0e4D3D2017b3170935230a", - "amount": "110453599604486157059" - }, - { - "address": "0xd6B640894BD8527464eE56606F1491456F047639", - "amount": "57118470083925684908" - }, - { - "address": "0x820daB1D580E5F12aBe6EaA6f0009aDe4Ba7C679", - "amount": "315002032232406476023" - }, - { - "address": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", - "amount": "432916822670134841151" - }, - { - "address": "0x929F34BE63fa8da803A754e739324702a54929a9", - "amount": "163384761010228029764" - }, - { - "address": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", - "amount": "156496023420024025749" - }, - { - "address": "0x5006ffAEC38FbFA960eb82fF4BA4a95f98fba6aA", - "amount": "52498593827137578041" - }, - { - "address": "0x0002a0B89BA2De2f9B2aA276045A47570978ce80", - "amount": "85467710750579977051" - }, - { - "address": "0xbf2c003207BFEaE6d9356e67A85A58e2B80Aa9dF", - "amount": "1610836970192573686908" - }, - { - "address": "0x0cD5f79aFF1A153bF477A47ca7D6d5f66D814E7E", - "amount": "6359138832173328112069" - }, - { - "address": "0x5cF590de324Ea955E7Fe997363F601F32f81D10B", - "amount": "125996625185130187298" - }, - { - "address": "0xaF0c648cF27205Cd904Dd84d21A5a34009F5667C", - "amount": "644944850136380310820" - }, - { - "address": "0x3Ec5990bBa13566A31Ee8Ba9Cab06C1C3A6d2af1", - "amount": "114024005640294686961" - }, - { - "address": "0x1e7be36690F1712F156F31E247E36f6031AA8216", - "amount": "813587209943361555356" - }, - { - "address": "0x7B1173635fA5555B2482E37b463f08782F2f6629", - "amount": "4398029798937141975846" - }, - { - "address": "0x449967f987ae0AEea8cF313f17EeD0F897847D25", - "amount": "940126043380172864954" - }, - { - "address": "0x4F3EA077C76f20E40725E82232C69E9A98889ECF", - "amount": "1136063270587997932303" - }, - { - "address": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", - "amount": "265137184613484672360" - }, - { - "address": "0xfF87B38d2eB383c99a34380F86f5dE58a02f9099", - "amount": "192038503381324119451" - }, - { - "address": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", - "amount": "2824506045387649539925" - }, - { - "address": "0x4f945c9F7F714A6EeB02c0AF0021b2D949ce6b91", - "amount": "1192852918461514163756" - }, - { - "address": "0xa5848899443980B8F6EaB07b4cB79d2106FD69d3", - "amount": "105463375167460137775" - }, - { - "address": "0x0FC616eCa88b83b1BfB8341D200E9d637D255A1E", - "amount": "99439686511734372071" - }, - { - "address": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", - "amount": "2529982486654964513394" - }, - { - "address": "0xe85582561111c725da8BF00Dad723b1A722F2bae", - "amount": "157495781481412734123" - }, - { - "address": "0x981259b6f1Be610A34aD64418c5Bc5eB6E74F947", - "amount": "57905950041304625122" - }, - { - "address": "0x1739c5E6a1947487D375D598F083039B66fe06ae", - "amount": "322656355561643801556" - }, - { - "address": "0x5FE558A60BD10253FCd82a78cBE877a1E582a9FA", - "amount": "638745061953704805501" - }, - { - "address": "0x13971a0979116f370e58Aba650A93fe9F436Ef01", - "amount": "116790296768010304852" - }, - { - "address": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", - "amount": "1298245727650273125559" - }, - { - "address": "0xfb143952935DA91bA1a6487AA07Afb4427F42673", - "amount": "428252029285492079113" - }, - { - "address": "0xeA04b9A96145146f9094B7BA0F26E4Eb7Bf0C4dc", - "amount": "175360864271578216385" - }, - { - "address": "0xdffBdB7fB22F9235fd55F0CB117205E59F432d42", - "amount": "179936821998985950891" - }, - { - "address": "0x928d87E4a191A824f444cAd1Edc57C0eE4b3E4dD", - "amount": "80132234039273147557" - }, - { - "address": "0x28ff20bf0cEfd220F6884Ba60D88B42D214166aD", - "amount": "17043895279905547945429" - }, - { - "address": "0x7B455faAFBAcc1283aD0c3c3F3595CFDa27C73a7", - "amount": "9794964325970187226437" - }, - { - "address": "0x240Ba8f07Fd198EE9b79f3C2e0CD37958cA85926", - "amount": "1078296823898278825466" - }, - { - "address": "0x000D02B7d1821d39323BC2D49Bc5D2155b1D5d3d", - "amount": "2969431574167646432551" - }, - { - "address": "0xE421afb9365F352E1E78873fF8449dBBa73abec3", - "amount": "348885705109502031382" - }, - { - "address": "0x64b674062901aE8CE02C890fcfBe3c97e7e91048", - "amount": "629983125925650936495" - }, - { - "address": "0x4d7eAB18C126DA804F67Fb25C77BeeAa2cfA3cD3", - "amount": "54532357852844591532" - }, - { - "address": "0x1F4FB5cE1c8EC71090CA2fE5072C14d93416454d", - "amount": "53548565703680329602" - }, - { - "address": "0xB531ac8c8BFb161132E994fAB464f52257f117Bd", - "amount": "108762386803557463216" - }, - { - "address": "0x9f54539D76Ed4a635A4D5E9f014b53a55e31F2F6", - "amount": "104999284448112611957" - }, - { - "address": "0xC93b87b3BF7D6e2D041bDA9920E430bAF75375D7", - "amount": "210002775083562654177" - }, - { - "address": "0xdF01a391A0FB0F86EE09B70f82f8d8a864BCbC48", - "amount": "283005219715827084843" - }, - { - "address": "0x48501B90b188E955781406718cA5478B80b002ba", - "amount": "365445914854859182728" - }, - { - "address": "0x87F3db7b48034c00D6a54FE79E797374637d75B7", - "amount": "1049971876542751560825" - }, - { - "address": "0xA1A0EDf18FBDB59CDcCD8dE824564B7211368B5d", - "amount": "84470567327029097739" - }, - { - "address": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", - "amount": "686680542341845366108" - }, - { - "address": "0xfb8f144B0Fab29a5a89D122e003c257B6Ac209f7", - "amount": "1206482336337918626254" - }, - { - "address": "0x5B3A527b2fB1aBd65ebC283540A438C8bFb14526", - "amount": "60887869120714163012" - }, - { - "address": "0x0662bA946A3CbEa5E21D5d0Fd05f4e14f36d704b", - "amount": "53774540058963116935" - }, - { - "address": "0xEDb94A7642b6C6843f30E183bcFE336eFe0e0491", - "amount": "255974727976532340375" - }, - { - "address": "0x15D8d08FA5617F04551893DC4854B7e084979337", - "amount": "3371687963994435585921" - }, - { - "address": "0x3c9150c8858Db3AF963E1e5882e3E9D2ce9E6c6b", - "amount": "1898779815138219993097" - }, - { - "address": "0x4b2a55A5f2a36AF2f32C2e98784D67E2B63138F2", - "amount": "635766369603267653459" - }, - { - "address": "0xfF5e112E6d4629E14B99edE618C09594FF29155c", - "amount": "1377768083637979874303" - }, - { - "address": "0x373b1A5D54b742B0BDF46d374b0b495F7Ec33E8C", - "amount": "173094361740776782953" - }, - { - "address": "0xE95EA34f9B5532249E1c4cB9Dd00f01E9a952B46", - "amount": "2259275623912181754982" - }, - { - "address": "0x1396779fDd7ca79D2F4872d524Fda641e377E7de", - "amount": "629983123825707183409" - }, - { - "address": "0x9209987190faD0D1Ff4645966CBDaef57f3FaB11", - "amount": "1050024375136578698403" - }, - { - "address": "0x480b35b48EA560515ddf14518a8e809eAAB13797", - "amount": "539708817704320211640" - }, - { - "address": "0xc1B01d20204d2e7165bBA691f2bd5DEB04c97A6A", - "amount": "486800554765437732392" - }, - { - "address": "0xe5852F3182aEF85edc5141fE1E28dD54b4508F9A", - "amount": "52498593827137578041" - }, - { - "address": "0x25B960b7699327C57686F925a8DC7CE0D55eA764", - "amount": "286591613435884087234" - }, - { - "address": "0x41ABB071395BbBe0468D3D40549F66D0Ffa024C9", - "amount": "1049971876542751560825" - }, - { - "address": "0x4A85591B4D4cc1FD8554063DaD88Ba5F2F0d9B82", - "amount": "21022380466329366880859" - }, - { - "address": "0x24B9D7f5ca269FC1495bb5D6804028AC5fC96aB9", - "amount": "65057313742296688716" - }, - { - "address": "0x3Ab636fb2D9fC72eB38BA567AF51AF469ed0ac49", - "amount": "1177241269413247134483" - }, - { - "address": "0x88cd0C441ba5452Ed0aE9cD4E91B22311CC534e1", - "amount": "537352795281887901258" - }, - { - "address": "0x1f56E518D2da23Ad89838269Ee8C2710f3F7faaE", - "amount": "1259966251851301872990" - }, - { - "address": "0xE77B2073f19DA72b38D3d2608f53B3D60E305Df2", - "amount": "1372833535815449051983" - }, - { - "address": "0x87Cc6cb6c57b41dC9Dc8Cc624B23DE6c75c8Cd2B", - "amount": "96807211803320491450" - }, - { - "address": "0x6c8C68C4De8F5decDC9529673923A80d46279AA7", - "amount": "52498593827137578041" - }, - { - "address": "0x7DDAeF59B9159d22d448F0007644417bb6419d33", - "amount": "166732320849270692625" - }, - { - "address": "0x04CA5b4d18029DE724c00aDC8F7c320CcE2F2407", - "amount": "203694544049293802800" - }, - { - "address": "0xFCD50096423588e7B0FBC4091693860E9Ca6e583", - "amount": "213568848198883610921" - }, - { - "address": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", - "amount": "648928304804299899090" - }, - { - "address": "0x09c7A124E0415d8665BDF34502df95FAB2330320", - "amount": "292135921795038609820" - }, - { - "address": "0xe9a52f2134291D6989C9b101bF918EfeCDCe6d13", - "amount": "55638004488141022494" - }, - { - "address": "0x6D0F41e85FA9cC35CBdD4AfACC674E60A2C3a4C5", - "amount": "183745109894137819426" - }, - { - "address": "0x847794B1A9F8B2a183E9Af90f0f872abC53bFEbD", - "amount": "955059339324543521307" - }, - { - "address": "0x4243E716B47E191Da83c00746599c5Fc762635E0", - "amount": "247971409086529684194" - }, - { - "address": "0xF0814C0E02618335a35f466e9224c5eE6260B975", - "amount": "52498593827137578041" - }, - { - "address": "0x09897972fFcaD7AFd630F0bAD9283724ccf38533", - "amount": "987240520714948506992" - }, - { - "address": "0xD3847C154774c252ca045b1A4FA7b4EcE7fe3942", - "amount": "157495781481412734123" - }, - { - "address": "0x0a852A20620d01A04cE0025e15339C5FE6AE0526", - "amount": "1623285677787144904357" - }, - { - "address": "0x93262E0F3C85D476706E58E8B533Cd786A1064F1", - "amount": "66446417085215860147" - }, - { - "address": "0xb2050D3F930C0E6566C60D1a9e6b67E48A3418Cb", - "amount": "592088565730021452887" - }, - { - "address": "0xb33966e39bF5825C64E25835922F96aaaf49fbE3", - "amount": "327849805074043815464" - }, - { - "address": "0x2504B51035502EE579b1e8AcE53d73460044093B", - "amount": "345681188842349800533" - }, - { - "address": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", - "amount": "362812697281299435482" - }, - { - "address": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", - "amount": "993036295942635045183" - }, - { - "address": "0xe074B9d1D12be834Ef738a4D6b4cee7007deA8d9", - "amount": "537574582385016359507" - }, - { - "address": "0x78272Cc3d88c30be218aA0c1697395E90Ae8f154", - "amount": "209994375308550312165" - }, - { - "address": "0xade6B063077d7156bA541BBBbe015fdA01c7F0E8", - "amount": "524307530540207012330" - }, - { - "address": "0x1A03D40d57a63b299d9F9b94522F457af0CBc855", - "amount": "611835746871288811286" - }, - { - "address": "0xf06afa79d653A6F04D4d023416eAB53188124f11", - "amount": "54698278608663383304" - }, - { - "address": "0xcd114230e75A75967fA4F4B9577511C8b54F6566", - "amount": "1094139223008866278131" - }, - { - "address": "0x795DC2AEB3bca32CB42A2a0C720Fb2008f5Fd77d", - "amount": "14601571490002462118589" - }, - { - "address": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", - "amount": "331788537726596977452" - }, - { - "address": "0x8Bf344920C76879D0CEa3A93919c65c53B16a69b", - "amount": "88916017052025302571" - }, - { - "address": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", - "amount": "107941677418682803902" - }, - { - "address": "0xF16C0904707b08F5Cd9D1309F57726509e5A5D54", - "amount": "716647484901153186811" - }, - { - "address": "0x178665C0973F4efcF3fd97c2aB535d73C37AdcdA", - "amount": "1049974967659956102686" - }, - { - "address": "0xfDad422674977C04a6C5892DD717b049DE3A8244", - "amount": "57164465620744110038" - }, - { - "address": "0x20D394193242BD37e51d44c1db3627e8D5B927a8", - "amount": "1144469345431599202022" - }, - { - "address": "0xa1Db418AB5eD12C8230bAb6cC24c2c9dE82cC479", - "amount": "52645589889853563259" - }, - { - "address": "0x72c4Ab33E16D273505Fb1EC4dcC1C8D6dfa7dF4B", - "amount": "2666220362464705250371" - }, - { - "address": "0xEb83857D858Ff7Ae20895141238E8b86EC06AD24", - "amount": "327502461195314951876" - }, - { - "address": "0x77ad19b2ffB328d28778137a0Db89fC5D5ad721e", - "amount": "66246925578588366978" - }, - { - "address": "0x133d90912221Aa55e6F87Be546b97D5Cf34961fd", - "amount": "262492969135687890206" - }, - { - "address": "0x8cf53EB8762C9cC4D29e78c97D6ab9cc2C64E94c", - "amount": "543188815325415585341" - }, - { - "address": "0x977aE5c77c48909052efC3E5908AB5224E957bA3", - "amount": "237967714493711657278" - }, - { - "address": "0x8e7C7d2fAc4d458a24C0F47Ded8556100D3158ae", - "amount": "490420864095588399030" - }, - { - "address": "0x1AE8e3655d882856842441c0eC0223973343C9D1", - "amount": "53548476821461036505" - }, - { - "address": "0x24ee85804ebae72Db31DeBD94C8c9C50efA849cb", - "amount": "4110694984041040447963" - }, - { - "address": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", - "amount": "3254041886933997016977" - }, - { - "address": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", - "amount": "1539867235593130089372" - }, - { - "address": "0x7e367d3Cf0ed261fAe613Fabf93e056C51d19aC7", - "amount": "52498593827137578041" - }, - { - "address": "0x3D85050c6a246D31C0BB71D5eeBF29a62B7a69d1", - "amount": "164484976549385537789" - }, - { - "address": "0xCCCD5354573D36f0c3140E9d981f3C66BDf43e25", - "amount": "58543178536011645577" - }, - { - "address": "0xa4f505FDd1D87596E4506eB145CC4E99F77f7cAf", - "amount": "122724432947298657219" - }, - { - "address": "0x4f3784e4818c7e614435D4354e7f1080189E30BF", - "amount": "245720851891957208500" - }, - { - "address": "0xd7807e003c6E1361b12b70E632b601815C36F06f", - "amount": "54651019374500194057" - }, - { - "address": "0x50d8F349Cf720DD203AD9e852999b37feB805ba0", - "amount": "494772365156246046971" - }, - { - "address": "0xADE5Ffe4199FC2D6301e67f8723A1B68Cc36D905", - "amount": "52656085408731484604" - }, - { - "address": "0xF1e8105304c0184E6E16E31A1edA368D0039e8f4", - "amount": "1624865648608875009267" - }, - { - "address": "0x52A3A014ba535e5F349241163B1B25e6654E6a14", - "amount": "524985938271375780413" - }, - { - "address": "0x35aB933F276ED630AAfB20C77f414E5331a9C2Dd", - "amount": "449533807813354117705" - }, - { - "address": "0xC5FaF0381A5050536350dCa2137eEDAc119854E6", - "amount": "52498593827137578041" - }, - { - "address": "0xB3aEbA90EB2659ff653DaE03439635699E6a43c0", - "amount": "6379459830048055286810" - }, - { - "address": "0xC55297248Da652D27143C96A64D48663c6a9bAB9", - "amount": "92841657989680338549" - }, - { - "address": "0xCC53E0993d28005aa981F83d3F61c526702deF99", - "amount": "52511193489656091060" - }, - { - "address": "0x2780FC072F79994Aa5f05063253aecc22BF825fB", - "amount": "628003168767726768640" - }, - { - "address": "0x69B7B4544478c52f170434d20122638D6ffD4114", - "amount": "948805178459832091082" - }, - { - "address": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", - "amount": "223891800245033251542" - }, - { - "address": "0x90D38ffe3D03cC6AaeF01Bf039d7f936cBdD5109", - "amount": "14918749212052521208474" - }, - { - "address": "0x4CBC289fb8946D1684709113416Ccb26623Cf470", - "amount": "30554590322012824024715" - }, - { - "address": "0xD8a30F894FD8c8Dd5FB47a44966A918FDD8A6f1A", - "amount": "1687022147523538111862" - }, - { - "address": "0x78Cac9021D86c3D5BcAF0C407664E27Eb56040A6", - "amount": "1682135687873236183722" - }, - { - "address": "0x308c271feB0FA3E4F5E9d5e5c9daC8f3194460b5", - "amount": "632633305321326791948" - }, - { - "address": "0xf3221526Fb23f73F3d002778CD888AE873a85C0c", - "amount": "344070223954303925461" - }, - { - "address": "0x625d748e319326f8e0d466fF86923C794CEb90c1", - "amount": "25905998912542019648778" - }, - { - "address": "0x1D4C7C59B5a6a876B0a495c7166CE5c811a7332d", - "amount": "95770534493248838274" - }, - { - "address": "0x9cB8008958407C161E57c701a2a852d3D4C8d355", - "amount": "22428874408538982790137" - }, - { - "address": "0x2d41bb357c5A997960D4E58F5C79D2DFEDf8a93C", - "amount": "211661395730166065675" - }, - { - "address": "0x186206B8dB235DAFf7F05F7F427066EC7F186c90", - "amount": "96356800489028165659" - }, - { - "address": "0xe1d57b826Af6D5529A7e50CF07D9Ec28fB53a3C3", - "amount": "84351107376176906550189" - }, - { - "address": "0xB75879b43daA5C6718559da8e08f6F9Ad4Fc2DDE", - "amount": "6472602571805667956204" - }, - { - "address": "0x0e2fa9aF5610d8D62203D9e176c4F641a1a59661", - "amount": "1328601093132062095731" - }, - { - "address": "0xD6fDfdBBa8FF86B25139544aa974924D548A791e", - "amount": "746961196893104064196" - }, - { - "address": "0x584ebc298278A83d849E02B10c62bD04F73D347B", - "amount": "224236471414694024595" - }, - { - "address": "0x91B63f6405a0c10D6d70a633b2130292c2faE893", - "amount": "37512561364921133526662" - }, - { - "address": "0xDa72f7fee2D64D4cB097DD809a0C099D5507C629", - "amount": "56601767010577708166" - }, - { - "address": "0x9bB00529c014baa1C4C5A22f877cbe05945cBbd9", - "amount": "3970122422950156734054" - }, - { - "address": "0xDac244E82fF83D43c18821D572345371007aEE08", - "amount": "65133707333194065943" - }, - { - "address": "0x216f3f9476cC26ec95AafB2A494e23979d0494e8", - "amount": "37908438884311215878687" - }, - { - "address": "0x4e18524dB4542F4d9A4d850317A242691490B879", - "amount": "177830831235250217325" - }, - { - "address": "0x75537feeef4ea80Dca479dc007B10306F1442330", - "amount": "118466837413481398222" - }, - { - "address": "0x8a955B7b52B185427edE10d689eC6beA033AB78B", - "amount": "171503935619548773782" - }, - { - "address": "0x609652E00A1303B31A385bBf95e7F6feA605B996", - "amount": "26490840818295236168095" - }, - { - "address": "0x2DCe927B863f8242a3A2636A3a7fB10a1Fafe22b", - "amount": "54758052506403758776" - }, - { - "address": "0xA5E9ADd3894051B11358A8952Dae14C2204C8199", - "amount": "99761057580747746632" - }, - { - "address": "0xC9313E1af029323A9bd75300f0285c8a86093bfd", - "amount": "306440076453508010303" - }, - { - "address": "0xb67c4d6Ce3C33468cCa88f35825dbF7D4574aC0F", - "amount": "83423438954077704517" - }, - { - "address": "0xA60BcC03DF08BB3B207D1fDFF628adEEE0004DcC", - "amount": "49556995597449924441" - }, - { - "address": "0x772CB70126776D014ADB41e481C6f311Db2aceB3", - "amount": "49479871934143472680" - }, - { - "address": "0xEDE423D36448c49dD077268581D5278Bb9924fB8", - "amount": "99137999504921501407" - }, - { - "address": "0x51A65cde94de2F449Fa83E486e7838798a740EaD", - "amount": "49282740970262422988" - }, - { - "address": "0xc9982e2F223095AB77Ae19F3DbeF374FB864f23F", - "amount": "49282740970262422988" - }, - { - "address": "0xC653970AD41803220FDc39e7C46CeBB69fF2E6A5", - "amount": "49282740970262422989" - }, - { - "address": "0xB5027c6924e1699Ce333b700dE63274aBf1650BE", - "amount": "40368299280261445714882" - }, - { - "address": "0xd32739E06c6F3CB66e6Ca4f1495a57b84F3963b6", - "amount": "143565782552998116274" - }, - { - "address": "0xD15c3714e575B4EF045beD42CCE79770C1C44C1f", - "amount": "53594980805160384999" - }, - { - "address": "0x8e471b4D2c08cD29142adF30a31D294350f874c1", - "amount": "65385874438496437493" - }, - { - "address": "0xf5460a9225f258C080B506841be032539D95830f", - "amount": "64313976966192461999" - }, - { - "address": "0xCE18eE399dFfC872664D56c9e3269fE0167B90cf", - "amount": "97222230713607386167" - }, - { - "address": "0x461Df3491F64EddFf068B6F5E98a8692A546afC6", - "amount": "53594980805160384999" - }, - { - "address": "0x83B60fA132B17Ace5174962c2a28B00f75f6cba1", - "amount": "383750761195016682713" - }, - { - "address": "0xFC3CA1656B2da82c6a218c64ae256c310623fB66", - "amount": "100083267155556502948" - }, - { - "address": "0x2c73d82F2d16B0b911369e82ceB354b1d759DE2A", - "amount": "85751969288256615999" - }, - { - "address": "0x25cDEae2F216400C74221B78D2dd8568DdfB8068", - "amount": "203588026361721672149" - }, - { - "address": "0xc93D18fff20C6bB7C3B262021216e2B306ea0Eb3", - "amount": "86084763602074591531" - }, - { - "address": "0x8765A8394319e5827079379B8Cd42C062e323B95", - "amount": "106534009137017711639415" - }, - { - "address": "0x8E434A912e6C4e466b4236a08A4B2277059F7bc7", - "amount": "53607609311291273704" - }, - { - "address": "0x0a2B76B41F3466A692636322F169F83835F63915", - "amount": "53664654280207093500" - }, - { - "address": "0x94d5FDF97b37D6b18a63fd320E001d325f8b212a", - "amount": "140957142765719759389" - }, - { - "address": "0x9351061D49b6c01f660872361b2658E9a6ea2532", - "amount": "347724235463880577877" - }, - { - "address": "0x3e64cd2CA96178F3Fa47e5A2112d8719EF07ca13", - "amount": "621997473785682040532" - }, - { - "address": "0xae94aB64f858A81e9F476d85384682764FbE1ccC", - "amount": "2143801351351956436025" - }, - { - "address": "0xd492aE7b0985695c74C6a95d459056F50fDb705B", - "amount": "579688240662711750397" - }, - { - "address": "0x8Aa9F64042D468aF80251fC7CB53f2b68690827F", - "amount": "135688843196391983429" - }, - { - "address": "0x38C3452D46c82e75bEA04a229639233E9027C727", - "amount": "108208266245618817314" - }, - { - "address": "0xeCe104B5486F3D48bEd9521dBd0759d1780e106B", - "amount": "160784942415481154998" - }, - { - "address": "0x96852b641C8f32F29845FB1C74eC84CE99FE0321", - "amount": "535949808051603849995" - }, - { - "address": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", - "amount": "158954088588435905984" - }, - { - "address": "0x7De140ea256fb6B4F5163aaA877060c09CdfcA37", - "amount": "70828734310304891815" - }, - { - "address": "0xb687634f7D5417B8FDa1b0625ecD230a2287FDDf", - "amount": "61940748118272095490" - }, - { - "address": "0x38d188d26EA95C9706A6083191A770B8b69A9312", - "amount": "53594980805160384999" - }, - { - "address": "0x80A05CC212e3960ce90dbd7f776710efEa5fFBd4", - "amount": "66457774750396483496" - }, - { - "address": "0xEDb1f9F70b8058fC925cFF7C914fc8732B9DB9DB", - "amount": "507249066154801879776" - }, - { - "address": "0x61725372e5426e9e360774b733f467C64d2a500c", - "amount": "349492869830450870582" - }, - { - "address": "0x293c17cA71322CCd1A3010C3757600Fe30d72199", - "amount": "141379863158440325946" - }, - { - "address": "0x0EE699d199190aCCD85E37Bf519112fD499bABcC", - "amount": "73961073511121331299" - }, - { - "address": "0x82F9e14DFeb06020eF323a5617C9E71a2371210C", - "amount": "53594980805160384999" - }, - { - "address": "0x9e1d5a3e28D2088233619eaB94DDbD87eA57599C", - "amount": "53696811268690189731" - }, - { - "address": "0xdD6b673dA2B509d6b8c7CA1cBdD4e4a2f947CCEC", - "amount": "53594980805160384999" - }, - { - "address": "0x0297e817Ba04E283F45ABb88A3842EAc00B82d0a", - "amount": "53596052704776488207" - }, - { - "address": "0x45F6dea23d4F1733fBB67F6B21b1F5a9F4dd2578", - "amount": "2867016744234728024086" - }, - { - "address": "0x3407B58C43D56d6954E6A19Fa27dEF558E5E4b14", - "amount": "337875869172692906757" - }, - { - "address": "0x795EF8125697b5a8C037A957566f7bCe93076007", - "amount": "36229500908214205987940" - }, - { - "address": "0x0903BEF27724b2AB36C53905863e4D68eF8b44e3", - "amount": "62170177733986046599" - }, - { - "address": "0x9D40eFEdF62BF29708240C1f9585A100a06f6603", - "amount": "53594980805160384999" - }, - { - "address": "0x80C8204b9b1d6605928f7dc90bE062Ea8E241c37", - "amount": "53594980805160384999" - }, - { - "address": "0xfFC4a5F9a76C7ea43A5519891B48081Df5DB5583", - "amount": "535950864944625327759" - }, - { - "address": "0x2De71bC2633022d92dddae6Dd836ff4826eA56dc", - "amount": "114014746466049893425" - }, - { - "address": "0x9a9A7a20b3c589d8bcC93da89251bD14b76CE54d", - "amount": "58656846941857289678" - }, - { - "address": "0xC927D925844aE039650edB44f1BB83F215771695", - "amount": "110631960589454057383" - }, - { - "address": "0x0D4813ec907b97D27E21310713C606ff05fb2b90", - "amount": "53594980805160384999" - }, - { - "address": "0xb78Ad2F2DDE461e22C5be18815fa539AFbacf852", - "amount": "529789465430321047124" - }, - { - "address": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", - "amount": "2814470137349431001452" - }, - { - "address": "0x73Ea2D65e375D65dF75f1E6962D2234302a12799", - "amount": "108260775288299387332" - }, - { - "address": "0xD49E9e23De39c3852c1980659D82D057e791F491", - "amount": "74103376148098055870357" - }, - { - "address": "0xe6C477CD695873e7DC03714EaF8e22Bb99236BC3", - "amount": "529789465430321047122" - }, - { - "address": "0x593798fd09b74B5F371295AF4b1bbDE224948ECC", - "amount": "68964422501924435204" - }, - { - "address": "0xD3192402915F0062C932fccEcF145588ef517e16", - "amount": "115321610543829054299" - }, - { - "address": "0xB97a94f2f54b13124374185b333C4fF4bf79FB77", - "amount": "10870125781736368201243" - }, - { - "address": "0xa1379d0B315c7FfdD2ABcb71A8441bC47Bc22229", - "amount": "450357681173341658882" - }, - { - "address": "0x5baD58A4bf3a5c5C1774911E2265a0347602238a", - "amount": "1108899373127746767986" - }, - { - "address": "0xA2FD14bD0CecF38bD4581B9664f5e41FB34342fE", - "amount": "323474603798227935039" - }, - { - "address": "0x6fD76CA69f80fDBF8Cd6a1Dd02a4e03959613dA6", - "amount": "2450245122545122085849" - }, - { - "address": "0xaD37815f435577485766BE1bf2Cce769B15A791c", - "amount": "4495425097712148588521" - }, - { - "address": "0x9614256715b73b45F53E64e4aF67F19DfD9EC363", - "amount": "549386702361312158183" - }, - { - "address": "0x28B9081BCAa20f89B4800097153824158a40ac22", - "amount": "891931241488447557290" - }, - { - "address": "0xcCa3319bD691f8ed61e828343EE5Fa25097B7bF8", - "amount": "163249079463994276147" - }, - { - "address": "0x63321a4B97D62E2E1e26Ceb911eFDDa960117E02", - "amount": "368336149627731292128" - }, - { - "address": "0xf581bE044E9A69B5a8B7020ED32723BCB4594A5b", - "amount": "1598863178118167088514" - }, - { - "address": "0x3a547fdFe1D59a41634d5Af3080D56D9e648b2E1", - "amount": "1794210261031072517676" - }, - { - "address": "0xD29A0a87558aEEE92359cbB4f98043DE6FfD3dDE", - "amount": "1108861671830904517232" - }, - { - "address": "0x844a002dcc954bD5A7878815f54e5FcA8f2De58F", - "amount": "534497735361379362936" - }, - { - "address": "0x34fA1F8Af237385d71238B6cEC2507d53e894Ecb", - "amount": "168277520732042576821" - }, - { - "address": "0x71B1059631692C6FF9c4e910F5DFb2CB78531ccd", - "amount": "3326585015492713551699" - }, - { - "address": "0xA544c0eD10496632C3F13EC4f83c8077f033d402", - "amount": "287984221582928127309" - }, - { - "address": "0xEbae206B804491ce1E629fC3103Ec211E25392Df", - "amount": "2661268012394170841359" - }, - { - "address": "0x8e8079AB80E5775746B9286E37d20e203cdE96b2", - "amount": "1170465091760183072259" - }, - { - "address": "0xEfCa66c0A08d027652032e7010C4D464FbADBBf3", - "amount": "554430835915452258616" - }, - { - "address": "0xE4fA53C7B0226558b9D27F5b17dCA6Ec80ee59F5", - "amount": "1817664897569331450870" - }, - { - "address": "0x1b2ACDFBCf55112bBF072Ad46b70D3cbD805D369", - "amount": "821666498826700247269" - }, - { - "address": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", - "amount": "999097947293694926584" - }, - { - "address": "0x50397Eeba2fAe71BF81eF1a1a8f71537fc2042Cb", - "amount": "55443083591545225861" - }, - { - "address": "0x63cc4f541d571b40AA690c0C01813278d8289477", - "amount": "443544668732361806893" - }, - { - "address": "0xfF0aCE724184414B8A4D05eeA38cB4262B0f4D6C", - "amount": "40496545407074089553043" - }, - { - "address": "0x462bA1F305C8bD140d1CF02d528B8129F136B8Ed", - "amount": "743747884702474355777" - }, - { - "address": "0x7C2d7614cdB4858d3b9B8b29e80E9406b5daDaa1", - "amount": "3881016894477378445921" - }, - { - "address": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", - "amount": "404118475956151868502" - }, - { - "address": "0xF0D5735B074ef4D7eb5D7541B45EC681C87Ea9e2", - "amount": "443545752090215185687" - }, - { - "address": "0x6Da1F633AF85E482db8A681D000E96A87f9D6103", - "amount": "55443083591545225861" - }, - { - "address": "0xAe1503224bfE7BDD73beD0B5dCdF33b72c90960e", - "amount": "3866489747983117555508" - }, - { - "address": "0xbA1A90Ff570AB6d193F1AE863fA7423a2fD726Fd", - "amount": "388101585140816581031" - }, - { - "address": "0x995B1126A3A2ebc33c1528CE6505Fab22aaa689a", - "amount": "1108861671830904517233" - }, - { - "address": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", - "amount": "208835614861487017410" - }, - { - "address": "0x1bDDF0451968f75C0975621fB61352De1B3b5Cb6", - "amount": "55797892713850991365" - }, - { - "address": "0x2E3E6A7b70A9c029AE9A7eBfafFEa9b972d0D3a0", - "amount": "445873278243206706379" - }, - { - "address": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", - "amount": "44501921451109311081243" - }, - { - "address": "0x1680D75B912C2A0442d7Ef703B3541a485C60237", - "amount": "1142953004570498532845" - }, - { - "address": "0x4010A4c1911A4768849D59aF8dd3C114771298b9", - "amount": "261542764870344781200" - }, - { - "address": "0x5B02D652dd6B15f7e2B934C4A6d028e07BB28589", - "amount": "133118834832406712646" - }, - { - "address": "0x679751569a7a1Bfac127d898534028CB65FA3c8E", - "amount": "588931989639670645914" - }, - { - "address": "0x35aa0A6e56c63017D6Fa4f7eDA7d37304E13050e", - "amount": "1235482568395488754762" - }, - { - "address": "0x1BB3f830F0Eaa442c33A2BcDE2856becB21a54F6", - "amount": "554874380584184620425" - }, - { - "address": "0xe4BC88b85595Bd7F19f9aFb698c758d0e82704ef", - "amount": "117173412862371680337" - }, - { - "address": "0x33901732fC71E4c8f243d88365895ca6E31133fC", - "amount": "24015995232125965561798" - }, - { - "address": "0x76120CE7886BF8Eab3e052590cCEf7EC76125dd6", - "amount": "77561149155009238546" - }, - { - "address": "0x25E4883b5E5eE02477458acE0e708F5eBB2Dc4D4", - "amount": "57861875035167945230" - }, - { - "address": "0x4ff75a8aD64c0E9739E1D6047585aB5d1dC03121", - "amount": "50266424480028860950" - }, - { - "address": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", - "amount": "98565481940524845976" - }, - { - "address": "0x149AecB03fA024590e5A999132a5F89748559c85", - "amount": "89892692371065412510" - }, - { - "address": "0xaE0AFd6Afaa7787610E70902DFA03aEF62343E44", - "amount": "49282740970262422988" - }, - { - "address": "0x300B678ee6F5172BD12216C8c53CaDAF97D66c92", - "amount": "99797550464781406550" - }, - { - "address": "0x2772955a74fe3Ee64224eC8B64487203D6DB875D", - "amount": "50161584996652863224" - }, - { - "address": "0x455c7B038e40AB0e70037503EBc09C4af7A2D54C", - "amount": "394261924805134925688" - }, - { - "address": "0x4423c81121f1C3bfF9d2ABBE6Cc15aaeA7E12bb5", - "amount": "64067560304376691668" - }, - { - "address": "0xdf3f06b95A3a75Bc5aEb6F812859a8DCcb9336E8", - "amount": "269342007260317004611" - }, - { - "address": "0x7049D2bEfC694f4851911Ab7a31634B7a267F5B0", - "amount": "61764273635902511988" - }, - { - "address": "0x515C8f24d971a3b5DA03CAe15267125e37eF09f6", - "amount": "49282740970262422988" - }, - { - "address": "0x4f7eA4ca357F301cBC6249765bCaA08e229C6467", - "amount": "58350763337481070007" - }, - { - "address": "0x0fae606C1289BA11679dab8E310562DF21588784", - "amount": "79380142160967499209" - }, - { - "address": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", - "amount": "201399144327021840181" - }, - { - "address": "0x5A9196dBf7a4a636af09A6939698A87B847f21bd", - "amount": "49282740970262422988" - }, - { - "address": "0x6ebcfC8db08145AeecD20f1B7BD7FdD63A1aa9fA", - "amount": "49457185117165222076" - }, - { - "address": "0x1d6B583ba52fa6fE962B7DaDe7372CC46F91290d", - "amount": "49282740970262422988" - }, - { - "address": "0xA5cccceb816D556B9ab52C07d75230c39560ecC7", - "amount": "788547463978701558111" - }, - { - "address": "0x593D575d3D69F51976eFD56202AF42b18656a4D7", - "amount": "1010620470325963998001" - }, - { - "address": "0xC5cD81B33a36DB6fa298164D4A1305a215B466eD", - "amount": "55829460280752083257" - }, - { - "address": "0x75027B862C8B909cae05741596B6daF7536018CC", - "amount": "49748810272386431181" - }, - { - "address": "0x7dC4c91878A44e764b5F924CB56626Ee59aB35de", - "amount": "197130963881049691952" - }, - { - "address": "0x3F2c8711081472e0f7c24404b511C0753E2cD5D6", - "amount": "51254044695144003476" - }, - { - "address": "0xffBa66d97c0E7ab7434232d810257570451A7dfB", - "amount": "798884166464505565154" - }, - { - "address": "0xB14dF38985408Db1f00DBa073FCdD382745c30eF", - "amount": "49282740970262422988" - }, - { - "address": "0x0520b21CE5414B16Be5D60450D9548718c1eD51E", - "amount": "69250123814513039241" - }, - { - "address": "0xC2a5B277886d52b90683CF269b00458f1D3E74A0", - "amount": "49298264332867479054" - }, - { - "address": "0xC0B8477904F80a8205F816c6E4F87CA8e7FC6E90", - "amount": "2461354544957940133012" - }, - { - "address": "0x3D0561e0A03c19acb278B8Ace142FA2d88f3ef11", - "amount": "112389959369103590134" - }, - { - "address": "0xd6401195f0e9F9d853aC3B641f57613a5913a3d0", - "amount": "49292532946237946596" - }, - { - "address": "0x076881921B8d4F1EaA25Ba65f40C8C35724601Da", - "amount": "49282740970262422988" - }, - { - "address": "0x7805294beB39d51c936343f9A0612027677F3C2d", - "amount": "49282740970262422988" - }, - { - "address": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", - "amount": "181563153849550234508" - }, - { - "address": "0x74e90C9B4384498D907eBa09ff6f92cF11C192da", - "amount": "24369741137727338087717" - }, - { - "address": "0xEcB4b9c9C6d33b4C5B98041DCEc84258bB04d233", - "amount": "25402953054303295561934" - }, - { - "address": "0x1E8F916CE03F4ce86186531a8994d366581Ed4be", - "amount": "10472582456180764884976" - }, - { - "address": "0x3E9766A789553BD4689633209Ce27ce96296D717", - "amount": "74268351401070917506" - }, - { - "address": "0xa8883bd05Ad05EEE15458471f5554aF7E398b3e4", - "amount": "767073985474977884441" - }, - { - "address": "0x9120693BBE996cEdefD707607c4AA31a380A386D", - "amount": "58523254902186627298" - }, - { - "address": "0x4d9409E4A1388bF7E7523EA6F2B91b8be8D84d17", - "amount": "175007305849454410915" - }, - { - "address": "0xD32065bA8E7eDDdFd554Fe0Ab1d0B4BE08529a45", - "amount": "58523254902186627298" - }, - { - "address": "0xc0fa17382047b1f71345d951093989Bf5837eFA3", - "amount": "158599696093859426835" - }, - { - "address": "0xbB184962249Aa8a68B20D1B511C3b1e449971070", - "amount": "58523254902186627298" - }, - { - "address": "0x7b96aeFa86d3D17B6e670Bc4Ed73A0C322855FCE", - "amount": "674121598543489422181" - }, - { - "address": "0x39B17e6C1Fbf0877725527E5E6ea9AAB2fE78A93", - "amount": "214454956193768764537" - }, - { - "address": "0x6389544E0A236F7A3C8B5F923C902E8F161A21B7", - "amount": "59682015349249922518" - }, - { - "address": "0x50B97820cdc2CdA4E6a254Bc8c869802991f5292", - "amount": "114918562119386219253" - }, - { - "address": "0x780a07d508B706619bCdDe2eCBD8CDe50FDbaab4", - "amount": "248723833334293166018" - }, - { - "address": "0xB7f8943E8fADDc17025EDEE5eF93E6842B0aD618", - "amount": "154681255533759197893" - }, - { - "address": "0x4BeA9eeD6CC1D0323356feE49Fc9C5A7F2093EC6", - "amount": "60278952549252226117" - }, - { - "address": "0x5fAF2977F1a573B2736115aB384D66300b0dB14C", - "amount": "219403307712887157225" - }, - { - "address": "0x77dAa6e5Fed9E4e32199fBE611545bdA2dc20487", - "amount": "1170465098043732545968" - }, - { - "address": "0xd5FeD174Ecd287eF563365E400dc8Fb2fDF1b670", - "amount": "58640301411991000553" - }, - { - "address": "0x547C1759D8786675E1800D1bfC0b3DEb033112D0", - "amount": "58523254902186627298" - }, - { - "address": "0xD9a40035C6bdA1d8eb4e1bAf2108E27442B661BB", - "amount": "230967848535342292202" - }, - { - "address": "0xe7c16B7bbf01cA5444472197b3D974716CA13fa9", - "amount": "113966338493731853159" - }, - { - "address": "0x37DDD9686932D5D36D572354bBb63A1b66C6FBFf", - "amount": "163451300289891587721" - }, - { - "address": "0xDa93265f1CCBC244046F4928Fc3B499b4B26b026", - "amount": "61326518812001366746" - }, - { - "address": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", - "amount": "1234379190454103028102" - }, - { - "address": "0x66279AC5C08fa34F7CcC30deFE736199CaaEe4D2", - "amount": "59108485110278297483" - }, - { - "address": "0x22cA67D2F2a8a81f76955C718D58fbb826F3b2f1", - "amount": "85844049776657268471" - }, - { - "address": "0x05C225D2BEe6d7A597783B579e74466AfA0D8DB1", - "amount": "58523254902186627298" - }, - { - "address": "0x1272cBa869be9Faf0FE7212A2Fde7245fc8c4C53", - "amount": "199500391119824152464" - }, - { - "address": "0xAf9eDa301aFB2Af1b585ac1D291321440ff5b59A", - "amount": "105752692073349279260" - }, - { - "address": "0x6e3bC45591Ce21dEb09AB4146E90bd226C36536A", - "amount": "70322920727887848834" - }, - { - "address": "0x90a7ECAD46c2808e35099F816E80576ea0BAe99D", - "amount": "383795503307609705735" - }, - { - "address": "0xBC948C0D1DdAadd19ee48e52E60911CE66519749", - "amount": "58523254902186627298" - }, - { - "address": "0xfDc18dfc2190272ab22547FB28F42Addf970D1aF", - "amount": "88779551898089512229" - }, - { - "address": "0x61F10Ef3524eB1AAc8232E60AccDB259f7D90377", - "amount": "643755803924052900282" - }, - { - "address": "0xE55E6828cbc397F2f271c2fC27055Dc7D8fB8AdD", - "amount": "2186583735762617658360" - }, - { - "address": "0x5eDaefe51c27966e7Bd981C0a6e43b0632EB90E9", - "amount": "81804346418709008162" - }, - { - "address": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", - "amount": "1148903898869242735910" - }, - { - "address": "0x771A8416Cfb77007A5D8338Cb3E72D8e413be799", - "amount": "116124180966184597263" - }, - { - "address": "0xD5172A7090F25729555316e9699DB987a2D83924", - "amount": "398322453044865632062" - }, - { - "address": "0xD15b82E9B33308F7C0bd8071D4ac9c8f582EF8E8", - "amount": "58715211178265799435" - }, - { - "address": "0x55F446942dFC92B889Ae4D4eC71862937f6F7f95", - "amount": "587115950571471064306" - }, - { - "address": "0x050aA48D50dEC8061114bB4eA2c24D56fe2bec84", - "amount": "228864552015785155910" - }, - { - "address": "0xB5E1ae765B276e6382C8731af4b255dB9838916a", - "amount": "156784970348056018265" - }, - { - "address": "0xe1A0B951Eb8e195a68FF81e02e3aa5f0E0A978c3", - "amount": "224591151232483149161" - }, - { - "address": "0x517773eaC8d4e11db8B39EB79149815183a1Ca55", - "amount": "86122821914057840732" - }, - { - "address": "0x31AEf6CB0CcC64E6170AaFE2777867980323Ef38", - "amount": "135004713621554341722" - }, - { - "address": "0xc670E9535E86e6D2230153Fe4609D72C1f58BA91", - "amount": "181422090196778544625" - }, - { - "address": "0x6b47263f1274548EA498B16eD20252e7bdA959c7", - "amount": "1146323084931482518475" - }, - { - "address": "0x1D40eae4067B61e013Fa62A5FA5f2Fb1056B351c", - "amount": "1272502733895891018128" - }, - { - "address": "0xdB60a8C1CB246Da8300B4FE362F13b57d4e6c157", - "amount": "117046509804373254596" - }, - { - "address": "0xc249F7488Ec44D41c2b899f5ff66e81eeFc9cB70", - "amount": "84610180708321807326" - }, - { - "address": "0x38867E93c41aeceab5baeAbCB9b33Ab72e7Bb749", - "amount": "58523254902186627298" - }, - { - "address": "0x4794dEeDbe466B6f96AD949a62Bd2c3A180Dd60B", - "amount": "484760995470890314970" - }, - { - "address": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", - "amount": "836529882615064529333" - }, - { - "address": "0x1839D984dE9528E46E75F4AB0825Cd5C08612B3F", - "amount": "58523254902186627298" - }, - { - "address": "0xD38B674DAA23a78d88b29c283D632F0944812DcC", - "amount": "71912464277442753911" - }, - { - "address": "0x9B3b6b7833101aC6cfdE31c61593542565456B1d", - "amount": "81401441842334423923" - }, - { - "address": "0x0E474f8c68B0e43484926A461819E9579deEb490", - "amount": "687355964143364155384" - }, - { - "address": "0x2C4E994C14B7ad9786b05794665bc2535A2FaF3D", - "amount": "58523254902186627298" - }, - { - "address": "0x6b15a9169752663Ab98D37bbf3060382BF9FD491", - "amount": "58523254902186627298" - }, - { - "address": "0x0Bf61E62224615fC83CF18665fe3b49ec4A59DbA", - "amount": "223578723272017843848" - }, - { - "address": "0x8e7F4FD55884E86B58Dca35e52bbaf81f794F239", - "amount": "59378836797694242739" - }, - { - "address": "0x1B8Ff197Ce954d0dbadCA2ddD6e4Bc53346caCD8", - "amount": "126482459652417441748" - }, - { - "address": "0x1da6964C73E110a600A7Aef7b3390FBc92e635b1", - "amount": "292616272170002940404" - }, - { - "address": "0xc6480D80EE7aD6148268297c99351ED92f815310", - "amount": "59456115585327482137" - }, - { - "address": "0x7fDeA9AB0e5019152d16C7c7C180268c89805dE3", - "amount": "999696581169348054977" - }, - { - "address": "0x69d5C1844D18FB4e621B52dA4576D1Cf4c5f8F06", - "amount": "437175725597139591307" - }, - { - "address": "0xE6559f032C1863a9E66e132642Cecd14a9E51A99", - "amount": "98649594952657495069" - }, - { - "address": "0x85CcD023824A482b92f31A3EFF113C72B2E59041", - "amount": "241970951997639655467" - }, - { - "address": "0x8Fc0b99C5b6AC71F13F36C9D4AC219fafdFAb48E", - "amount": "64960812941427156301" - }, - { - "address": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", - "amount": "8783047010086039610379" - }, - { - "address": "0xaF0de2D14aea8e1920A0E1d84Db498d3aA07163a", - "amount": "234210063777620686360" - }, - { - "address": "0xb798B8630A5C40632Fe1f7eB6F1E1afE0eDBaB9d", - "amount": "60864180416413700215" - }, - { - "address": "0x25Dd118F210d486002c69d883f0110Fb92739774", - "amount": "58998450856876304231" - }, - { - "address": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", - "amount": "317968944209732346284" - }, - { - "address": "0x4e63A0F1E5858EC414Bbb3D723b88038799eC338", - "amount": "81834210874128349678" - }, - { - "address": "0x1B26Ccf3bC57f947B82776dF549B159d9766A582", - "amount": "594176090291472457624" - }, - { - "address": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", - "amount": "7628062339582135489094" - }, - { - "address": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", - "amount": "3564202846154180386380" - }, - { - "address": "0xa96480729D57867cF0FCeA0663b34b1B7c964c7a", - "amount": "1109012526215632141779" - }, - { - "address": "0x7de9bC2cDfa6B7Ee7088a4f5848A86A26Cd5aFD1", - "amount": "59693720000230359844" - }, - { - "address": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", - "amount": "572486646124260709982" - }, - { - "address": "0xA5f4892106142837200642d36fa9E85DBDC73aba", - "amount": "825093182386706131620" - }, - { - "address": "0xbda4fF21e08B703f9E35755D40B98aC67cb9E094", - "amount": "117295187376245012682" - }, - { - "address": "0xedd790199b60CB70A825fb5dd860f4F445fC7fe9", - "amount": "171600326223328567841" - }, - { - "address": "0x667c3f49B4fDA1cf06181c75aE80e686eF024b48", - "amount": "159290930270642159427" - }, - { - "address": "0x68C10e1187FaB9c44e2E322eaa4B1D8d22B0820a", - "amount": "58529314673443255906" - }, - { - "address": "0x04c95ee6Add9D8d366A0E74847F45Cbad47f0043", - "amount": "171644517595130905559" - }, - { - "address": "0x5B5634C01555B27C9ec9E690e6AD0D10580A0a11", - "amount": "381337523090322573258" - }, - { - "address": "0x5e0aF4930d85Fb0BDc32Fc36913B78169E05fA63", - "amount": "325246069290212822611" - }, - { - "address": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", - "amount": "7732885942419687731832" - }, - { - "address": "0x15FC6991C7B4BEFbADd3825c4f9B666911FE67CE", - "amount": "686985577044921479651" - }, - { - "address": "0x2bAedA463F934642e10143e5a2D82fb7f0AFA1CC", - "amount": "733357981067061794370" - }, - { - "address": "0xf52f0ba3F9F135076fB22672705D1AB49A5f0023", - "amount": "385434938307688021384" - }, - { - "address": "0xCF35ec85e17f3b48D7B969e54C2aeAC0BBf13590", - "amount": "560857580582082797490" - }, - { - "address": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", - "amount": "110908344416527069812" - }, - { - "address": "0x39b7a7c9A35C7147256ee829a78A08fcfFd52353", - "amount": "120394039984778329678" - }, - { - "address": "0x644f6877787b5c1A92E07a09E4Bdb77F5B68D78c", - "amount": "588555681079690995089" - }, - { - "address": "0x37faF273b927148be6085658378E62a5bDf549b2", - "amount": "471697434511624216025" - }, - { - "address": "0x047ebC8Fd561Bff9e1fa392d6C4964EE7802EE06", - "amount": "58523254902186627298" - }, - { - "address": "0x9cFC4744A5cD28452A6Fe65E3a07C1C61E5Ec70E", - "amount": "107320877667539955249" - }, - { - "address": "0x011F190E9A568a6522aE72988b5fb4817a3adE2F", - "amount": "117046509804373254597" - }, - { - "address": "0xa6321946320fbb74D6D3D7Faa85d7C4058123D30", - "amount": "1152683176046226154104" - }, - { - "address": "0xCb78cb7E9A6E2115d5ad4c7820fCAA4a7a48c4BE", - "amount": "114987260888698480443" - }, - { - "address": "0x4752f5404Cf367095817F15b8839992F668f980b", - "amount": "610940087663532703084" - }, - { - "address": "0x8754fc8410C898E01124de28A9D1846a35C60DAF", - "amount": "60337468781363824482" - }, - { - "address": "0x31257Fdf4C8EEcF5d43188029f7F24BAB30bA86C", - "amount": "599161083688586690282" - }, - { - "address": "0x886eD812e58EBB63cc5f6339FBee40DA22d4C9B8", - "amount": "58523254902186627298" - }, - { - "address": "0x65B1eb1a78eAe9a935fE759949b0A787BD574a79", - "amount": "241680789159600498858" - }, - { - "address": "0x38fb2778867E2863E98dc1D57C9B83CEe85e2a29", - "amount": "180248882653361956790" - }, - { - "address": "0xb17647D1dCEa9bf5E281fd70ee778680E0b0beaa", - "amount": "103533300169778765541" - }, - { - "address": "0x631792F7f65F32AFC73c57643776Ffb862767AA2", - "amount": "117046509804373254597" - }, - { - "address": "0xfB23dA19bF793d61Cc8B71d44f99Da1186dE04e7", - "amount": "58757344410400079676" - }, - { - "address": "0x5F903EDBcbA2c3a93eaF650d219b8d7149F7868C", - "amount": "58523254902186627298" - }, - { - "address": "0x1BFbC113cFFedE1dd15D37721b6316b9702af182", - "amount": "888111711018150876227" - }, - { - "address": "0xd04A9B015843565576825B3c65F68dFc824805F2", - "amount": "147478591819324418398" - }, - { - "address": "0xb3f821F874e868324b1D7c626C75fDcBC905E392", - "amount": "91526824920916056509" - }, - { - "address": "0x9B1D7939907BF3D95209265937068BB02DfeCB3B", - "amount": "117046509804373254597" - }, - { - "address": "0x4AeF68CC5D5C049C648448e17D0c23f94b898A45", - "amount": "58523254902186627298" - }, - { - "address": "0xA5a0B77386508494D431C8FcaAdFbeFE0Be46a13", - "amount": "3132071424623057465067" - }, - { - "address": "0x9B4420CB056dFa42C221B39EEa33E61945B44771", - "amount": "58523254902186627298" - }, - { - "address": "0x65222e5CdCb0fAe32eb434a257D069aEebFBfeB9", - "amount": "58523367266836039496" - }, - { - "address": "0x0B036dE48623fFB6006d297cb4D3C439F2eD410E", - "amount": "236967818798967641355" - }, - { - "address": "0xF8eE9e6A3e749D507C79301a7E39c5A97c34D58B", - "amount": "61809121296491435723" - }, - { - "address": "0x2474BC50b62989Cf9F0a0a8f4337673C76216A82", - "amount": "608930238122225419544" - }, - { - "address": "0x78fC9784DB70Df8a0AfeF193706FCBaf3D21ED4c", - "amount": "369958267259466895665" - }, - { - "address": "0x393F667B33035eE2A27675C1d0558754065dfF85", - "amount": "172819171726157110412" - }, - { - "address": "0x8F225dDB2dE175Dd2f3F064c83085f44306C57d2", - "amount": "61903889578892014305" - }, - { - "address": "0xbF45491C254918C8B6ca7d68F5bd2014f08bfbFD", - "amount": "388055998605419088291" - }, - { - "address": "0x4cE9a19B571a7e353C7ABa9c799d688BDf2B0E3c", - "amount": "117342730603404309878" - }, - { - "address": "0xcA16FD232dC036f994c61B6a5088f9d4D8e1d6A1", - "amount": "63205115294361557482" - }, - { - "address": "0xbD34E1c0e866478f00DFcF8DB4D89aA9203be0Dd", - "amount": "277189823089410075945" - }, - { - "address": "0x5A33F8a1CFC4c5f600B0615eFf6224E45555f40C", - "amount": "585232549021866272986" - }, - { - "address": "0x509Ec86948EA262391439d1e7369a0b5c876819b", - "amount": "1170465098043732545973" - }, - { - "address": "0x77657fcfE8D8c4eb738A1995770aC28cb736bCf4", - "amount": "351139529413119763793" - }, - { - "address": "0x6d3b785B4f752BA932693D6179C131bFa45eF19f", - "amount": "58523254902186627299" - }, - { - "address": "0xF9cb594530F5C7E74AB36C493c00a1eC7547C302", - "amount": "8667449661268453106493" - }, - { - "address": "0xdD301559a59b386F7d5298e94BC4336887625268", - "amount": "24763918427310095142937" - }, - { - "address": "0xE25c8573c18789200214E0F2596ae5F897f3b821", - "amount": "98664047422465370823" - }, - { - "address": "0x14D781a056283CB79ef249ad63Cf5a2442EB1430", - "amount": "58735391219499490089851" - }, - { - "address": "0xBf04dDF5BbbAEc7268bb7A21a9217085C77F14CF", - "amount": "49282740970262422988" - }, - { - "address": "0x30339DFfD7953259e6Ae934c285F9d3179b110D6", - "amount": "1120629346566149433684" - }, - { - "address": "0xF8fCAcc43b7d0173A96Bc617c06805ac5C92A958", - "amount": "15448097017391461931969" - }, - { - "address": "0x8e49DF54576f8F689D73b3140E495fE32d08E928", - "amount": "49282740970262422988" - }, - { - "address": "0x90273e75D420fBd5E106905Cc483E0F3b69C6C6c", - "amount": "1008898531356463028940" - }, - { - "address": "0x2Ac444C779f564d5c2445e1C37B7d20935bd1b59", - "amount": "985654819405248459762" - }, - { - "address": "0xd12C7Dd0D81Ef4Fb96390415599b454ed9A0Ea7C", - "amount": "49282740970262422988" - }, - { - "address": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", - "amount": "1008337204879431017562" - }, - { - "address": "0xB9aeb2315B33eC159403fe28181D29E5C95b8B19", - "amount": "49282740970262422988" - }, - { - "address": "0x6173310426c05c2fEB3543b663Bc61A11c9ae8bd", - "amount": "1489824159114768883670" - }, - { - "address": "0x48Cfc30EB12cb87787b683a06fD54b2a5dd37F92", - "amount": "49282740970262422988" - }, - { - "address": "0x64243639FDDdCde1bcE555618A4528b8ea3505C1", - "amount": "49282740970262422988" - }, - { - "address": "0xE81A3441547e7E729dd5B4c377C95b2839d5aac9", - "amount": "147848231781680643611" - }, - { - "address": "0x04CF8ca73a49A9921FbB0132Ec6d7b0b966A57b5", - "amount": "936372077449331217369" - }, - { - "address": "0x5F94B4133422EB0C4d8a7fA59a94Ae86396C39Bd", - "amount": "83449955031158451136" - }, - { - "address": "0x3D1dFF3B8da23193F8D1305F3Fb0B979e9D2F623", - "amount": "354817005573011106983" - }, - { - "address": "0x5d870F4124bD2a71E4dDA3b00B20BAd5a208129c", - "amount": "49282740970262422988" - }, - { - "address": "0xce35A74e1A118685727c567c83A76BC79368f5B3", - "amount": "197331051809388957389" - }, - { - "address": "0x01b758b9dF1D1aC740a7AF3b7E264a2478a86465", - "amount": "64764543163874917362" - }, - { - "address": "0x3Cca008b4C57a5C2A79Ee8fE11Cf9D67dB0A3f79", - "amount": "49282740087123929104843" - }, - { - "address": "0x98911994367C0A3301B27B76E7EF0fFa44503F11", - "amount": "99093792923726059150" - }, - { - "address": "0xD8359A3457D16924D77f7D3F2F9ae28D78fe7D99", - "amount": "98565481940524845976" - }, - { - "address": "0x5826d68503efd81aCf7F2Be8163795CDbb37F7E0", - "amount": "49282740970262422988" - }, - { - "address": "0x304B0EA7D15D03963696ED9F0520ba0175d61E18", - "amount": "3765170583034331102595" - }, - { - "address": "0x3df8c0efb2592719283e52725564B22D3c2Dc93F", - "amount": "844121236687096969908" - }, - { - "address": "0x081f710a52303E618cc57A603bBC721cAB51e500", - "amount": "271281862404575982170" - }, - { - "address": "0xdC45dD634701A412FFAC1018D2a82023D11E6ac1", - "amount": "283809303664383185299" - }, - { - "address": "0xdb14E2B1715446384459547DcA3da473ABe2079B", - "amount": "2956964458215745379289" - }, - { - "address": "0x6BeBb9cc0Cf96b9B93Cf4A89419f960BdD985654", - "amount": "49283722682462550615" - }, - { - "address": "0x1101da007B4bD3ED52c69f896682FB263ABF925F", - "amount": "393583058005234019032" - }, - { - "address": "0x25daBfcb1a2560a8FC3e243Ef3C02608Ef2D0d8F", - "amount": "29776022585658082056033" - }, - { - "address": "0x11D20c33cA3eb04BB41F337A58e77E32c1F07bf7", - "amount": "53868652794042349260" - }, - { - "address": "0xfB09e9edaC2C63a247fEA97F78e20f20092da0c5", - "amount": "424813308590511844512" - }, - { - "address": "0xaDfD39C8f7e950335728Bd348771D987FC3D90e5", - "amount": "353708145872489840170" - }, - { - "address": "0xdaB16B5ac953245dae6Efc4F4D666693CAa8fBF5", - "amount": "52609540512540925272" - }, - { - "address": "0x9dea656af4979B64eD1902f3bde78dCd8Af79B77", - "amount": "49430589193173210257" - }, - { - "address": "0x14C1901AFb6CD6a6e55072578a48B7E4eAaB9da1", - "amount": "10623706899390887703975" - }, - { - "address": "0x6bb595bc3E86dc1C020e36b9E51C7781b8A876F7", - "amount": "516804806227011861919" - }, - { - "address": "0xa28569372DFFd0Dc44999981C9136Cd3e8a8a084", - "amount": "2402325545959523910613" - }, - { - "address": "0x6552278F466BC3Edee3A70FD046D8E5Cf0069caC", - "amount": "112711094923563674740" - }, - { - "address": "0x53588371f6f3b4C5E3d0e71A20d023Cf7a33dB05", - "amount": "2136861676830609406172" - }, - { - "address": "0xa362028F68f84187412274cD58CF3Ae91229c91F", - "amount": "55454172208263534906" - }, - { - "address": "0xDEba1417DD873Bd6224D2B1050978B50277D1e85", - "amount": "477032291221655123313" - }, - { - "address": "0x60bc6615BEa31BFeDDae2caC750e5F131a92f23a", - "amount": "374573472744479545921" - }, - { - "address": "0xDBA3CE3Fd7bD05E75d8b2632aF2630d04FaaA2c0", - "amount": "71965122501825703168" - }, - { - "address": "0x68A80B75aD34E2e42013199F53172745d1Db579c", - "amount": "66757822456161059695" - }, - { - "address": "0x1b556001df291bBFd697a5A60F00BD301c73105D", - "amount": "57677334294189203113249" - }, - { - "address": "0x180b87ffD26aF306394B469928DE35a2a75EA614", - "amount": "55443083591545225861" - }, - { - "address": "0x70B439b1390243edd8d48C2D34308628BD24369D", - "amount": "333212932385186807428" - }, - { - "address": "0x3120736C03AfDBc2132c73Ee06ee6d804A99d28b", - "amount": "1277785720647259634807" - }, - { - "address": "0x0246C65be664FFaa501739A9c82FA8118288Ad41", - "amount": "56551945263376130378" - }, - { - "address": "0xfB39d91229191761aFD60264BA961e90B8e70F1B", - "amount": "1627430812417673492858" - }, - { - "address": "0x97bD9d937F49Dd84490E7D616349BeaCb601eFa4", - "amount": "123360860991188127542" - }, - { - "address": "0xf5561E3CEDb9162B5e147897330e8030DDCc7869", - "amount": "1220136905354148265110" - }, - { - "address": "0x281b31f32753C82b32cE794F7b76d7f6CaA2F9E6", - "amount": "60987391950699748447" - }, - { - "address": "0xCF82D300eC7926c10bFB1efA0BCC8FE851348BdC", - "amount": "56551945263376130378" - }, - { - "address": "0x5D78169F7B46C7505661ec6ae7b9a7C624c13bF7", - "amount": "7796184642308723479766" - }, - { - "address": "0xb22D6Fa211D490d22c188Ad27B78E161728aB445", - "amount": "78246726245239604250" - }, - { - "address": "0xb0061d260847B42e8616777dA9CD62C70DBfBf7B", - "amount": "5456041861215110747999" - }, - { - "address": "0x3C97103B07fD1DA89BC75522075791bAb92e5975", - "amount": "56442401252547198258" - }, - { - "address": "0x5975E7e45B7341B6D9B8e2e0e2da26e75E3c76bE", - "amount": "247775006819728520164" - }, - { - "address": "0xd010e5FDBb3240AE917EacFa84CD4Eb1F03FDca1", - "amount": "83164625387317838792" - }, - { - "address": "0x8851924938db253C2602cFB473C33b88dEb83C43", - "amount": "55443083591545225861" - }, - { - "address": "0xD8Bc3f71bCa357F97d930E472c19AbBCAdab3BEb", - "amount": "57521293952436726541498" - }, - { - "address": "0x2248C835c5BC0aE4aB771f2a9aC75782C9D3e739", - "amount": "1374176392064613617162" - }, - { - "address": "0x535399289752a6749A297208126Fc99E5c8B926e", - "amount": "6445800145030645318444" - }, - { - "address": "0xd06C25a5f987BFA359B4DCC8b8c051e5d428DF42", - "amount": "183348000011404071992" - }, - { - "address": "0x058fcDFb70db04AfbDA6E89A5aBC8edDC1B67964", - "amount": "224396640322847377469" - }, - { - "address": "0x4e0754c3d478074a8Cc0f59A6052Ef51563a35fB", - "amount": "3691020929854128176686" - }, - { - "address": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", - "amount": "122837106814791473114682" - }, - { - "address": "0x5F158D7c93A33216d7C22797D2837C3a32863589", - "amount": "91824770582492013968" - }, - { - "address": "0x260143a2bFEA41480Fe7FDB446B90cAB73Cb2657", - "amount": "101418496087390691756" - }, - { - "address": "0x63b280a8bB0ADC0002E479d91A174EEB7c6f3793", - "amount": "208397984121671087096" - }, - { - "address": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", - "amount": "311713336636909825398" - }, - { - "address": "0x4E446ab0c5c064639EA03130A65357094cbBfaC0", - "amount": "2001470676284297522393" - }, - { - "address": "0x4Cb376aDA943fB8cb57292afC72e8C6297A0Ee91", - "amount": "124686410201302865167" - }, - { - "address": "0xd964dc92BDeFc67953F2252f4B2e9f265BB32291", - "amount": "56198390879655467756" - }, - { - "address": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", - "amount": "415662958028435841087" - }, - { - "address": "0x3D15442507994A12A9a8D2734DDEffd30bD68fC2", - "amount": "77098903460257337079" - }, - { - "address": "0x09cf3a6Fed3fF49cf65b616EB7C2F90866e4250F", - "amount": "374294504240860025617" - }, - { - "address": "0x73d1fD16B25fB6Bd3931486B710A8a56d5AFF429", - "amount": "10782744618545635700623" - }, - { - "address": "0xF5f79d51B524Ae687D0ED18AcfCFfe0A5b939Fba", - "amount": "58547896272671758509" - }, - { - "address": "0xc506a2E354BC10649907a2086dAE2BEED3E760fE", - "amount": "44798011541968542496215" - }, - { - "address": "0x02FB7BBD8E697032d292068aD3eaCC0CF16666eA", - "amount": "107805995872449050286" - }, - { - "address": "0x7A757589e26a495e5C535dE440A01cf009bCEcDe", - "amount": "23409301960874650919359" - }, - { - "address": "0x68B8d806394B87D025aebAA889bF9d20BaD2dE67", - "amount": "35570424884384632571036" - }, - { - "address": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", - "amount": "36572926639297100513267" - }, - { - "address": "0x190a319dDF4Fa0Becb6975f1B813E218b12aebFD", - "amount": "93735773325439128523" - }, - { - "address": "0xaEfbEd67fb7071E45acbaeaDF9e9e6171F25Fbf9", - "amount": "266422497685238658674" - }, - { - "address": "0xF23233920Ee5B2FE2e90D61FC760E54c7e0d952F", - "amount": "246588658073386345992" - }, - { - "address": "0x4191486abA87CB73E41244bC6bAC93Cbf9499Ef2", - "amount": "49282740970262422989" - }, - { - "address": "0x537d74D860E0766F80dd9d480FCC48CE13B9bD03", - "amount": "73577923666547481041" - }, - { - "address": "0x5d79cfFEeBB5a00dc711DE203cA76efE11344259", - "amount": "49065896909993268114" - }, - { - "address": "0xe66DCa03b7e315664aD55EDba4cf959577BE0cF6", - "amount": "50047214848193133476" - }, - { - "address": "0x61DBD5c00d32bf2f67aD3b202EA13bA4960a3fbd", - "amount": "49065896909993268114" - }, - { - "address": "0x670aa354c287a591632a192Eac6e5182B084064a", - "amount": "115560733516307915726" - }, - { - "address": "0x24Ac65841399f2436DB46756849c3bf8ACe69763", - "amount": "49065896909993268114" - }, - { - "address": "0x6c7f7757E8587E4068B8Cb9f713852eF2Ae3abaf", - "amount": "73598845364989902171521" - }, - { - "address": "0x67f467CdbEe74631F516607BEBD145789B2C2220", - "amount": "78505435055989228982957" - }, - { - "address": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", - "amount": "452134650483478546582" - }, - { - "address": "0x0504aE324672B063FE904369AE4fd4f6cA81c4d5", - "amount": "75201337558070282309" - }, - { - "address": "0xD448D833dd419944008133C69550FBc2e429f5cD", - "amount": "34794997583031657437576" - }, - { - "address": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", - "amount": "150928394221428670400" - }, - { - "address": "0x385169b267CB769B17Af5E4BFc17a44eD6A0f632", - "amount": "49282740970262422988" - }, - { - "address": "0x6E3675627c1166b38Af252aC29F8Fe1Eb6b2A325", - "amount": "99797550464781406550" - }, - { - "address": "0xD96C5952eA5b748F8523BDEcAAaF9b51E80426CE", - "amount": "124491150798792902160" - }, - { - "address": "0x815D9aB48BC666b6C4C5D7A2a2fd80E1Eb4597B7", - "amount": "64802837115246980104" - }, - { - "address": "0x869C11d9eB3b4750A58193fD1dbB83CC111bE86e", - "amount": "51611536687073185236" - }, - { - "address": "0x91dD30Ee02B43dEB94Fd173E51097Cb127B4b77D", - "amount": "62539785477750362503" - }, - { - "address": "0x0F8A7Bf7738ad5aD3cd87069AcCe03e68E9CB696", - "amount": "49282740970262422988" - }, - { - "address": "0x5dAA20aE716872F31B95cB68D5CfbD82aeC9bE8D", - "amount": "49282740970262422988" - }, - { - "address": "0x2c4a7A0b5B7F0b63138809bE7162061EB0ae3346", - "amount": "57896368580496695225" - }, - { - "address": "0x30d4b9371Ee9BCAc459C7987bD1d619B63d68A23", - "amount": "49282740970262422988" - }, - { - "address": "0xEdaCcACEEEed46c670C149a3eb8EF89afC7706D3", - "amount": "105898750839935436301" - }, - { - "address": "0x928797d6AAB0e15371CddD3F5D15c1cf4dA98f16", - "amount": "54354913771338095725" - }, - { - "address": "0xb18fB73cBC9d036Bbc22d88e127Fe015c8d9f923", - "amount": "54978840171605353837" - }, - { - "address": "0xd4c8D8bB6EF70518BCfe4cA2Db3E0c3957dDA15b", - "amount": "98565481940524845976" - }, - { - "address": "0x0D486e12D828f1f606cFE4C1B511568B1e68e4DE", - "amount": "49282740970262422988" - }, - { - "address": "0xE0C3A59CDCD0a61bf9Eb96E640875C4e4a0176AE", - "amount": "71225361256237911854" - }, - { - "address": "0x7ae1D281c9bc1DbbE383E0332b1454c7E395b8B1", - "amount": "49282740970262422988" - }, - { - "address": "0xa39A07a00981dd64e93e61340c4C64Da7D4E750C", - "amount": "49282740970262422988" - }, - { - "address": "0xEe836fb97E69E73DBEE4604c98798Ecc22181676", - "amount": "53323925729823941673" - }, - { - "address": "0xfEb27577A7b8b085FB16aeA15455c8Cc17d463D8", - "amount": "264236303974254109323" - }, - { - "address": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", - "amount": "2043177818141087349267" - }, - { - "address": "0x5A36d8e0E56532Fc6c722Eee3d7c37c84564299F", - "amount": "115990371794487156224" - }, - { - "address": "0x6A91353AE09a1fFD6aE20AF5Af17c2C45b679c46", - "amount": "49775568379965047218" - }, - { - "address": "0x1818EE24C23F2c136250E075af661fb6693A27A5", - "amount": "98565481940524845976" - }, - { - "address": "0x2Ca4365a971Ba511e001E166E3fe014685F26bc2", - "amount": "1965661487085674345493" - }, - { - "address": "0x3D761aa9fA88C50F4A27701CED3FD9c19c519870", - "amount": "690037508607717115804" - }, - { - "address": "0x5AEd2EB3ACc70d162fA7558dd866B4E1D210F8ce", - "amount": "50514663417517783246" - }, - { - "address": "0x1d25Fe11A62e124fdBe24deBB5Cf5b35BA0DC278", - "amount": "49282740970262422988" - }, - { - "address": "0xa8464ac90c2e263fc85E166e1d17Cd6876Edabbf", - "amount": "68204191689587741781" - }, - { - "address": "0xC190f71D91D094FB588A9b4dCD911ab5492da217", - "amount": "49282740970262422988" - }, - { - "address": "0x8b2c7119b42A5e7B524EF99C1b88C1c66Aa80aA3", - "amount": "60027888822630715500" - }, - { - "address": "0x5D4bE3f345cbEe26F7Cd7EbBa9e21a26c063E6cA", - "amount": "212345629228574857811" - }, - { - "address": "0xA64d50E93d0625943853921E9816835d4DE54fA4", - "amount": "60124937084136420208" - }, - { - "address": "0x507D8535bc6bA3f4EfAC81bdC1b57209dAD6e15d", - "amount": "49282740970262422988" - }, - { - "address": "0x2FcCECEB3b8da74A85ce27bcE17F41df083d4B2c", - "amount": "71459974406880513332" - }, - { - "address": "0x1667f19b7a9Ba5Af2EBbfC5F17400d266d9220C3", - "amount": "89292652526822585071" - }, - { - "address": "0xb78593C81B90D944cf2b1301f5cd48dbeC024dFC", - "amount": "89561079459048149978" - }, - { - "address": "0x7B114Aea58D1155F2D14EC1a234E8bD89A0073d4", - "amount": "60124919342349670914" - }, - { - "address": "0xc4292423A8D77aa9488736397740B43B24A2A476", - "amount": "49565759542348392110" - }, - { - "address": "0xcB4f1c641FA787d1C7c80fA5e173238A322870b2", - "amount": "49282740970262422988" - }, - { - "address": "0x463729C3c5E50650028Bb604104c7E634fF82aa9", - "amount": "60545766351900768659" - }, - { - "address": "0x0EBfa86Ca6E7E65e946c50E7cd36213037404Af9", - "amount": "5831212714704261337572" - }, - { - "address": "0x6e734Bc7785b15E83DDF2996B647123aFa9C2A68", - "amount": "130106436161492796688" - }, - { - "address": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", - "amount": "2911377922818252638023" - }, - { - "address": "0x384b62af54D0F67465A40A2263a5BE82c7cb8b01", - "amount": "49282740970262422988" - }, - { - "address": "0xeE4d1a6E0a2575f8a6a8776f1A2837389ef6C814", - "amount": "49282740970262422988" - }, - { - "address": "0x86a85639806014A4F84f23098Ce675b776A07C4f", - "amount": "62096253622530652965" - }, - { - "address": "0xa0D7397EC21dAe1ca768FC2fc14C8a9c917C59d4", - "amount": "49282740970262422988" - }, - { - "address": "0xf85a01Ad66985fD09f386209E32A7680F25263d0", - "amount": "49282740970262422988" - }, - { - "address": "0x8805AFC0322B8993bF6AE704eE072AC409Ea83c3", - "amount": "394261927762099383904" - }, - { - "address": "0x436F1107A24D0339Ab976A3c2a2AFDaA3D8ceDea", - "amount": "63673301333579050500" - }, - { - "address": "0x7D2796dD99DdDc984ceD5810D9056B5116549064", - "amount": "49282740970262422988" - }, - { - "address": "0xfc41743d03e8588851f74919C6Ef2B623A0336C8", - "amount": "310298913100169919213" - }, - { - "address": "0xA5C7951046DA7B939c78A7B3E043282385A48371", - "amount": "110935411483522757341" - }, - { - "address": "0xFaC3899A2fF1928909dcd082c8A0fF5f54618cd3", - "amount": "52436836392359218059" - }, - { - "address": "0xa2f37Cd467CB49cD8A9425967624D02428917612", - "amount": "846677487897798788126" - }, - { - "address": "0x77eB1618B81275b41f0d6811180c9Ba09351d473", - "amount": "106928543505897295791" - }, - { - "address": "0x5AaC52153d20e2aC26717dBebB5ec6C660D87661", - "amount": "49282740970262422988" - }, - { - "address": "0x8200E118049a322b6BCf9aEB67eE07a7E7d5ec17", - "amount": "50850402262867289399" - }, - { - "address": "0xD0f95727c6Eff0eFeADe0cA46D0ab9c78a4D0291", - "amount": "55383944302380910954" - }, - { - "address": "0x83042d785dc0F0Ae48F110495A43C38854a561F0", - "amount": "51608879444475073516" - }, - { - "address": "0xCA89C2dc79C0d75cC1905093bdf69a526F6d7e4a", - "amount": "61258447026036191774" - }, - { - "address": "0xaf9e6511a0a3c0f7e2b091068c7cB9025E4bc3e4", - "amount": "50666600336707391825" - }, - { - "address": "0xD04A0Fce6238b7F889Ef29da97D6055cC4511e06", - "amount": "52673843337808490983" - }, - { - "address": "0x58b4a746e35a1aEb79f6Dad067a23Fe3B15779F3", - "amount": "771274896184606919764" - }, - { - "address": "0xa47030BC817d342d73375476C14aD224C9936017", - "amount": "98565481940524845976" - }, - { - "address": "0x64989809be20DDaBf72e121e6368DfbaC548d190", - "amount": "54703837548717192490" - }, - { - "address": "0xde764dF13524739E9cD517E441880ec4fa53C687", - "amount": "98565481940524845976" - }, - { - "address": "0x04B556433eE8500a2643818Db7814377caf805fA", - "amount": "106417206260597416396" - }, - { - "address": "0x7D8321c6F1020354a5D25cE327fc9237cdB807Ab", - "amount": "684486379226259326895" - }, - { - "address": "0x3d13c6D311e9f636a644Cf2C3fd6dA2c5B8DE41A", - "amount": "209451649123615297699" - }, - { - "address": "0x196bBA4Ad0116140Ff6C415534F3Cc9B68af6967", - "amount": "49287665301740171609" - }, - { - "address": "0xD4Ba6402A927d30609F32F433C84E39a3e5F1666", - "amount": "49282740970262422988" - }, - { - "address": "0xFf662A93368128542A1Ea4C7614486bbA6b0906E", - "amount": "49282740970262422988" - }, - { - "address": "0x4d3C98C89aD61f3dE00106914d4fd4fc5132b857", - "amount": "49282740970262422988" - }, - { - "address": "0x8eB9D6d1AAA480A77Bb5D33f5454d782a0400c62", - "amount": "76891044720987778868" - }, - { - "address": "0xc6489c8aA7260789124b8c866189fD2591A63973", - "amount": "145053275463511261160" - }, - { - "address": "0x0b5c9547E83c7eE8eB020750A5F331aa77B5b3fB", - "amount": "67348555397761953002" - }, - { - "address": "0x4d0667200EE930D448Fcf85B764c94a2F04aDE0A", - "amount": "50158002449894283620" - }, - { - "address": "0x593a4655A2c722C4a972b90F30Dd440ede75AC81", - "amount": "233559393696499836508" - }, - { - "address": "0x45965c3f89b11f2384287B73d10128dEe36612cB", - "amount": "49282740970262422988" - }, - { - "address": "0xBa8898638035AA3BB03046772DCcD75D780aa658", - "amount": "49775568379965047218" - }, - { - "address": "0xdF6Ce1769F097150D5DbCe065E1aaCf4E884Ef3f", - "amount": "292407067588073321685" - }, - { - "address": "0xD51eCeD31D3e36B3A31c03f6598e5a27648897Fb", - "amount": "54211015067288665287" - }, - { - "address": "0x706291145e486471b68f9F0cCbE509c7f8E7a7Ba", - "amount": "238533368943141848968" - }, - { - "address": "0x0eb261Bdb90C152aE44F442E7a17109c54153B6F", - "amount": "304415314408861979968" - }, - { - "address": "0x4919F3670d6a3132a48ee5Ae42135075e5Afa866", - "amount": "295696445821574537929" - }, - { - "address": "0x14c4cea595a2E525B7462f43e355E96FDd025b8A", - "amount": "49282740970262422988" - }, - { - "address": "0x801448a3186D960319EaaA3899e5C7967F6F4f5A", - "amount": "49322167163038632926" - }, - { - "address": "0xe3D242210Be3c60194a67fcA4e061d3C1bBDb438", - "amount": "70191435668651139159" - }, - { - "address": "0x1a41400A3782306A440B237Cf9aD6F250Eee67Bd", - "amount": "98565481940524845976" - }, - { - "address": "0x8650a28a4cac6030c95e809d3d27864F82AA6fC5", - "amount": "339188700299332964070" - }, - { - "address": "0x78427D101c161B7460179Bc24604c9Cf309982e9", - "amount": "67754284318371399176" - }, - { - "address": "0xfaFe937AE53590f07EE4F71a46Ea0BB9d8d89545", - "amount": "51285557026934670717" - }, - { - "address": "0xb127D96281204b340423CcB4B58b4137233D6340", - "amount": "57353388436669186433" - }, - { - "address": "0x0a3FA50497D8285be34e61040F71aeB5c420D401", - "amount": "49282740970262422988" - }, - { - "address": "0xDdE6eaa54ad4a5730613cd9B72B31f8E9b267a2b", - "amount": "54211997765143612319" - }, - { - "address": "0x0d87D64b2e2D9E60C5588168e658178627372E9e", - "amount": "49282740970262422988" - }, - { - "address": "0xE6dA8b844c79a56C18b8c9F96a9d2Bd04848D0bb", - "amount": "344511616786881595199" - }, - { - "address": "0x05867Ebceb8b338Bc4CAcc9bf6253B94cb78e4D6", - "amount": "49282740970262422988" - }, - { - "address": "0x5FDc500df2d13d7daF550d488362019167E86f57", - "amount": "1672507177498434906435" - }, - { - "address": "0x25Ebc9305173CB76E5EaD039Fb26417Faacd836D", - "amount": "49282740970262422988" - }, - { - "address": "0x2323b452808d81CDb869a9cd9Cd5553696031Ddd", - "amount": "64471522061216558102" - }, - { - "address": "0x180322E0E7e48c44829c03B9886EE00a49d3E808", - "amount": "120589897482632707789" - }, - { - "address": "0x00055Af7D71B192F673edd54F99E8C350F634DAd", - "amount": "373366041648088838937" - }, - { - "address": "0x8a05960B8f2A1272FbBF3C5343896Da402Dc4C58", - "amount": "65329198473215409697" - }, - { - "address": "0x03F9eB2Bc869bB867d34D1Ec382A2F3D1B17cf2D", - "amount": "61110596831815765694" - }, - { - "address": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", - "amount": "204640410386173284132" - }, - { - "address": "0x828cF3C834D30A75677DFAbAFDD735c68fEf4400", - "amount": "49282740970262422988" - }, - { - "address": "0x5C4117d9fcc1C0Fe6EE9e9680a243D9239539067", - "amount": "1971309634867877641908" - }, - { - "address": "0x23e8050A8D5a92243763fbf25E7a541E3d0A124d", - "amount": "49282740970262422988" - }, - { - "address": "0x16cf09031204546Cdd7f23E8A83d030798cd670B", - "amount": "158431170649091332487" - }, - { - "address": "0x28adbE38879b18FB5352674bcA5511DedE64D30D", - "amount": "50318664185457339119" - }, - { - "address": "0x36a344ccD697e940120d7778a18684ecCE6c17e8", - "amount": "66468560247777990223" - }, - { - "address": "0x1f0FdDF0888E190787B7467ad32f81226935f3D9", - "amount": "99797550464781406550" - }, - { - "address": "0x79cE04e5d8FDc3CF2C32A694c9a68E8B67c21269", - "amount": "99005440797024211489" - }, - { - "address": "0x305dD3427e91ad0AE1EACDcB1adE1Af50d107b30", - "amount": "53441218653333166240" - }, - { - "address": "0x27b9773b10196e6e6189D1E544405C4Cf8C93aCf", - "amount": "93637207843498603677" - }, - { - "address": "0x07Bbec2B078deFeE66b61e34F99f677F53e0f4fC", - "amount": "66601559824291177817" - }, - { - "address": "0x2B40a0e78aBEF852Da8C8FF7867B03Ec058efcAA", - "amount": "59320153866711312462" - }, - { - "address": "0xF1633fd46aDf5f147F12fa4C6ffa19785798c324", - "amount": "341025244189429441978" - }, - { - "address": "0x4A5A4574167Def8558C1A8D281dbDf488b8954B0", - "amount": "97579827121119597516" - }, - { - "address": "0xC03BDDB4A721AAEE2ed316BfCB07A562f4B26970", - "amount": "49282740970262422988" - }, - { - "address": "0xaEe8E30906578EC9762d167De85c8455E04904b1", - "amount": "82054380683084882787" - }, - { - "address": "0xB63B25BAD231b0759Bf5f346747f32EA97754cf4", - "amount": "55167100242111756293" - }, - { - "address": "0x1822719d6170D8AeAf3aFB25ADbcBe1Fec476210", - "amount": "71261857788180058392" - }, - { - "address": "0x34ea98841EEA0daed380dC4e07639528dcb05a49", - "amount": "468284595828540168587" - }, - { - "address": "0x61E3F26C9b28004968f51E1e1408E6871Deee910", - "amount": "92273874425229516568" - }, - { - "address": "0x11525688CD78Cf57d6DB1975ac26E025ee395Feb", - "amount": "49282740970262422988" - }, - { - "address": "0x96eF31B7E0603Eed6A9f99B77809F67E8D984745", - "amount": "93366838420209838043" - }, - { - "address": "0xe5e98E69f8bcD03dA20A108FbC35941Df2Ca8F7B", - "amount": "49312296815677108768" - }, - { - "address": "0xd25f186ea47195643Ef108fBe93ab82F6DBBa780", - "amount": "64067544533899581185" - }, - { - "address": "0x5201326d2027176D0F01757E7f7A81414A36Ed44", - "amount": "124193483043332517126" - }, - { - "address": "0x33bb31A13291F6e8FB87a4cB2eD95B4a2DE3d450", - "amount": "81624957460394840574" - }, - { - "address": "0x8c8E2D6315E126523aDC2427Ef715EB5b2Be90fb", - "amount": "49282740970262422988" - }, - { - "address": "0xbFcdbfed0ADEBdBa2B2DdDa49Aa6f9f9F96aD77B", - "amount": "166723512702397776970" - }, - { - "address": "0xa3719f34A6e079C9f501cbd884c3FcbAaab2F999", - "amount": "83155748580014275125" - }, - { - "address": "0x5bfAD86d445abcc14520509861075A760377c4eb", - "amount": "70746349475428099990" - }, - { - "address": "0xe784f95B41899859cB491EB3CcBbfdC959921375", - "amount": "450848533967519208334" - }, - { - "address": "0x09fd70dC910351544e5c33B29c3827fe1E028D3e", - "amount": "147849192795129563731" - }, - { - "address": "0xcE3b9Aa3C8A87Bc55C8a84a216e446D0c0783123", - "amount": "93132714802181405576" - }, - { - "address": "0x4485B10aD3ff29066938922059c5CB1e5e8Ee8b6", - "amount": "157506281200178161747" - }, - { - "address": "0xaC2Ce4b1de65b45e1Cf32B9022dB00599d5F8008", - "amount": "2041082814818978815783" - }, - { - "address": "0xBe3F82034778fbF474060f7D4a032f592559ab4d", - "amount": "599332346905614933343" - }, - { - "address": "0x4Ba4E33479eda9A953F1c70F6cbDFAE162d928a5", - "amount": "52498593827137578077" - }, - { - "address": "0xa355ac3fF2261c1BafAb285d9d111F8EB4cb639f", - "amount": "7072169572203826562922" - }, - { - "address": "0xA31578A8Af5a717D0cF76F326323CE32E53d3528", - "amount": "72707402534955917382" - }, - { - "address": "0x8681B9982806909127D49d46347bF2769A2E3e8E", - "amount": "7377717047626181832763" - }, - { - "address": "0xC591b9D29a815F4b44C8De6a8debc9716Cc0eE76", - "amount": "53811059722787894072016" - }, - { - "address": "0xf2e696743407f3a93e6c63858e824C89C7DC42BE", - "amount": "2506881353277177345801" - }, - { - "address": "0x9eBd9026C69B5d0Eb9B8b5678A77e6d4279D13C5", - "amount": "2414935316048328591557" - }, - { - "address": "0xa24c43436B98AA2fb625A790128D9fC414094b2F", - "amount": "52499643799014120828" - }, - { - "address": "0xD3cf9AB67bB0B13262F79Fd2c676077675e8edc9", - "amount": "1337963464949287285913" - }, - { - "address": "0xef499B3148E17f57b3ea4ebE6e37A0E9f080c45A", - "amount": "115717400513776649598" - }, - { - "address": "0x691B8fE1b6A398729C17d80E4f5920Dd050b9D79", - "amount": "566927052280213473386" - }, - { - "address": "0xCe36227E43071118755b737188c4c09d72bA55Ce", - "amount": "4350279320058729064185" - }, - { - "address": "0x3841C56AD6A83d3e95732C54f3760245f16D879f", - "amount": "746077466343106434336" - }, - { - "address": "0x7d462880d3636801c7934556B4943400b040F510", - "amount": "266245600280946462875" - }, - { - "address": "0xEA0d583f845f6ebCDfFC14A262219d0cD4d47192", - "amount": "176568520618811816347" - }, - { - "address": "0x30144C6393C461375C02B7aF3562ca69A7131F5D", - "amount": "104997187654275156154" - }, - { - "address": "0x91b88ed17C05ad98dad856520D04Ef5EF0577A47", - "amount": "3408008768438411320197" - }, - { - "address": "0x5d4FAc24d7E7e10a10cFeD94E429D19A15A381Ce", - "amount": "748342864593294751415" - }, - { - "address": "0x059eB51Ee5e68cC3D65145F2460D866Dded95a3d", - "amount": "2647840448881805383707" - }, - { - "address": "0x95D3682B5cdb1559f58bEFF758807335b5Cd4c3D", - "amount": "110773081844666362124" - }, - { - "address": "0xF555324e7f9fe9c66b53785560048F8b330cFD52", - "amount": "2503016210256972317126" - }, - { - "address": "0x3e88650aC8da192766De22fb55fB38DaCaA90aD7", - "amount": "597653178892828991780" - }, - { - "address": "0x022867a1278025df0afc0171ac7b162D1cD9D957", - "amount": "2624919191638113476353" - }, - { - "address": "0xcBb819bb1d35F47a5a8613d90f2AE97635EE6681", - "amount": "264687410357662241150" - }, - { - "address": "0x0B9286242B26EF782c41c026c4607cEDA0cc3F16", - "amount": "975732971709057902058" - }, - { - "address": "0xcA90FAE4b7dF747245C7676f2f3672fD64578BF1", - "amount": "31102999511983344997352" - }, - { - "address": "0xE36b8D08a2365a16dAdC3EccE6446daF9e3AF3Ce", - "amount": "54097281392615054042" - }, - { - "address": "0x7A0ce230710853791F260E482330A4C2BC800913", - "amount": "437715044178183138077" - }, - { - "address": "0xe5650779C05EfF0800a4167d5380e75c6b2A93c1", - "amount": "385180979024751646754" - }, - { - "address": "0x71D1038CD8c6D3Fc00b4Db568b1cEFa5dE033f3a", - "amount": "101029618989037967125" - }, - { - "address": "0xceb93e6c3fF799a44205Cf8776c8b4Da4E05b6fE", - "amount": "404118475956151868502" - }, - { - "address": "0xa44DdD589b68921da16928e7F3734E83224714a9", - "amount": "50514809494518983562" - }, - { - "address": "0x02e6a8B49d6f46C70fE2Dd42356c9400469C986d", - "amount": "101029720018656956162" - }, - { - "address": "0xf5450AA04c554d74BCAfAA0E66c825AB648b1E73", - "amount": "72496833994153864450" - }, - { - "address": "0xE3F7CB3B4cc6bE9E054E3145cD0f62df1Bc36683", - "amount": "89659745668011634305" - }, - { - "address": "0xda42B1C68160F31D5E66887E81bDA35a7a666f27", - "amount": "456852906179860016203" - }, - { - "address": "0x9A564A34edCACef81F1d84cB12c37A5F2112171E", - "amount": "101398377098347955705" - }, - { - "address": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", - "amount": "254730167390043898819" - }, - { - "address": "0x2410FC8Bd069Edf114a2638766450541E8A0715b", - "amount": "121235542786845560550" - }, - { - "address": "0x7e81A3E4ceA9538c171c9E090f3dfC5D996dB47B", - "amount": "111409066625636684262" - }, - { - "address": "0xDa27AA514277DcB848bAd3EEfd6158A8d5Be8CcF", - "amount": "13890731064575427490232" - }, - { - "address": "0xf17681C5D0030Be215b7cD40FB116e8C708e3387", - "amount": "50514809494518983562" - }, - { - "address": "0x2A91fF22c20DFb9CEbfF377c9F614B5ad669F403", - "amount": "303189883555214369673" - }, - { - "address": "0xBECb518a60aEF9f23d44EAF8B268455CBf84B784", - "amount": "131654357772627769132" - }, - { - "address": "0x7A3Ba5399DD5Ed11c34caE7DCA67c6Fe9E808C02", - "amount": "778590820516160435934" - }, - { - "address": "0x1620365558178A9228B385fe98F29d3aC147A469", - "amount": "225168753025628478852" - }, - { - "address": "0xe983F2E488D12678AeD26d8a14ea9cA7dD8847B3", - "amount": "50514809494518983563" - }, - { - "address": "0x16cE8C82F4402C1eB848d7ADcBC475ECfae0c191", - "amount": "51525105684409363234" - }, - { - "address": "0xE7a7D8151bd6A7Fad7142A4efdbEE4C0148B3066", - "amount": "55465260824981843953" - }, - { - "address": "0xE2E7C82d765C2Fd4e22071EAD46bF7E045eE3fbe", - "amount": "17217959010510915792365" - }, - { - "address": "0xe11153D636ED0576BE3f439E80f7a0EE187Fff17", - "amount": "189076931937984555225" - }, - { - "address": "0x7465dA36002275dF5641ad1475eF68d507DafDb0", - "amount": "33747584056941720227712" - }, - { - "address": "0x1172756e9297402999bcbA3F702EaCbED0d0809e", - "amount": "1029083509989358257789" - }, - { - "address": "0x39D02195A791348a0CF225136395F6A0794A96A2", - "amount": "8277759468791081464294" - }, - { - "address": "0xED89392847ab626964c670A4Ce3a9520466Da023", - "amount": "95770534493248838187" - }, - { - "address": "0x186Dc94FA7dAbdd2F5569338D67d5B3f6D58699C", - "amount": "850200116576699892437" - }, - { - "address": "0xd51DE8D2BaBcf9F0c800830a54ebd9Ceb219361B", - "amount": "48164482311797013541" - }, - { - "address": "0x471EB30324fFE65f5eA168A6cBE1821421C4356c", - "amount": "68914854726336532510" - }, - { - "address": "0x185F0c18A32c8AB899281F1e74D4e1Ce6b3a650A", - "amount": "45110940865809602605655" - }, - { - "address": "0xCebbdFe33cbD84c15d7b232d45A6c99Ed8Ceaa0F", - "amount": "1220708359206129502876" - }, - { - "address": "0x1D18Ca50FbdAE83AcF97e1EA00af02e7c104BD53", - "amount": "86888291748379301700" - }, - { - "address": "0x71C66c332F4CD8d031840d38Be2e0247E021BF95", - "amount": "52362912280903824424" - }, - { - "address": "0x71889a22f11E4d5da3b8547f991BA9ca75DC6cEE", - "amount": "56987214623369021324" - }, - { - "address": "0x4239befd578B3a2d2227e82AdE87CeaF661F517A", - "amount": "1277655059654053315967" - }, - { - "address": "0x20c05740c6DF48A3731117096040b4a4134967A2", - "amount": "127766466301216563372" - }, - { - "address": "0x0E4bD249fFBA92ab70D9BdCaE03fbE0C1879006D", - "amount": "261820751748008970574" - }, - { - "address": "0x8757f78C0A1bF15C138cc903491257bAA8EDcdB2", - "amount": "3724068889306574801594" - }, - { - "address": "0xC00C42EA977bF80F7a93e9337388440381599a22", - "amount": "942532421056268839648" - }, - { - "address": "0x0B3F8B7e982b2639AD98f9aE29Cf88f1a6302eDC", - "amount": "61107499781166341978" - }, - { - "address": "0x7457AA0520A6907111f6Aabdaf3D34e8371F9190", - "amount": "52362912280903824424" - }, - { - "address": "0x684A9bBfEc9b4A84A3B359d5eE02fa41BB781De1", - "amount": "61551971439614849632" - }, - { - "address": "0x02C03c6aB3955A78602b47dCa2E675F86953466a", - "amount": "104725824561807648849" - }, - { - "address": "0xcD093bd1cDa2477c5EA8B3c4BFae5482dc1dc461", - "amount": "115696574717638450564" - }, - { - "address": "0x085ee3d18575834B54414d92D21502eeffd10855", - "amount": "1656663468542287053343" - }, - { - "address": "0x26f9F6D65Ad2563c4e133186926e83c39Cda074B", - "amount": "62836536759038979295" - }, - { - "address": "0x57C89ceAE555b7d088175307C2A116fDC0C8EBC3", - "amount": "143306816235861095449" - }, - { - "address": "0x2099f6c9bAD3b73f1849BA8D21449d41adA935F8", - "amount": "64552004733331424601" - }, - { - "address": "0x12783839025bFB8eB9e014a1859c09286e07B0bC", - "amount": "850145023523776091017" - }, - { - "address": "0x3F80271fbef36a6939026A8D45b0a35B12F96332", - "amount": "3978534075103072579803" - }, - { - "address": "0xAf923eeC216da2d4A5fB433ae37B8A4CAcD80f39", - "amount": "110401964253057623416" - }, - { - "address": "0x87FEd349E8De97B632578A6a6af01Cf0e59eD7cb", - "amount": "209451649123615297699" - }, - { - "address": "0xD66cCff56C9c267c58768939eC5D0cbf7404C4B2", - "amount": "9279631025781514319383" - }, - { - "address": "0xdbe8CBc863e6F1590d86AfCB18E9AbaE49F1ce4d", - "amount": "1047260336992792987797" - }, - { - "address": "0x42abbCbFe0142FebA470edB2c602136a3338F9c6", - "amount": "907372792067532558232" - }, - { - "address": "0xf97bd3879A82EA917Bf9d16793ee438a4a244BDB", - "amount": "733080771932653541948" - }, - { - "address": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", - "amount": "861000291449246044815" - }, - { - "address": "0x668cd1AfDFF3270b1C4F1C88D099D197B3F0C822", - "amount": "52362912280903824424" - }, - { - "address": "0xCA30CC7A2482283c5e16939b015f5dB0d5dA6460", - "amount": "63882752982702665798" - }, - { - "address": "0x77F941FECE83cfB766bF847684b4540C23C877fF", - "amount": "1538499859923130099263" - }, - { - "address": "0x0B186504D499eF2a96ff974460C29E59ece9920D", - "amount": "77413890085151120754" - }, - { - "address": "0xf76911D88cC2c7B03601C8b8Cc4bC031fcfF5335", - "amount": "374602177846578232546" - }, - { - "address": "0x9c65205233EB208b594A143c58fE2A0c53e2BF74", - "amount": "55408306794155576693" - }, - { - "address": "0xF3B12Ea8d279fBc735eC6BE6f04e1343aD59f6C4", - "amount": "157088736842711473274" - }, - { - "address": "0x3Ab1a8f2428B88DE73C98CC157F24f45d7638A20", - "amount": "87111934718586693867" - }, - { - "address": "0xbACBA98F3D6Fa698b198A76B9A48095D3B645bfc", - "amount": "1047258245618076488498" - }, - { - "address": "0x7DEB35833DB771aeF3404c62aB634aBCAb8A10dB", - "amount": "1818323232579942809157" - }, - { - "address": "0x10e7640a6047CC7e8893531D533747a057f9988C", - "amount": "438413610783976488959" - }, - { - "address": "0x47D842d98283DD9ebA05Df987Ca2A4F266620daA", - "amount": "360594553898329893942" - }, - { - "address": "0xD6e56c0672cdc2570e1Dc09Fe6f43b5b67646E66", - "amount": "3298863473696940938774" - }, - { - "address": "0x942F1e8FBf4ff1aa2b37F687D5958E18d07B113e", - "amount": "63412534030420149455" - }, - { - "address": "0x24BaF5b2Fa77dE48823dB563C8cc4c5C811665Ad", - "amount": "36955962125213936187246" - }, - { - "address": "0xB3b661e901F95b0ab1cEf2a92ee7c3F442baA6E9", - "amount": "165225317376901799309" - }, - { - "address": "0x8cdDe98227680101474CC6649DdC2A71e74c6e6E", - "amount": "98570391487180303518" - }, - { - "address": "0x26A90DA287264E2E20a45d8c2c79Ca98439c5aa8", - "amount": "394295419327207954842" - }, - { - "address": "0x476BAf5710f05329f90D95bd76c4704C2737bf15", - "amount": "49775564437345769597" - }, - { - "address": "0x1c3862759c92c1C8470d8a0bfa18294f18Ea767a", - "amount": "49282740970262422988" - }, - { - "address": "0xd9ebcd5787197d15Fd037e2a6b0EAc8b76c4bcA6", - "amount": "49381303495238489618" - }, - { - "address": "0xC21984137ab40a245bc3316D9342d8C1AC8d19df", - "amount": "98774429920035745191" - }, - { - "address": "0x5D7d54FFde2056FBB72f2304F037d5C28fc1e949", - "amount": "437818997915127079779" - }, - { - "address": "0xc4030360185eb96eD12943500FA374849128CAD1", - "amount": "49282740970262422988" - }, - { - "address": "0x7284d1214Bc0901AdB4239170B78DF8646541539", - "amount": "98565481940524845976" - }, - { - "address": "0xF882a631Af00C91218d5500885BBe25f5Ebfc6A8", - "amount": "167158958245479085849" - }, - { - "address": "0x8C56c47f9d5fa3858C6f0dBFD9766338d2aAa09d", - "amount": "49282740970262422988" - }, - { - "address": "0xb22af68DA0d3F07DfD0c87775dA8d513cE78689C", - "amount": "147848222910787268964" - }, - { - "address": "0xaA8C5E92BE7aF1b337989067FCd354C349e370fc", - "amount": "135034710258519038987" - }, - { - "address": "0xdE03C1eC00f3EcDc7640a33a42599Eb4A1cEBC6A", - "amount": "49282740970262422988" - }, - { - "address": "0x0B0beC9b22dCFa2E4cbCA8d1469CCcB099dDC422", - "amount": "98565481940524845976" - }, - { - "address": "0x9Cb4B90a17E1eac9c4d170185DE9cA66C9Fb6610", - "amount": "49282740970262422988" - }, - { - "address": "0xCb3448Adc228b0a1a402b6a8b7B756B39a06b044", - "amount": "138729260916846939299" - }, - { - "address": "0xcA4599ae99Cc0e11ecb2085A9B9458e56a555866", - "amount": "1466496666503904868374" - }, - { - "address": "0x7d83c73a006C52310151a6C94eac289DC7F3Aa31", - "amount": "55587974849997797385" - }, - { - "address": "0x3ec56bbac1a865B3e9F0DeEC837f4013cc23E80b", - "amount": "105753000090480343400" - }, - { - "address": "0xf4B07c76580DFE65964Dd3f7144a0337C1FB2696", - "amount": "68086694107668780366" - }, - { - "address": "0xc91e6D8F3dbf2a400CdDCdcB912cCB61411fDb68", - "amount": "148808244790959064532" - }, - { - "address": "0xa139Fb5636cBE5f53F6e678efD0C25e13fAa759f", - "amount": "640037727693950318638" - }, - { - "address": "0x956F2451862CA006ddD619C9D8B7FD616B34c0FC", - "amount": "1016811368246648363577" - }, - { - "address": "0x68f112cC4550BE749c018A8ACF19F9E429E811bF", - "amount": "138874570660680114626" - }, - { - "address": "0x6FbcE0b4fd149DBc46D5671541C370f81A526614", - "amount": "52733510607761642603" - }, - { - "address": "0xAA1e08804af76CD2a9cBc923c0EC2691A8761B43", - "amount": "109359932934946852962" - }, - { - "address": "0x91e2a2CF60140edfFf89de317135ad266eF5255e", - "amount": "197130963881049691953" - }, - { - "address": "0xA4758aEE2eD7aa65618b1Ae4fadF06A56045160C", - "amount": "153021258476247186291" - }, - { - "address": "0x9d9A1185DB9a290cA8AA6e1783842aE6d9B04610", - "amount": "49282740970262422989" - }, - { - "address": "0x6CD7e85E0182af99557510CEE70E00b26213F638", - "amount": "39251887226491560326435" - }, - { - "address": "0x76321314ab974C584E1a500B064EfDd286EEB249", - "amount": "88064834640921266720" - }, - { - "address": "0x0c1fF5e3F7825C433610052fB141b4f0716eaa12", - "amount": "295228875816619172211" - }, - { - "address": "0x14F0C4EB4C32A8857184628785911e17101c180A", - "amount": "379582705067234260021" - }, - { - "address": "0xe90EF0f6afdD0499405DAddb75506AAB1B6aB03D", - "amount": "1329105203922997835230" - }, - { - "address": "0x830BdA342aA6090804b9d8F2717A3569465d168d", - "amount": "48779401884569343170" - }, - { - "address": "0x1d34100f41A60A9325AFa12cb590AbAeA9CF055F", - "amount": "42620581695494424913" - }, - { - "address": "0x4cE53Dcb11f36852463bdd22F638890ab798A185", - "amount": "3533625614968966660056" - }, - { - "address": "0x16b342400b1Aad4170Abd9059eC65F2EaE9C2296", - "amount": "34881625544489592326369" - }, - { - "address": "0xA76000bA6601E092DB82460DF05EAE8F12be1B57", - "amount": "42175553688088453173" - }, - { - "address": "0xa7E440b5fFF22ee2Cbf49Ad8E4f261AE9e49727c", - "amount": "264976346095086882179" - }, - { - "address": "0x2ce3A1988632C35e268570EF595c6453414eAF00", - "amount": "3817996761779939463982" - }, - { - "address": "0xFb4824e9C9b6f6751CfA8f579a8CE0596F8F8D20", - "amount": "1247187464043028003594" - }, - { - "address": "0x82194C206b5B8e327cb080D4b77CFAB09c6c3990", - "amount": "42175553688088453173" - }, - { - "address": "0x6fCEA7DC0d2e4dDa36CD3EE61Bf0238Db8F39bA8", - "amount": "45044309544620016904" - }, - { - "address": "0x894986bb328CcFc18eC05eE9F600E4BE5fDa1eCc", - "amount": "167291000481684602766" - }, - { - "address": "0x63DfB48F7915443BD8A144Cca07978246022ae6e", - "amount": "87731402908173321005" - }, - { - "address": "0xAfE914E3780d90e47082BE65E8bee7E6F4659d83", - "amount": "253053322128530719038" - }, - { - "address": "0xF233a25502Fb571A5d978FEFC71553DEC621C3fC", - "amount": "438626510148017069283" - }, - { - "address": "0x4D0C0D8aDD0fEcE34dbBD2F85A118Bfd4EEC22Dc", - "amount": "105430449109483515242" - }, - { - "address": "0x0b15463c669F72aF121050C2ADbf78352afBF23c", - "amount": "42596465713895575935" - }, - { - "address": "0xAd045F656E2b3a40d372FfdBa3EE3Ae5fB47d1D9", - "amount": "42175553688088453173" - }, - { - "address": "0x9e8Cf3f1bAAc464729E3A973Bf321A1E719f90e0", - "amount": "1855724362275891939615" - }, - { - "address": "0xf51CeDd403dfD2bCD2fed9e9a884BBfe9eE39ad2", - "amount": "328969318767089934749" - }, - { - "address": "0x092a41087F027f2465a2A625801c647920D4b08D", - "amount": "75915996638559215711" - }, - { - "address": "0x400F8B757955D34f8ff9665fD01b018Ad110B8EC", - "amount": "42175553688088453173" - }, - { - "address": "0x84C164103DC04fd4F3027FDfF2a7c98f76aF5685", - "amount": "1423053792100530116203" - }, - { - "address": "0x6EdD5c32ca99386134F52FF2211cE3097d3fe620", - "amount": "1389140250732118864006" - }, - { - "address": "0x3DE577843BCAE0ff7AAC518c0a4A6EEc1a35B021", - "amount": "501815175745395350332" - }, - { - "address": "0x6e4A218e0f473Cb91859777c7BeC73203CfafA45", - "amount": "299099588998156265622" - }, - { - "address": "0x6160bcF6600b07FC095BAbD9eE4C775725533322", - "amount": "43019062231317000951" - }, - { - "address": "0xeeA8D2626b5d8e793404Ee2b9adfE311e5739c9f", - "amount": "44983667083127614048" - }, - { - "address": "0x48a071589C8e2a91ba6c0c55F114347ddf38c313", - "amount": "308371129708678287537" - }, - { - "address": "0x8f849369514a2c384e16Bf473c8a99Ba76B7f573", - "amount": "174898644569674546947" - }, - { - "address": "0x8397D67d53a4B5b95625B14a9C9c3c83C8BB7DbB", - "amount": "18907693193798455519598" - }, - { - "address": "0x8e5D34F6C5a44aa1cFDD47efBBfe8c877839f3CC", - "amount": "1261961548366626431101" - }, - { - "address": "0xd507b55A3c55D704375a93C24B7092C13C061E04", - "amount": "84359539112870228989" - }, - { - "address": "0x0eF4C65A4484B7af02A9f0032e6321811Ea24072", - "amount": "84351107376176906346" - }, - { - "address": "0xC79D9Ce6Bf7e5f38115D52e93F856F8f67a76Cb1", - "amount": "194668630212024048340" - }, - { - "address": "0xb7E47cBe6B6330c1418E58bAb238c43ea3F126F0", - "amount": "370082892013312320672" - }, - { - "address": "0xA781402753A02feA719697285E0385bcaE292097", - "amount": "553604752820586654040" - }, - { - "address": "0x8856f6D5cd86b639655F7E6168D3274FCc252B41", - "amount": "144240390239218214804" - }, - { - "address": "0x0D6f89F80262CbEDF598C3539Cab67024e8221C8", - "amount": "292855911838901037104" - }, - { - "address": "0x177Ad3cD3D44B49944A3B58Bd9357635d42Ed8d5", - "amount": "93440773428411918394" - }, - { - "address": "0xA34F4D22f68D197eb621Bf09730D07921444A1E2", - "amount": "13979436430934611634247" - }, - { - "address": "0xC9C795F82Ae54523cE4eF2e95e97B765bd6a1759", - "amount": "51454175499467912871" - }, - { - "address": "0x0A255b5642B3FB56B355A8bd3B265783805c9999", - "amount": "28449644402413875521458" - }, - { - "address": "0x0c1c7c72BC21b90b199ec18adf95AEe43951ac27", - "amount": "51130843756647263850" - }, - { - "address": "0x2DFFe4d89E9C184288F25BCE2173CC4F6BE30068", - "amount": "27601047800655805567323" - }, - { - "address": "0x40059E33D754681F703C7746aAcA37fC7039B8c0", - "amount": "469272812154568557622" - }, - { - "address": "0x518b07a61D65146A3EE7fAc6Db1E33b6F0Dc317B", - "amount": "2232307211387548533860" - }, - { - "address": "0x52C0C588C147c4bfad9881e7ab4eBc6BB780e6f6", - "amount": "2449953544149348876404" - }, - { - "address": "0x2609eB6717Df5A970b4c293382E16Ab752Fe4B9A", - "amount": "2247807677768768485557" - }, - { - "address": "0xAF22D1D9f879C14b08bf96E78Ce8eED655Ff93a1", - "amount": "2176458151831362753503" - }, - { - "address": "0x50Cdf300a7983325b1B2eA5B5A68A97fbeEdE86a", - "amount": "2245648265004831687147" - }, - { - "address": "0xc49Efa5A58189C5BEeFddd9Ee4FC6905658226A8", - "amount": "111650151600716153531" - }, - { - "address": "0x36A65098AF668a74F42c9b5551911B43DB4489A2", - "amount": "38844223956942858123309" - }, - { - "address": "0xB3943AE7DD820aCbAEe28DA94dD44d936553Df72", - "amount": "52362912280903824424" - }, - { - "address": "0x2B136746e911D983e7D6aE5F3b1fc7a555DdE80A", - "amount": "411361991620534826605" - }, - { - "address": "0x5C9e865772D9e5868B87857caE7905ca22509378", - "amount": "437384326111079004018" - }, - { - "address": "0x0b37401c34A331FF772445515a045f47DD35906f", - "amount": "261814559310002630889" - }, - { - "address": "0x073B52093758280718dd32eb56f2CD315458252A", - "amount": "64930011228320742288" - }, - { - "address": "0x49CFE6199FffCA921B40e2290f565Ad107A530E0", - "amount": "25918272194192927987704" - }, - { - "address": "0x9049b35dC6f6A6E37af13FD729645e0c3D362EB4", - "amount": "329752455105293265624" - }, - { - "address": "0xA497BFbf2920acaE69Fa582EDb742628b18a68Ca", - "amount": "53902997936224525143" - }, - { - "address": "0x24C8F0F88e7a9dB02affDFAd8Cee8Bdf9E0b8212", - "amount": "754641971107143352005" - }, - { - "address": "0xcc480358437c3329d25Aaacc9eb3E0Ec01737Ea2", - "amount": "121491976750996085740" - }, - { - "address": "0x3D53C2669e499803f751F702FCa0E9382597071a", - "amount": "84911681430347231611" - }, - { - "address": "0x375Fa004258D3A75D2877c557b344523A73983F6", - "amount": "25208342514490179921866" - }, - { - "address": "0xAdb28f8177CD553C90258058fA24ea80fbF7D8a2", - "amount": "440464497421720405456" - }, - { - "address": "0x03Ea24C18bd0C3E75601bFA95BD9A2F4d67506B1", - "amount": "86072696186156711924" - }, - { - "address": "0x9252ae60b48deDB2B440748eC209182B9EACB0Cd", - "amount": "59293293417607142759" - }, - { - "address": "0x6264b103931e1AD71441A920393E6FC76e3ef11A", - "amount": "107807177426163812328" - }, - { - "address": "0x350848feD543cB04bE516481100b1A3b5CeA2835", - "amount": "87601089457997515896" - }, - { - "address": "0xFdAC058d47dc99A70f076523c95a5c97b3805bBB", - "amount": "315101522121650908764" - }, - { - "address": "0x668d3BdB1848a90c412e4dC8D0ffe019670c5AD0", - "amount": "38486324152223656864629" - }, - { - "address": "0xc8De7ECfD10d321DfBa29e80fF17bd4E3C5f2713", - "amount": "53411190556053132919" - }, - { - "address": "0xd0f17954DC491Ed0776A2C2A7Fed7EDF361ff340", - "amount": "343633903793236080843" - }, - { - "address": "0x65BaEb2E29A2519115966182FE6867e80395357a", - "amount": "113079880548016998979" - }, - { - "address": "0xf795eb22a6B8015BFfBD2443Fe77F0c965A28E71", - "amount": "52362912280903824424" - }, - { - "address": "0x43C15f467b23A0e739f69893Ce30B73a0c57a043", - "amount": "1413806485590822256096" - }, - { - "address": "0x491528271138200e91B1A7317BdC892dE042a29d", - "amount": "52362912280903824424" - }, - { - "address": "0x50C9C9106967277EbD83D06f70a74500b0e60d5E", - "amount": "62835494737084589309" - }, - { - "address": "0x8151dC007635B2395EBC40c84bAa9b1dA19DCC70", - "amount": "2827597263168806518945" - }, - { - "address": "0x5ee68c00402356E0486FE5e482C5133Fde1aeC9e", - "amount": "417735605303366440114" - }, - { - "address": "0x85D1d7158118Df23f23f26BAA5959d91A2058ec0", - "amount": "137651126022413123116" - }, - { - "address": "0x403C7C1413a929a600870F070CA7A2E90b2D39E4", - "amount": "157088736842711473274" - }, - { - "address": "0x012DaB67e414EC3219324bb3B4760E17bdf19Ede", - "amount": "107805995872449050285" - }, - { - "address": "0xFBD5B654d66ba419D786cdb532653b17477CFa9E", - "amount": "1686493158902648578238" - }, - { - "address": "0xe3C94cB4421f60390C262D7dfe84Aa16100878a5", - "amount": "523634359100266334633" - }, - { - "address": "0xF7585b0124eCCe25527A6Ab8c8652611759c9A4C", - "amount": "82734442378524186959" - }, - { - "address": "0x316443f363ef08A2De5A1356322D311b07071916", - "amount": "62835494737084589310" - }, - { - "address": "0xf2027A3aC2a043181A4A92693b27b5696D271b82", - "amount": "55818864491443476838" - }, - { - "address": "0xF0E519CbA209FD5f190d94e0AE9c0f63E26171BB", - "amount": "3783988845593943503855" - }, - { - "address": "0x663bCB207e56dA22d701629002F3aF4d58DD78fA", - "amount": "17169612456499237488854" - }, - { - "address": "0xfFf760BbD5dAd697FB7b609002Bf8F0b512a4d7E", - "amount": "21243571908936468741146" - }, - { - "address": "0x6DeDab21576e0Dd2963b21FB703B0Cfe022adE52", - "amount": "49550489599788216642571" - }, - { - "address": "0xa50eE6aFb1E13664d620463cF21a2341220909FA", - "amount": "54211013095979026476" - }, - { - "address": "0xC7CC78a1da4b3d313117f551FbeAad5527080920", - "amount": "49282740970262422988" - }, - { - "address": "0x8a5c11D11B59441645AE3C966aA33f3d084B9b13", - "amount": "52983474564391376510" - }, - { - "address": "0xf3EC76BDA5103E5B433c87D2465B5B1204DcFCdB", - "amount": "844934842291851753606" - }, - { - "address": "0x030BbF912a24adebdc4C98A9F8CfaA52A50ac9cf", - "amount": "49282740970262422988" - }, - { - "address": "0xbdf6A25d508eB1b5931fFD875E7C8589be41bab1", - "amount": "105992123009140616111" - }, - { - "address": "0xF34c9c0C434D49B8c0F16892D17a10Be74d160f2", - "amount": "49282740970262422988" - }, - { - "address": "0x80439104FDA7d222169E1BA1e19EdA00c3538DF3", - "amount": "896945825232221739925" - }, - { - "address": "0x4f50dB1Fc52552d4f90A4684650058a10d4A6bb3", - "amount": "1137528997172001572870" - }, - { - "address": "0x71fF589DB84B081184f43e6C9713839Ea7c848dE", - "amount": "425262859942129357982" - }, - { - "address": "0x1a941120949C4BC2C6FF481589D09CeFe450D2E2", - "amount": "49371449904008895349" - }, - { - "address": "0xe85400dde555E98132aB02f2694f18a2667E86a0", - "amount": "49282740970262422988" - }, - { - "address": "0xb251d53F874297D314D2F25830E3690d60B5c89A", - "amount": "49282740970262422988" - }, - { - "address": "0x187ABEB0A91F2DF8fb564B7682bC81c6e7c9e816", - "amount": "53888705941343149040" - }, - { - "address": "0x355Ee7967Fd17C49db13f7953b03Ee61E52683fC", - "amount": "54020330166662292771885" - }, - { - "address": "0x4e9b898d461870d3921535aB6CA50C886fA95ffF", - "amount": "98664021795440066285" - }, - { - "address": "0x12736AC8D368412e912AC0A00330918B64D60058", - "amount": "107236164179980391020" - }, - { - "address": "0xF24dCC07E25A9C043aCd72ceb288009011D4B772", - "amount": "49282740970262422988" - }, - { - "address": "0x3f35C211c60642F4Ab02493DA0a5abc2eF84d4b4", - "amount": "122417330101799801185" - }, - { - "address": "0x8B0aEb85fD4Ea3133497035bB741BaF85B1acDc4", - "amount": "55276636692419953081" - }, - { - "address": "0xB743129f28352fB1B41466CEd22d2b9d1C5074Af", - "amount": "700678769114336681963" - }, - { - "address": "0x69FFF2BA938D791203EC341CFF4725A38D83B45A", - "amount": "168645539600238011465" - }, - { - "address": "0x393a912aB3c2Df78Fd4EF433772de1A2de49FdA2", - "amount": "147276543115532224857" - }, - { - "address": "0xa7A315169127F3559293998b1e76F5d262fD7FF8", - "amount": "136590685991291665133" - }, - { - "address": "0xACc8294e06d74C47CC9Fb5129070B4e2b8533E15", - "amount": "263170822436020744005" - }, - { - "address": "0xaf299FB4abaf440Be0eaC648bdC543B8d7BD1B5D", - "amount": "658511056570549469725" - }, - { - "address": "0xD0506eeff769Cb90Fa0Ed1426d370e8eE874B80B", - "amount": "169959292439263092009" - }, - { - "address": "0x582cD7fc91F89Ee889B5db96044Dcf44d4F57214", - "amount": "197130963881049691952" - }, - { - "address": "0x9215489d5103Dc1E3f3F75dedCeDa6d177916493", - "amount": "98565481940524845976" - }, - { - "address": "0xC4019E18D89D94bcAaCa46B601793316876D84c1", - "amount": "98565481940524845976" - }, - { - "address": "0x58275F5790D59D230D2d719Af451Eb27a8FEd8Cb", - "amount": "49282740970262422988" - }, - { - "address": "0xD42596655F2EcD0D96000F0b34648AADa1b9Eb62", - "amount": "49287669244359449230" - }, - { - "address": "0xeCe5556996E31724c89258af7C4Cd416e6EF1224", - "amount": "49282740970262422988" - }, - { - "address": "0xedc37a1b9e1DD4838A885C8049091f3eE27fE438", - "amount": "203879725887272594078" - }, - { - "address": "0xF4E003Ba5c8B0c906753B2FaFeA7a5B284Aa1432", - "amount": "147848275481109907860" - }, - { - "address": "0x513CC17Bbe83ceA7995A651591618aA9d21172bE", - "amount": "99353661045584439405" - }, - { - "address": "0x851eDe2980B194130556aCAC61585785B46b84F2", - "amount": "49327095437135659168" - }, - { - "address": "0xa12AA77DEE2c111f8d4AC412DFAbF13e4d7D9301", - "amount": "133036787939584600359" - }, - { - "address": "0xe880676b5D1b309c04C9F7c272711DD58A065E59", - "amount": "290132395856505412263" - }, - { - "address": "0x112B08Ad5dF8981d40FCCdc5e915c6B8e0099e11", - "amount": "111446117212880260058" - }, - { - "address": "0x6E0007783d61552A1723d85146d5F385C90DF77A", - "amount": "124721865335702949812" - }, - { - "address": "0x8A900c5DF2e0Adc40f8060cf11495A52a6a1Dc35", - "amount": "63081908441935901424" - }, - { - "address": "0x3c7F6C9024559Fe880A9CFd7a04cfBe531d02D76", - "amount": "86412327461958730904" - }, - { - "address": "0x2A8193cDb16168A6FE1EDa8510028B5011AFD125", - "amount": "419729285038692068149" - }, - { - "address": "0x91c3450B3fA4F41d24BF6Fa3DE57B66a15D2e9ab", - "amount": "259013530836734312781" - }, - { - "address": "0xA93b1B97137fCdF764aB896F10d1d4208fF26c5b", - "amount": "1096539998715796162576" - }, - { - "address": "0x0a626FA9c4294bC0886851e2Be26d180d5190589", - "amount": "771633396093201495709" - }, - { - "address": "0xBF20C78Ba6232E5FCA267aE0eB8B183FaB4349b3", - "amount": "49282740970262422988" - }, - { - "address": "0x51d548B9cF9e1b73045a3DcAc3336594226081A6", - "amount": "691379687833256290113" - }, - { - "address": "0xCB669A61FD0dae79cA09E029F927f3751154B89F", - "amount": "110732853368220195192" - }, - { - "address": "0xC4E2DAC4D245f17D5365fF3Ce92D494cA6442123", - "amount": "101620026225861710953" - }, - { - "address": "0xdFb0A6bd364AdE103836bA314A8885E3187dF1Ea", - "amount": "2374602136027987189823" - }, - { - "address": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", - "amount": "197130963881049691952" - }, - { - "address": "0xfDcdaa6938874fa5E80cf53f85BA1137B34E2F48", - "amount": "53126794765942891981" - }, - { - "address": "0xAF8DAD3C6c7E76Ce2Cf4280981a03106E9E22E14", - "amount": "58304301195624758613" - }, - { - "address": "0x9d4528c15fDADcE37aBe0Ee23e4EF4d259DEA8Be", - "amount": "108965095384770220912" - }, - { - "address": "0x8c57B3d0F9313Afb3EDE06dFb0C3AdDfcBc27765", - "amount": "109507180325349791637" - }, - { - "address": "0xa6C132e0A0CE6F89184D1298b949D022c57E832e", - "amount": "49282740970262422988" - }, - { - "address": "0x2a41DcD345917689d48D0c96B4081ca87432f5B0", - "amount": "739243082906610697105" - }, - { - "address": "0x922Fc67FAeAAC3D8b78AA0834989eE84C0984D18", - "amount": "257009490217299258262" - }, - { - "address": "0xF9983928Ac334e9e8C48e7b507c1275CC388588e", - "amount": "149326684441143934144" - }, - { - "address": "0xe9CA822f35cbE366BB6a41Abc627051A7cbD3d7a", - "amount": "49341880259426737895" - }, - { - "address": "0x649dcDD05B0F84cc5A37e21802F562cAf7d80a8f", - "amount": "354076761061851016096" - }, - { - "address": "0x63F9F5fe08D708be0A42e4A615762a74bAeFD977", - "amount": "68374872850832446843" - }, - { - "address": "0xacEe9B03289125f8E05a6d6EeAC7EF4baa036C2D", - "amount": "53524008729889110084" - }, - { - "address": "0x7601cE118fcFAA001045B43cE3b9F0cBC0Ab4AfC", - "amount": "83645285151222969677" - }, - { - "address": "0x60F432c8Ad2800833c3840193d6ff5B62216B79b", - "amount": "99797550464781406551" - }, - { - "address": "0xA6A0744B81EeA46B2089dD8508266127A121Bf37", - "amount": "132038317636217444859" - }, - { - "address": "0xaC9bf31222af51c58A0d788827E7C96f1ea7586f", - "amount": "2558462184424195401020" - }, - { - "address": "0xEc9928c369cFb6f9B11DFFc525C2A430968225C0", - "amount": "98565481940524845976" - }, - { - "address": "0x0b9f523835534Cc5fAA5bf2F9DE7E5E5EfAF65cA", - "amount": "67015482604793334414" - }, - { - "address": "0x4D74D11C5cd94B8909642eC8b0436a37c7Ed61F1", - "amount": "49282740970262422988" - }, - { - "address": "0x2D95CDF812d73Db65898596b91aa97704f408769", - "amount": "49303433807541016774" - }, - { - "address": "0xDb852815C5725E081f8377F35aE90D2f9AD065b0", - "amount": "50769362394846721885" - }, - { - "address": "0xC8ABA52E6953cc6B7235455C5c390C46924D10Ee", - "amount": "50184727834718550221" - }, - { - "address": "0x08d86A83C6eB070F49d36E11ed740fb24A89a04c", - "amount": "266614700375022682123" - }, - { - "address": "0xDcFCe2722871576a2678797745e76D9F0dF367e6", - "amount": "51254048637763281097" - }, - { - "address": "0xbdB3e7C5CE10384c78EbC2B6288EdC04019aE5dd", - "amount": "274892339659830453726" - }, - { - "address": "0x446808Acb0b2b823d9F1dE282D07Af1463858394", - "amount": "862922945162227797600" - }, - { - "address": "0x4C85643eA632E85014D98BFEDBFad6aEcCaE139d", - "amount": "359681214078085646942" - }, - { - "address": "0x05fb0D75df2b66992378828402e64d6687007EE4", - "amount": "61047537995152866726569" - }, - { - "address": "0x523A233fA9f41eE8Fb5a999Edaec22c1FC0d32C0", - "amount": "60753598051701666126" - }, - { - "address": "0x98118cf073aac296Fbe79cb1C49Dbb8a8cc5a783", - "amount": "329869093482080405002" - }, - { - "address": "0x3A8Af4616E8FD65B3B44C65ee52b7051942f0AfF", - "amount": "122941711279236045634" - }, - { - "address": "0xD265052FA6F41fEd85e924A07E20a0c8c1B6731E", - "amount": "49282740970262422988" - }, - { - "address": "0x67e029c639B6e98a6EE9EcA7Eb2BD6dE9E460EC4", - "amount": "50173761099146934732" - }, - { - "address": "0x4549d230d4A8Cbdd079D515Be459E52fBB08fa18", - "amount": "49283701983711343105" - }, - { - "address": "0xc53c3F99c930fB0AaEd58077Ce2adfd9E90A9169", - "amount": "771326140378667798633" - }, - { - "address": "0x734EA496Fe9fe8cAf8a5ce4929b7BF994a716c14", - "amount": "49973550978194052807" - }, - { - "address": "0xE3eAA4FFD622295f55bA48B05D6d9685aAeAcc01", - "amount": "49282740970262422988" - }, - { - "address": "0x47E1700695b4CfA2aCfc63e622c9B0bB77F76350", - "amount": "49282740970262422988" - }, - { - "address": "0xEC6104654270B2667D0C9943135f9dAeEcb6A18B", - "amount": "100105567595845546694" - }, - { - "address": "0xEFed7008C363b7f1153A0bE3489bf41aBa28452E", - "amount": "59139286207350449370" - }, - { - "address": "0xdcf68ef8D11482D8616F89FFD51f220857f8Dfa2", - "amount": "82893570311981395466" - }, - { - "address": "0x328b15da9E7Bdb0d820Aacd4CB0D943Dd5d69e84", - "amount": "295696445821574537931" - }, - { - "address": "0xb9BD6533f149E6776cb2516Eab8831332EF12e01", - "amount": "52962180554554021436" - }, - { - "address": "0xBF2D943542657995eb39D93942216aA89C13CCc8", - "amount": "92633463072520892591" - }, - { - "address": "0xbfF82aAF34Aa83fE1EA9Fe580ef778413904A414", - "amount": "56773715626432672472" - }, - { - "address": "0xEAecE500fD3B7c2E1141b64e7Ae7a63047D48d7D", - "amount": "49287666287394991015" - }, - { - "address": "0x9e29b6EEdD5a844962F172AB23d92FcEfF228Bd2", - "amount": "132077733972445460747" - }, - { - "address": "0x09D1a16A80DfCa1c79B3Fe84DE95128d0261c487", - "amount": "88187045509875417532" - }, - { - "address": "0xd313c072996302FA9D4dC2Ab3E780c7e161b0d09", - "amount": "9365864918704705380928" - }, - { - "address": "0x618DcB07D1B1f0495f02fEe1a1F7Beb876961139", - "amount": "172637564825681693383" - }, - { - "address": "0x6A1d0a5C643F7118c1997246FA056Ad7A304CA92", - "amount": "3400974109609161612142" - }, - { - "address": "0x87455Bf06558Bfc4B66A524e8a1Ab467685A3111", - "amount": "53305444701960093264" - }, - { - "address": "0xDb5474366Fa763d44A00c2FA2a77E60A0Db2E13C", - "amount": "52362912280903824424" - }, - { - "address": "0xf6b68210cA5BE5Ac9C11f09D1658DD96e4ACA8f3", - "amount": "466187008036886748854" - }, - { - "address": "0xbC39Cf3572c077365423545A21e98e98c1DaeBE4", - "amount": "422567054651333324119" - }, - { - "address": "0x6Bf7d8D3042C6591b3a03bd045b0ce6B0cDc14Ae", - "amount": "52362912280903824424" - }, - { - "address": "0xb4a2816292EC8F91b04A711C3c365530a1b691A2", - "amount": "439188097716685717150" - }, - { - "address": "0x1D98544438B0056EFfB4Bca5c3C08F688c537532", - "amount": "345763817064410804101" - }, - { - "address": "0xA9Ef5f276573de03cd57B640c36d5073B2205Aa1", - "amount": "109312815677614823869" - }, - { - "address": "0xF9A949052e4050bDEc1B58f7a8CF0ED2c5b24d47", - "amount": "53562022972136522004" - }, - { - "address": "0x16eaD0B207c1F86494035aacE17c1Aa1C8542EF6", - "amount": "1904802568837707731280" - }, - { - "address": "0x6f20Ea19a7196Aa61110a523820716cB68FEe9c7", - "amount": "224504939146129529145" - }, - { - "address": "0xD1cDE504575b913f49369bf39e438ADEdF681776", - "amount": "54244809166823367422" - }, - { - "address": "0x1036d302D8D75dc61ddB39b4C2C27Fd7a18491Bf", - "amount": "132495121995139640168" - }, - { - "address": "0xb3A74b65656539358B741ce307c1dF8441248AD4", - "amount": "109962115789898031292" - }, - { - "address": "0xf6C69cAE28eC2Bb05d79b06E147B75bb3fA4D84D", - "amount": "107805995872449050285" - }, - { - "address": "0x5004cafa0c0BFd632C530f328ab313678edb4843", - "amount": "1812790408807697366595" - }, - { - "address": "0x7910B8E68AADECcD2CaCcA31c110Dbf1E37CAd3E", - "amount": "52399566319500457101" - }, - { - "address": "0xCf4d9712552a4B419396701AE25e897664fBF5dc", - "amount": "635030185066973796469" - }, - { - "address": "0x22D53A060686afC232974Df4a7A55B28a1E64A67", - "amount": "73831706316074392439" - }, - { - "address": "0x4612d94d9e25733929B99ad72A807F76f94C88f7", - "amount": "99394204190853003792" - }, - { - "address": "0x80057A70F530E9B2b6Dd5B7a7CaAAC7eD3c7f85c", - "amount": "112056632281134184269" - }, - { - "address": "0xDc7Bd81fFC73227537DE2765c3a16C76144353E0", - "amount": "65977269473938818775" - }, - { - "address": "0x19C0043B488642940A60672FD06cCA241646ee90", - "amount": "523629122809038244248" - }, - { - "address": "0x34d0354c1eB84bB560C4F1576C9bb9d44B53F0AB", - "amount": "73953392860747920276712" - }, - { - "address": "0x91edbB3dC6ccC671b809CD9025E7104081c17Ee5", - "amount": "942533451558382527835" - }, - { - "address": "0x79C213f310bBa418aB079651a9b95D81a307BF91", - "amount": "104725824561807648849" - }, - { - "address": "0x055Ec7ffe8Eabb0330d173e5020A00676B02E954", - "amount": "54457428772139977401" - }, - { - "address": "0x6438D36af8424Cb0d43C7F36B7Db687bBC4a979A", - "amount": "817211299858712402759" - }, - { - "address": "0x95A47A1b72890a9fb24f458B29661b654c74AA91", - "amount": "82660744191350879397" - }, - { - "address": "0x9cBCE6aafD4Bc47b6C50B1627B7FB3C46048Fc1d", - "amount": "68071785965174971752" - }, - { - "address": "0x6b6361efe804dd0410444344a183f97F468FF5d5", - "amount": "54750661080913038818" - }, - { - "address": "0xD24af9AfD2e659d7B1b115f5002F011DAD313A6A", - "amount": "193585686702501438898" - }, - { - "address": "0x344F9AdEE9cCf5c00FC75404C8538F6C4119AF6D", - "amount": "52834178491431958844" - }, - { - "address": "0xfE8900918Bd3f2D316C360167AAa038bD0424623", - "amount": "52362912280903824424" - }, - { - "address": "0x3af21e3C5e5e542b06C5993b8906805359E5521E", - "amount": "57599920096785072557" - }, - { - "address": "0x0Ca1C17FF69Da7eBb882f674947e499E88D69A33", - "amount": "233776872652087069812" - }, - { - "address": "0xB92B0092c51Cd380Fcc8806757897C31409E277c", - "amount": "53410170526521900913" - }, - { - "address": "0x07E811B03F67a3A6E20922B10300234f9393255E", - "amount": "126718242483496027017" - }, - { - "address": "0x41f6192cE7F2D0DF24a2804BB540f65310E195A8", - "amount": "55919547899177198710" - }, - { - "address": "0xB70FE3AFc4d9c1E118db5BA8F341F6E51aB9F795", - "amount": "147713412603336438184" - }, - { - "address": "0xA3a5929ed912b4B2DA00E751e3C18D3DD9B1e83b", - "amount": "323624828231986622417" - }, - { - "address": "0xc394dFA78E3C6508e7f8c2edcFe9A62E8bd33e1f", - "amount": "52362912280903824424" - }, - { - "address": "0x07bD743C3066D84Fc6Bd607a54FfEf1f1064715D", - "amount": "63596825300192790465" - }, - { - "address": "0x24F3Fc4684786962Cd2Ef7F3e6c8D688545D4c38", - "amount": "300436363685146059547" - }, - { - "address": "0xC42928BE9CaF61Af153c018Db5846f633D7b3aaf", - "amount": "52362912280903824424" - }, - { - "address": "0x648537ecE8c8022208212a61Dc41441BD0DeA23F", - "amount": "81686436390518739164" - }, - { - "address": "0xE096022572f13Dd76Fb32e3307284F38a6ab0D42", - "amount": "54457428772139977401" - }, - { - "address": "0x614B55670A8aaC6Ae178ee9d7c63c5A50a9dB2e7", - "amount": "72157137126452460753" - }, - { - "address": "0x6A7A7854B08F2BD692B954b31F56a2CbCC1aB490", - "amount": "130911469735242033368" - }, - { - "address": "0x6878e46cE307D0511FeA690551F98fE99A38715B", - "amount": "89253596681524081412" - }, - { - "address": "0x668B0feFdA98785d372A67Ede07Dd1b7702Bb098", - "amount": "52603823215921391548" - }, - { - "address": "0x677447306623b50dFdcd359d7cDC441bEce1DED5", - "amount": "2082996650534354135626" - }, - { - "address": "0xB71af5B1AAee70d28A3fE2Fb151e6962Cf804058", - "amount": "174221881741023204626" - }, - { - "address": "0x28397b0fe4AB9bfF3AFe693cB309477FbE3521F2", - "amount": "54876323692321243052" - }, - { - "address": "0x003E5ea59Fc82c772ad320282048B0863e776d2c", - "amount": "52951458847842235994" - }, - { - "address": "0x9A5D27674FDB99C4878769749b61C51764b0d888", - "amount": "216489224534168771705" - }, - { - "address": "0xD38FC64Ca0868BFA2f5bF528EF5D4f17Fb6A859e", - "amount": "19870202181704330476349" - }, - { - "address": "0x840854977b55B14a0674BD76a316D56fCa05E4A2", - "amount": "147848901769701931315" - }, - { - "address": "0x253D381cbfBD590544bC2d7CFBe34445e761A300", - "amount": "98565482926179665381" - }, - { - "address": "0x80Cc93C407D6c94CB3a00CDAaA7bD65DA1282C49", - "amount": "2661268012394170841359" - }, - { - "address": "0xAbC938CA4645A8029A0A4C5076995F10D96665e6", - "amount": "8266286120553657532818" - }, - { - "address": "0xd3ccf89e9353c9845Dc9faED790517808E5CF8eb", - "amount": "49282740970262422988" - }, - { - "address": "0x1a2D1b8b5e4d723fC37669BEa4d3114dEE380f63", - "amount": "257517031282058035702" - }, - { - "address": "0xf1b75303768C1FC23f9B19773B8c4aa021238672", - "amount": "167561299860793544669" - }, - { - "address": "0xCC254A3e8B579dBF107444a3AE798e1a5A2534AA", - "amount": "118845319993239638984" - }, - { - "address": "0xF70F15182D51C13e2c67D1076B8b352e0cA85A83", - "amount": "44864344504538583824538" - }, - { - "address": "0x32c056bB3d28cB1C6a3d084291736831feB1fF73", - "amount": "999474907400463814597" - }, - { - "address": "0x43d4888856Ee5BA877A968975EAeBF41793bA8Ba", - "amount": "102277334783552586019" - }, - { - "address": "0xB64F4B59C2688812de3C537EDEFc88C1484EE202", - "amount": "986604742216857888184" - }, - { - "address": "0x05B658701342814Fd49b6349D6c6d5E3ee668BAc", - "amount": "485399810800867465993" - }, - { - "address": "0x49E67273e8ef541d991350Ea9cb2fc28E34A3b18", - "amount": "132348800875639736934" - }, - { - "address": "0xa32fea03495d34F37CF63962323a3BF48e2c9549", - "amount": "50540062858081483493" - }, - { - "address": "0x9E6BFa3AC9Da80098CEC42CeCdF9A9C04c58442D", - "amount": "50514809494518983562" - }, - { - "address": "0xcEc5C7C70Be4C1450056D955Cb103A67137Dc965", - "amount": "54590683784056578324" - }, - { - "address": "0xA0b87C478D0bb0eCCF7a33223412BA6A75e724a9", - "amount": "60617771393422780275" - }, - { - "address": "0x8F7238fDc127A1cD57a4964Dca16170785399B2b", - "amount": "247430596230088728525" - }, - { - "address": "0x5019aB439e041FED3f9eb20cF7F321C1242BD4E8", - "amount": "50613400167402167230" - }, - { - "address": "0xc5257bFc56EeC426C5861Ed586f370B16C3aC663", - "amount": "414885202451813644659" - }, - { - "address": "0xD8AE0509E87B557443AbB2fd399BB7DfBE24a0ad", - "amount": "129823056359729028194" - }, - { - "address": "0x0e226A2A0E6470bEcC3F488AbEd16f45559c2282", - "amount": "50514809494518983562" - }, - { - "address": "0xdC21632e09a5318048FBa6098203e751269ddbC4", - "amount": "216675567900362641452" - }, - { - "address": "0x8ED8A04D55eE60b71D7d3C88136497C420e8c7E8", - "amount": "50514809494518983562" - }, - { - "address": "0x0Acb4671ACA5f6fcE9d76047F51E042A50656E6f", - "amount": "56828235812758894689" - }, - { - "address": "0x415EE02C6cD46D455BFe50e753aAc87014317402", - "amount": "59167995350633895556" - }, - { - "address": "0xfdbb23094F9bf5Fe471b6ace0aAf34491B5D7EAf", - "amount": "205090126547747073265" - }, - { - "address": "0xFC5D04A0191335da59Eb3D83FF40A212CCd38f0A", - "amount": "181597761581609895850" - }, - { - "address": "0xCeaA1a543351A445bdf03Bc1eFCe5074d535B548", - "amount": "50514809494518983562" - }, - { - "address": "0xfFF9A77C90D9d148f1e82aED77Eb9D3328d454FA", - "amount": "548209936313037019782" - }, - { - "address": "0x349F1abb33024646F6Eda656DbBA9bBc8e0Bbba4", - "amount": "65669249311986108960" - }, - { - "address": "0x7204bcf29d6B18d810549539fD6A45fFdC204762", - "amount": "270406772386499540816" - }, - { - "address": "0x6d715F17D9015cF5FEe0945cC9af9F9fdf7A5704", - "amount": "251435731601002578683" - }, - { - "address": "0xD74D3E4b62af9394dCeaAdbE5127a25907ed15f8", - "amount": "303088832720005344008" - }, - { - "address": "0xf28bA57FFfe4F7aa818abbB58cc73F5D2D88dDc5", - "amount": "50514809494518983562" - }, - { - "address": "0x23ADf46873d9BB79E2e825fEd11dDd9bff703f27", - "amount": "525354018742997429053" - }, - { - "address": "0xfF9fc7462bDCDABB44610E5526F9492e0f048992", - "amount": "55566290443970881919" - }, - { - "address": "0x4E545F33908fc26C8d7098f8f96C43468458F70c", - "amount": "227844017336458204221" - }, - { - "address": "0x2f719154C95264D3437145A770ee35762CfBe10D", - "amount": "747498717107770747544" - }, - { - "address": "0x8D1D900bFC3c498A9e0454C6F342306662e8e950", - "amount": "50514809494518983562" - }, - { - "address": "0xb6F99645cd2F57bF3268a8ef6fDDD749cba30679", - "amount": "143654009178735946113" - }, - { - "address": "0xbB503547650a2c53139Bae0F3acDb0157F33cd35", - "amount": "50514809494518983562" - }, - { - "address": "0x785ea2C2568407e436F7e08b878BCa849032Fed1", - "amount": "51424070003643185924" - }, - { - "address": "0xf26e2d134ddF8eCcA0C879fEc9B089A8D2dA7539", - "amount": "102848144048471131410" - }, - { - "address": "0x5ddE6Fb49cd61eeeE47e021424C301B4486E6Cc1", - "amount": "279657404631896461160" - }, - { - "address": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", - "amount": "869958853834424276605" - }, - { - "address": "0x6d8db5a328F3Cf98007d2337D0957559ED77EE70", - "amount": "50514809494518983562" - }, - { - "address": "0x57AbCDf21289B28F444e779Fe0C1155636C92368", - "amount": "162885652111144193861" - }, - { - "address": "0x62d1C35acD23342a06B7DDd412E44b111884f148", - "amount": "50514809494518983562" - }, - { - "address": "0x8F700383e44F99084956A11c4bD0C9e9F123BAcd", - "amount": "14144146658465315397610" - }, - { - "address": "0xE7308b833F0cb4953C32cfbc3932B044789A7f1c", - "amount": "72539266434129260396" - }, - { - "address": "0xBd6d2F9899855f6347fBe2F575DF42e81a86F2c7", - "amount": "465956674033704138627" - }, - { - "address": "0x298D68804B1ae39Db335968F47B1d02c75A91156", - "amount": "74938709782157013211" - }, - { - "address": "0xdFcd9A8300C6eB249F0a542D585a1d3DDD842C60", - "amount": "102656195854761478396" - }, - { - "address": "0x6181C11eF2E136728ce2cF7E01200a0D4850bdD7", - "amount": "57696785874176486433" - }, - { - "address": "0xB784471706b2Fcf03183955D3616af9088374282", - "amount": "205755443550845615977" - }, - { - "address": "0xAa7b02D9d1dfF5860B375f1AC942e3D4881559F2", - "amount": "101029621477397482826" - }, - { - "address": "0xC5B88a3588f1f7569B19c0976A42A5E4baec7740", - "amount": "50817898351486097464" - }, - { - "address": "0xB7ceebB3C721a9982212c32152B4A2B5D5Ad1177", - "amount": "63648659963093919289" - }, - { - "address": "0x4f860f352418e7e9E012345aFe1E5A9A9cc7eE16", - "amount": "52740750461890861065" - }, - { - "address": "0x14E99a51879b480Fa6c191f2d2F83133B5c578E7", - "amount": "238646795298946911510" - }, - { - "address": "0x9C1d660Ee6F1b6f0773163126A04cA53CD6635C5", - "amount": "36880318374027190301570" - }, - { - "address": "0xeb3cb7473156F9eD3d9A6Ab1a6020dC772E1575C", - "amount": "120110297429514411012" - }, - { - "address": "0x57253A81FA56526e2b8877bd1df3094A5372680A", - "amount": "48494434482822441906338" - }, - { - "address": "0x5482c9697f716E5eABbd3bF49c28f23C9e63AC37", - "amount": "49414081446257811155" - }, - { - "address": "0x8ec0eCca951F4Cf3E4c976adD533Eb1100b50dA5", - "amount": "115669082645833166556" - }, - { - "address": "0xbdF6A7c644aBC3cC0a3670229473C215b9EFFCC6", - "amount": "277395630383201604282" - }, - { - "address": "0x05dd03DB066C4109112a5715b539dcc0500d74C0", - "amount": "98565478983560387760" - }, - { - "address": "0xBeF030F26b1D0e6D32c5e42E6616a2b9bd409885", - "amount": "49282740970262422988" - }, - { - "address": "0x3cb7ACC13cCc821A7D03d830F86365d923E6b29B", - "amount": "2079130419505237048541" - }, - { - "address": "0x9B3123201B4646B18fd0FDDBa53DdC9714eb38D1", - "amount": "24186967440078907722297" - }, - { - "address": "0xb0f2996a78b3d64915D4bc6495b606DE195366DA", - "amount": "1626330452018659958608" - }, - { - "address": "0xA2f6079b7a12D1ab45e455E7544c08Ca3A6E2dE1", - "amount": "141592394978874582646" - }, - { - "address": "0x5F8b7483A56418A392e5F9a7b6fe39419537E027", - "amount": "50822826625583123706" - }, - { - "address": "0x1324CcC3228241F597a309D0b210C5BD201Ef882", - "amount": "60987391950699748447" - }, - { - "address": "0x712e43A76006E9dFDb96dC6061f2Afb41D2c9fd0", - "amount": "79425913450461305728" - }, - { - "address": "0xa9BFae928Ba1244D64fEa086d41bEeC356b200F5", - "amount": "813165222959960381769" - }, - { - "address": "0x01DC70F44A217256CEa2d3750453Ba31083cAe97", - "amount": "77657277050977948000" - }, - { - "address": "0xf5a2e48509673e5ba699B1dD01C4edD7e456399d", - "amount": "114954096269297728930" - }, - { - "address": "0xad684610A736715625CFD18bB61FB9bc1E992952", - "amount": "227686263282612394205" - }, - { - "address": "0xC07DCB2E975b58E97d7b42C92c234Ac65F09F084", - "amount": "50822826625583123706" - }, - { - "address": "0x3d2484624BdD85774287c7b299570A8B7a8E5732", - "amount": "55063651466185475058" - }, - { - "address": "0xD15545227CD9a741164dBbBD6edA70f1e9f21144", - "amount": "541721525458623027250" - }, - { - "address": "0xB5b5aC6F6064F0De452149E9C7BAc376bF71f734", - "amount": "52867918872779003394" - }, - { - "address": "0xDfb01f4f929Ea5dA40EdB8b61c7Ab6F1d5a1f8C1", - "amount": "406582618086947652211" - }, - { - "address": "0xaC5c79D8355e0E138b33e26B6bb14D6Edc619E2C", - "amount": "50822826625583123706" - }, - { - "address": "0x9424285edA1E837670d5bF0e9072E15f14f3ebeB", - "amount": "213758762660202672333" - }, - { - "address": "0x1077AAb962611a457c1DfbA09B9B14641f08b599", - "amount": "209185737934367625514" - }, - { - "address": "0x1fD3595c20C68eAcFBA4c3623621Eda0603F85B8", - "amount": "101645653251166247413" - }, - { - "address": "0x25586Ed29e382E443D301F14e7Db1C963eE13D92", - "amount": "50822826625583123706" - }, - { - "address": "0x467B9cf97fA72e40f19C980bbb1C0E67738985dC", - "amount": "870276844806605978462" - }, - { - "address": "0x45e7460fe74b056F729A3a969510d999A708A55f", - "amount": "97579822038836934959" - }, - { - "address": "0x40b40bb3561A027c00e8D0d078723186137f259b", - "amount": "22385285942427324161649" - }, - { - "address": "0x49E381A012b6249B5955102f762b5476A211d25f", - "amount": "89042987279686890179" - }, - { - "address": "0x118F9A9cdD8FE49e8185FeA852046DB9B43005ea", - "amount": "50514809494518983562" - }, - { - "address": "0x46628966E739Ed1b78007Eb58b5fcE048069872e", - "amount": "27644633860600693609950" - }, - { - "address": "0x7134c37F325A0783111bd3b12182b7bEe3E925C3", - "amount": "145605266487723109097" - }, - { - "address": "0xf299ad5AA6be2751C67b1De62047EC75457D5918", - "amount": "28881448410926619282374" - }, - { - "address": "0x6A72bB44A97eE50B86af12F855A78f6dEFafe7c2", - "amount": "9024773306065031203492" - }, - { - "address": "0x576982fdca921513fbFe3fF31c0Ca31dad7b1d80", - "amount": "36371249958595806241073" - }, - { - "address": "0x7123B64F6A9e131eB8a291881fa76698c97F912A", - "amount": "44576514925441028085041" - }, - { - "address": "0x06dbbb6C74887A9A572DeF99b9142DE772fa3c27", - "amount": "279911183888799483845" - }, - { - "address": "0x2c233a4533DADDD3125dDd3Fe81198eFc1459C94", - "amount": "49282740970262422989" - }, - { - "address": "0x728dae51E719C19D2f022e2C6cE5961A85D26DA4", - "amount": "25463281882218478217877" - }, - { - "address": "0x9819Cf3102021c000dD24B87C879E658493ecD94", - "amount": "49282740970262422989" - }, - { - "address": "0x1b33846CC78D10755597A7Db258dC8e07baB3A1d", - "amount": "20830502809211124775676" - }, - { - "address": "0xf35A0A2C4464432A05aAfFaC3dC28d059535044D", - "amount": "185586206599685108596520" - }, - { - "address": "0x19E860ba9fE51677355F1d1ecbCfC9a48f311768", - "amount": "7169551510700526130065" - }, - { - "address": "0x147447ea1DEe52D0BAa4B539C15BBF3a26Cb2817", - "amount": "6139186176033104624999" - }, - { - "address": "0x11E062F804c185b77425E116DAd00e75F71B766A", - "amount": "60371357688571468160" - }, - { - "address": "0x265d3E6cF862AdD040C041B1D3128B2C9CD45bA9", - "amount": "101746505452287792435" - }, - { - "address": "0x970e3F0362c5b527D3981c31488B3E69169F7309", - "amount": "84519900764000055424" - }, - { - "address": "0xF43FC73ca1e6Ac81bb8e85a1b91c1DCb63e5C428", - "amount": "368538155607329683729" - }, - { - "address": "0x876cB26f9277BB9B5070CEE87D956D68429fBEA1", - "amount": "60371357688571468160" - }, - { - "address": "0xc4110A0b4b458648f5DC5C0Ed135C76F04D362f9", - "amount": "2745866805659874466454" - }, - { - "address": "0x87ea6E21AaCc22B7aBabBCb6b1F5Fc53521D4515", - "amount": "60975071265457182842" - }, - { - "address": "0x339EdA42B857675CF1b9484a997A4AA4763D46b0", - "amount": "680216162778714151596" - }, - { - "address": "0x5dE3750c78975bCc54ff75aefCCcaf58e76c5414", - "amount": "665242920759229199207" - }, - { - "address": "0x123FF9CcD89DCbBaF9C6b46632E7109AA5439781", - "amount": "124795362733482024507" - }, - { - "address": "0x190D96D02dAe21259c26b192582537f4CEF7A280", - "amount": "1328411342505055047688" - }, - { - "address": "0xFB2BF6FeE9b96f8D9AF0F0f426Dc0f5c0308A7Ba", - "amount": "1382770172688489033169" - }, - { - "address": "0x02Ed2C0F754abb7e087A5c0FE361DEcA2B291255", - "amount": "574175575217017527722" - }, - { - "address": "0xC413715893819FD3dCb7CD26836CB5c5f031C445", - "amount": "703851539431758099442" - }, - { - "address": "0x13be88DAAf43Dd38C3e0cd9357B66c2b352e1f25", - "amount": "625453289507670575803" - }, - { - "address": "0x68883EEDB488fF5540d9E6620EB3eB57A3E3866D", - "amount": "246908881689230983101" - }, - { - "address": "0x1347e2a53f74A8794833d31260F7742684FfB894", - "amount": "74739740818451477582" - }, - { - "address": "0xD9Ae66C00683da404c6FF3323954Ec8F55a022da", - "amount": "147789081206768646513" - }, - { - "address": "0xF3835081637ca330fd84cc79029AF30469BEEA75", - "amount": "155225936065592565636" - }, - { - "address": "0x387dA3C6147EB2baB0296cEf916cCDEE9A0F4653", - "amount": "573725213631640805029" - }, - { - "address": "0x05f0a1cb45615Dc5bbCDdee2394A7dc6d26b5556", - "amount": "60371357688571468160" - }, - { - "address": "0x52Fe377b0eB5D41EB23e05372359DBbFf3ef0bAD", - "amount": "62786211996114326886" - }, - { - "address": "0x8CD847c6f791CF2978E2115C5FdE007805eB0868", - "amount": "107099250984125678974" - }, - { - "address": "0x50F510E44944D9180404f188E5f84330E8619DFb", - "amount": "2176572254951639911270" - }, - { - "address": "0x40C6F299E5c29B4C5118a4b403A1EC1A12804429", - "amount": "1207427153771429363209" - }, - { - "address": "0x501073d5a69C2B8535a175cc249d5c24a7878369", - "amount": "329289754710015773775" - }, - { - "address": "0x8382ABe3d32D56538A918282b1fe432BC318D459", - "amount": "237156801993160990831" - }, - { - "address": "0x09f9b5D5C3BFbBe4c3f3E822316f3f2277c45d39", - "amount": "120743906203380770546" - }, - { - "address": "0xf88ED04c5556853862b79F37bB3C062dB8b5ebA6", - "amount": "60371357688571468160" - }, - { - "address": "0x62779e2649723399467F5B4ddB651d9690B0B51A", - "amount": "1094049623289576768861" - }, - { - "address": "0xee44F2C20126315B1C6fDAa53478c1F53Ab7Ecb3", - "amount": "60371357688571468160" - }, - { - "address": "0x1E469fC96772a8c107BAE097c6a4B3D8F1085723", - "amount": "63945339648880591532" - }, - { - "address": "0x863671C69CD0338F64144bD6686eBB2dEE798022", - "amount": "191558297419575654358" - }, - { - "address": "0x86c8B049F5DcE391f29C4DABAb8871C9445efc3E", - "amount": "150316228654466555714" - }, - { - "address": "0xf97de5062dAe00007bB01e2B90bE6e21c630e35A", - "amount": "81382401304924996224" - }, - { - "address": "0x2b60989A14D4B702ea125b02ee5edb3058Ca3b35", - "amount": "115814441280116694021" - }, - { - "address": "0x0A90265aff98cA7146F42422f2Ef46545867bA27", - "amount": "4690180627307483241342" - }, - { - "address": "0x0F899ff63c14c77C623F2e9e3D3D8466322de112", - "amount": "164137647283688107634" - }, - { - "address": "0x6fF871dA0a43E4D86afa03926ab35D16B07C3FC4", - "amount": "482968446654264202425" - }, - { - "address": "0x31020689920A94A7Bb8Bd6B843fBA902Ae28D87c", - "amount": "560873115781634458791" - }, - { - "address": "0x85a2D90dEc38E6800E00156C04eDc072DbE87d30", - "amount": "60371357688571468160" - }, - { - "address": "0x7F2779B85c08800FcA441AD30E8642e9fbf1A04A", - "amount": "65844101518100851158" - }, - { - "address": "0x165046605f46Ae09A45a2514fEe685947c776286", - "amount": "61239969433768613444" - }, - { - "address": "0x7752292451acEDD09Dba1D644C386B14c11A3fF4", - "amount": "79585441767551228696" - }, - { - "address": "0xADe8fd1564fB4d3Bd90bA848aA5C60441BddDC01", - "amount": "148711716744982474187" - }, - { - "address": "0x5c09776dA2d00117a0EF9146A18ACB1A878167eF", - "amount": "67615920611200044339" - }, - { - "address": "0xc0D45a47961973e713B1af755d887f2C8745428e", - "amount": "148482538898370983008" - }, - { - "address": "0x8642da39286ea52a323AF34Ce9674169fbe3122f", - "amount": "60371357688571468160" - }, - { - "address": "0x3706743104600beDC75DB84e0b980303FC1691FF", - "amount": "120742715377142936321" - }, - { - "address": "0xe3FdD31f86226C13397157293EFBb8D76073edB5", - "amount": "182775588216049039228" - }, - { - "address": "0x4d7C30D081BA7aCe555c73a3A69b5d49105Ad926", - "amount": "239216675132349356868" - }, - { - "address": "0x17D42C9a35F850349BEa06F17dD0EeCb47294f66", - "amount": "12515443766942618444378" - }, - { - "address": "0xA33e93c7767e3b3847A7B6eAE658E3080EF6b01c", - "amount": "5569574555332453708592" - }, - { - "address": "0xA715a9518aE38C245264942020fAB8b706Dd4e86", - "amount": "61581199696650440382" - }, - { - "address": "0x4f36492264fD0D5150Ad38a9065A57371D52752e", - "amount": "234368457009150197997" - }, - { - "address": "0x2187407A23E1a8b5458C08a395F1A63D20007eD5", - "amount": "347443323840350082067" - }, - { - "address": "0x64c26e0e2306399EaA9Be44F30ADd7fDaE5ce86b", - "amount": "63992431722731984821" - }, - { - "address": "0x43257fC9254e02778bA78a41378aF96721aD54ad", - "amount": "72665376138563546851" - }, - { - "address": "0x57AB4d0c9C0F975A8156Cd7CB057Db9c358CC583", - "amount": "36074776350873031297903" - }, - { - "address": "0x868822C4A79ee2a18bedfdd5f1EF3b23B190cf1e", - "amount": "14125827604687139341587" - }, - { - "address": "0x9Ba3d6247b9C541c54627a5dAbC8e5e9dD51587d", - "amount": "34254030765847029243206" - }, - { - "address": "0x69E131d6864006CBE9D5bD0dff723cCcACb9ea20", - "amount": "686254149466525589925" - }, - { - "address": "0x6fd29097e92e6145053344c3CFB57fF30A502B8D", - "amount": "153452656213925511706" - }, - { - "address": "0x31Ef126FA2938312CF401A86A8108511f3f4f5Dd", - "amount": "318001814384715310573" - }, - { - "address": "0x50f747c6A02EA53B7986cE21c18Bb848eFDFcdd4", - "amount": "511554850285669131211" - }, - { - "address": "0xf3047172Be67e3f44A1a56804cd2773DCE1D770A", - "amount": "54211015067288665286" - }, - { - "address": "0x97c85cd206Ed78Af692ab0d1a2b54caD4aA108E1", - "amount": "49282740970262422988" - }, - { - "address": "0x3B4E212c25d4469B4BEE5b5F8537B9874e69c305", - "amount": "190627918166575346771" - }, - { - "address": "0xE8b570A7A02cBEE7E743c4cb1679A21Cce615BF2", - "amount": "24802586651530182445269" - }, - { - "address": "0xA37836409eeE8CaEF6649DC79a5867EdFE815Dee", - "amount": "50211334372872476481" - }, - { - "address": "0x401104ff35a3536a8D1a908e6b228a0C71a5cA01", - "amount": "723460780895258316981" - }, - { - "address": "0x6F7522d342970BFE0243D27210c1017862f2bfB0", - "amount": "221856117982794807782" - }, - { - "address": "0x143A3f9E08FECed1A5111a3827761B807954DC24", - "amount": "109516106984117156365" - }, - { - "address": "0xE37ccbfa8923F0b993020C5A3E026A9C28e133b3", - "amount": "50087659265318128365" - }, - { - "address": "0x781deF0a0845ac75F10Bb65028EAFEb6E73eece8", - "amount": "28667942912241461075524" - }, - { - "address": "0xf234B4DCd1d51D46f75a60AB4a8C96794eC68Fd2", - "amount": "3024683873568637794120" - }, - { - "address": "0x49D424510DCAeCb1D7e26214aC23D2528C67C54c", - "amount": "49282740970262422988" - }, - { - "address": "0xf3158314781157942afe279c7977E5227a019f2D", - "amount": "2481011459021339003038" - }, - { - "address": "0x5F4E1FB306d4c071b962afcAeD7beE2287E84679", - "amount": "22945861071000755799190" - }, - { - "address": "0xDC17aDE3DDF495a2D8332BA21dE799861eF5469c", - "amount": "505148094945189835628" - }, - { - "address": "0xf09499EECE42dCC1635b02fD0e366232372bbCA0", - "amount": "101029618989037967125" - }, - { - "address": "0x47A214613f68ae4f3428EF9503cF38B9Ff323275", - "amount": "101029618989037967125" - }, - { - "address": "0x7eb71527EF0191A3172E2568ce13B6AbEDB5faCA", - "amount": "202059237978075934251" - }, - { - "address": "0xDAF7346b32a4860d1E44e73770180b2a9A9736Fa", - "amount": "101029618989037967125" - }, - { - "address": "0x8D49051A66516BE80220CFACf3753622dE799be0", - "amount": "50514809494518983563" - }, - { - "address": "0xeBB68135bcC10E36acD4DEC2D5EA5F3BC089E4F0", - "amount": "50514809494518983563" - }, - { - "address": "0xb6379cD18Bd767a56e323A2E6d33e709dA5b945C", - "amount": "16596195939163498100891" - }, - { - "address": "0x7adc29263d105b54e185585379F1Fa4992Fc0481", - "amount": "1686937381209069281150" - }, - { - "address": "0x73eEB273b13E4572684943321FcAd7bb2EdFaD92", - "amount": "49849487563146343826" - }, - { - "address": "0xbe303CC50e4A001e74ac26E186365B8488d52195", - "amount": "887099194012917666271" - }, - { - "address": "0x7fAD02560Ac4a7d1308787A2C9D0A12D6947feF6", - "amount": "136829534892983869087" - }, - { - "address": "0x363ADC334cd10bffD48e07b8F8a74A6cB761aD0a", - "amount": "1145360469793480867698" - }, - { - "address": "0xAb251CFb507D82a4FD5C97e0CC3d7BAFf61700AF", - "amount": "344988057685211608153" - }, - { - "address": "0x424559e59a6A2CE7742637677087C8e03A01D143", - "amount": "612781601224242967435" - }, - { - "address": "0x09eae10D1e9c2B0B1eA1Dea096Eb22336409F325", - "amount": "49282740970262422989" - }, - { - "address": "0x25A762a3AE37aD037221DAF623dAdfA8e3247Ca2", - "amount": "57597824053793072002942" - }, - { - "address": "0x0D427bC706E0D318916d6106195fC794B0Afc70c", - "amount": "116097817040695702954" - }, - { - "address": "0xDC0cB9060b36374E6C21fE18f0dc8cede76f04e4", - "amount": "762082925752538423940" - }, - { - "address": "0x15489Dd3330d2feb0d1a4b6A919Be452bE04fC25", - "amount": "493273736012463805724" - }, - { - "address": "0xA05DDCa55D496bcC9eE2217e047A50Ba446e1A1f", - "amount": "110886167183090451723" - }, - { - "address": "0xC655aAfB646C43c4860A54E9C1Df6F9a8A9d5Ca1", - "amount": "111218819031469692093" - }, - { - "address": "0xE3f7cdB87DdCAe894b258f3a5691992ea6Da68e2", - "amount": "264264324481236703479" - }, - { - "address": "0x586C271Af5856E9051F3c1d066cD37A891ccF331", - "amount": "57383591517249308766" - }, - { - "address": "0x8158124b0884b7FA4f62164a9FD262217103E2f0", - "amount": "160784914693939359226" - }, - { - "address": "0x62073ca865c20Df245304878D7844c7157ef63b2", - "amount": "67197017312952813744" - }, - { - "address": "0x48a2fE7fca245944d6b165FF194e19d025a71eB7", - "amount": "1050635345443063721032" - }, - { - "address": "0x0dC7690F69B12a154ACb18878Ad0d714f6B01345", - "amount": "746618832326115567109" - }, - { - "address": "0x58BF55d02549D5201829964Fdec4154320D2CE5C", - "amount": "111993919993249525335" - }, - { - "address": "0x3CA6f96562186C48C91Fe9eC3B98aA1deEC835B1", - "amount": "103752246923100314158" - }, - { - "address": "0x8563DeA7DEd87AdF87Ffd4190F4Da58d5A46Da85", - "amount": "337947771723904769717" - }, - { - "address": "0x6E381a5De1Be8d49A9564e3456796D97E55B9255", - "amount": "58215217811612394198" - }, - { - "address": "0xc70338eC91e514c1199E1Fa695e1C51db30328Cd", - "amount": "63409736651685095964987" - }, - { - "address": "0x9E84bF36d1500f55D534789C4aD5587fE0C9211D", - "amount": "1512731269945156560499" - }, - { - "address": "0x721adB015B110147F790Cd03afd3E2AF4e1A8F68", - "amount": "2778807349608246720185" - }, - { - "address": "0xe3822d4500D20c6e2f89cef98667EE902a90c001", - "amount": "9979755046478140655096" - }, - { - "address": "0xDCA19F0298b4b66a3F2Ff1C1D930a1c58c51A727", - "amount": "55443083591545225861" - }, - { - "address": "0xD60AFDF0f3a9e086920E1FfeB83120051c6dA35F", - "amount": "56030780277615605255" - }, - { - "address": "0x5d85732e7ec7076EbB58A870ae971F3D72Abf723", - "amount": "56301339198957330465" - }, - { - "address": "0x885dF9549A8035142AD8f20C7473bE2F13899450", - "amount": "554430835915452258616" - }, - { - "address": "0x9e7c1683fF4c6d84A827c35C4Eb422eEDEa8cCE9", - "amount": "185541276543749434702" - }, - { - "address": "0x31f2953ef2d549072efB6c585A8f02Cec92F35f9", - "amount": "788197606711282824616" - }, - { - "address": "0x0C45C81f5b4fc9E76bc5b32b7b73336Ec17669ba", - "amount": "55443083591545225861" - }, - { - "address": "0xfd2855C20b8C69eE341e6e5b4E680ec4B7eF8580", - "amount": "2005930764342106271674" - }, - { - "address": "0xc52EC0C9ea713427bA3068FfD5679eb5af101Aa0", - "amount": "165236163808867259701" - }, - { - "address": "0xa577589dd03241515E7567eCa17E73a4f48a6E46", - "amount": "223426737129904191860" - }, - { - "address": "0x4ac3A72102EA9f8ce1d729DdF07F01dea3E32559", - "amount": "74181699282518839047" - }, - { - "address": "0xc3c8557F3DeC8d6147699Dfb8079bc6bdA35646d", - "amount": "224661216858735608018" - }, - { - "address": "0x4cC6B7AAf57e0d0FF192737b6539db3BaC8Ea236", - "amount": "887089337464723613786" - }, - { - "address": "0x040a9f50fe3802b31653Caafe9600470D764ad78", - "amount": "3578816671122417571329" - }, - { - "address": "0x17Ff553CB867e1eCA1AcbBaCcE3D60BD7F64344d", - "amount": "60710176532742022318" - }, - { - "address": "0x7ea7E2a8795F13124Ae53b35E9B238841E440954", - "amount": "55879957348459852946" - }, - { - "address": "0xcae6602Bb7a4525F753a371D271f36DB9A0A2BcE", - "amount": "182427691598058517489" - }, - { - "address": "0x8C533d4904566e90afe0db5e1A39E401fDA19167", - "amount": "418696152044729568977" - }, - { - "address": "0xe5c65Bd76FaCD8013B0A8A9CfA9306C7b7e8491E", - "amount": "277215417957726129308" - }, - { - "address": "0x7dce3e38bC6Bb6936337999DB06998D3f55ff8bF", - "amount": "354342291541924693004" - }, - { - "address": "0xDD92cDf06fCBA4eB4e30f2a4012332FDdA6050bB", - "amount": "1663303596363075084894" - }, - { - "address": "0x38d854E83cd7C073A9F685fb4b532c99223DDA1b", - "amount": "287677527831450713428" - }, - { - "address": "0x665682a786236347604435a8bd203E342DAc04f9", - "amount": "55443083591545225861" - }, - { - "address": "0xC7bfCdED4160616414b934e696ceFfE0F603363D", - "amount": "74800451857432186584" - }, - { - "address": "0x91E2447bf8dD726B4D72313F900804593B98B96E", - "amount": "2170443685283081193858" - }, - { - "address": "0xCBD510235fCe7fF670656b1A2462530982726777", - "amount": "400719312124825397055" - }, - { - "address": "0x86AC2612edE6805f845bEE1D4b9b556C09E69FD7", - "amount": "133074489236426851113" - }, - { - "address": "0x80b6978eD12a06031F0856a11074C3806F450303", - "amount": "451797926155799229215" - }, - { - "address": "0x9C6B672A3968CD3C6DD6b908db623405A1c84294", - "amount": "126389645440247144461" - }, - { - "address": "0x8a2Ff4B35128833CF3f484F634c91b3C65561c43", - "amount": "166329250774635677584" - }, - { - "address": "0xaD96630D60b89D4fD47bfb0de3b557065c02Fece", - "amount": "77621415910080100632" - }, - { - "address": "0x744fC6e1AD778F1EDe007730973a343EEbC8E6f1", - "amount": "603245144432792337274" - }, - { - "address": "0xf64d454DE5F419FBd21585AE60d716bF4A1Db5B1", - "amount": "64036761548234735870" - }, - { - "address": "0x9e01bA64f07C71Bde9d61d47828784d263Edb7EE", - "amount": "641343135471415668649" - }, - { - "address": "0xd602dAE1faB01126C65CC81479cde76c33AFa535", - "amount": "930623232285603191331" - }, - { - "address": "0x4d55ecF942784cB8F35098a8a203540f032Bd59f", - "amount": "55443083591545225861" - }, - { - "address": "0x162b3Fb8BA5a7f81FE24edf38E79C1AFf404F554", - "amount": "2464137614122145164882" - }, - { - "address": "0xBC136971AffD11D675830197feBB1F945BE3284C", - "amount": "137590924675740563122" - }, - { - "address": "0x8622cFBd8ba8EC4C7CE60F726557f1ac7C4641Ac", - "amount": "110886167183090451723" - }, - { - "address": "0xE0ed3962Cc4c37D9f5a31eD0Ad82c2a377ba77ac", - "amount": "239135998352828371272" - }, - { - "address": "0xd9EBFc93A7E17Ad3B37EE73791A36030aE405bFE", - "amount": "4494128755858581366890" - }, - { - "address": "0x6A2bE0F1C2b6AA50d47E2f0Eb96B41E20160c98b", - "amount": "369239848102972895193" - }, - { - "address": "0xD95056CdB9110940b14d7400c51C8cB2E2Bfaa70", - "amount": "88321893341951486973" - }, - { - "address": "0xA481b2Bb334B93681459154c658E67E19a7A2D4d", - "amount": "116314832909593980177" - }, - { - "address": "0x061a57AE70756587956DDE1dee6015D70a876ED0", - "amount": "55443083591545225861" - }, - { - "address": "0xeB22483299c43D43c29fb97f76177B6b8EBdB991", - "amount": "424552408155972942933" - }, - { - "address": "0xaffaD7602367449b25C6dc39F65332c069F635AD", - "amount": "467631908636676927452" - }, - { - "address": "0x32Dc4278Fc0F096e260ACDc8714E812ca7d2D40a", - "amount": "55443083591545225861" - }, - { - "address": "0xB5F3d8d49B3b67fb839Dc2ad288782fC3B9efaeC", - "amount": "215967443514146118298" - }, - { - "address": "0xa741dec48B76753e834131756209Be353cE6a0F3", - "amount": "113213667832263520305" - }, - { - "address": "0x11E714Ed16d9e0155619823D56Af05740541D8ab", - "amount": "67640426892394281407" - }, - { - "address": "0xDC0614cB927b16F077ffB202527d069BBF481d94", - "amount": "366829507010615762488" - }, - { - "address": "0x781295aa5A831626303bB6e19d7096e06dbA0942", - "amount": "66531696983269255541" - }, - { - "address": "0xc7f10EC0559e9b8Ce3e000768d42d50Da596D036", - "amount": "89096748319402349607" - }, - { - "address": "0xD56409E3bcBb1eC3f7fEF83da04902903fbcde19", - "amount": "1003854657074873038164" - }, - { - "address": "0x2463b6779A0B08817c40e1009F0E0e499dE2dc2A", - "amount": "88780610564939511046" - }, - { - "address": "0xF6a523117fBE13D0987F09Fb3b862Cea738aAD59", - "amount": "55443083591545225861" - }, - { - "address": "0x69729cD82Accc43917F7Bc4462aB7b7fd171D03E", - "amount": "75393679527779871781" - }, - { - "address": "0x2B6Eb62b6116Fb4158451dAf70EF529183aCe1D9", - "amount": "279847855566652696632" - }, - { - "address": "0x9692d941e63c6dD9b7e03aC64e78Fa11d396D9Ec", - "amount": "166329250774635677585" - }, - { - "address": "0xE8fB6fCeCAD31B888A721a057CE5aEa769736c54", - "amount": "66430439280428422184" - }, - { - "address": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", - "amount": "106015088823600737925" - }, - { - "address": "0x4802c25Fb1Ad4ae7AAaCcdB364b6DB8c8cec59eD", - "amount": "110886167183090451723" - }, - { - "address": "0x2D073E8823387Ff6Adb9a917384CF4b16490ba7F", - "amount": "1809062354263575652782" - }, - { - "address": "0x0D130B0B7fc13e979C8aeA34338F9dd6060D2619", - "amount": "111972851621484738150" - }, - { - "address": "0x78ce3470B5ff9B0Bea5d46dFAaA309DA7E6a01aC", - "amount": "277215417957726129308" - }, - { - "address": "0xA4994dd835e653c3Ec094Ec61c48e4d335584769", - "amount": "665317003098542710340" - }, - { - "address": "0x5BD5E2478F7cE691b1ba0df3492e3515d908715A", - "amount": "95323292510082034993" - }, - { - "address": "0xCc542c3b7BfE3c8F556BE4298B42B09847873eA9", - "amount": "1130405704225025303356" - }, - { - "address": "0xc2e1b9e47f634F9688267B62D9bce7302B9BEC07", - "amount": "234335682773803131912" - }, - { - "address": "0xaD36b3f054f7d3ba39a064Fb0707915048aF4E4F", - "amount": "102046390839918768484" - }, - { - "address": "0xB36132D2a1c96E99F7Dcab07f977DDF1aEbA0929", - "amount": "108584733452798253864" - }, - { - "address": "0x6E59E13cB1fCf77cB64685d25943527eB582587D", - "amount": "964055426106506696328" - }, - { - "address": "0x2bb38818026cEFD6DCF96940dc64A4d0651D7846", - "amount": "57660806935207034896" - }, - { - "address": "0xCca0bEaba0ec1161c7cCEA92E65d78Ab030DB7d3", - "amount": "113161795600389708735" - }, - { - "address": "0xb353b8Cee6903A58deD74cBbF28AE09773CfeD7A", - "amount": "77620314810439972544" - }, - { - "address": "0xE0C8BEB6B35a209Fe46ee8232fcb1A9951Ba6eF7", - "amount": "292498835094476377820" - }, - { - "address": "0xdDFD8183e85C923FD6421D99950557598c764f7b", - "amount": "666265075392511446379" - }, - { - "address": "0xCD930F179061D8445497ab2ca57B897794521636", - "amount": "87600072074641456861" - }, - { - "address": "0xb497311cB3200b07168f83028c99991520f3B034", - "amount": "3538299974495388151179" - }, - { - "address": "0x38499A6f4210F750C85c38Cb807f0fa7D5DcD445", - "amount": "1170567417179397748418" - }, - { - "address": "0x5BcAFD536426C0e1024137Cb2e21b8381101dBCd", - "amount": "311396578671595768182" - }, - { - "address": "0x2c73C8BA2D7c5B6c7B1b6B4361D67d87969FecF5", - "amount": "332835886150914144966" - }, - { - "address": "0xca8195D07D32d239585762AC6CCce88cC40C5a5d", - "amount": "679412710158846243184" - }, - { - "address": "0x1eE0536ACd3Bb3442ABA8c8E438E6Ea51d3a045E", - "amount": "58204149154404178109" - }, - { - "address": "0x67873974337d602BBa1be025E9eF089d9b47c17B", - "amount": "88708933746472361379" - }, - { - "address": "0x1E7091f04ac6a4e585e84d430408Ec90B4F5930f", - "amount": "55454172208263534907" - }, - { - "address": "0x4db34eC67d015Fa0cDA7966eccaBcC168B107682", - "amount": "67080364826251779449522" - }, - { - "address": "0x661819452BBdF83F3a236B23e4D3daaD0D38975F", - "amount": "282948232801091905662" - }, - { - "address": "0x2b959D1DEEa93ee44111a276EF83F7B3A2Ed6ef7", - "amount": "417837189353191393533" - }, - { - "address": "0x4E4F7ddF982885FF4C5786f762F8e7b5dffDFA11", - "amount": "361595232530518213795" - }, - { - "address": "0x611C2d756f66b0Cd5b8CfE8B4CB13b8Bfeb5f94B", - "amount": "52362912280903824424" - }, - { - "address": "0x1Dab7c094f4Ae8d66E158381E6F2a6503202D3C4", - "amount": "67866516018226109434" - }, - { - "address": "0x81AB270076fcc4d0835d858D5Ac5B2791FF05F55", - "amount": "52362912280903824424" - }, - { - "address": "0xDB834A0EF529d255bd73696b8c75E51c636Af2dB", - "amount": "698393465470643191371" - }, - { - "address": "0x995E33a17CB1E91e180E5Bbc56F448e5437A58b8", - "amount": "166112961145202438376" - }, - { - "address": "0xe316081D28336E9806eC36056285CD1Fc839b8E9", - "amount": "422626301310402857315" - }, - { - "address": "0xFd890CE5Bc97B0141b2E9F9D52833A3DCF34cD58", - "amount": "61055155719533859279" - }, - { - "address": "0x8Ff00392865c86F6b89B9737DD40134C7C61CD92", - "amount": "104725824561807648850" - }, - { - "address": "0x13d62C679eF73b840F094aa47625104c30DfEB19", - "amount": "61425135347137671273" - }, - { - "address": "0x278F11EEEe212a796C750f03382Ddb0970F7A631", - "amount": "54262749212965844652532" - }, - { - "address": "0xE3570EF6Db10246e7065ce42eAFaF8D285005590", - "amount": "3229733931769493814928" - }, - { - "address": "0xf5714a7A6683772798BaA859A1502D52A6c22C81", - "amount": "4868085974184669160551" - }, - { - "address": "0x0E6b23E0b826014d0F69e4060aa2474EfDC9E521", - "amount": "270047058473322821400" - }, - { - "address": "0x260e2f87b8fa89b1a38BDc74A4672cE22E6b599C", - "amount": "46176530568998547484732" - }, - { - "address": "0xaeBAc365379876441b215639f4aF0e5ab620Fb97", - "amount": "276561046651397081882" - }, - { - "address": "0x0920f2823AC243868664E57E9A044aA2E313d403", - "amount": "8378066596635076791121" - }, - { - "address": "0xF02a279198eF0ae79406e67906Df6e9730853a8F", - "amount": "111645059790606280209" - }, - { - "address": "0xe037Baa3203DA31903B1cd778C8c23f9cC55c3f5", - "amount": "523629122809038244248" - }, - { - "address": "0xA5e2A47031FF63Cc6b53Cb7a92A0e9a3EB07d323", - "amount": "523629122809038244248" - }, - { - "address": "0xfdec2DEd137836d9d8F4692cbb105bCb50E44368", - "amount": "85951285392813169273" - }, - { - "address": "0xc70544a8C0BcBfa8F372155B9302c0d0A5773c0F", - "amount": "713927434460797172508" - }, - { - "address": "0x2D7D3CdB28836038067a4e64BE71165638bcf861", - "amount": "209449553559865815928" - }, - { - "address": "0x924Eaa0bD24c67f7a86EFcd6D78FBBaf557A41f2", - "amount": "423013848464707758443" - }, - { - "address": "0x74f9Fd5C86131Ba79ad84a5eF6E021926ddc17E4", - "amount": "3526595006072495551012" - }, - { - "address": "0x631C8Cd84c5Bd8dd7db369ab203322f6946a4df9", - "amount": "3816083376042796554909" - }, - { - "address": "0xD71A946e6c10c6CF0F809D3f28f0ec99d1ed2124", - "amount": "141811943657918381428" - }, - { - "address": "0x45d128E26FbB443CE295df9Ac533945646d87dd2", - "amount": "158316080568987788578" - }, - { - "address": "0x6f8b51C2E5Bf7E676C720b4dc5f7575C5a5C4595", - "amount": "159698117442484321198" - }, - { - "address": "0xE77B7Cec06Dd472aCef3163Ac3B302c9698Dc1a3", - "amount": "63649000753247728653" - }, - { - "address": "0xCCD123260f643FB248822110662a84b4c1DB802C", - "amount": "523629122809038244250" - }, - { - "address": "0x771757f1f37D351131405d87EbCCD736E21E5D27", - "amount": "104730013594790121156" - }, - { - "address": "0x8807340C9e57C66A178501Eb726f7878ff2FA985", - "amount": "55749663080715585165210" - }, - { - "address": "0xdEfe79004606284C3ce91a29D267Fab4792Ea820", - "amount": "2993926513943442196528" - }, - { - "address": "0xe52e460FeA4520bA01298e828B66b3Eb0019048A", - "amount": "101460842972527763326" - }, - { - "address": "0x563521860A21Dc99c5e14cdaF9C82C99b855642a", - "amount": "55443083591545225861" - }, - { - "address": "0x6810f8F4eA1C53c95adeF9c0416A6b228BD69E63", - "amount": "2795427239409101719498" - }, - { - "address": "0xbcFEb38E66CB358010d41B36fCC9fC601F3682CA", - "amount": "776203170281633162063" - }, - { - "address": "0x9c17dFAcaF9832949929910a38D0E7aaFBa0416a", - "amount": "55443083591545225861" - }, - { - "address": "0x5b348be8755dF31661F0Ee5dA4c4A9371A0254d3", - "amount": "1119390311187215611962" - }, - { - "address": "0x41adc4F0a9686c281A00543D5B138d2b72A1DE59", - "amount": "108252616277045366171" - }, - { - "address": "0xd781CaEdda0Df2f27955CA0689d0981F209d9A45", - "amount": "3592529408157685921511" - }, - { - "address": "0x5E49459561Cf9580e28F7630F7210326317058AE", - "amount": "110887276044762282627" - }, - { - "address": "0xDC7316CaED1CeA7dc7B6B040E827b1596fDbCEB3", - "amount": "7443257209470141460360" - }, - { - "address": "0xa312A0AD6eFd03260B8d678c7CdbE7532aBfA9d9", - "amount": "230966118279910252501" - }, - { - "address": "0x1e7B4F2Bfe2EA2fD73470A2257F5460A293613B7", - "amount": "498988861185578863659" - }, - { - "address": "0x087A28B0b6990cf74B7A8217171BeEe6Add2849E", - "amount": "256701477028854395739" - }, - { - "address": "0x36ba3AbC89D7D526056300715351A2d07A8d5E8F", - "amount": "112376433921729871114" - }, - { - "address": "0x9207CaCfbC8493B60962f6871Eaeeadc9A6D2D2b", - "amount": "582153482137450015128" - }, - { - "address": "0x528022Cf31b0CA8A0998AAdd7D659EB7133F80Ac", - "amount": "66532809171526101938" - }, - { - "address": "0xe7FF75cf787803840395E53E42E2553e85ff4cA9", - "amount": "335208881176759091897" - }, - { - "address": "0xD009aE9Db57cEAD628c7CbD7D0081c820756ba25", - "amount": "73240313424431243363" - }, - { - "address": "0x945f4787B84EC97e70600cf6ce47fE02c0F32B06", - "amount": "1644447025192408297753" - }, - { - "address": "0x7d6D970726D3D6464b1BaB09c7E9E981dF165F9F", - "amount": "57660806935207034896" - }, - { - "address": "0xF41719a196caD5A11202158b2f9dfE0B39600433", - "amount": "1021319064433292280038" - }, - { - "address": "0x3802C1733ad75FA886c0cac1b160Cd49B6D4F606", - "amount": "4701163776265212441821" - }, - { - "address": "0x2b01BD032F781c58F90d5120Ce64425bbD30035c", - "amount": "5921321327577030122024" - }, - { - "address": "0xdE4cAd6024B51f1E78188ee0dd43665cab24210B", - "amount": "61547867191588350966" - }, - { - "address": "0xe83fb0d25a2F6b497DF3983c64fF6E836fFAa49B", - "amount": "1308214038899308596567" - }, - { - "address": "0xb98F7705c9086E8c4E8B4Eda8982D540a459f6f0", - "amount": "94616358020088741215" - }, - { - "address": "0x5580e06302937B0B18a293322c7337eefEC7d600", - "amount": "1361486775448164284646" - }, - { - "address": "0xbA9797F784E1117da12b7e5C6d44a2e8fb4f3f74", - "amount": "555073409618992745262" - }, - { - "address": "0xC53cEBb642140F373f9f466Cae809D6270c90B95", - "amount": "228425457272763001080" - }, - { - "address": "0x5004ad4c95d30EEb3436B1209b4750Dc7aBA4AFC", - "amount": "332658501549271355169" - }, - { - "address": "0x3d24e32C0aD45253d5cC342Ea6D4548a5c8647dA", - "amount": "333015672095631420065" - }, - { - "address": "0xdaB54E5DeB3b7FCaf58139913aFe29e4c4fd89d0", - "amount": "221772334366180903446" - }, - { - "address": "0x43131e554343fc2C645A194b51095d614976270A", - "amount": "4156010709491261008874" - }, - { - "address": "0x6E95039c668A46F9C3B5a8fF2E427a2a0C5A0009", - "amount": "2409618855336554023912" - }, - { - "address": "0xacAD5783F500ebBc04c0a717BAF2d3c6b8D83880", - "amount": "155240634056326632412" - }, - { - "address": "0x12EaAB2ea26b63ca3163Fc2aD043c1f93e920360", - "amount": "66531700309854271034" - }, - { - "address": "0x23DC5fC77Ed4782b80239D4d43C55307bdfFf278", - "amount": "418225660558889487083" - }, - { - "address": "0x839b752520E92008059B41f9e6DffB39Ab00514e", - "amount": "1079920373325224534686" - }, - { - "address": "0x6De257252C6C2c13F59BF05ee9966a8E268B3A02", - "amount": "1647306046805847281765" - }, - { - "address": "0x7e0cCf88000f5e9c27Aa9374C124384097Fda5C6", - "amount": "4269783733959386691854" - }, - { - "address": "0xd87f72DaE1D2799364e4581747DB63CafA5A013f", - "amount": "51432338034265087141" - }, - { - "address": "0xda8E7b8B9EcDc48531697Dc5179F250F1f8645a6", - "amount": "37103795401770182482500" - }, - { - "address": "0xC66E09D33E0b433186801408146A9De7eEf53A58", - "amount": "401055011756908209359" - }, - { - "address": "0x0A411716f594B314eF6862B1c906F9057BA1D652", - "amount": "407107474195998284456" - }, - { - "address": "0x5EE5e301204C7a283Dfc5957cD796945C184A3fE", - "amount": "53594980805160384999" - }, - { - "address": "0x8034679296534b19572317C5b57547DD399e26a0", - "amount": "598016277020236393856" - }, - { - "address": "0xce910b1e400D6aD4447F0bDF915C7f9DBf8A6a0E", - "amount": "53594980805160384999" - }, - { - "address": "0x9ebecDD45D54D801DBbC67D91ECB7267ce4Bc957", - "amount": "54666875061765512183" - }, - { - "address": "0x292C3cd85e0C518C16fe2599Cfd38D0a95F54cBA", - "amount": "126484153628278892495" - }, - { - "address": "0x00062B7f0303533b1b8a089F3Cc51EF56B665422", - "amount": "481828524534936790015" - }, - { - "address": "0x7bf00d7F66c1937854aedbCD39c60f76c7bFdE4E", - "amount": "2510396095297059092203" - }, - { - "address": "0x70346EE386165eF6663A6eBe5B4968C1Ab4842A4", - "amount": "5359498080516038499959" - }, - { - "address": "0x732FACb0Bb4e772E470Bec18cf7DEb3DB73678b1", - "amount": "53594980805160384999" - }, - { - "address": "0x0FC6C05E9EF7090Ba2133b4e0CE7eD255E13B4f9", - "amount": "459297184957350819233" - }, - { - "address": "0xf0Ed7F25ba3285641E40c5985D074B72C69BD9F5", - "amount": "80394602144177390676" - }, - { - "address": "0x1C243CDF12B91aDe2Dd987A94A2CEe26FFA2C6Bd", - "amount": "855622409124071160300" - }, - { - "address": "0x34f8226EC78E6832c086922823172C199cf3c53D", - "amount": "53594980805160384999" - }, - { - "address": "0x547df3879A281aFBF4DeAa3F2FB6E718881dc51f", - "amount": "53594980805160384999" - }, - { - "address": "0x01EF0C7D465AF39D5c11C7beea73340f7B78767F", - "amount": "53594980805160384999" - }, - { - "address": "0x6baec5D8c99bC56e071509f62bFc8feFa6709865", - "amount": "283620032670847389377" - }, - { - "address": "0x0167F84D05F56012e8162F0055bB0A184adA8e50", - "amount": "74673859440336569060" - }, - { - "address": "0xC48531844bdfEcD9a014D928cCCC62ab3E5DdbA0", - "amount": "271671110707433278552" - }, - { - "address": "0x7eBF1779F5882b2BE657dEFDbA42150D31F6C152", - "amount": "2106965104075619039268" - }, - { - "address": "0xd7B1bF8D664EaddB429997F842A0B8601A151150", - "amount": "292819089374627432762" - }, - { - "address": "0x69aD9Eb0194C03362F334337053CE45E55478cFa", - "amount": "155746654061525068131" - }, - { - "address": "0xDD6473ad000531cA2544230677B495C8dF5689Ff", - "amount": "555265391970200544208" - }, - { - "address": "0x5669De1529cA202e1eab17fe60606b01A1d0E49C", - "amount": "262980530877102473507" - }, - { - "address": "0x4C90fBB6787EE664908715c05899ACe6bb028E48", - "amount": "686337324190883890305" - }, - { - "address": "0x7C126313B1115aAcAFB3B0F2566922a541e5b4C1", - "amount": "988409330351237681866" - }, - { - "address": "0x9a5fb558b227C9F8DDbC55861b1E078ad5059858", - "amount": "160041526657765979436" - }, - { - "address": "0xeAFFeb6dA2478d4de91773Da6ED1f45D22D1045d", - "amount": "1428676043825079866896" - }, - { - "address": "0xDCB1d8fa2d6d792163266038F59ECd8c1Db43A19", - "amount": "117273270702126065913" - }, - { - "address": "0x1686346C7A4f5bd401d3Af2bfa4B49D9375e8a06", - "amount": "246470637222373725769" - }, - { - "address": "0xB57159927057CC6b79aCF7b714C0342C5B8acDe8", - "amount": "88305733450720942605" - }, - { - "address": "0x410a6be22809389164cDc439f57433bbcC1B212c", - "amount": "53594980805160384999" - }, - { - "address": "0x5AcD5aCc5cA010F0fB91f7A8cB258e371e5ea77C", - "amount": "72892871184429253384" - }, - { - "address": "0x9319452DcF0F17D1dD87BC3196d4795CcDB1c953", - "amount": "62175531872568482122" - }, - { - "address": "0x508a4603FFB737Eb718E7b78bDf86658EfCE9450", - "amount": "632671031259539535581" - }, - { - "address": "0xFAd17b8D2576dA3Af8d5E81BEC12F81c4Cb7a474", - "amount": "375279558895045738221" - }, - { - "address": "0xb7438bd1D26516CF1Cf0832d516a424A648e2FcB", - "amount": "160463372530650192689" - }, - { - "address": "0x8796E1723f7F90918DEc62d36D718B4Ca1a8dD5a", - "amount": "128627953932384923999" - }, - { - "address": "0x856068563B587b1fe66C1470D568760D41698545", - "amount": "53594980805160384999" - }, - { - "address": "0x23aC8f525C73f2C59fEe815e59bF80fC4252d861", - "amount": "53594980805160384999" - }, - { - "address": "0x2CE4542DB807279ad62ecd34A42FBfab28556B69", - "amount": "107189961610320769999" - }, - { - "address": "0xaf05204BC952462EF5CEfB9A6230C62c5BF37aD6", - "amount": "147010948411311697860" - }, - { - "address": "0x0030b82c89603D54c28417d9f660bf488098b91F", - "amount": "86320050359200529603" - }, - { - "address": "0x2F5458FEeC304490505A006902f5d590d1d28aba", - "amount": "54987378406478451802" - }, - { - "address": "0xc629f6B65B029Bd306eAbE7d96D4fBbfB703A97f", - "amount": "535736490380902766738" - }, - { - "address": "0x37e5777330a2390c738B429B0e347Ed92a8EBAEA", - "amount": "535949808051603850000" - }, - { - "address": "0xD00c47DDd1513dfcAA68413659D6A3b1071A46e1", - "amount": "26690217300985854897086" - }, - { - "address": "0x7Db08708933BaB21002BFd25F9e11760B9719d3b", - "amount": "3802646164553317497006" - }, - { - "address": "0x1dDE862CCD1cB9f4B8707F750026160f805071DD", - "amount": "110887276044762282628" - }, - { - "address": "0xE96aA06057e3628864eB0fd497eE9a1f80956C80", - "amount": "24025336223002931206711" - }, - { - "address": "0xe96821B10436625dC28d80b2ADEf90F62B6745C3", - "amount": "16998509882582336089731" - }, - { - "address": "0x4539F87fbF894d83C094346DF98dA60864056022", - "amount": "209505054057850591510" - }, - { - "address": "0x9677c2A147eB910031AA23dE98e9B1607d19347A", - "amount": "196827554080186260445" - }, - { - "address": "0xb214f44Ee580BFf8617C8B3aa6D8EB551340e719", - "amount": "62835494737084589310" - }, - { - "address": "0x263A185d15EBd164922278E0241f6355160c0239", - "amount": "9278676510540076327963" - }, - { - "address": "0xA08E3D5eAeE38f4afEF12c41eC8616EAE2FEB223", - "amount": "63845790926974968981" - }, - { - "address": "0x3B635ea2d4eb3E4BA0fA2EDbB268d66b1c32Af65", - "amount": "148833877730192517424" - }, - { - "address": "0xf50E0EA0Efe44c4562eE30e82f409eaDF26AeDcf", - "amount": "98565481940524845976" - }, - { - "address": "0x8D77124459B882afa733cfB2530F8f281B502772", - "amount": "21684407012570285520025" - }, - { - "address": "0x10ba287FfF2250c95e0Bc39EE27fC30F14EAe2b1", - "amount": "62337739053284938837" - }, - { - "address": "0x2039F4dEc5EA45B3298D137ECB6bb7EAEA9ca03c", - "amount": "1821767056537710459761" - }, - { - "address": "0x6D4e76A03B1Ee140c8eBF47C6B165C10B04168B0", - "amount": "4101854630372730110681" - }, - { - "address": "0x03543BeE4679EE910da944A479f88FeC6605B94e", - "amount": "67430636124479413325" - }, - { - "address": "0xe0A29C99F6C1afe6397DA18aB434CfBFEF21cC02", - "amount": "1152509462599677295379" - }, - { - "address": "0xB8684909202DE3B9B781d6B42E303f2Aa208bE33", - "amount": "104725824561807648849" - }, - { - "address": "0x3c7A06fE35B83a2e812b4cb53DC867edCB781a50", - "amount": "95546596613640997865" - }, - { - "address": "0x9F8bB05F5f1D629d5E0a63C5212EfdBEAC9EE5f7", - "amount": "52362912280903824424" - }, - { - "address": "0xd99567B4c1444DAC11732Ba259DB60a05bA08d2e", - "amount": "52362912280903824425" - }, - { - "address": "0xFe17DC4e6783d5111c16026861bA6E0c38f101Ef", - "amount": "72725565722159944160" - }, - { - "address": "0xa1c3727f3ED4F639DF66f59323Cca74159069F33", - "amount": "98503460748223367981" - }, - { - "address": "0x4Ef5C3a6b1902d7F2a777E8c185cb2acf0ce1042", - "amount": "72685719535704843024" - }, - { - "address": "0xd6Bdd8D1e80fdcFc014Ae237b8804ef91025321F", - "amount": "57531331749353944949" - }, - { - "address": "0x8Ae314214d6dbF6d253918CDA933bC677907992F", - "amount": "22957294207781655586298" - }, - { - "address": "0xE74EDA2E18D61F7139C3C780bd6222991753144A", - "amount": "49282740970262422988" - }, - { - "address": "0x68c688BEF34D0629EAde191Ea897B17e4B9b6456", - "amount": "50268395789667671447" - }, - { - "address": "0x0C9BDf0a5246505c03292869F11B997796e0948a", - "amount": "507272158410947299739" - }, - { - "address": "0x4d53c435A63f8DBaDeb0B7F02791b0533A3Fd7d7", - "amount": "49282740970262422989" - }, - { - "address": "0x03b3BE825bbf52DF8f74AD9E4e247909F22309Ed", - "amount": "36290163455340383460619" - }, - { - "address": "0x08613433ad0037A0BB8c2217fAA81A0Cfb7d9d47", - "amount": "135427772925807335179925" - } - ], - "configFileData": { - "BOOSTING_FACTOR": 5, - "VOTE_POWER_CAP_BIPS": 500, - "UPTIME_VOTING_PERIOD_LENGTH_SECONDS": 600, - "UPTIME_VOTING_THRESHOLD": 3, - "MIN_FOR_BEB_GWEI": "1000000000000000", - "REWARD_EPOCH": 266, - "REWARD_AMOUNT_EPOCH_WEI": "8640408580495846075749597" - }, - "stakingVotePowerBlock": 37257815, - "stakingVPBlockTimestamp": 1739124023 -} \ No newline at end of file diff --git a/generated-files/reward-epoch-266/initial-data.json b/generated-files/reward-epoch-266/initial-data.json deleted file mode 100644 index b58afee..0000000 --- a/generated-files/reward-epoch-266/initial-data.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "uptimeVotingPeriodLengthSeconds": 600, - "uptimeVotingThreshold": 3, - "stakingVpBlock": 37257815 -} \ No newline at end of file diff --git a/generated-files/reward-epoch-266/initial-nodes-data.json b/generated-files/reward-epoch-266/initial-nodes-data.json deleted file mode 100644 index fd57ba3..0000000 --- a/generated-files/reward-epoch-266/initial-nodes-data.json +++ /dev/null @@ -1,17516 +0,0 @@ -[ - { - "nodeId": "NodeID-C3FRhsMBh3KNLKiVbc8xLY7gnVzmJ7EY9", - "bondingAddress": "flare16l73k2h57xtup0r5g3687jwwrk8ddsz0eta9pf", - "selfBond": "3000000000000000n", - "ftsoAddress": "0x4c1F288cAFECbbDac653C2170337c38e62c400E9", - "stakeEnd": 1747381461, - "pChainAddress": [ - "flare16l73k2h57xtup0r5g3687jwwrk8ddsz0eta9pf" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Wonderftso", - "BEB": "3000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "7462092242870168n", - "totalSelfBond": "3000000000000000n", - "delegators": [ - { - "pAddress": "flare1x6lk943sms32washhyxzj069z7hkwq38wfazen", - "cAddress": "0x076881921B8d4F1EaA25Ba65f40C8C35724601Da", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1whtdu8dq0hpw7gtqdcuafypy56yeztglauussx", - "cAddress": "0xd6401195f0e9F9d853aC3B641f57613a5913a3d0", - "amount": "50009934488000n" - }, - { - "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", - "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", - "amount": "50000000000000n" - }, - { - "pAddress": "flare14l5lramzvkfyr97fmars4wd74s7vq86qelcvps", - "cAddress": "0x4ff75a8aD64c0E9739E1D6047585aB5d1dC03121", - "amount": "50998000000000n" - }, - { - "pAddress": "flare1ud0l5xgyr78csddj9yxaaflz5mfwzmtjpjkm0z", - "cAddress": "0x0520b21CE5414B16Be5D60450D9548718c1eD51E", - "amount": "70257987331000n" - }, - { - "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", - "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", - "amount": "75000000000000n" - }, - { - "pAddress": "flare1kedw65pt8lnrwl4usxfdlwghacyyfsjfq55clf", - "cAddress": "0x0fae606C1289BA11679dab8E310562DF21588784", - "amount": "80535437557000n" - }, - { - "pAddress": "flare1uumf37lut39q8ltw4267ar2lgf77xwds854tgl", - "cAddress": "0xC2a5B277886d52b90683CF269b00458f1D3E74A0", - "amount": "50015749289000n" - }, - { - "pAddress": "flare1sw0sm96qvdx00tmvefwd0vchqz8ek6trtc4dd8", - "cAddress": "0x7dC4c91878A44e764b5F924CB56626Ee59aB35de", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1pru3k5z98rdt8eg2nq5zjma96j2p243m34ycwh", - "cAddress": "0xA5cccceb816D556B9ab52C07d75230c39560ecC7", - "amount": "400023954051000n" - }, - { - "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", - "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1t2t64wq69z0jj67qe9pkzkz3k6l6xn98xvp3hq", - "cAddress": "0xffBa66d97c0E7ab7434232d810257570451A7dfB", - "amount": "259600000000000n" - }, - { - "pAddress": "flare1vyywmpngjke0sqycckkset8ygpqgugtekumcuy", - "cAddress": "0x3D0561e0A03c19acb278B8Ace142FA2d88f3ef11", - "amount": "114025678317000n" - }, - { - "pAddress": "flare12flehk9gpmvmme9k20h9keye232c4ztcczvlw2", - "cAddress": "0x76120CE7886BF8Eab3e052590cCEf7EC76125dd6", - "amount": "78689971000000n" - }, - { - "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", - "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", - "amount": "67350000000000n" - }, - { - "pAddress": "flare144fly3777tte3uj4zf3ew8cwujzg07ra2v7pn9", - "cAddress": "0x25E4883b5E5eE02477458acE0e708F5eBB2Dc4D4", - "amount": "58703994437000n" - }, - { - "pAddress": "flare1v7wdkwtxmr74jyh2n07uqemnucfu44c4ds9uwa", - "cAddress": "0xC0B8477904F80a8205F816c6E4F87CA8e7FC6E90", - "amount": "2497177000000000n" - }, - { - "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", - "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1m0s0d9lkslhvyc7prf8vaxgwk7v5xpmmezsfg3", - "cAddress": "0x5A9196dBf7a4a636af09A6939698A87B847f21bd", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1jgzctz6f248nrknj0aza3kkxr6c4q63vaz7xr6", - "cAddress": "0x4f7eA4ca357F301cBC6249765bCaA08e229C6467", - "amount": "59199998000000n" - }, - { - "pAddress": "flare1c96yhtg77u2c0hnccgwt09r0hlu69nwph7v8k0", - "cAddress": "0x2772955a74fe3Ee64224eC8B64487203D6DB875D", - "amount": "50891634687000n" - }, - { - "pAddress": "flare1rymsm24tpy9xw4p9mfxl3y36u739x4gdadlj69", - "cAddress": "0x75027B862C8B909cae05741596B6daF7536018CC", - "amount": "50472852456000n" - }, - { - "pAddress": "flare1cevpg4uver7fr6paf7pn6k0j6sdc7rf8gmwhax", - "cAddress": "0x455c7B038e40AB0e70037503EBc09C4af7A2D54C", - "amount": "136676714062168n" - }, - { - "pAddress": "flare1d95huelwejvqutqmmsdg5zr2l5pyz4e7p9r3us", - "cAddress": "0x4423c81121f1C3bfF9d2ABBE6Cc15aaeA7E12bb5", - "amount": "64999997000000n" - }, - { - "pAddress": "flare1sxddj5n4cq2suw9ndu6x546hhqhev37fhsxs2z", - "cAddress": "0x3F2c8711081472e0f7c24404b511C0753E2cD5D6", - "amount": "51999994000000n" - }, - { - "pAddress": "flare1gdaa5yfv2dncwhuquveejlj84u5uzw6uahgmcr", - "cAddress": "0x7049D2bEfC694f4851911Ab7a31634B7a267F5B0", - "amount": "62663188390000n" - }, - { - "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", - "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", - "amount": "50000000000000n" - }, - { - "pAddress": "flare173r0wgkvl3rd69pdgcdwmty6xg3fzvwjss7vfe", - "cAddress": "0xaE0AFd6Afaa7787610E70902DFA03aEF62343E44", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", - "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", - "amount": "143000000000000n" - }, - { - "pAddress": "flare1tu9dr3kuhkgzyqwar6kprpmjvem5qqzeu0pndv", - "cAddress": "0xB14dF38985408Db1f00DBa073FCdD382745c30eF", - "amount": "50000000000000n" - }, - { - "pAddress": "flare18ky6f6ek8l4lmk9l85sap027plmf2c8r68cqp4", - "cAddress": "0x300B678ee6F5172BD12216C8c53CaDAF97D66c92", - "amount": "50000000000000n" - }, - { - "pAddress": "flare16kg7hlwvh383y7hxtvgds8kklrhzdyvupzymqz", - "cAddress": "0x149AecB03fA024590e5A999132a5F89748559c85", - "amount": "91200987000000n" - }, - { - "pAddress": "flare1mygtlx3ehln4gwd4grphf692qzqupq5pj8yf4j", - "cAddress": "0x6ebcfC8db08145AeecD20f1B7BD7FdD63A1aa9fA", - "amount": "50176983000000n" - }, - { - "pAddress": "flare1g6gvgdv9ksgrwmsgjzj3qq97j0t8czetwlpasz", - "cAddress": "0xdf3f06b95A3a75Bc5aEb6F812859a8DCcb9336E8", - "amount": "273262000000000n" - }, - { - "pAddress": "flare1mz0frrq35l2mn5xr68u254vmq9du9kmaegz0jl", - "cAddress": "0x1d6B583ba52fa6fE962B7DaDe7372CC46F91290d", - "amount": "50000000000000n" - }, - { - "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", - "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", - "amount": "600000000000000n" - }, - { - "pAddress": "flare1njzvres8a85waf8l2lelpdzzxzrf53xgfqxzxd", - "cAddress": "0x7DDAeF59B9159d22d448F0007644417bb6419d33", - "amount": "114144198892000n" - }, - { - "pAddress": "flare1x96ajs8j87rng7yjtlqe3reenh2vnny2ldxn9s", - "cAddress": "0x7805294beB39d51c936343f9A0612027677F3C2d", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1r5l45pq9hmy27p6eqhawmgpg4k35xk5whlt9f0", - "cAddress": "0xC5cD81B33a36DB6fa298164D4A1305a215B466eD", - "amount": "56642000000000n" - }, - { - "pAddress": "flare1pux9l7qqx4c9cf6g36zfvpxmr3j9pd5m80jdx2", - "cAddress": "0x593D575d3D69F51976eFD56202AF42b18656a4D7", - "amount": "1025329000000000n" - }, - { - "pAddress": "flare1g4hr5kwkrwvh60j9pmgtvsxejdrtdle6a04ql2", - "cAddress": "0x06Cb66E56D2B29bf99bf80C6B50721F4B0dEb368", - "amount": "79044988913000n" - }, - { - "pAddress": "flare1j7z354lhxseak85r9f7575arwrjznnacm85yp0", - "cAddress": "0x515C8f24d971a3b5DA03CAe15267125e37eF09f6", - "amount": "50000000000000n" - } - ], - "totalStakeAmount": "25462092242870168n", - "cChainAddress": "0x33901732fC71E4c8f243d88365895ca6E31133fC" - }, - { - "nodeId": "NodeID-JA63moobNNMLby4ENNUiJqVJA2cdpks5J", - "bondingAddress": "flare1zlpc6w6dyp5uxuk7x0h9e3r9yz462mgak4n286", - "selfBond": "3006022223441641n", - "ftsoAddress": "0xAc2884A4479Bf7c21AA0462d52bc9c76c3a9A3dD", - "stakeEnd": 1753977655, - "pChainAddress": [ - "flare1zlpc6w6dyp5uxuk7x0h9e3r9yz462mgak4n286" - ], - "fee": 175000, - "uptimeEligible": true, - "ftsoName": "ACDTftso", - "BEB": "3006022223441641n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "9286655140598000n", - "totalSelfBond": "3006022223441641n", - "delegators": [ - { - "pAddress": "flare1qqls05k0tqtman7mkgd3zk50tkjm4eaynw7m9f", - "cAddress": "0x1077AAb962611a457c1DfbA09B9B14641f08b599", - "amount": "205799000000000n" - }, - { - "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", - "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", - "amount": "60000000000000n" - }, - { - "pAddress": "flare10888y29awckxr5v4j7769trxsdgm07d6zq6ky4", - "cAddress": "0xb0f2996a78b3d64915D4bc6495b606DE195366DA", - "amount": "1600000000000000n" - }, - { - "pAddress": "flare1kf4lm906mcsvzr36zs4qwpv7tkr4xyzq8e8073", - "cAddress": "0xDfb01f4f929Ea5dA40EdB8b61c7Ab6F1d5a1f8C1", - "amount": "400000005000000n" - }, - { - "pAddress": "flare1lzf9a8dswn9ak359fj9vkvh5n4x0rx3f03qlkt", - "cAddress": "0x3ec56bbac1a865B3e9F0DeEC837f4013cc23E80b", - "amount": "55556000000000n" - }, - { - "pAddress": "flare1d2m97jzw0ctp37gnqp45nvk2k2mva5hde79x0k", - "cAddress": "0x01DC70F44A217256CEa2d3750453Ba31083cAe97", - "amount": "76399998000000n" - }, - { - "pAddress": "flare1k3w57lssr285vpun0vymq2j7yx5n3llxyuuczs", - "cAddress": "0x42abbCbFe0142FebA470edB2c602136a3338F9c6", - "amount": "449444534539000n" - }, - { - "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", - "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1lxtn3wuf3sxqd7asynfrhalyy5qeg20xjljy8q", - "cAddress": "0x9424285edA1E837670d5bF0e9072E15f14f3ebeB", - "amount": "210297987000000n" - }, - { - "pAddress": "flare1dlrqyuzpqlhymansg3cwsyyqm9f8ypwc964ce6", - "cAddress": "0xf5a2e48509673e5ba699B1dD01C4edD7e456399d", - "amount": "113092978000000n" - }, - { - "pAddress": "flare1xr8tx94xvcwdw038670s974dg7vl2h7v8x0a9x", - "cAddress": "0x28580DDd4b31d9A547619289D29BD531D2981967", - "amount": "400000000000000n" - }, - { - "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", - "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1r8grzm77y64mps07y9ldzmrq5kmtwp9vk2vhz2", - "cAddress": "0x1fD3595c20C68eAcFBA4c3623621Eda0603F85B8", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1vy2ldwuv3juq8wrgqmuk9pyzgr4y333tuneela", - "cAddress": "0x47D842d98283DD9ebA05Df987Ca2A4F266620daA", - "amount": "179604977000000n" - }, - { - "pAddress": "flare17d2fgwvwejszxacgnzs0nn3v6l0p6j7uqc0qas", - "cAddress": "0x1324CcC3228241F597a309D0b210C5BD201Ef882", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1utha5lrgjf4fxdc2aj2l8k886hjcg9yfqnn4vv", - "cAddress": "0x10e7640a6047CC7e8893531D533747a057f9988C", - "amount": "152790763300000n" - }, - { - "pAddress": "flare1h743n7jgmhgdpqfltvpxkytncltkas96x0awr3", - "cAddress": "0xB5b5aC6F6064F0De452149E9C7BAc376bF71f734", - "amount": "52011982000000n" - }, - { - "pAddress": "flare10pc62jtlx5jl8w7prjmc72jdshyec706qgnyn7", - "cAddress": "0xCebbdFe33cbD84c15d7b232d45A6c99Ed8Ceaa0F", - "amount": "591510423820000n" - }, - { - "pAddress": "flare1l5xh6uv7c8s6pcatls55cudd6l4an3rxkl9xc0", - "cAddress": "0xaC5c79D8355e0E138b33e26B6bb14D6Edc619E2C", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1gakn6kqtaf4rdz0w2w3wjuglf64c9mjwgkyw20", - "cAddress": "0xD15545227CD9a741164dBbBD6edA70f1e9f21144", - "amount": "532951000000000n" - }, - { - "pAddress": "flare1c5ggrde88xj3p9t64dnkp0luk3keg6qwwkylfk", - "cAddress": "0xa9BFae928Ba1244D64fEa086d41bEeC356b200F5", - "amount": "799999997000000n" - }, - { - "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", - "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", - "amount": "217274155000000n" - }, - { - "pAddress": "flare1dvs4r6tlc6ly4nkwwmwtaem90ts2t6jva2skck", - "cAddress": "0xC07DCB2E975b58E97d7b42C92c234Ac65F09F084", - "amount": "50000000000000n" - }, - { - "pAddress": "flare16j3uw9sw9zawuvfjr8dtwhtsql7l33kxl7yyr7", - "cAddress": "0x5F8b7483A56418A392e5F9a7b6fe39419537E027", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1e27nq23zas405qqlnsu7f64ya2l8szywfmgn2e", - "cAddress": "0x3d2484624BdD85774287c7b299570A8B7a8E5732", - "amount": "54172165464000n" - }, - { - "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", - "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", - "amount": "67519998000000n" - }, - { - "pAddress": "flare1vnmyr49ffcgys549xfpyzq69z6f3905zlk63fc", - "cAddress": "0x467B9cf97fA72e40f19C980bbb1C0E67738985dC", - "amount": "856186976000000n" - }, - { - "pAddress": "flare1rqgfcg28hlvfaucuzalc09eg4k66xhepnm87nd", - "cAddress": "0xEC6104654270B2667D0C9943135f9dAeEcb6A18B", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13vmmdu457s62clu5364007muqcfxfnlz77farg", - "cAddress": "0xfB09e9edaC2C63a247fEA97F78e20f20092da0c5", - "amount": "204602205475000n" - }, - { - "pAddress": "flare1xvk5tpucytc5lvvzln4pde8kx0ehmmvqx9gt53", - "cAddress": "0x45e7460fe74b056F729A3a969510d999A708A55f", - "amount": "95999995000000n" - }, - { - "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", - "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", - "amount": "60000000000000n" - }, - { - "pAddress": "flare149ces568fcuafvxmx0cgyfumrp2yd3yw9sqqlw", - "cAddress": "0xA2f6079b7a12D1ab45e455E7544c08Ca3A6E2dE1", - "amount": "139300000000000n" - }, - { - "pAddress": "flare1ds4jm3c5997n60nlm3s6rvwt7jxwzd4m9w0v2m", - "cAddress": "0xad684610A736715625CFD18bB61FB9bc1E992952", - "amount": "224000000000000n" - }, - { - "pAddress": "flare1sfnu6e5hnfmmgjfqhj5gvyzhe62vx5r9nu6qmz", - "cAddress": "0xA0BA1672aAEb5C764523466e8C3a28625B9A507d", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1u8sx6rjkmvrteru5qjsyvhrlt5j8zt4s7c233d", - "cAddress": "0x25586Ed29e382E443D301F14e7Db1C963eE13D92", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", - "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", - "amount": "50000000000000n" - }, - { - "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", - "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", - "amount": "700000000000000n" - }, - { - "pAddress": "flare1aeze7p55fvvc0q6cjdkzc8sj9yceavt3c2a58u", - "cAddress": "0x712e43A76006E9dFDb96dC6061f2Afb41D2c9fd0", - "amount": "78140000000000n" - } - ], - "totalStakeAmount": "27292677364039641n", - "cChainAddress": "0x9B3123201B4646B18fd0FDDBa53DdC9714eb38D1" - }, - { - "nodeId": "NodeID-GGnTyHtMF7b8CELtUgFGTEHjEcjNF7RZ", - "bondingAddress": "flare1r9je8mzr0wwm3faz6ddpgqtrrz3tm05zh5y9m3", - "selfBond": "3000000000000000n", - "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", - "stakeEnd": 1754348400, - "pChainAddress": [ - "flare1r9je8mzr0wwm3faz6ddpgqtrrz3tm05zh5y9m3" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Last Oracle", - "BEB": "3000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "0n", - "totalSelfBond": "3000000000000000n", - "delegators": [], - "totalStakeAmount": "18000000000000000n", - "cChainAddress": "0xfFf760BbD5dAd697FB7b609002Bf8F0b512a4d7E" - }, - { - "nodeId": "NodeID-KB4zWTTeK5gHYKYmjftGGQ8nHy9NQbGax", - "bondingAddress": "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53", - "selfBond": "15000000000000000n", - "ftsoAddress": "0x6df84895f1f1f6F6767C59324F94089d4097051A", - "stakeEnd": 1739350850, - "pChainAddress": [ - "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53" - ], - "fee": 20000, - "uptimeEligible": true, - "ftsoName": "Kiln", - "BEB": "15000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "65985206757854290n", - "totalSelfBond": "15000000000000000n", - "delegators": [ - { - "pAddress": "flare1575m2hwnx06p7avs805jrd0mzqxcrkyxaudn2z", - "cAddress": "0xf2608cb4a9065558d7C08dcab32690663b7AeBE4", - "amount": "56070000000000n" - }, - { - "pAddress": "flare1n7sl9y248wk8ftlhx2xvdmgjefke3gns95l8kz", - "cAddress": "0x85a2D90dEc38E6800E00156C04eDc072DbE87d30", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1mx5g7pun645hk5ar2h8nfra0rmc8je474nvxlv", - "cAddress": "0xA5f4892106142837200642d36fa9E85DBDC73aba", - "amount": "580963500385166n" - }, - { - "pAddress": "flare1qt9yuyyft8t3rsz3t6wlcte07mc3x00d78shed", - "cAddress": "0x8642da39286ea52a323AF34Ce9674169fbe3122f", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1947a00pt8hydptmfxaempxqaydd74ytt9uwqyn", - "cAddress": "0x68883EEDB488fF5540d9E6620EB3eB57A3E3866D", - "amount": "204491741732000n" - }, - { - "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", - "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", - "amount": "150000000000000n" - }, - { - "pAddress": "flare170ukr56jzmhznlxhgy76h9vt7xfy0wqhcf0faz", - "cAddress": "0xFB2BF6FeE9b96f8D9AF0F0f426Dc0f5c0308A7Ba", - "amount": "1145220370744000n" - }, - { - "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", - "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1pvkwh9jkgh4k8qzzsc6l98cc4293zlxn00tnlv", - "cAddress": "0x7752292451acEDD09Dba1D644C386B14c11A3fF4", - "amount": "65913244968000n" - }, - { - "pAddress": "flare1pfv2enrud7vd3ewps3tg4ws70p853png3la02h", - "cAddress": "0x5e0aF4930d85Fb0BDc32Fc36913B78169E05fA63", - "amount": "190115000000000n" - }, - { - "pAddress": "flare165qs863k9axl4pnv0a62vpefsv3sxjtcpg4fln", - "cAddress": "0x5dE3750c78975bCc54ff75aefCCcaf58e76c5414", - "amount": "550959052628000n" - }, - { - "pAddress": "flare16ckadjnlx0dvvsvc55zxn8u0vy7gy7gejzq9v8", - "cAddress": "0x123FF9CcD89DCbBaF9C6b46632E7109AA5439781", - "amount": "103356432182000n" - }, - { - "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", - "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", - "amount": "960000000000000n" - }, - { - "pAddress": "flare1q0dts0zp2nvd8c4wpnfg5nzrplln9ctdrydgcz", - "cAddress": "0xF555324e7f9fe9c66b53785560048F8b330cFD52", - "amount": "290000000000000n" - }, - { - "pAddress": "flare1lgsscqg2wjndz7tnp59cxszzd576mjg4n8ykpu", - "cAddress": "0x0A90265aff98cA7146F42422f2Ef46545867bA27", - "amount": "3884441900000000n" - }, - { - "pAddress": "flare13dpptdpq4fjs9jppejgwfvxrc8xycelc9vasef", - "cAddress": "0x265d3E6cF862AdD040C041B1D3128B2C9CD45bA9", - "amount": "84267200000000n" - }, - { - "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", - "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", - "amount": "1447558600000000n" - }, - { - "pAddress": "flare1k423e2dpeeaufejfyft76gj9aj45qwq2xll5yc", - "cAddress": "0xf97de5062dAe00007bB01e2B90bE6e21c630e35A", - "amount": "67401500000000n" - }, - { - "pAddress": "flare1qt966dfs459ln47ydczn5lxsn7p5yp3dnqeppu", - "cAddress": "0xc0D45a47961973e713B1af755d887f2C8745428e", - "amount": "122974324732206n" - }, - { - "pAddress": "flare1etw45e26ev3d5xqdgxnvzltp7ue6k2ljqgnsaz", - "cAddress": "0x40C6F299E5c29B4C5118a4b403A1EC1A12804429", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1mtde72fqjpp9d2swkakuwqnnhxw9xnjpu5ff7p", - "cAddress": "0x6fF871dA0a43E4D86afa03926ab35D16B07C3FC4", - "amount": "399998000000000n" - }, - { - "pAddress": "flare1sngak4p78qkgcgs8kacq6t3u0ntadwljg6hnku", - "cAddress": "0x3706743104600beDC75DB84e0b980303FC1691FF", - "amount": "100000000000000n" - }, - { - "pAddress": "flare12mya4dkr0lkx442ez4trusuu83qp0vmdmxdvfw", - "cAddress": "0x4d9409E4A1388bF7E7523EA6F2B91b8be8D84d17", - "amount": "50000000000000n" - }, - { - "pAddress": "flare14cfv74wfa3cflc8e98w7a3xmxd65w98pk4600r", - "cAddress": "0xF43FC73ca1e6Ac81bb8e85a1b91c1DCb63e5C428", - "amount": "305225996000000n" - }, - { - "pAddress": "flare1uzynr5a5drk5cuqan6x76l95gwgf4drh9de33e", - "cAddress": "0x17D42C9a35F850349BEa06F17dD0EeCb47294f66", - "amount": "10365382067026000n" - }, - { - "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", - "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", - "amount": "827043683987170n" - }, - { - "pAddress": "flare1a45tmc3sxcczqjdkhgsyqdv8p4e6krmh56lrwn", - "cAddress": "0xF3835081637ca330fd84cc79029AF30469BEEA75", - "amount": "128559255588000n" - }, - { - "pAddress": "flare1z38kd8ayem6pr9cw070zm85xqv478txsj7rhxa", - "cAddress": "0x64c26e0e2306399EaA9Be44F30ADd7fDaE5ce86b", - "amount": "52999000000000n" - }, - { - "pAddress": "flare10sldmvk9crnjpcysu0mlq09g2cymp3efrxq80h", - "cAddress": "0x147447ea1DEe52D0BAa4B539C15BBF3a26Cb2817", - "amount": "5084518893630312n" - }, - { - "pAddress": "flare15qs8445t04v52xqp50f5fm5qws9u5ejhumj89w", - "cAddress": "0x87ea6E21AaCc22B7aBabBCb6b1F5Fc53521D4515", - "amount": "50500000000000n" - }, - { - "pAddress": "flare1wldwzrrsv2lya8gvvyv2sr0s69wcue7x3rgfve", - "cAddress": "0xA715a9518aE38C245264942020fAB8b706Dd4e86", - "amount": "51002000000000n" - }, - { - "pAddress": "flare12egnu5lxqmpdlrxvv8q24temw2v25xguhr5ph0", - "cAddress": "0xa8883bd05Ad05EEE15458471f5554aF7E398b3e4", - "amount": "66699997000000n" - }, - { - "pAddress": "flare1d6ne62qkzmjd9e0uyk09c6s5ytzt8qx3k6nrmh", - "cAddress": "0x50F510E44944D9180404f188E5f84330E8619DFb", - "amount": "170000000000000n" - }, - { - "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", - "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", - "amount": "100000000000000n" - }, - { - "pAddress": "flare155afpnfdrwtzcs6n9p8m6eg0n3uylxcfaa3uwt", - "cAddress": "0xc4110A0b4b458648f5DC5C0Ed135C76F04D362f9", - "amount": "2274146972000000n" - }, - { - "pAddress": "flare1ant94p79v6c7h6dg8828sy4a72twsyp56tmjnu", - "cAddress": "0xD5172A7090F25729555316e9699DB987a2D83924", - "amount": "251998688540940n" - }, - { - "pAddress": "flare1cdxdpmhluspkycgulne05dnyj9vzdtx3xc08cw", - "cAddress": "0x52Fe377b0eB5D41EB23e05372359DBbFf3ef0bAD", - "amount": "52000000000000n" - }, - { - "pAddress": "flare1k3ssv0z4kwleq5js3jxdpzlg8awx94pn0p463e", - "cAddress": "0x86c8B049F5DcE391f29C4DABAb8871C9445efc3E", - "amount": "124493000000000n" - }, - { - "pAddress": "flare1fxfn9t4vak3nfkwd753qw3rw0wg98amwn0juxr", - "cAddress": "0xD66cCff56C9c267c58768939eC5D0cbf7404C4B2", - "amount": "3067482842439000n" - }, - { - "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", - "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", - "amount": "911291000000000n" - }, - { - "pAddress": "flare1f98lycafk0eh9afnwy8f27nv98rpnygc5afj9j", - "cAddress": "0x8382ABe3d32D56538A918282b1fe432BC318D459", - "amount": "196414998000000n" - }, - { - "pAddress": "flare10d28pv63zqyszqtv7jj27ml9693mqy5zp88ag2", - "cAddress": "0x2E7eF81929CC91CB20DAe97faF6030589A12e2dc", - "amount": "7133136278202640n" - }, - { - "pAddress": "flare10dhh0tngfrhjapxgptyj4g8tdjhe5adqnn7djd", - "cAddress": "0x19E860ba9fE51677355F1d1ecbCfC9a48f311768", - "amount": "5937875000000000n" - }, - { - "pAddress": "flare12em33gjdt8d4lrp3684893nmwr07mnagthsc4q", - "cAddress": "0x5b16c6480F73AF75d61ECbca76833dDB8b81BD8e", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1u9upe3h2hf3qmlcvwqgnjyd4efnepq3avvsfj5", - "cAddress": "0xe3FdD31f86226C13397157293EFBb8D76073edB5", - "amount": "151376079000000n" - }, - { - "pAddress": "flare1gsfgyh3nl6829ya4cev2xr0h9q38j64wg42rqt", - "cAddress": "0xf88ED04c5556853862b79F37bB3C062dB8b5ebA6", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1azr5ae49dyfc364mhgzyu8j8evdk7456qjc64a", - "cAddress": "0x505B6F62E4eed5C5E78c3c97Cac48e5B1A778dbC", - "amount": "477596971000000n" - }, - { - "pAddress": "flare19q3qxhl7j7p8qx35a023egnkxz96mcqc8gaw7p", - "cAddress": "0xD9Ae66C00683da404c6FF3323954Ec8F55a022da", - "amount": "122399998000000n" - }, - { - "pAddress": "flare1pq7dxee9l6k8rmfdyfvfljfe3tqhzr7hdr6sdh", - "cAddress": "0x165046605f46Ae09A45a2514fEe685947c776286", - "amount": "50719390600488n" - }, - { - "pAddress": "flare18zun9lnzju2au64xhwyy8dmy79km4yka3ztcuq", - "cAddress": "0x13be88DAAf43Dd38C3e0cd9357B66c2b352e1f25", - "amount": "518004989000000n" - }, - { - "pAddress": "flare13ucdu4j8rk9u2npfktm9cuvfup6la8ksx5nntc", - "cAddress": "0x970e3F0362c5b527D3981c31488B3E69169F7309", - "amount": "70000000000000n" - }, - { - "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", - "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", - "amount": "196000000000000n" - }, - { - "pAddress": "flare1n4yy6g9u0zwharw9dtg4cuw0jh0q67rca0w6yx", - "cAddress": "0x31020689920A94A7Bb8Bd6B843fBA902Ae28D87c", - "amount": "464519216774058n" - }, - { - "pAddress": "flare1xfh92x2emegn7k5ekgmy5aepef0sdhsfc28mtl", - "cAddress": "0x4f36492264fD0D5150Ad38a9065A57371D52752e", - "amount": "194105670290000n" - }, - { - "pAddress": "flare1qqjlxk8t69dunqs3gjrzul9yxqzxxwvyx6m63k", - "cAddress": "0x5c09776dA2d00117a0EF9146A18ACB1A878167eF", - "amount": "56000000000000n" - }, - { - "pAddress": "flare1hjaa5j74wtld2uxxp4pcgs52ec603nztcgx5c6", - "cAddress": "0x1E469fC96772a8c107BAE097c6a4B3D8F1085723", - "amount": "52959998000000n" - }, - { - "pAddress": "flare16tf77nj8gv2fqy8njtpq925xkgg3p6xcmhnc23", - "cAddress": "0x190D96D02dAe21259c26b192582537f4CEF7A280", - "amount": "1100199990000000n" - }, - { - "pAddress": "flare1c7na8egg0gu67k4ncl986yh2qzqkeetxpt5hnx", - "cAddress": "0x05f0a1cb45615Dc5bbCDdee2394A7dc6d26b5556", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qgndsx2n0534ashazxec7n97fw8lr2yljr77zz", - "cAddress": "0xADe8fd1564fB4d3Bd90bA848aA5C60441BddDC01", - "amount": "123164131501000n" - }, - { - "pAddress": "flare1p4cq794jh7878x7xlkx5hk9xdcp45fhg5asupr", - "cAddress": "0x7F2779B85c08800FcA441AD30E8642e9fbf1A04A", - "amount": "54532566467828n" - }, - { - "pAddress": "flare14papcn6uhsplzvyeyptrlquqdgpk8ejvjlc9en", - "cAddress": "0x876cB26f9277BB9B5070CEE87D956D68429fBEA1", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1lfjvd62kjh78v8fj6ym2gc7gpp8c4jv55kx6rv", - "cAddress": "0x2b60989A14D4B702ea125b02ee5edb3058Ca3b35", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", - "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", - "amount": "143871185808111n" - }, - { - "pAddress": "flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c", - "cAddress": "0xAbC938CA4645A8029A0A4C5076995F10D96665e6", - "amount": "1948239450000000n" - }, - { - "pAddress": "flare18h4rz33ut8xgzlgak5460jax4qresxd786ml6u", - "cAddress": "0x0cD5f79aFF1A153bF477A47ca7D6d5f66D814E7E", - "amount": "1157503981000000n" - }, - { - "pAddress": "flare1zpa4rtduf397hug79kcz7tx8qdhvq3zmh73gj4", - "cAddress": "0x43257fC9254e02778bA78a41378aF96721aD54ad", - "amount": "60181996000000n" - }, - { - "pAddress": "flare15tnld02asqunnvdtd8hadtq5qm9tfmjd3474kh", - "cAddress": "0x339EdA42B857675CF1b9484a997A4AA4763D46b0", - "amount": "563360001184371n" - }, - { - "pAddress": "flare1eucktmsyqxa7jhdxrzqjfw9445r82taqu5wyal", - "cAddress": "0x501073d5a69C2B8535a175cc249d5c24a7878369", - "amount": "272720183310000n" - }, - { - "pAddress": "flare17pp3e2zk08cftq4qmp5jc0xfmhjnwttdqpldwq", - "cAddress": "0x02Ed2C0F754abb7e087A5c0FE361DEcA2B291255", - "amount": "475536410974000n" - }, - { - "pAddress": "flare1p7uy6uusc8whkh653cudzhs8pnd4zl4anm7u3q", - "cAddress": "0x04c95ee6Add9D8d366A0E74847F45Cbad47f0043", - "amount": "72720000000000n" - }, - { - "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", - "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", - "amount": "221699975525000n" - }, - { - "pAddress": "flare126cy0ttt4zpl34ryrs6q9nlxkqyk8znwmm0zyu", - "cAddress": "0x11E062F804c185b77425E116DAd00e75F71B766A", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", - "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17zzak09a445rgprtfe44g5j485mygpg9elvupk", - "cAddress": "0xC413715893819FD3dCb7CD26836CB5c5f031C445", - "amount": "582934993000000n" - }, - { - "pAddress": "flare1heuac5la4uyy8lyj5nfjtyyvdzqffuva9r282z", - "cAddress": "0xee44F2C20126315B1C6fDAa53478c1F53Ab7Ecb3", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", - "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1ew05wlu453rv6l6ju9paqehxtd2su9vds3m77w", - "cAddress": "0xeA04b9A96145146f9094B7BA0F26E4Eb7Bf0C4dc", - "amount": "52829992000000n" - }, - { - "pAddress": "flare1ut5lfd0uvw8fr6aq0ujh5c3s087vsv0wyaulah", - "cAddress": "0x4d7C30D081BA7aCe555c73a3A69b5d49105Ad926", - "amount": "198121000000000n" - }, - { - "pAddress": "flare1jhkcxrxwg9ccs42a5ny4n88l030dggldhjfhd2", - "cAddress": "0x863671C69CD0338F64144bD6686eBB2dEE798022", - "amount": "158649983000000n" - }, - { - "pAddress": "flare1gx2cty25nrwfnf3fq745kvxmccgee8m8d0wx38", - "cAddress": "0x62779e2649723399467F5B4ddB651d9690B0B51A", - "amount": "906099900000000n" - }, - { - "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", - "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", - "amount": "60185995000000n" - }, - { - "pAddress": "flare1c9q4w8dh4dp8u9urshat04t0uhq6gsrasfwanz", - "cAddress": "0x55F446942dFC92B889Ae4D4eC71862937f6F7f95", - "amount": "50005000000000n" - }, - { - "pAddress": "flare1a8amhgxqehcdyu35fajf5wag8hqntzk4t060em", - "cAddress": "0x387dA3C6147EB2baB0296cEf916cCDEE9A0F4653", - "amount": "475163418215000n" - }, - { - "pAddress": "flare1crmxy4hy57rsmul97t28y0v592juvv0msvyvlm", - "cAddress": "0x8CD847c6f791CF2978E2115C5FdE007805eB0868", - "amount": "88700383000000n" - }, - { - "pAddress": "flare1mer7ga5mr8lnzff82y4r3aytjgd3969eewytzd", - "cAddress": "0x0F899ff63c14c77C623F2e9e3D3D8466322de112", - "amount": "135940000000000n" - }, - { - "pAddress": "flare19g2ty8rhxw9w5p46skmnzeumxcxs4elnz9q90f", - "cAddress": "0x1347e2a53f74A8794833d31260F7742684FfB894", - "amount": "61900000000000n" - }, - { - "pAddress": "flare1fl47j924l8at8p6xmdedkeqjahq3aj7vdzftuh", - "cAddress": "0x09f9b5D5C3BFbBe4c3f3E822316f3f2277c45d39", - "amount": "100000986251000n" - }, - { - "pAddress": "flare1vttndy8j7dk4vc00wkf2cv02qle6qurevwlzfp", - "cAddress": "0xA33e93c7767e3b3847A7B6eAE658E3080EF6b01c", - "amount": "4612762383168000n" - }, - { - "pAddress": "flare1ypfe832wmes0t3dvk7aw8qf0fj7afwlymkkg54", - "cAddress": "0x2187407A23E1a8b5458C08a395F1A63D20007eD5", - "amount": "150000000000000n" - } - ], - "totalStakeAmount": "80985206757854290n", - "cChainAddress": "0x36A65098AF668a74F42c9b5551911B43DB4489A2" - }, - { - "nodeId": "NodeID-J4nyqo44xFUxhAi9gDJXAkYyxP5z2a7UG", - "bondingAddress": "flare1hp5zept5qgd4xlwa6hen09m00uspkdq6ku7zwr", - "selfBond": "2306380000000000n", - "ftsoAddress": "0x085841B253590281cc5c5222b09D4e59a605E774", - "stakeEnd": 1739449147, - "pChainAddress": [ - "flare1hp5zept5qgd4xlwa6hen09m00uspkdq6ku7zwr" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "FTSO PARIS", - "BEB": "2306380000000000n", - "boostDelegations": "11500000000000000n", - "boost": "11500000000000000n", - "selfDelegations": "0n", - "normalDelegations": "11605669220000000n", - "totalSelfBond": "2306380000000000n", - "delegators": [ - { - "pAddress": "flare1fgl0tmwr3qk7eh9h74xw368szsg7m4zyt7ya6s", - "cAddress": "0x80Cc93C407D6c94CB3a00CDAaA7bD65DA1282C49", - "amount": "2700000000000000n" - }, - { - "pAddress": "flare1phgavexu0v0p3trkq3j47sy2xexnuw3rx0kygr", - "cAddress": "0x1a2D1b8b5e4d723fC37669BEa4d3114dEE380f63", - "amount": "261264923797000n" - }, - { - "pAddress": "flare108xsn9u46t8gn6ynrcnr6pg8nfcvtcj6lqnxj4", - "cAddress": "0x840854977b55B14a0674BD76a316D56fCa05E4A2", - "amount": "150000688739000n" - }, - { - "pAddress": "flare1rqsg2ftxwacch9evleewvplzfg4wl5lrk8psjv", - "cAddress": "0xf1b75303768C1FC23f9B19773B8c4aa021238672", - "amount": "169999980279000n" - }, - { - "pAddress": "flare1nd9xlf6ffdv3q6hf975qpexd44yvxu599yh3gv", - "cAddress": "0xd3ccf89e9353c9845Dc9faED790517808E5CF8eb", - "amount": "50000000000000n" - }, - { - "pAddress": "flare143nqwmcqcc9sfu6885ggqq6m7f59sf04kh4hay", - "cAddress": "0x253D381cbfBD590544bC2d7CFBe34445e761A300", - "amount": "100000001000000n" - }, - { - "pAddress": "flare1rrcz3x2jstw74863s52kp57djd3gklrvrmq7lg", - "cAddress": "0xCC254A3e8B579dBF107444a3AE798e1a5A2534AA", - "amount": "120574990000000n" - }, - { - "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", - "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", - "amount": "67350301435000n" - }, - { - "pAddress": "flare16uzuezefgh9dsv4yhtpwq0tgu652hncj0jmyup", - "cAddress": "0x86449A46C5928037559264Ac3aE2863406AAE762", - "amount": "1936478344750000n" - }, - { - "pAddress": "flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c", - "cAddress": "0xAbC938CA4645A8029A0A4C5076995F10D96665e6", - "amount": "5999999990000000n" - }, - { - "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", - "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", - "amount": "50000000000000n" - } - ], - "totalStakeAmount": "25412049220000000n", - "cChainAddress": "0xD38FC64Ca0868BFA2f5bF528EF5D4f17Fb6A859e" - }, - { - "nodeId": "NodeID-2hCHs6H4Vde8mdGGKidMvT4Fjit7goCBT", - "bondingAddress": "flare1sv39x5grnctjjjjc79n3ah88wdky45pj2jf8ws", - "selfBond": "3000000000000000n", - "ftsoAddress": "0xB6d68Ea6C4dE734Ec481F92AFD1C35F712441b73", - "stakeEnd": 1740985200, - "pChainAddress": [ - "flare1sv39x5grnctjjjjc79n3ah88wdky45pj2jf8ws" - ], - "fee": 20000, - "uptimeEligible": true, - "ftsoName": "HEWG", - "BEB": "3000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "41999999934074477n", - "totalSelfBond": "3000000000000000n", - "delegators": [ - { - "pAddress": "flare1guswzmwyk2y0c0vx23ttyqedr0z3zta7mu57v7", - "cAddress": "0x2Cd2902dC836DC8CDA9e694BeceA220E63225f14", - "amount": "768000000000000n" - }, - { - "pAddress": "flare1465ezfrjsvd63n53d00lz3ryle7susfa5pf6su", - "cAddress": "0xb8AA79263Cf19BF8C4819082791622300c3Bfb62", - "amount": "1600000000000000n" - }, - { - "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", - "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", - "amount": "253389996000000n" - }, - { - "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", - "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", - "amount": "160671509150000n" - }, - { - "pAddress": "flare123nnsh0g6z6fsuugwjkj9j2yd4gs4720acz82y", - "cAddress": "0xbe3940A3dDe8eb2E394D9459dE90d0dE648Ba1A1", - "amount": "59600991000000n" - }, - { - "pAddress": "flare1262uu9p8amxk4r26wfx2djnxwquw4ugl0xmmfg", - "cAddress": "0x97B8853E6f46EE7d70e23C07Cb1dB02ad79afF6F", - "amount": "56949998000000n" - }, - { - "pAddress": "flare1rhtym8x4mv84zw9r25a7m9qrx4d9h5jax4v6ct", - "cAddress": "0x489554d07290B3350D18D95AeFc6769940A9A8A9", - "amount": "127000000000000n" - }, - { - "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", - "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", - "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", - "amount": "5862507000000000n" - }, - { - "pAddress": "flare1ys9ar00wtnk895uw4xhhumvaaqt55fdrgammed", - "cAddress": "0x7B19d588BC87EF24Aae5CdcEA357B38fF5633798", - "amount": "61557701772000n" - }, - { - "pAddress": "flare1ljf2ytc85q50wmym9xvtxh7v6kqupx82gmzjzp", - "cAddress": "0x2b8328AaCA09810bc41a7a35D79Eb7AA07369Ed3", - "amount": "500000000000000n" - }, - { - "pAddress": "flare19uptlwgwhcnmwhdn4rqehtqzvsq9kngs9sdgs4", - "cAddress": "0x5970A0e9cd3f7417DF763AB0398bDC0B31C6024C", - "amount": "271220998000000n" - }, - { - "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", - "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1nx2qfjxsxgf582jjrdrrwnjuts5xvkmpe8huk0", - "cAddress": "0xC77eea5eE92BbE1b22Da3417710B2dbDbDe5C8E1", - "amount": "110000000000000n" - }, - { - "pAddress": "flare1sann6d2ll9he90zlurpcpujcngeuxt2ufpq7h3", - "cAddress": "0x85cDa2D7db50D72A29740C2146F5FeDB7dd1bdfD", - "amount": "50000000000000n" - }, - { - "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", - "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", - "amount": "67835138000000n" - }, - { - "pAddress": "flare19asm2ux6fjc7qg9xf5ypx90makdx733d7l043r", - "cAddress": "0x8B9005236748A4987A4463E0EC67b069702Bb82A", - "amount": "83249076585000n" - }, - { - "pAddress": "flare15re874g2x6xj6qdwz9wxeed9p95mclqgk3fkdj", - "cAddress": "0xe3794481059D3894483A298c0897112BF83EAD09", - "amount": "50349991000000n" - }, - { - "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", - "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", - "amount": "450000000000000n" - }, - { - "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", - "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", - "amount": "127500000000000n" - }, - { - "pAddress": "flare1akm74tuv25vmfdy32tzuud5c4p7njg609fqt22", - "cAddress": "0xa49C0428307f9E1f9cD12bFaCB88506Cb24673F9", - "amount": "321000935871600n" - }, - { - "pAddress": "flare1x978g9pfsn2vzgtppap7atju8rl5nw3yfa3jud", - "cAddress": "0x0be1bEc9AFb0D361e815985881d4FD8d36F88728", - "amount": "50000000000000n" - }, - { - "pAddress": "flare19c83tus8w69px979u6czdz52yt0x3gsh939zme", - "cAddress": "0x964c4017c562C0bB02BB5a9C85Db84d1e61C7A2e", - "amount": "4866324000000000n" - }, - { - "pAddress": "flare18w5wtkh3scw89vsqvq3ut6vfwx2xphup5srldq", - "cAddress": "0x8b2270C8eCaf1af6cE18EbcdC6f509Ad433b98CA", - "amount": "53445156440000n" - }, - { - "pAddress": "flare1c75ydf7g8rq56l3mkvdc6swz4rwxqlpqyqsgxw", - "cAddress": "0xa6475eb10e6B0BFA84C40e652A5F9e3A8500AF42", - "amount": "104857982000000n" - }, - { - "pAddress": "flare18gn0kljg4qdj6jkwrlwgcpq7c9sapjmc4z3z2j", - "cAddress": "0x263C2B6F55020B6E44D589E560BF0A7c819Fc13B", - "amount": "201220990000000n" - }, - { - "pAddress": "flare1r5ejvl3s2l5c25keu2q2t0ffp9g542k0cfyp6d", - "cAddress": "0x77ac1E3c4133ad03348c6078Ca2f9E90fE2ADDb3", - "amount": "153739998000000n" - }, - { - "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", - "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17yz2pzv37pjags7fw6k8zd62wf82z2z4mgu7qa", - "cAddress": "0xA7B685e40A92110DAfa356E62F472a1417bD80b3", - "amount": "519782000000000n" - }, - { - "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", - "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", - "amount": "50006000000000n" - }, - { - "pAddress": "flare12jk8afgqu6kne5syuw48vnc2rmsverw6sc6c8p", - "cAddress": "0xf655A4685DD579b1CD90df819eB32e711D9Db56A", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1cd5x62rc23xzzyctdfna3jltnzedcv3eh37vry", - "cAddress": "0x58D6eBeE2F07c53559c2329AAa0f7Df233287cB4", - "amount": "1257400994000000n" - }, - { - "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", - "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", - "amount": "260000000000000n" - }, - { - "pAddress": "flare1cyvaw8qjdlc0vsnz6hqqyep07ld7nqfuuysa2p", - "cAddress": "0x27Ec7a2a878999657E888bC365331eF73edbbf5e", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1euv3ug3wdunltskvx7mqtsmxktqvg00p6ysggz", - "cAddress": "0x757A460D53E28D0230C6e01FFfeb725B7f9230fC", - "amount": "52372998000000n" - }, - { - "pAddress": "flare1ajq0usu00stjx9drhgr20a04l8d87h5njarvqt", - "cAddress": "0x9F2583db3AE715EC5045883E3CB6aeA718B392D4", - "amount": "50000997000000n" - }, - { - "pAddress": "flare15fpv0enhghvg48ycek2gyd3x5qqw0tt9w2k2uw", - "cAddress": "0x65491ACefA1ce88b5F7eD3ed244bA7Aa29328759", - "amount": "93319998000000n" - }, - { - "pAddress": "flare1xymnsyeqztqgg22wmylydgamxe6xeqfqncanx2", - "cAddress": "0xd174A53e75C90135b292826c68005A903A095743", - "amount": "65999932263205n" - }, - { - "pAddress": "flare1stx3tj0r9djucqvv9020k7yuha3w6xp7trrm7w", - "cAddress": "0xf9C2bbDEA296afb0FeDd364095303Adbf734aaAc", - "amount": "77200000000000n" - }, - { - "pAddress": "flare1djywxkdgldz2tzd5c80d55wdtmvy8meu23v4n8", - "cAddress": "0x72EA25A4cF4C2BE3D22830b135EDCa856c800bB9", - "amount": "400000000000000n" - }, - { - "pAddress": "flare19ttnzgx6dakppj8dmgfkwqlce7lw8fssxs0trs", - "cAddress": "0x1Bb648F2c3090d9a973d6EF864a1278F41d4b2B7", - "amount": "80000000000000n" - }, - { - "pAddress": "flare10d28pv63zqyszqtv7jj27ml9693mqy5zp88ag2", - "cAddress": "0x2E7eF81929CC91CB20DAe97faF6030589A12e2dc", - "amount": "452079540931000n" - }, - { - "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", - "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", - "amount": "794830971000000n" - }, - { - "pAddress": "flare1qehmu6pcmf5g7pktau4q9aeyzmn7sw5rhfkak0", - "cAddress": "0x5b660C62AC21f83d6616f3270dcFF10f0E2C12B1", - "amount": "420606991000000n" - }, - { - "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", - "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", - "amount": "400447626070000n" - }, - { - "pAddress": "flare1mjmr0tc40jg5sdyls44lgn04kct32t7z5epjfk", - "cAddress": "0xb2b65d8215C3E0101A2271Cb265ad990d2e5Df25", - "amount": "51283996000000n" - }, - { - "pAddress": "flare1dtwj64cnchkfhthgk4a7f4j8aqmnz9kwakd8rq", - "cAddress": "0x6F645ba08480dCD33231F01644A90Cd80dCE3F51", - "amount": "182739492900759n" - }, - { - "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", - "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", - "amount": "139457533440000n" - }, - { - "pAddress": "flare1rk0tgnyuw7p88qccx77taw2q8uwephg2a65rfd", - "cAddress": "0x2193bc6C4b6dCDeFd6A17AFe56c9d3a627427d52", - "amount": "50665769147000n" - }, - { - "pAddress": "flare1uajm8numvd4p5wuqsg9fnqscux2pe5t6nwqefk", - "cAddress": "0x4c6FF89674cCd7137f42d0a257ED82Bd7E2BaF4a", - "amount": "535200000000000n" - }, - { - "pAddress": "flare179t0nygd5mkmemy6cykjnz6f0fn0z93rwcza4x", - "cAddress": "0xF5afA65b1f2ffdD62848a10416058565f875AB9e", - "amount": "102000000000000n" - }, - { - "pAddress": "flare1cp0lyn6xlglkus2l05v7szwhsmt27laxh67e9s", - "cAddress": "0x580f6Cd88d86163962940e1ABC3d749c58EDA80A", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1wxxwrvlentu0vez8zlptjmqfs239g8mxtlvhcm", - "cAddress": "0xd6e068bcF9071b1dF73CcdFeefCd82c4DA82BC60", - "amount": "162184098000000n" - }, - { - "pAddress": "flare1azr5ae49dyfc364mhgzyu8j8evdk7456qjc64a", - "cAddress": "0x505B6F62E4eed5C5E78c3c97Cac48e5B1A778dbC", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ke576xwggvy2t6kshgw03ayz7szldmc27d7es3", - "cAddress": "0x53eC0eF1B7321AC80b71dBc574A2836C917cdb73", - "amount": "101000000000000n" - }, - { - "pAddress": "flare1dxe4awuhars2pk8lfvvafhsrtw8n7ju7e5cswl", - "cAddress": "0x51905F6727b5de3D54081C3952a52fEff4bd2c93", - "amount": "3147833920350918n" - }, - { - "pAddress": "flare1x02kxx3ex0wts2n646y647wfsyp5urrg88whq5", - "cAddress": "0xC5C6A2eeD2530Fabc28b6d5Af701C12e637a14F5", - "amount": "62168042749000n" - }, - { - "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", - "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", - "amount": "358036062334000n" - }, - { - "pAddress": "flare14mp85sdhvaq9hrf0qaz8fch6gyjvktxkmt0n5t", - "cAddress": "0xaa76CC79718E17c816caCDb80e0CC7033CE57D58", - "amount": "50000000000000n" - }, - { - "pAddress": "flare10taydvpyn2gg7cc63usu4z8u820feekvvta50z", - "cAddress": "0xC8717f46e03327FA3c1aE045fd3d1F9cAD67dfF7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ghujcl04hy2jmdv5scw4xt4ddvqkrch8ayksee", - "cAddress": "0xeB1bFe6A7Ff5Be8c40fd3cD0E9843335D8FEb62d", - "amount": "683039000000000n" - }, - { - "pAddress": "flare1kvslxx5r0z8yz2dmzczs4k3f239zq96j4q53x3", - "cAddress": "0xe5eB4FE3Bfb58FF77E0CB8adC9E8Ed775e78Fb1b", - "amount": "67001997000000n" - }, - { - "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", - "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", - "amount": "113200000000000n" - }, - { - "pAddress": "flare1r3u9csgne347p4yt7xv6x2qcyy4jk65cdnflfe", - "cAddress": "0x185178dfd671c4340cD2ef152DBf28BEdf7134A9", - "amount": "74999999000000n" - }, - { - "pAddress": "flare12lk23gnsmzcqs4w2c2e2m0z9nvj5q6pc3y74lp", - "cAddress": "0xbA67Af2F07Eb85fD79772ab8911d1aDEc36A21Ac", - "amount": "87789033030000n" - }, - { - "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", - "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1nl5zwsm825fs8zqesf9kflnmrk4saffr8kld49", - "cAddress": "0xA965598bAC6B627Ef57B09497d717D02bEd63111", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1uqfdtrd3xphq9qjmjvp7j3jmw4zrj6x9zyfa7j", - "cAddress": "0x2aB5D776229A26C5bC64b5aA55D97046b464D027", - "amount": "406467706872662n" - }, - { - "pAddress": "flare1zfefgqv07ttkdstz9ksg2qz2ksgfjdqxdvttnw", - "cAddress": "0x547Eb31C40A33E6403844a0c42baa848140F6C8a", - "amount": "110773000000000n" - }, - { - "pAddress": "flare14qxgc4uzf5vtp33c4kkhdx2m9427cfn7z9sxlu", - "cAddress": "0xed8b2a1D1bc80f70BEa9aE4b11Cd5BaaC64888D7", - "amount": "75300000000000n" - }, - { - "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", - "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", - "amount": "130057488656615n" - }, - { - "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", - "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", - "amount": "462425801000000n" - }, - { - "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", - "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", - "amount": "50000000000000n" - }, - { - "pAddress": "flare15zv00mjm9qk0ylvwwflk92sn2h37gxh773h9dk", - "cAddress": "0xFeD0A62C6b2C7B9D42e55BE1dc7e64D16248aa4F", - "amount": "242488000000000n" - }, - { - "pAddress": "flare1spsnv8pc6cwdyl3vy3ewhwv75fpwhdwkd0p4un", - "cAddress": "0xE54C5D05aea6A740D519e74BF58e2F7C3Ed10918", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1f322pn2lykr0mt3gjg2dlc20wnnszjqgc7zcux", - "cAddress": "0x73edAE94Fc39a6a86b6044a7820cE7c92ffC7903", - "amount": "75599000000000n" - }, - { - "pAddress": "flare1qmqrvet7rz7dfdywu78fw0dx63f55e68r9psdj", - "cAddress": "0xE39C1715cc4F1A58E1D638090cb9761a2dB29488", - "amount": "118439739055000n" - }, - { - "pAddress": "flare1vu2de65zvvgemfmvyup0q5r7z4l3nt8pt9jlwh", - "cAddress": "0x4c254A6Cae5a01A6feA6BdcCB0D72D84023387f7", - "amount": "58958291389259n" - }, - { - "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", - "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", - "amount": "82499996000000n" - }, - { - "pAddress": "flare1nj8l22krvc3ap5canshk753lqau84zk9lp4vcr", - "cAddress": "0x838c7c88748929538B1789EB6513243d6DB518A2", - "amount": "91574516104000n" - }, - { - "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", - "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", - "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1h288wtgadl34r9c74xvdselsxvvaeaexw22lfv", - "cAddress": "0x96C781236C5f3E7Ab9a6fc2e160eAE02E0B607BA", - "amount": "975999000000000n" - }, - { - "pAddress": "flare10uwqfpv46wawhq335g55umc4tt73pm4pkn42dx", - "cAddress": "0x330E03eAf71dea0E2CA2675dA7E3176E9F2CC84c", - "amount": "290000000000000n" - }, - { - "pAddress": "flare10mc043hqwaqswt3n99mpnkhk22dsmltjpdxsuc", - "cAddress": "0x978c6401CEE48699595E498ee8E8D7F04B414851", - "amount": "255000000000000n" - }, - { - "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", - "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", - "amount": "50558000000000n" - }, - { - "pAddress": "flare1sgvha4esvg4a4vf7zmllsf5zx4tnx4qsplkcu3", - "cAddress": "0xb6EF750371165BdC189E2996a4C6cF1701a6d961", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1xd534t5ut96063ctmeqcvtxkymhrcuwedgxn3y", - "cAddress": "0x184D25eaBd6919b8B07cfd16ed68B675a0581002", - "amount": "340005992000000n" - }, - { - "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", - "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", - "amount": "449000000000000n" - }, - { - "pAddress": "flare16ss2v7wrce6fnpm6aj60v47tqnc4fex9xpe6yn", - "cAddress": "0x0c71d89263Af8fC7A3A8849D1efb7bc9Ca0Dc7a1", - "amount": "53663471710000n" - }, - { - "pAddress": "flare1j7r3h82jlupn2n0a6fs4s8kk8rq7xday3g0vku", - "cAddress": "0x2c3a68A873a344aa7f3C0D140E9763EF77E1a336", - "amount": "676091179530000n" - }, - { - "pAddress": "flare1qgks8mz3r6uycfcwv9kqtfzzptqj9tnh90d8wa", - "cAddress": "0xAB52Ba1dF93a53B2C6f5f7aBD147629C415dCCa9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1l8y5zplv2c7c70a3a3n8u0jkwd7dvhugqqdzrt", - "cAddress": "0x9D26Ac9173fb8a48F79C7f9b5BdF03Cf3ab9eB55", - "amount": "136000000000000n" - }, - { - "pAddress": "flare1gkm53aysgje53y0sxawhgwht3mdjvcfdr6pudh", - "cAddress": "0x388037f6C0Ba6e9Df6f1Aee39Cd3EfeC83A59A72", - "amount": "112776998000000n" - }, - { - "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", - "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", - "amount": "100450000000000n" - }, - { - "pAddress": "flare1hm9wh4shmdaemrp66mna56sx6zqdgck7wvu5l0", - "cAddress": "0x196C2d3322925080A10b143B3B5F1670B45b970c", - "amount": "104004000000000n" - }, - { - "pAddress": "flare1upclufy090605fzc556qwya0762sdf9f56ru7m", - "cAddress": "0x00EcE59264615fCECf033A93649B3b97920186a8", - "amount": "724461540080000n" - }, - { - "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", - "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1zattjunvye58zyh0ulf9khq6hggm00a3v06rz6", - "cAddress": "0x3343FcAd15Cc7311ec27C67b28D29BD2296c0B70", - "amount": "85968857299000n" - }, - { - "pAddress": "flare1pvuqn366yh3qpnkzcusxlrg8erjwfhl78u6gp2", - "cAddress": "0xb27ed54A89EEec2808CEaeC6d0e6830358F0724E", - "amount": "51000000000000n" - }, - { - "pAddress": "flare1k3qxrg5tu56jlcetlzsckmkzuf4q6tv2uq0y6w", - "cAddress": "0x2903DfA12444f8EAaD56bD320b9d9905a6eaA480", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1dx094vcq87dl740yvnlpv76967qscj66h2her9", - "cAddress": "0xf2a5B9c0404CaEbAFDf06b12165fBdBbACd6B658", - "amount": "53482564661000n" - }, - { - "pAddress": "flare1h86u9ah5hvx8kuf56fegyu8mqzp87f2hhlttxw", - "cAddress": "0xAB7b350117FeE05974b93d69700F200E5D59A60F", - "amount": "231600000000000n" - }, - { - "pAddress": "flare1jvm6lkl54jfqjfjzedgd59z6wj4leu0rsq8zf7", - "cAddress": "0x2800EfB7025910611FB75A830F643c4A26Aafbb5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", - "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1atd72wj8p2vzntquc4wtkg47v3m4eny755t3nw", - "cAddress": "0xAa3128f0F0B98eF4A284C82d7A303d1137709868", - "amount": "3000000000000000n" - }, - { - "pAddress": "flare1stxpd0vxqe9xuja3ek4dutf5shpv78qg2e6a30", - "cAddress": "0x0c99DD909e9fA69A277d3b540dFd910Dd258FE92", - "amount": "56503990000000n" - }, - { - "pAddress": "flare1mkkjralv0z2pysw7nxq7q6x3xme3xv8gc2sde6", - "cAddress": "0x6f0b454D65F6a075D2E514C23095756F33f8bdfE", - "amount": "162831047276426n" - }, - { - "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", - "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", - "amount": "1900000000000000n" - }, - { - "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", - "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", - "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", - "amount": "204013294406033n" - }, - { - "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", - "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", - "amount": "444867000000000n" - }, - { - "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", - "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ggz38lyyyp87qrl3mauuq0ep7x40vfz245m8mf", - "cAddress": "0xce4e60a122b0ffa95c2CA1Ef156b4B1A2B73D674", - "amount": "50014995000000n" - }, - { - "pAddress": "flare1gp2s77kegrw56qrw4swajuwuam8an4q8vmlk0l", - "cAddress": "0xb107DFea8aEC9E61B7a87127d8AFdCE5F6AA57dC", - "amount": "113999999000000n" - }, - { - "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", - "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", - "amount": "50001000000000n" - }, - { - "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", - "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", - "amount": "60744012000000n" - }, - { - "pAddress": "flare1m42nw6za4r872p5dkndmcgvkupf7ukv0u3pll4", - "cAddress": "0xd66C5fC960550154495a4F9949dA2b9fdca00558", - "amount": "51900000000000n" - }, - { - "pAddress": "flare12x5c925zp2xer5jel8xlpy5sg4npc7lzknnj43", - "cAddress": "0x1023993e27375b5a86C7C8Fd1aF1E00975BC1ADC", - "amount": "247411000000000n" - } - ], - "totalStakeAmount": "44999999934074477n", - "cChainAddress": "0xb595192f238808EbAC932AA94824B6EEe065AaD1" - }, - { - "nodeId": "NodeID-Cg8PLmdZ9JmEtUBCZhq2jt2JDS5gDaSsQ", - "bondingAddress": "flare1ca6wl3pl7rtf3m6jelgngs2kcavkdjcpsgvu7f", - "selfBond": "5000000000000000n", - "ftsoAddress": "0x1E8F916CE03F4ce86186531a8994d366581Ed4be", - "stakeEnd": 1740729600, - "pChainAddress": [ - "flare1ca6wl3pl7rtf3m6jelgngs2kcavkdjcpsgvu7f" - ], - "fee": 50000, - "uptimeEligible": true, - "ftsoName": "Sun-Dara", - "BEB": "5000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "70000000000000000n", - "totalSelfBond": "5000000000000000n", - "delegators": [ - { - "pAddress": "flare1evcz2t0jcggfqgzt6u3ysys7z0fu8hvgux75ng", - "cAddress": "0x4794dEeDbe466B6f96AD949a62Bd2c3A180Dd60B", - "amount": "414161000000000n" - }, - { - "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", - "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", - "amount": "1688611700751000n" - }, - { - "pAddress": "flare1fjt22e2920az5gkklur7vrqnd5anrs2t2seh55", - "cAddress": "0xD38B674DAA23a78d88b29c283D632F0944812DcC", - "amount": "61439221381000n" - }, - { - "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", - "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1ckaeqsntzgruw0sft4zcv20cxz93vuthflkhua", - "cAddress": "0x050aA48D50dEC8061114bB4eA2c24D56fe2bec84", - "amount": "195533000000000n" - }, - { - "pAddress": "flare14fvtdmrnuuysptx80jyeryrgd8kcpk9ce4v5fw", - "cAddress": "0x5fAF2977F1a573B2736115aB384D66300b0dB14C", - "amount": "187449679686809n" - }, - { - "pAddress": "flare1ll2du66ssl69xlq0330f0a2j3jh3vymxhckd0e", - "cAddress": "0x25B960b7699327C57686F925a8DC7CE0D55eA764", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1ckp9gg739fumdw63v32upyy9yh6pxgnzhf0xeh", - "cAddress": "0xB5E1ae765B276e6382C8731af4b255dB9838916a", - "amount": "133951000000000n" - }, - { - "pAddress": "flare1tnnelmazadnwmg39xkhudnt2uqvc98v7ahrgjp", - "cAddress": "0xb020cB5C1f050f5edd4584693784CA882F6f6F65", - "amount": "200002000000000n" - }, - { - "pAddress": "flare1pfv2enrud7vd3ewps3tg4ws70p853png3la02h", - "cAddress": "0x5e0aF4930d85Fb0BDc32Fc36913B78169E05fA63", - "amount": "81759000000000n" - }, - { - "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", - "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", - "amount": "350000000000000n" - }, - { - "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", - "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", - "amount": "50010000000000n" - }, - { - "pAddress": "flare15re874g2x6xj6qdwz9wxeed9p95mclqgk3fkdj", - "cAddress": "0xe3794481059D3894483A298c0897112BF83EAD09", - "amount": "100000000000000n" - }, - { - "pAddress": "flare19uptlwgwhcnmwhdn4rqehtqzvsq9kngs9sdgs4", - "cAddress": "0x5970A0e9cd3f7417DF763AB0398bDC0B31C6024C", - "amount": "189034729301936n" - }, - { - "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", - "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", - "amount": "297928801221406n" - }, - { - "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", - "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", - "amount": "1902531987000000n" - }, - { - "pAddress": "flare1eccgy9w96j0za2vd8h9nqd6zfmxtxmxxp3e4wz", - "cAddress": "0xc249F7488Ec44D41c2b899f5ff66e81eeFc9cB70", - "amount": "72287658000000n" - }, - { - "pAddress": "flare1ljf2ytc85q50wmym9xvtxh7v6kqupx82gmzjzp", - "cAddress": "0x2b8328AaCA09810bc41a7a35D79Eb7AA07369Ed3", - "amount": "1500000000000000n" - }, - { - "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", - "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", - "amount": "2928498929941371n" - }, - { - "pAddress": "flare1nu6mfrz57sscx4pdetwrty4vu32acvhrygwjkl", - "cAddress": "0x68C10e1187FaB9c44e2E322eaa4B1D8d22B0820a", - "amount": "50005177233620n" - }, - { - "pAddress": "flare1g7u5cy8r2d37w82m7kyxezewlyd5stxqytsft2", - "cAddress": "0x6b15a9169752663Ab98D37bbf3060382BF9FD491", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12trtg3wqkrrf9zh39mezw4z4z5r2hex53ppm4v", - "cAddress": "0x0C5DC7e633fB5a05f91083bed0D87eA95640F99a", - "amount": "138477000000000n" - }, - { - "pAddress": "flare1yyzt5rjgnjdlqqywynjtfxwqzke7ascgf6cg7j", - "cAddress": "0x2780FC072F79994Aa5f05063253aecc22BF825fB", - "amount": "448963263228000n" - }, - { - "pAddress": "flare1e0732phzuc772lauqd6rm96g8ldxh37fqp8v3c", - "cAddress": "0x1D40eae4067B61e013Fa62A5FA5f2Fb1056B351c", - "amount": "1087177000000000n" - }, - { - "pAddress": "flare18g5hmshsddl7akwcnxahtkslcj2zv2dnvxgzwv", - "cAddress": "0x90a7ECAD46c2808e35099F816E80576ea0BAe99D", - "amount": "327899998000000n" - }, - { - "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", - "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", - "amount": "434158080125621n" - }, - { - "pAddress": "flare12mya4dkr0lkx442ez4trusuu83qp0vmdmxdvfw", - "cAddress": "0x4d9409E4A1388bF7E7523EA6F2B91b8be8D84d17", - "amount": "97940509591000n" - }, - { - "pAddress": "flare1d7m3ge0pw7gx5ac5le77njwl92lzagc89ezwt8", - "cAddress": "0x31AEf6CB0CcC64E6170AaFE2777867980323Ef38", - "amount": "115342793089000n" - }, - { - "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", - "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", - "amount": "350109000000000n" - }, - { - "pAddress": "flare1l8y5zplv2c7c70a3a3n8u0jkwd7dvhugqqdzrt", - "cAddress": "0x9D26Ac9173fb8a48F79C7f9b5BdF03Cf3ab9eB55", - "amount": "214160000000000n" - }, - { - "pAddress": "flare1ct3c4ka8ksc73v44uf9qhqxw6azgxns6n9c245", - "cAddress": "0x517773eaC8d4e11db8B39EB79149815183a1Ca55", - "amount": "73580000000000n" - }, - { - "pAddress": "flare12mhejxwfwzy44alda0pzvr2z3syam9g4s6da4j", - "cAddress": "0x9120693BBE996cEdefD707607c4AA31a380A386D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1jnt7q3zls4mftd7sext5lltx2hyemt7c30gkwj", - "cAddress": "0xE6559f032C1863a9E66e132642Cecd14a9E51A99", - "amount": "84282389212234n" - }, - { - "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", - "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", - "amount": "1196608702433143n" - }, - { - "pAddress": "flare1vcu86crku5d6ycv5nyzlj8l0r9smhwt7agaxap", - "cAddress": "0x5F903EDBcbA2c3a93eaF650d219b8d7149F7868C", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1eus3pltfj0ex2tzzg3v9e8sn6nj67vf0gft9ee", - "cAddress": "0x38867E93c41aeceab5baeAbCB9b33Ab72e7Bb749", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1396y3esvuv332wetpgt85kwxqxmge6q53jg8h4", - "cAddress": "0xc0fa17382047b1f71345d951093989Bf5837eFA3", - "amount": "135501431319000n" - }, - { - "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", - "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", - "amount": "174847000000000n" - }, - { - "pAddress": "flare15eztz28l9yk8w5fl075fnr7ulqhffur9jcltuz", - "cAddress": "0xD9a40035C6bdA1d8eb4e1bAf2108E27442B661BB", - "amount": "197329975000000n" - }, - { - "pAddress": "flare1kdhjxutn7uxlvdge22a4ss7q4lkljpafj4ymh7", - "cAddress": "0x8Fc0b99C5b6AC71F13F36C9D4AC219fafdFAb48E", - "amount": "55500000000000n" - }, - { - "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", - "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", - "amount": "54697195249000n" - }, - { - "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", - "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", - "amount": "204036217255000n" - }, - { - "pAddress": "flare1jmkassvxhtfglpu7cn97catpkamjajarlmeldx", - "cAddress": "0x69d5C1844D18FB4e621B52dA4576D1Cf4c5f8F06", - "amount": "373505990334797n" - }, - { - "pAddress": "flare1uj2gpzxu7sx5050rewm64z4j9p29hx5s6ms9mh", - "cAddress": "0xb17647D1dCEa9bf5E281fd70ee778680E0b0beaa", - "amount": "88454837605000n" - }, - { - "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", - "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", - "amount": "3350040000000000n" - }, - { - "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", - "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", - "amount": "1239568730154838n" - }, - { - "pAddress": "flare1mx5g7pun645hk5ar2h8nfra0rmc8je474nvxlv", - "cAddress": "0xA5f4892106142837200642d36fa9E85DBDC73aba", - "amount": "105617909391895n" - }, - { - "pAddress": "flare1zxxgsusdfq53aet0c92c0yefsdxt9djazks8uk", - "cAddress": "0x6d3b785B4f752BA932693D6179C131bFa45eF19f", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", - "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", - "amount": "432636437335000n" - }, - { - "pAddress": "flare18q4wq3fqurxc336jejwl6sc05h3accfefnyq0w", - "cAddress": "0xfDc18dfc2190272ab22547FB28F42Addf970D1aF", - "amount": "75849807095036n" - }, - { - "pAddress": "flare1yptdvf8yyvxw4j4mpafmksnnqmzlfqdzye42m8", - "cAddress": "0x4cE9a19B571a7e353C7ABa9c799d688BDf2B0E3c", - "amount": "100253079566000n" - }, - { - "pAddress": "flare10pmej728pvkl2eexmdp7a40crzp7x9mtjx7wvk", - "cAddress": "0x3E9766A789553BD4689633209Ce27ce96296D717", - "amount": "63452000000000n" - }, - { - "pAddress": "flare1z7ee73fpr6wc7hslf4d0q3k5z3dvlcnu3mj08m", - "cAddress": "0x509Ec86948EA262391439d1e7369a0b5c876819b", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare12egnu5lxqmpdlrxvv8q24temw2v25xguhr5ph0", - "cAddress": "0xa8883bd05Ad05EEE15458471f5554aF7E398b3e4", - "amount": "586551960488320n" - }, - { - "pAddress": "flare1ydkua2yhnqyprshj5tc6n3vn9eukqudhkyvxsv", - "cAddress": "0x8F225dDB2dE175Dd2f3F064c83085f44306C57d2", - "amount": "52888283198154n" - }, - { - "pAddress": "flare13nmx3k6aprc2yskzejgrc83u82s8l8rpexawxl", - "cAddress": "0x7b96aeFa86d3D17B6e670Bc4Ed73A0C322855FCE", - "amount": "575943357619282n" - }, - { - "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", - "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", - "amount": "4371597858441691n" - }, - { - "pAddress": "flare1p9x3l46ygd8e4txydp2upr8gywk54td7q57nne", - "cAddress": "0x5B5634C01555B27C9ec9E690e6AD0D10580A0a11", - "amount": "325799995000000n" - }, - { - "pAddress": "flare1wlsj9w4hkeuxajeha7na6tftxtvfctjlp7fy3j", - "cAddress": "0x4AeF68CC5D5C049C648448e17D0c23f94b898A45", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12k9ddj3mmcheumzc4ylpvz7hsl52l3d9x7xx2k", - "cAddress": "0xFE3336E6d96c141E0c3475c2FaD8bf179e442aF9", - "amount": "106897000000000n" - }, - { - "pAddress": "flare1fnqg374hykpy5j0guymwa0875whxeamdn64s98", - "cAddress": "0x9B3b6b7833101aC6cfdE31c61593542565456B1d", - "amount": "69546235918000n" - }, - { - "pAddress": "flare1e4w9uwpy57hgz4judyszv24f8jswyj6vzy38hu", - "cAddress": "0x13971a0979116f370e58Aba650A93fe9F436Ef01", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", - "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", - "amount": "366328000000000n" - }, - { - "pAddress": "flare1zu809qf04hm9p4nm9ctexsxg2wuqvaacuxfy8l", - "cAddress": "0x77657fcfE8D8c4eb738A1995770aC28cb736bCf4", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1qk78jg93g0tcatq8czsndzvll0rvklp0sg9w2z", - "cAddress": "0xf52f0ba3F9F135076fB22672705D1AB49A5f0023", - "amount": "329300667702000n" - }, - { - "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", - "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", - "amount": "384899870311000n" - }, - { - "pAddress": "flare1ml6xxv8732svf737f4qdyh00ggdpl497s2aq2z", - "cAddress": "0x7de9bC2cDfa6B7Ee7088a4f5848A86A26Cd5aFD1", - "amount": "51000000000000n" - }, - { - "pAddress": "flare14ek6xkts9ezwrjt3rzqjx6m5k5kszjft6zcl2y", - "cAddress": "0x4BeA9eeD6CC1D0323356feE49Fc9C5A7F2093EC6", - "amount": "51500000000000n" - }, - { - "pAddress": "flare1dxe4awuhars2pk8lfvvafhsrtw8n7ju7e5cswl", - "cAddress": "0x51905F6727b5de3D54081C3952a52fEff4bd2c93", - "amount": "6200848569775769n" - }, - { - "pAddress": "flare1l6leprqcqn0fxz5qsgdafr57y9a3z4amf7ywp2", - "cAddress": "0x4e63A0F1E5858EC414Bbb3D723b88038799eC338", - "amount": "69915977000000n" - }, - { - "pAddress": "flare1uemw57udkuzsqzvafpvj5z4jfh0l2hpm2xxr8a", - "cAddress": "0x38fb2778867E2863E98dc1D57C9B83CEe85e2a29", - "amount": "153997656961000n" - }, - { - "pAddress": "flare19wlj0axy5p77hah68l76cu3kfvleecs4apv8gj", - "cAddress": "0x771A8416Cfb77007A5D8338Cb3E72D8e413be799", - "amount": "99211998000000n" - }, - { - "pAddress": "flare1s7lvyssdkwrz05x7dum580a3y3kk8klymem47k", - "cAddress": "0xa6321946320fbb74D6D3D7Faa85d7C4058123D30", - "amount": "699645790000000n" - }, - { - "pAddress": "flare16hhzl565ym9flfk3h7vmdkkp8m532cha8umkjx", - "cAddress": "0x66279AC5C08fa34F7CcC30deFE736199CaaEe4D2", - "amount": "50499998000000n" - }, - { - "pAddress": "flare19djld7kulfme3ngp28t0mnmgrxg37emld7jpc9", - "cAddress": "0x5eDaefe51c27966e7Bd981C0a6e43b0632EB90E9", - "amount": "69890461967156n" - }, - { - "pAddress": "flare1r7jp6fuedkwuv3w4kvyuwth3endlsd0tz4665f", - "cAddress": "0x39b7a7c9A35C7147256ee829a78A08fcfFd52353", - "amount": "102860000000000n" - }, - { - "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", - "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", - "amount": "650000000000000n" - }, - { - "pAddress": "flare1z35y8c3fhwkccscfkf060rjuu3ysseeyh57scr", - "cAddress": "0x5A33F8a1CFC4c5f600B0615eFf6224E45555f40C", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1fnycfcnhx9vulnwlzla0mzyhkkjnl5n7lda2s2", - "cAddress": "0x0E474f8c68B0e43484926A461819E9579deEb490", - "amount": "587250286482000n" - }, - { - "pAddress": "flare14mp85sdhvaq9hrf0qaz8fch6gyjvktxkmt0n5t", - "cAddress": "0xaa76CC79718E17c816caCDb80e0CC7033CE57D58", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1gtym7gntuf69vtey5ft0nr43u6yfcn4rpsk3k6", - "cAddress": "0x8e7F4FD55884E86B58Dca35e52bbaf81f794F239", - "amount": "50730976000000n" - }, - { - "pAddress": "flare1twvklskl4lnl0y5grz96u69zypz96wjngp8r5u", - "cAddress": "0x886eD812e58EBB63cc5f6339FBee40DA22d4C9B8", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1urk748p0vqj75wj0eevlqq5wecyy8mwfke4spr", - "cAddress": "0x631792F7f65F32AFC73c57643776Ffb862767AA2", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1ghujcl04hy2jmdv5scw4xt4ddvqkrch8ayksee", - "cAddress": "0xeB1bFe6A7Ff5Be8c40fd3cD0E9843335D8FEb62d", - "amount": "229000000000000n" - }, - { - "pAddress": "flare1rprhq5fy9yym3m7h27crnp2q9lcnzxezrpsaqp", - "cAddress": "0x9cFC4744A5cD28452A6Fe65E3a07C1C61E5Ec70E", - "amount": "91690796972000n" - }, - { - "pAddress": "flare1806epe5fd3wn6mmad6q9wh8ywjg6prxsrs2wkt", - "cAddress": "0xAf9eDa301aFB2Af1b585ac1D291321440ff5b59A", - "amount": "90351000000000n" - }, - { - "pAddress": "flare17d5v9ncm63rsvn0w6jtrnkczvzsnyl598lfwrf", - "cAddress": "0xB7D8dC528D9e653c5D356a1c182274Fc6f0a15dE", - "amount": "50000084427000n" - }, - { - "pAddress": "flare155l3enky9szdz3cprlr4r7dd4v2cew8h44wtng", - "cAddress": "0x547C1759D8786675E1800D1bfC0b3DEb033112D0", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ljwl0axln4fvre45ccx59697gqx5hcvjr3la78", - "cAddress": "0x1B26Ccf3bC57f947B82776dF549B159d9766A582", - "amount": "255009436808000n" - }, - { - "pAddress": "flare15l75hzqgpf6jhdqlkckwlzt6d4plmxdwn0h48l", - "cAddress": "0x55640eA26f400A92b1a54AA438d5F16DfDB47A78", - "amount": "94000000000000n" - }, - { - "pAddress": "flare1c9q4w8dh4dp8u9urshat04t0uhq6gsrasfwanz", - "cAddress": "0x55F446942dFC92B889Ae4D4eC71862937f6F7f95", - "amount": "450025000000000n" - }, - { - "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", - "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", - "amount": "100000000000000n" - }, - { - "pAddress": "flare13g8f3xglkpw2ur4d6eyyk25k5jgmufguy5497x", - "cAddress": "0xbB184962249Aa8a68B20D1B511C3b1e449971070", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1p7uy6uusc8whkh653cudzhs8pnd4zl4anm7u3q", - "cAddress": "0x04c95ee6Add9D8d366A0E74847F45Cbad47f0043", - "amount": "71630000000000n" - }, - { - "pAddress": "flare1yqm84u3ryf8nt56nac5s20htqv7dyudu8gam5z", - "cAddress": "0xcA16FD232dC036f994c61B6a5088f9d4D8e1d6A1", - "amount": "54000000000000n" - }, - { - "pAddress": "flare1hrqxcql33wu43uqalmzjds3lep6hd35ksjrvke", - "cAddress": "0xc6480D80EE7aD6148268297c99351ED92f815310", - "amount": "50797000000000n" - }, - { - "pAddress": "flare19c83tus8w69px979u6czdz52yt0x3gsh939zme", - "cAddress": "0x964c4017c562C0bB02BB5a9C85Db84d1e61C7A2e", - "amount": "538893000000000n" - }, - { - "pAddress": "flare1x7jnat9x6gaeqtgv3f6pp0fnwtcja9gsjggzpq", - "cAddress": "0x0B036dE48623fFB6006d297cb4D3C439F2eD410E", - "amount": "50160733074000n" - }, - { - "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", - "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", - "amount": "1221999994000000n" - }, - { - "pAddress": "flare183ym2psv89zs8d8uzjlmes7y80xknvpw72nlys", - "cAddress": "0x6e3bC45591Ce21dEb09AB4146E90bd226C36536A", - "amount": "60081177000000n" - }, - { - "pAddress": "flare1r8lez3epm97dygysjpfft8gzv5r40ep8p4n6rp", - "cAddress": "0x644f6877787b5c1A92E07a09E4Bdb77F5B68D78c", - "amount": "502839155190000n" - }, - { - "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", - "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", - "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", - "amount": "100000000000000n" - }, - { - "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", - "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1f6r6nlwclgnt6uw9tk6mrfes20g5tcpdxmwuws", - "cAddress": "0x1839D984dE9528E46E75F4AB0825Cd5C08612B3F", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1wt36ycd4utfzweyl3ncy4hldctcjgm4j72h6sn", - "cAddress": "0x9B4420CB056dFa42C221B39EEa33E61945B44771", - "amount": "50000000000000n" - }, - { - "pAddress": "flare14suxt0x0jzk88qls7499uqfsv8jq7l6jxxyg92", - "cAddress": "0xd5FeD174Ecd287eF563365E400dc8Fb2fDF1b670", - "amount": "50100000000000n" - }, - { - "pAddress": "flare13xgklds63rdcufw8vq30sftuqt4fucwwsfqhr0", - "cAddress": "0x6389544E0A236F7A3C8B5F923C902E8F161A21B7", - "amount": "50990000000000n" - }, - { - "pAddress": "flare147zmggyf97xdkckck8haes2k4aatyuzchm39hs", - "cAddress": "0xB7f8943E8fADDc17025EDEE5eF93E6842B0aD618", - "amount": "132153667625192n" - }, - { - "pAddress": "flare1apfpj9zgeff0e8f867cn72qz4yfencml6q5vtp", - "cAddress": "0xD15b82E9B33308F7C0bd8071D4ac9c8f582EF8E8", - "amount": "50164000000000n" - }, - { - "pAddress": "flare1qsx2vwpuzy8u7fvrvzusnpv4jpvwr3xpde69lm", - "cAddress": "0xCF35ec85e17f3b48D7B969e54C2aeAC0BBf13590", - "amount": "479174972000000n" - }, - { - "pAddress": "flare18pf046j0wqmvr2g6axtdexjmsxftvsgvnyycms", - "cAddress": "0xBC948C0D1DdAadd19ee48e52E60911CE66519749", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", - "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", - "amount": "50195000000000n" - }, - { - "pAddress": "flare1wpyr0560z97gygyvsftr70kku84atnm40sec2f", - "cAddress": "0xA5a0B77386508494D431C8FcaAdFbeFE0Be46a13", - "amount": "1470308160454322n" - }, - { - "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", - "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1clpnurqyn7aa5gxr3qa5mg9x95lk4faja02pwj", - "cAddress": "0xe1A0B951Eb8e195a68FF81e02e3aa5f0E0A978c3", - "amount": "191881972053550n" - }, - { - "pAddress": "flare15jd2l0thftmd9396r7vm5xwja882vktjnxrtdh", - "cAddress": "0xe7c16B7bbf01cA5444472197b3D974716CA13fa9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1naupnl33g5yhrwt2ykcstrzultppzj543z8jj6", - "cAddress": "0xedd790199b60CB70A825fb5dd860f4F445fC7fe9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1myewts35cps5fyy9plcx5f9gf5350lfhh0ta2h", - "cAddress": "0xbda4fF21e08B703f9E35755D40B98aC67cb9E094", - "amount": "100212460476000n" - }, - { - "pAddress": "flare1rll3cmz7gu83j8tv9enqth5k9zkf970ltxztnc", - "cAddress": "0x047ebC8Fd561Bff9e1fa392d6C4964EE7802EE06", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1xgl4vz52qm7cevanrwpzyhlkqpuqzvhsjkk4al", - "cAddress": "0xa4f505FDd1D87596E4506eB145CC4E99F77f7cAf", - "amount": "55260000000000n" - }, - { - "pAddress": "flare1f322pn2lykr0mt3gjg2dlc20wnnszjqgc7zcux", - "cAddress": "0x73edAE94Fc39a6a86b6044a7820cE7c92ffC7903", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", - "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", - "amount": "800000000000000n" - }, - { - "pAddress": "flare15l8pyt5kw0vjg0lpkhpwwd9mmr2d3u5dree0vw", - "cAddress": "0x37DDD9686932D5D36D572354bBb63A1b66C6FBFf", - "amount": "139646453843927n" - }, - { - "pAddress": "flare1dqu5y0yrmywzqet6csd35q8mycaa20w07u8xlp", - "cAddress": "0xc670E9535E86e6D2230153Fe4609D72C1f58BA91", - "amount": "155000000000000n" - }, - { - "pAddress": "flare1nj8l22krvc3ap5canshk753lqau84zk9lp4vcr", - "cAddress": "0x838c7c88748929538B1789EB6513243d6DB518A2", - "amount": "511525470896000n" - }, - { - "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", - "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", - "amount": "223593288000000n" - }, - { - "pAddress": "flare1n59ndyaehk2fn66vtcr6je07pwcl2qlavvq0l2", - "cAddress": "0xE77B2073f19DA72b38D3d2608f53B3D60E305Df2", - "amount": "308888000000000n" - }, - { - "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", - "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", - "amount": "1020000000000000n" - }, - { - "pAddress": "flare1xgh838k4xn67lfzd5jqhcd06paqsvgxlu2su26", - "cAddress": "0x2474BC50b62989Cf9F0a0a8f4337673C76216A82", - "amount": "520246386791000n" - }, - { - "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", - "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1ktdr46xy34n6hrsgldxjw82s2gq5a9azr02t7w", - "cAddress": "0x25Dd118F210d486002c69d883f0110Fb92739774", - "amount": "50405989000000n" - }, - { - "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", - "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", - "amount": "200000000000000n" - }, - { - "pAddress": "flare172q5llf05kgj4gzn236jzgsr2j90dsqqrzh9r8", - "cAddress": "0x22cA67D2F2a8a81f76955C718D58fbb826F3b2f1", - "amount": "73341827894000n" - }, - { - "pAddress": "flare1y07tkfn2n3g2tnzglc0vfgtkv05c27vy0vcprc", - "cAddress": "0x78fC9784DB70Df8a0AfeF193706FCBaf3D21ED4c", - "amount": "316078000000000n" - }, - { - "pAddress": "flare17wnma8j44r7ps7lhh8e2d5yxsxt5w60x3ffyfw", - "cAddress": "0x1272cBa869be9Faf0FE7212A2Fde7245fc8c4C53", - "amount": "170445399400000n" - }, - { - "pAddress": "flare1h880wun4zkt5703a7txnmw7e9cg7kz4mjvq67a", - "cAddress": "0x1da6964C73E110a600A7Aef7b3390FBc92e635b1", - "amount": "249999998000000n" - }, - { - "pAddress": "flare1kq289gaph35yrz2c6lnadg49d9daryhqzkqxe3", - "cAddress": "0xaF0de2D14aea8e1920A0E1d84Db498d3aA07163a", - "amount": "200099998000000n" - }, - { - "pAddress": "flare1tw06udzsmqp9ln2ymfrpn04f6zn53v20y85vtx", - "cAddress": "0x31257Fdf4C8EEcF5d43188029f7F24BAB30bA86C", - "amount": "511900000000000n" - }, - { - "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", - "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", - "amount": "359225980667000n" - }, - { - "pAddress": "flare1jzzecww6n366ds9axkd864r2g3ufmv5xm590ka", - "cAddress": "0x85CcD023824A482b92f31A3EFF113C72B2E59041", - "amount": "206730600000000n" - }, - { - "pAddress": "flare1vkdjfem9ex4ks5p9kvfelyul8yydvsncsgxcnv", - "cAddress": "0x1BFbC113cFFedE1dd15D37721b6316b9702af182", - "amount": "758768213168000n" - }, - { - "pAddress": "flare1x978g9pfsn2vzgtppap7atju8rl5nw3yfa3jud", - "cAddress": "0x0be1bEc9AFb0D361e815985881d4FD8d36F88728", - "amount": "50000000000000n" - }, - { - "pAddress": "flare15welx4uqs2pp6xqhml568p0w6h945yrk8fx07p", - "cAddress": "0xDa93265f1CCBC244046F4928Fc3B499b4B26b026", - "amount": "52395000000000n" - }, - { - "pAddress": "flare13yen96ad6xnap4vg4w8jtj6q6usa9zdvdx5qny", - "cAddress": "0x50B97820cdc2CdA4E6a254Bc8c869802991f5292", - "amount": "98181964000000n" - }, - { - "pAddress": "flare1rcgj6eqtkadsgg60qvlj3wdlkw8vz8pr4pc5my", - "cAddress": "0x37faF273b927148be6085658378E62a5bDf549b2", - "amount": "403000000000000n" - }, - { - "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", - "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", - "amount": "360000000000000n" - }, - { - "pAddress": "flare1fvrs68sn6rpthp60d8aj20vqph027z9h8w4nnq", - "cAddress": "0x2C4E994C14B7ad9786b05794665bc2535A2FaF3D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1uud2mn9f3xhma0e9fpmtar0lu2rr8jsu7j5sau", - "cAddress": "0xfB23dA19bF793d61Cc8B71d44f99Da1186dE04e7", - "amount": "50199997000000n" - }, - { - "pAddress": "flare18waayc37l92p73x4ncgcryqq4439cy2hyml69y", - "cAddress": "0x61F10Ef3524eB1AAc8232E60AccDB259f7D90377", - "amount": "550000000000000n" - }, - { - "pAddress": "flare1jvm6lkl54jfqjfjzedgd59z6wj4leu0rsq8zf7", - "cAddress": "0x2800EfB7025910611FB75A830F643c4A26Aafbb5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1x82xtkfffva3smuzf9pznyepwd5ezvscp3q5g4", - "cAddress": "0xF8eE9e6A3e749D507C79301a7E39c5A97c34D58B", - "amount": "52807316851905n" - }, - { - "pAddress": "flare146clwjazlz43xmrz6vknygzgsvaqa8xkpphzxu", - "cAddress": "0x780a07d508B706619bCdDe2eCBD8CDe50FDbaab4", - "amount": "212500000000000n" - }, - { - "pAddress": "flare1gneg2f2asfzryl0yhqtknej62ccwv6q4a94z4t", - "cAddress": "0x0Bf61E62224615fC83CF18665fe3b49ec4A59DbA", - "amount": "104701203383000n" - }, - { - "pAddress": "flare1yevxfkajp5utkmyvt7g8ruvsgqs9yljuygsqhd", - "cAddress": "0xbF45491C254918C8B6ca7d68F5bd2014f08bfbFD", - "amount": "331540000000000n" - }, - { - "pAddress": "flare1e0ef9g5kcpn3a77vrngnf4qlmzx0nqqwdyhxpx", - "cAddress": "0xdB60a8C1CB246Da8300B4FE362F13b57d4e6c157", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1hm9wh4shmdaemrp66mna56sx6zqdgck7wvu5l0", - "cAddress": "0x196C2d3322925080A10b143B3B5F1670B45b970c", - "amount": "235332000000000n" - }, - { - "pAddress": "flare10mc043hqwaqswt3n99mpnkhk22dsmltjpdxsuc", - "cAddress": "0x978c6401CEE48699595E498ee8E8D7F04B414851", - "amount": "291147440000000n" - }, - { - "pAddress": "flare1m4gtp3690ercc0udgxsar2u8kqvhh6z9wckujx", - "cAddress": "0xa96480729D57867cF0FCeA0663b34b1B7c964c7a", - "amount": "848708176626000n" - }, - { - "pAddress": "flare1w5p9w2y625gkasdjzrge27j9z9xz4klv58a466", - "cAddress": "0x9B1D7939907BF3D95209265937068BB02DfeCB3B", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1pxatxzlatfsd20haudaxxncv7w6k9d6lj3em6c", - "cAddress": "0x15FC6991C7B4BEFbADd3825c4f9B666911FE67CE", - "amount": "312197000000000n" - }, - { - "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", - "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", - "amount": "237752998000000n" - }, - { - "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", - "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", - "amount": "182186653839000n" - }, - { - "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", - "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", - "amount": "2200000000000000n" - }, - { - "pAddress": "flare1dx7ygxq7vfnk7yatq9lwxgr5erl32letu68zy4", - "cAddress": "0x6b47263f1274548EA498B16eD20252e7bdA959c7", - "amount": "979374000000000n" - }, - { - "pAddress": "flare1gxh7y8kx8yqghra0765766h4c46p5j6cftjzl9", - "cAddress": "0x1B8Ff197Ce954d0dbadCA2ddD6e4Bc53346caCD8", - "amount": "108061709711648n" - }, - { - "pAddress": "flare197jc7dl3vzjn502fuytzfvmlnpre770nkxxa50", - "cAddress": "0xE55E6828cbc397F2f271c2fC27055Dc7D8fB8AdD", - "amount": "189292000000000n" - }, - { - "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", - "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", - "amount": "217558486000000n" - }, - { - "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", - "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", - "amount": "146000000000000n" - }, - { - "pAddress": "flare1vrssw88jmc0g6zxqqd3fkn4d8npfwuv2xvhhr0", - "cAddress": "0xd04A9B015843565576825B3c65F68dFc824805F2", - "amount": "125999991000000n" - }, - { - "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", - "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1k3qxrg5tu56jlcetlzsckmkzuf4q6tv2uq0y6w", - "cAddress": "0x2903DfA12444f8EAaD56bD320b9d9905a6eaA480", - "amount": "50999991000000n" - }, - { - "pAddress": "flare12v06cl5g0l28ycldsd5y547wuaepkjtc6apsfl", - "cAddress": "0xD32065bA8E7eDDdFd554Fe0Ab1d0B4BE08529a45", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1u7ghwmf8qqfgd9vndw7tg5y80qlag78d2stv7l", - "cAddress": "0x65B1eb1a78eAe9a935fE759949b0A787BD574a79", - "amount": "206482696121000n" - }, - { - "pAddress": "flare1yu8jvz923xlm0xksavvhmvk8293ygyspjttkhf", - "cAddress": "0xbD34E1c0e866478f00DFcF8DB4D89aA9203be0Dd", - "amount": "236820238000000n" - }, - { - "pAddress": "flare1kr2uf0e69wvldc79retdgg669ratp5we4jk6uj", - "cAddress": "0xb798B8630A5C40632Fe1f7eB6F1E1afE0eDBaB9d", - "amount": "51999996000000n" - }, - { - "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", - "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", - "amount": "60909993000000n" - }, - { - "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", - "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1rteashyyg4aa94zy8c5vqcgc0l5xvcm897p69t", - "cAddress": "0x011F190E9A568a6522aE72988b5fb4817a3adE2F", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1x6xjwfa8amqlkxns8cyz8ecg9lduyajvhjr9wh", - "cAddress": "0x65222e5CdCb0fAe32eb434a257D069aEebFBfeB9", - "amount": "50000096000000n" - }, - { - "pAddress": "flare1j87cpx8yuy0k8n0v7p2ygnneh0kl6x4fmfp8xc", - "cAddress": "0x7fDeA9AB0e5019152d16C7c7C180268c89805dE3", - "amount": "854102000000000n" - }, - { - "pAddress": "flare1gtyl9fts86nxe38tfen8gxjtf2rl0mga5sjpc7", - "cAddress": "0x06Ad7734782a6DCb8F837e11a80fa512b9a07f04", - "amount": "721043447801866n" - }, - { - "pAddress": "flare17vjjkkzkt64232w5fv8j60zgkujh0vczyd036r", - "cAddress": "0x05C225D2BEe6d7A597783B579e74466AfA0D8DB1", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13p9v7gqnfz54ewsyvnedjjtlentxk54pfrsp57", - "cAddress": "0x39B17e6C1Fbf0877725527E5E6ea9AAB2fE78A93", - "amount": "183222000000000n" - }, - { - "pAddress": "flare14nxx2xlqjswf894djw4u4latlhs20l7cv7cunv", - "cAddress": "0x77dAa6e5Fed9E4e32199fBE611545bdA2dc20487", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", - "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", - "amount": "249999997000000n" - }, - { - "pAddress": "flare1tkjhzpc4yutm5dvtazrxsj8za2qsaeegpd8y3v", - "cAddress": "0x8754fc8410C898E01124de28A9D1846a35C60DAF", - "amount": "51549994000000n" - }, - { - "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", - "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", - "amount": "356774570098512n" - }, - { - "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", - "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vz8rqa4plcxxel93krptmpx0vntm9342w446nr", - "cAddress": "0xb3f821F874e868324b1D7c626C75fDcBC905E392", - "amount": "78196970652000n" - }, - { - "pAddress": "flare1mkkjralv0z2pysw7nxq7q6x3xme3xv8gc2sde6", - "cAddress": "0x6f0b454D65F6a075D2E514C23095756F33f8bdfE", - "amount": "1015939313472000n" - }, - { - "pAddress": "flare1nskzqtd6k7k2aaskxm3lf7gndrjekz8rtszfhk", - "cAddress": "0x667c3f49B4fDA1cf06181c75aE80e686eF024b48", - "amount": "136091995000000n" - }, - { - "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", - "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", - "amount": "222574000000000n" - }, - { - "pAddress": "flare1q50p9cqzccesjzhmclxtnylf3jjt3kytxcxtax", - "cAddress": "0x2bAedA463F934642e10143e5a2D82fb7f0AFA1CC", - "amount": "151000000000000n" - }, - { - "pAddress": "flare1ant94p79v6c7h6dg8828sy4a72twsyp56tmjnu", - "cAddress": "0xD5172A7090F25729555316e9699DB987a2D83924", - "amount": "80354718772000n" - }, - { - "pAddress": "flare1t4a5yz47aavy3ly7kgxmx4x0qcatxtmd75lp2x", - "cAddress": "0xCb78cb7E9A6E2115d5ad4c7820fCAA4a7a48c4BE", - "amount": "98240657565000n" - }, - { - "pAddress": "flare1ycrs0au7mvvu8f5uzdl8h3yhfq4npv8ehx2frm", - "cAddress": "0x393F667B33035eE2A27675C1d0558754065dfF85", - "amount": "147650000000000n" - } - ], - "totalStakeAmount": "75000000000000000n", - "cChainAddress": "0x1E8F916CE03F4ce86186531a8994d366581Ed4be" - }, - { - "nodeId": "NodeID-98RaC6gbJMhin1NXsBFUoicEqiF7VKWbL", - "bondingAddress": "flare13yt3jfxhczfmn7t9054868jknymrwjevk30rge", - "selfBond": "7000000000000000n", - "ftsoAddress": "0x96616c93747baBE136bB56310bE2AE665b18dA63", - "stakeEnd": 1741271459, - "pChainAddress": [ - "flare13yt3jfxhczfmn7t9054868jknymrwjevk30rge" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "TempestFTSO", - "BEB": "7000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "51321463581616000n", - "totalSelfBond": "7000000000000000n", - "delegators": [ - { - "pAddress": "flare1q298p83wacez5rqmu6dd2wdv3feexu57rfx9d9", - "cAddress": "0x05eF376b21042C3D9C7172801414a8A8AF40b7c9", - "amount": "382077719424000n" - }, - { - "pAddress": "flare13hx8h8gtzx7pvekjsr58yrww5lj5phnpsmwk45", - "cAddress": "0x94117DB32F41cD6D370DA3B861571D5b39F29B5A", - "amount": "1414545000000000n" - }, - { - "pAddress": "flare186sfp3gck8jzqf525lpr2gyc8a37zxph4ff4al", - "cAddress": "0x4b84a16DBC41279Cbf0D40EE8e1Ae0d6dD8c890e", - "amount": "895634000000000n" - }, - { - "pAddress": "flare1tzt5myfmqv09rjawtq7tz3yl6wh5c7vnhcrh2c", - "cAddress": "0x3976faF6b95e1EC96F06b06967ce0e3aE6B3afAc", - "amount": "1555047000000000n" - }, - { - "pAddress": "flare1mekpexeayklxcqlksuye73tpgr8myaf72rtfy3", - "cAddress": "0x52716A84D6004a15A9Bd0C66664658B4F86D6449", - "amount": "1323822000000000n" - }, - { - "pAddress": "flare1u5kku76v6kg2uwtglwwahnzzpumgqdcrccrjkd", - "cAddress": "0x3598775513E42a39b08521a48DdD6172D9e73e66", - "amount": "3040312000000000n" - }, - { - "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", - "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1mmrka73js7nkallyren9jvf6cncw6c0cmq7mpg", - "cAddress": "0x99640616370CbB437808aCaCDb44288876cB42B5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1exnz56pgy9ycdc7mzp87dgsg0dhvw7zcejfv2f", - "cAddress": "0x3776a63FfAb5C29B3D151545E6f58dc4Da37ab93", - "amount": "50572000000000n" - }, - { - "pAddress": "flare1f5rhfz4kxlrfydpjwps646ycc39uhwq5j3mrxx", - "cAddress": "0x4Cf39F138d88ebf4657657bbe4924BB37e6Af13A", - "amount": "99104000000000n" - }, - { - "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", - "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", - "amount": "410000000000000n" - }, - { - "pAddress": "flare1kdgmtsmcrg6dl6us73fdztqaqrefnxrvrar24l", - "cAddress": "0x70d6376338ab23AEfCB94b71C60AddD973dDBa65", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", - "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1ljk99f3wd2y8fdjyar8u2lnynxnj3fmnheqj0p", - "cAddress": "0xC8264B7882cDb71D6F4aac8a49E0dbdDaaE47F23", - "amount": "1067540985921000n" - }, - { - "pAddress": "flare1wyh5p06pdl4dv463mjl2z8pr4hwdgwevc44ce3", - "cAddress": "0xF66095b87168c082f3278FE98D3bf594CC8181FA", - "amount": "31928428770000000n" - }, - { - "pAddress": "flare1qdcd306xt2r4qv9zy272ht4twunupmnxrsm6sm", - "cAddress": "0x8DE636b8eD4811D8349E6516c867334551Bb2843", - "amount": "170702985000000n" - }, - { - "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", - "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1x6v2dvgnszkk6cylsynj89l6wnvtcjr38nwc8c", - "cAddress": "0x3e745FB691a9C7E549ea35432Fe530D74abD42A5", - "amount": "57000000000000n" - }, - { - "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", - "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1xjevjc4w0jx27lz9gkcv8n40as7f96metwjqfa", - "cAddress": "0x454f4118451B535Aa86DB073668d88C0DF515071", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1nmtqczaslta8g2w7e556h68r9x6txp87ng0dyu", - "cAddress": "0x544Cd0011f851c7513EAf245821f586689fFb562", - "amount": "50471000000000n" - }, - { - "pAddress": "flare14862anm00r0kfx78m7uetx2hsnc07e3ctcl58d", - "cAddress": "0x90A36616d52Bad220B0e3981a78d52E03221c570", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1sy9jck7du6r5g4e4z4ngu3c3a87sec6rtgkgjm", - "cAddress": "0x95B985ee05824d1B59B5dF09b29A1DDb63eb47CE", - "amount": "128016430000000n" - }, - { - "pAddress": "flare19uxg3laeycj808cf0dpqmvgldfzevvm5y2hpl5", - "cAddress": "0xC0d94Cb3dfECdEb578a0e4328d857cc03A79010A", - "amount": "57648991000000n" - }, - { - "pAddress": "flare1q2562q27ur42swy3nhxsjqau8u6gfuws3ryc97", - "cAddress": "0x28B159ea06d6fD6169E13746b23CCD995C40010d", - "amount": "130113998000000n" - }, - { - "pAddress": "flare1w6ez07xmvdksrx2s0daqhaqxsk79psq56900gf", - "cAddress": "0xb2B7b71b550271dB3B258F7379b26FE00a1BBD23", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1awxnrr4zmr6m6j8y9z8fstk5fpujuj0aflz3c6", - "cAddress": "0xee6ae8A142259c6E11E5a38a3746Ae1cf6FcF426", - "amount": "1118600738271000n" - }, - { - "pAddress": "flare14jxag0pl8fyn2ples44tpdughclt9d73mdpghl", - "cAddress": "0x0b9Cc8422ecdA4CC1fDf8A45a4C2c7814B97Ad51", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1wwxdlxpsvx4xul88pn5ws9f5tyu089tl5j5shl", - "cAddress": "0xCFE72F12a4901dB696a484731471Ef5604AcA51D", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1xcqghnjgv8ukp37tavwpc28m50mn45ysjnt8mm", - "cAddress": "0x2f3275A3C8F5FE2284B0eB3e121d722cD4cbc3F4", - "amount": "133000000000000n" - }, - { - "pAddress": "flare172zejcwzkfjusggprlflccxp66x9m2x45knet2", - "cAddress": "0xeeCB4fd9F4d5011D62b705Ec1756ab3F741A0433", - "amount": "1305878000000000n" - }, - { - "pAddress": "flare1uku3zcxmvppdc46rf8f86g9t896pklenjw8cht", - "cAddress": "0x221d57Ef52259C3e4e84363a5f4BA6b61AfE9BeB", - "amount": "104480000000000n" - }, - { - "pAddress": "flare1tlh52t9f36c3hdvcnu9hkvr4hsr3lcwva9pl3s", - "cAddress": "0x0EC611aC8DfaDC15ca6a5099145be54a79C775A3", - "amount": "96460000000000n" - }, - { - "pAddress": "flare1nrc7qdgw0xez70vxjf3qw5l6r67t052esfp96p", - "cAddress": "0xdc4AC69fA7e54eeF5d5B2B923b288A8B7d80e4F7", - "amount": "3377412000000000n" - }, - { - "pAddress": "flare1exzw2ckz8rmmpcckljcm4g2yjj0zqqutg92v0e", - "cAddress": "0x5461aA34d74d2cA83026b8e45E5aE1001b45C00a", - "amount": "560622000000000n" - }, - { - "pAddress": "flare1805a8fzaewrq3amqm6wm0m07mzfx9qlmfa5wp3", - "cAddress": "0x3FBB7Ed52757e1eeF86E42501aaDb0E56F2709B1", - "amount": "73469964000000n" - }, - { - "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", - "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", - "amount": "143000000000000n" - }, - { - "pAddress": "flare1k8hxmruaqytxaj9lksp4kpknc06te9ftpem0zg", - "cAddress": "0xa87f6E2F1B5089cd6FfA5C71378F506727BBDac8", - "amount": "492514000000000n" - }, - { - "pAddress": "flare1xh0ql3u48sp4zfap3f728s5rmnuyw3wk5pr356", - "cAddress": "0xEb4C1010E298F614338f92557B0828ADb896814E", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", - "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", - "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", - "amount": "124990000000000n" - } - ], - "totalStakeAmount": "73321463581616000n", - "cChainAddress": "0x438331baa70e55A89cC03E6430AC40F426C6e7c7" - }, - { - "nodeId": "NodeID-3RJrjDMzeZQVDyHDjZ6u1X3Y3WCKY5nbb", - "bondingAddress": "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt", - "selfBond": "13340000000000000n", - "ftsoAddress": "0x00c0fFEf480E392f5Fe7af592214855Ff872fa80", - "stakeEnd": 1739192447, - "pChainAddress": [ - "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "NORTSO", - "BEB": "13340000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "163376606658079934n", - "totalSelfBond": "13340000000000000n", - "delegators": [ - { - "pAddress": "flare1y9s5xq067387ukp4ul3jjmacq4l82j495taduz", - "cAddress": "0xb9b6A9945dD373e02A8C171A75E80a1E20Dda698", - "amount": "58659992000000n" - }, - { - "pAddress": "flare12wjh7ruu2nsja67eczrnphz5s7lqnev3fv07e5", - "cAddress": "0xD578b78Fba6b885A7DF693b16dba51Fe585C3695", - "amount": "1817265717739000n" - }, - { - "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", - "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", - "amount": "396687339750532n" - }, - { - "pAddress": "flare1e7m9r6msc50muq7cezzgyaj9zh6dclnwywgpt2", - "cAddress": "0x949FA5Ec1e616a88c50A85797c155d4222Ba7f0C", - "amount": "55900000000000n" - }, - { - "pAddress": "flare1dk8xqn36mkm4v8pw986ejx74qkttak2gg6ay0v", - "cAddress": "0xe96BDB4Ee869E2A1Ac2C2C34D7eff1080B365BB1", - "amount": "86160900586000n" - }, - { - "pAddress": "flare1lgt2k2md27rej72fpk9tkuxpw3tkxgzx2wk62h", - "cAddress": "0xA0d2B4cc187c96337322c329308616Ef66B7f160", - "amount": "50990000000000n" - }, - { - "pAddress": "flare19tgzun3fd3htq9dace73ncdtf0qp8g3a9372f7", - "cAddress": "0x6a8E003af899bEdA28cEb222115480521e48F0af", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1dpmwzwm3sqgeesnhthr8pu7ddv8xrkw7hpwvde", - "cAddress": "0x644889666e757a86c57acC7033D990693238F7A1", - "amount": "54593000000000n" - }, - { - "pAddress": "flare1pafa6pp92ptqp5vn03lp2a9j0u30vaz5xgheqx", - "cAddress": "0x9E046467Af62242876D59c7DE7F4983870FDc9BD", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1l5q3kl2jllnkly4n9s88u5l6m3jdp8umtslynn", - "cAddress": "0x0ddf294e133b3BA08D7d4fF99a3d73F7bB305311", - "amount": "374034000000000n" - }, - { - "pAddress": "flare19ky9yfnf8tw5lp0fs9u2pussvgu4dqq8eqx6at", - "cAddress": "0x87e8684Dc160142FF1D2D0D35538737EE56B4640", - "amount": "151801446000000000n" - }, - { - "pAddress": "flare1fs38g2r3h4xpsxpp6esqtq8zua9pafkxtc3z8e", - "cAddress": "0x33361078e74d340f9217fF003eaD1da3145eF54b", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ww0zqrjp2vp786jpdl2tajd85t7cx53sk8waz8", - "cAddress": "0x3A0D9c760171f806cbdd31BB3b85653AF487296e", - "amount": "2445019000000000n" - }, - { - "pAddress": "flare1kysuhj5uhpp3qt7q3tcpgkv4h473j99ke5vjv9", - "cAddress": "0xA48E841404623aD68F8E9FE02B741bf0868C9bc9", - "amount": "77100000000000n" - }, - { - "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", - "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1z4jv9kumlkmwxpdk9mvcqez2husgdupctvjvj7", - "cAddress": "0x5472DC0A733968A24E6fDb86869bd013034D0480", - "amount": "71864201772000n" - }, - { - "pAddress": "flare1889ez0mm5km9w2csvwzluyupn4ccf2zezuhk2s", - "cAddress": "0xCF2bf146861d7035325ac76b9B5e680549c50A67", - "amount": "433999957018000n" - }, - { - "pAddress": "flare19lha35dcd4em89sym95h83v27gd5httxfr8v82", - "cAddress": "0xbb75d2A8B4869E19D7900A3387A15e8EC9b74751", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1je7r7rq38phzagdtpuxhtgfhzsqnm2r0xxw8k3", - "cAddress": "0x6780cC9b7CaE96C91a4EdE40e45960467f823aF0", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1rkne0nzghtpqa9mk9d0h5np7a0n6jhg953rdql", - "cAddress": "0x928633e8501B197CDC4eED45364c762e70902F00", - "amount": "88530000000000n" - }, - { - "pAddress": "flare1r5tf45n98v2l6c8ucq5h80d7ql8ckkgpxj9nck", - "cAddress": "0x20B981Bd35c7BfBcad97E98831E96402e0FD5cd0", - "amount": "186190000000000n" - }, - { - "pAddress": "flare1lln86kuxwvsvhmvjma2f8rax32j59dt2lk4n4k", - "cAddress": "0x79bb252C9681BFb56d519A916bB4d64b03cfBDda", - "amount": "348322300379098n" - }, - { - "pAddress": "flare1zytgs3r5q9ylsvyanw8hh6ftysmpcqdnsyj29h", - "cAddress": "0x672303ae629DFF83044241ea58440fc4143F12c7", - "amount": "99999998000000n" - }, - { - "pAddress": "flare1jnf0yxphklcd300v8g2nny9wahh7ft5kp550wk", - "cAddress": "0x936f7d2513811B621c1f0924e3CCD9441A83179F", - "amount": "73349995000000n" - }, - { - "pAddress": "flare16ztay2eu09cu80eyq7ffq3pahte2tem8cqmv3n", - "cAddress": "0xCD19BbE8d897C8B8b96F4834636C15Ecb0a2C541", - "amount": "73148975825573n" - }, - { - "pAddress": "flare1y47cr4us7967hlk32suxx4ly62lg6npur6y6fp", - "cAddress": "0xA1396035d7b714F43Fd050b4E7de7500516c0BC5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1wlt6g34qejsh3zruen5nn5venyhxq8rne85v4z", - "cAddress": "0xA6fF4f0520C8A1390a8Fc82B5ACF1B0dD9547573", - "amount": "83725873298000n" - }, - { - "pAddress": "flare1dn94za5cqn5zx0mz4ad086h2sn0xrgycmar4yy", - "cAddress": "0x71CB1E6455fBf064B3e74Bd9d1A287A52d92B742", - "amount": "600699998000000n" - }, - { - "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", - "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1pcl0m5m5a9f9k8hdpkcjrm7ay3vqvak7zm407v", - "cAddress": "0x58b41cCFf4477B63C2104716C2086fCFC553A627", - "amount": "156334727216000n" - }, - { - "pAddress": "flare14cuxup6nmmq85dj98s6m9hwcvl0d6x95rxz8t0", - "cAddress": "0x5134Da103A0312b1B166a99a53319EFeF04BAC1d", - "amount": "150000000000000n" - }, - { - "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", - "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", - "amount": "50000000000000n" - }, - { - "pAddress": "flare18vpn4m5c9hrsq64fm3js7hkk9zvm3xgt22avgr", - "cAddress": "0xD00Fa063A305b43fd408E551c481DB298691E1eF", - "amount": "51465000000000n" - }, - { - "pAddress": "flare1nt24mcth7w3cyzemkxgd9hquf7r9280gkwpj5h", - "cAddress": "0xd8E9717522bfEA2E2aED2eE47a42ed9d2e87F3a2", - "amount": "182300000000000n" - }, - { - "pAddress": "flare1xun3w5l0jlx94t7rz6n52qawraly9sxr2sm73c", - "cAddress": "0x07b7b5716C90381FCf20F7BEC3AFa52BAA1E4753", - "amount": "186082256921000n" - }, - { - "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", - "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", - "amount": "294000000000000n" - }, - { - "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", - "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", - "amount": "120920142666000n" - }, - { - "pAddress": "flare1k0rtrg3g5a822yn4tweqtp4macr2e87krpqr23", - "cAddress": "0x8221B012560f1d8Ed7e36602c16F0280568Dd417", - "amount": "50099994000000n" - }, - { - "pAddress": "flare1ucsk2wt9wjg4tlvh560csmhchcv0s68epskvz9", - "cAddress": "0x1c9ee1e1158bC71ee2ae11702fCEC8ed2cF57550", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1xr8tx94xvcwdw038670s974dg7vl2h7v8x0a9x", - "cAddress": "0x28580DDd4b31d9A547619289D29BD531D2981967", - "amount": "220000000000000n" - }, - { - "pAddress": "flare1r0nefgqkd56wfwjfstfd05wt4app78aem9pj56", - "cAddress": "0x4Cf7890CDA0499CdEeE991A31706d88eC3D8b082", - "amount": "63759998000000n" - }, - { - "pAddress": "flare1965tza4w39tcp9cadhnz3grk9t2stnthgvtvmn", - "cAddress": "0xD2548A968c6b1150919046f09FC785F1e917C5E2", - "amount": "50000000000000n" - }, - { - "pAddress": "flare19w83s774khdgu69s5kr2kywa228npdykv5l5ml", - "cAddress": "0xBBca2DC5ec12d66DE023aBc443f0c014b2eF17F1", - "amount": "120741965000000n" - }, - { - "pAddress": "flare1h4lz3gjwv8ghjsddwav2my3wweumal5zte6vg2", - "cAddress": "0x03334eA003ca46fF9a072E154C684bca370bF3d8", - "amount": "900000000000000n" - }, - { - "pAddress": "flare1v7u7mmyq3ev4m4kyetkagwa2jmc4mtqmc20f3c", - "cAddress": "0x46bCF52beBB75e5d99450740D1aBC34f0F29D914", - "amount": "101199992000000n" - }, - { - "pAddress": "flare1kega5xjek8fl9tlkx7letmsg42r2p63fan9ven", - "cAddress": "0xBF0F85c1668E0CeB068c185aC6E6cA86e17E7db8", - "amount": "187483928754446n" - }, - { - "pAddress": "flare1kyvgzdt8euy62mtw4zrfhyk5fuenpnc8da9ank", - "cAddress": "0xd619B083880c106dC1fb520F8A24adD95f1ec27F", - "amount": "50766238112000n" - }, - { - "pAddress": "flare1j4yssyrd363yatdvngshf0n74epxc0rzy2rn34", - "cAddress": "0x12ffa86dE1a90F8118C995F9E9Bf6234B38B7798", - "amount": "88907000000000n" - }, - { - "pAddress": "flare17yvprxnwu0srgdcapdjmzremzkacjnkhh4ankg", - "cAddress": "0xEb111ba063736258f92622BA7a18A56AA9763cb8", - "amount": "149903981748285n" - }, - { - "pAddress": "flare1ekr9dskcwar06jf64gvm87f89wrun5xwjauenx", - "cAddress": "0x37982C49A7d0C39174bFCb810441C8BeecBAd54D", - "amount": "150099981000000n" - }, - { - "pAddress": "flare1j778tv9quldar4sthpmhurddquwvdce8gqadjj", - "cAddress": "0xa9945e92F5FaF334a3a44481fc7c7D4D59BFD8d3", - "amount": "124854203294000n" - } - ], - "totalStakeAmount": "176716606658079934n", - "cChainAddress": "0x5406C889F64c0191C26D2774F3F4992d042E4f6A" - }, - { - "nodeId": "NodeID-6cnsMcUNTJwCcDuAyPwJqEaVa6yMrk8eq", - "bondingAddress": "flare1shr6l602f2cyg8fda4w50n2u02qscx7xnd6f2g", - "selfBond": "13333334000000000n", - "ftsoAddress": "0xAF7504242064532CbD3370aD7591452B1D09BBdc", - "stakeEnd": 1756886400, - "pChainAddress": [ - "flare1shr6l602f2cyg8fda4w50n2u02qscx7xnd6f2g" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "A-FTSO", - "BEB": "13333334000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "163290573973247931n", - "totalSelfBond": "13333334000000000n", - "delegators": [ - { - "pAddress": "flare1vvep3a7394hl5sr0883xszp5qm8tv2k9dskv93", - "cAddress": "0xa39920849b02CaceB28748D94b2d9adBD0cF7907", - "amount": "90316287670191n" - }, - { - "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", - "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", - "amount": "702024000000000n" - }, - { - "pAddress": "flare1aetc6xwg72s8u7pd5p62v7cy7vqyvpaesh86mn", - "cAddress": "0xee31E2408965dC56f7040ff5fC9adA1e1B7cc5f9", - "amount": "83470000000000n" - }, - { - "pAddress": "flare1nduyezajcql7j546w2h842we0nq48400087qm3", - "cAddress": "0xDd629E7B4949a332aA80fed1bc8eFb96cA115f96", - "amount": "51000000000000n" - }, - { - "pAddress": "flare14603sfxc9ttcwek5l4zwneut8ac9ttq7yckgyd", - "cAddress": "0xaD079b3545253f6658c5282C5Cdde5b73A239156", - "amount": "405950000000000n" - }, - { - "pAddress": "flare1kkggt5379uy0ds8302hzpscfhuwm2txrtsx97g", - "cAddress": "0x86d15E3Ec9ae92E6596E6a6527Eb619c07038b95", - "amount": "118437922868316n" - }, - { - "pAddress": "flare1an7990npt3dtkv7gtjgd4kp6zs8ytntx749tzu", - "cAddress": "0xDB997cD209523a1b279C7D095C879ecd00b2E254", - "amount": "190667653680017n" - }, - { - "pAddress": "flare1kz2v9258txnx0y8r2p4w4sr8tyaqs9a6y9hg2t", - "cAddress": "0xE0a598dD7a75e70acC99958a5E7C3A529f3D4441", - "amount": "827002993000000n" - }, - { - "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", - "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", - "amount": "80000000000000n" - }, - { - "pAddress": "flare1mjvgrqetapwj0nyt9j0pq3s8y6c00jc3d4sxgt", - "cAddress": "0xd343D6DC7e50314F619010BF5cfa923161c9DA04", - "amount": "387302983000000n" - }, - { - "pAddress": "flare1j4ulq4fk2aak93qftnmej649w56ce5dx3qh8sd", - "cAddress": "0x187a9e4f8dd811cfca029B1898125De594b3994E", - "amount": "7578669000000000n" - }, - { - "pAddress": "flare1fd95sxqs530jjhd62p7ugj82udn5yxhe2el0qa", - "cAddress": "0x38Ffd385b2c6ba91eC1a1a01B0747ee95a31b1AF", - "amount": "200987596385000n" - }, - { - "pAddress": "flare16q9c8yx3ckdwkyeh9h34jj5weztv6sga9nxnaw", - "cAddress": "0x956647Ef4F3F7cDcB1CB42CeC653F63ce104f84E", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1u7vrjgtucw72dxl93zp9zp5fptw5x48kmffthw", - "cAddress": "0xBaDB542F685CFa7C0cfC62ceFf2d0A6809Dfe11a", - "amount": "80000000000000n" - }, - { - "pAddress": "flare13hey5yjmtu7ea8p3vev7r656kksda64002l2sn", - "cAddress": "0xc4C5E0F499A26917e91c9aA368A026e582a28D5d", - "amount": "50000000000000n" - }, - { - "pAddress": "flare18833wqa224ejg8prmartykaqt2pk7ja6wcj8hx", - "cAddress": "0xd0557A5B16b67212fDff07906CDbf9a11ec942fe", - "amount": "53128624995000n" - }, - { - "pAddress": "flare1k7nuznx2kpezwq7pddznqyvgxy8kaaefhpf4s9", - "cAddress": "0xaf07a0626441F784c2BB2Bc3aea7b6c64Fa7B172", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13g0fw5ypr2v5d3qzuw3nhlxgpk42lqf2yglhrs", - "cAddress": "0x27600F2da6e9A1798f26a4a6e47bdA09e0A62616", - "amount": "56392908769321040n" - }, - { - "pAddress": "flare1pss3m7q436nd44cc8y9v33jffs7nu8jye24yy8", - "cAddress": "0x0898d3c7486c3fC4619701e78a7d9eF1F91c6CEb", - "amount": "1559449991000000n" - }, - { - "pAddress": "flare1gpnmjclggphdldy5rx092qqzftwqg7z678lmts", - "cAddress": "0x161fcB1d8f60049EcdB2153720320882eeAD226d", - "amount": "1500000000000000n" - }, - { - "pAddress": "flare1qegjh489yqw0cz630gpqz6yca5zmx86h02sycs", - "cAddress": "0xE9B479469F8308Da2DF880522B2f59539c518a60", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1uagw84kfjjfyujvsmge8ncxeld20mwjt309ck8", - "cAddress": "0x377e47eA006e467Ec186b5ed4C4BcdDB1A831Bef", - "amount": "3973739985000000n" - }, - { - "pAddress": "flare1fs38g2r3h4xpsxpp6esqtq8zua9pafkxtc3z8e", - "cAddress": "0x33361078e74d340f9217fF003eaD1da3145eF54b", - "amount": "50000000000000n" - }, - { - "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", - "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", - "amount": "503250000000000n" - }, - { - "pAddress": "flare1uc4umk6mfcte8kk5tpfeegnvultf53p627lzy9", - "cAddress": "0x471eAB2C25048E236bcF4B2Dfe615Fb55bAAbA12", - "amount": "50000996000000n" - }, - { - "pAddress": "flare1dvgw9n8uazknh9cle5th6wn6zdcggfzdmhh9tj", - "cAddress": "0x31c85360A302057031a1119B8BB1B573746Ab0B8", - "amount": "166658984000000n" - }, - { - "pAddress": "flare1zgx2stzl5qddnnw85tnsa5ajzzan6zcch95tmt", - "cAddress": "0x8Ccf9B061cfB4F5617A07f220D6bbF4f358aaF78", - "amount": "121500000000000n" - }, - { - "pAddress": "flare1n5gqj0wkg0gh2s2ce0vtqcreqs0jnamkfcm2aq", - "cAddress": "0x909A1477824e9214851913B65f1672DDD3989E3c", - "amount": "123087998000000n" - }, - { - "pAddress": "flare12em33gjdt8d4lrp3684893nmwr07mnagthsc4q", - "cAddress": "0x5b16c6480F73AF75d61ECbca76833dDB8b81BD8e", - "amount": "2850310000000000n" - }, - { - "pAddress": "flare1zzq2gw00pvl59zzjlkjqegwjxmy9lqct2qd42g", - "cAddress": "0x21cfC00363c51d0fe65539B166839E76acbE1A46", - "amount": "61783000000000n" - }, - { - "pAddress": "flare184mvjja60dnatfy7nhlmfycr8q7xtdfceapv5f", - "cAddress": "0xb69b8ae8899a4c6371b5ADA33fB29bD3961cb9b7", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", - "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", - "amount": "752000000000000n" - }, - { - "pAddress": "flare1006md29xh72tzrmfuhvnn0q2qxgk5df0nnsdqv", - "cAddress": "0xF571984995c342EE84ea20C9C63fC7d3F1BA89e2", - "amount": "178233942000000n" - }, - { - "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", - "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", - "amount": "831200000000000n" - }, - { - "pAddress": "flare13elhmduqew6f4r6vv6mmjqpeq7d6vv46k6efc0", - "cAddress": "0x7E619E9C280f8C65fD1B6202deF63B5e3B584Cf6", - "amount": "50000000000000n" - }, - { - "pAddress": "flare15jx9hunya4uqac6lvd0p9kwmqk02j876w0gnur", - "cAddress": "0x39A2Cf73DA71387D3efBE03D9c8ec56C40d65064", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12zr5qmmgjeweeuqyv66dykl6xgrs7sg26wd34m", - "cAddress": "0xd57686f6545d50bABD08B15c6A9eb7f292EFE28f", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12keaufrznakj8drukg98slt5chzpyk3776p9y0", - "cAddress": "0x48D1F722850B3c95603F889DD77a919E7Cf0E4AF", - "amount": "50050124271011n" - }, - { - "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", - "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", - "amount": "107055015647000n" - }, - { - "pAddress": "flare1ugp4nkvg08j76s547r6jg0ryrcdmsndjwc27t9", - "cAddress": "0x98aA8783bD0a511D4d32802950F6298Db5cEfb2B", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1f4w980dhnykc8jzzmq87dfph5krxxvf8ydmkhk", - "cAddress": "0x25820aE02D575e324561636fB621bEd25C936043", - "amount": "71797996000000n" - }, - { - "pAddress": "flare1c0d82j3ct04wekea3rrt59fuzp4jxc3wv4fks9", - "cAddress": "0xc1052e29C1Ced80f81F14116A029013e3B24c7F9", - "amount": "55769400262000n" - }, - { - "pAddress": "flare1u6f8wkvvnyaru6tv4fl7px4y6d7lps6grc0xmg", - "cAddress": "0x236066A85426c4Abe4B75a45E2De45db7d8298a8", - "amount": "50001000000000n" - }, - { - "pAddress": "flare1vax0hflkp0224u856tvy7us6tcg9ucmrsypxvp", - "cAddress": "0x3441d1EFB5b4a66c07a190CfaB824773aF59cdC9", - "amount": "101723981000000n" - }, - { - "pAddress": "flare1rhd08e04acjdf33mu423456thcf3cvhagm59kz", - "cAddress": "0x4a04b932202469f3675D1A1efeD6d60381a2b0b0", - "amount": "681094622148000n" - }, - { - "pAddress": "flare18vlz3apu5au6hmf0rtnmvmyvxtgq0p283d9lcx", - "cAddress": "0x36EC72053F6E26BFB8Ef275A57D0Ad84B84ac646", - "amount": "112044975000000n" - }, - { - "pAddress": "flare1q0u73q9mw9pwgq8lcddq0v6yrd2vhec0698fcx", - "cAddress": "0x058Fc775F8819532A8449B152F83D33612433344", - "amount": "162073000000000n" - }, - { - "pAddress": "flare1tnnelmazadnwmg39xkhudnt2uqvc98v7ahrgjp", - "cAddress": "0xb020cB5C1f050f5edd4584693784CA882F6f6F65", - "amount": "700002000000000n" - }, - { - "pAddress": "flare180l8cw4h0na8ulqa8ez49340lygvdnyx4wefnf", - "cAddress": "0x9Dda2F149a6A028056ccEf03Fb8c811a64af00EC", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vlyjdzwdh38ylxgrx3peetqwc4nj4pf29rz8mc", - "cAddress": "0x86c22169ddddB819276A4cB3DB06FF8c0695E9D7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", - "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", - "amount": "570000000000000n" - }, - { - "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", - "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", - "amount": "1328577146000000n" - }, - { - "pAddress": "flare1lc5huux0ydpg44k87hurn32ngdv7rgna342d96", - "cAddress": "0x8A2B259A87F08fbcb63500Da471A2856133AeD0F", - "amount": "241230340162000n" - }, - { - "pAddress": "flare1dn8qvdw87sq4esrxgqh5mhrlujv8cf5qa92q2s", - "cAddress": "0x973B2A256e7D81F321a4Cc0268f6167b598635fB", - "amount": "259025000000000n" - }, - { - "pAddress": "flare1kuycww9mzy0fh3lhh9uy0g2kft0pm9ygy66qlq", - "cAddress": "0xdC5CB4651570D70145bD00C405b03eD7E735A6ae", - "amount": "129767148151000n" - }, - { - "pAddress": "flare1mkcd8gm5rvt88x25eas087hq4mq3y5wpmnlytv", - "cAddress": "0xF1c26Ce42cB2eb8AcF6CdC8F0626530AF1eC138a", - "amount": "50230322341670n" - }, - { - "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", - "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fzsq5skzesrjth4fhyqhkpcz55xnwrwnun9x52", - "cAddress": "0xf9CA159Aa8209E3996c2F2FcDfB05ADA8229B738", - "amount": "1195000977015000n" - }, - { - "pAddress": "flare19uvhftn6fsuph8337zh4587pax8cxu5vyfvapw", - "cAddress": "0x14f5653C359B232aD73796eaDBc2eA68E74C67B7", - "amount": "968580974862000n" - }, - { - "pAddress": "flare1sfexpqf48jsvv7ltcahex93jx26uyu7ahfe9ap", - "cAddress": "0xe01a1296BA44EE51EBc9Da978E2e95BBeDFb40eb", - "amount": "134485731017000n" - }, - { - "pAddress": "flare1pkzncdlywxfw4z0vqewpsl7e47n32zjhcv9wdy", - "cAddress": "0x29F6D8648ABcb33d0d17d5067Dc533e116b7CF15", - "amount": "250000000000000n" - }, - { - "pAddress": "flare170s30r8ukcpp204p6mwlxqygnefanmakrfpv53", - "cAddress": "0x85b418A043139F1659F3fBFc52F4D674ec444838", - "amount": "53000000000000n" - }, - { - "pAddress": "flare1r3u9csgne347p4yt7xv6x2qcyy4jk65cdnflfe", - "cAddress": "0x185178dfd671c4340cD2ef152DBf28BEdf7134A9", - "amount": "74999974000000n" - }, - { - "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", - "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", - "amount": "599999984000000n" - }, - { - "pAddress": "flare19kzyd53kl2rpa6juv9zkclgue23g5es3khx6fy", - "cAddress": "0xaef9e414e305572c03f32472D570353CFe572DB5", - "amount": "88059977000000n" - }, - { - "pAddress": "flare1f289kanxtqpfqk0tcvrdv52jr46kt5d8l3cjc2", - "cAddress": "0xb53c8522Ded2d4Fd8A6dceEE7E6C7163774B48B9", - "amount": "82211114664000n" - }, - { - "pAddress": "flare16uzuezefgh9dsv4yhtpwq0tgu652hncj0jmyup", - "cAddress": "0x86449A46C5928037559264Ac3aE2863406AAE762", - "amount": "2063521652250000n" - }, - { - "pAddress": "flare1qntscv6gr2rddjqcwaadgfu6uj0m5hm9e6dkpd", - "cAddress": "0x9a70dADaDD78AE2caea35fefd1d58e6BB8F055e1", - "amount": "50000000000000n" - }, - { - "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", - "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare15g3k2gke35z9u0jsqqxq05u62r467yunpqm0gt", - "cAddress": "0x21804807F7a74c3De57B69c4aF46CfcBe9E5d666", - "amount": "51529121186000n" - }, - { - "pAddress": "flare1jqexqu4vj0pr5drl4yfcwvtv9gnkw7fxr4sqe0", - "cAddress": "0xEf01281e7B22FF3E3bd232c66FbE6148fE24613A", - "amount": "75000000000000n" - }, - { - "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", - "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", - "amount": "7904261783091000n" - }, - { - "pAddress": "flare1x4h89gur43z3hhp3areyzvh60sl6yt667yt29u", - "cAddress": "0x1682Eb9B28d718516554eA8CB81152836e37c4a8", - "amount": "214549975000000n" - }, - { - "pAddress": "flare154etkfn0ggecgu92c748d7jacvtwlw9ahdpad3", - "cAddress": "0x42F8BA994D76524CF13eC55dCD6983ebb4054Cc4", - "amount": "350694450000000n" - }, - { - "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", - "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", - "amount": "50000000000000n" - }, - { - "pAddress": "flare169yt6v5jwrgmyjcfylf2zn8fpye89fxv685kx2", - "cAddress": "0x3FA84B70A195bBAAff5d2419D7F48a108a8Ed7C0", - "amount": "77595649832000n" - }, - { - "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", - "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1gqnxd6wh8vyfcd4tra9x7ugemc2t48p2sz5wec", - "cAddress": "0x0BD3A28C148A9f5075358B3156Eac85f608Eb61a", - "amount": "203476000000000n" - }, - { - "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", - "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", - "amount": "1700000000000000n" - }, - { - "pAddress": "flare1kdaj5afd3zfj99xk629pqyx5hy4cj5ha9x5st3", - "cAddress": "0xbeA1d7BEB5cc34Fad18E4E44fa2724f7EFD61316", - "amount": "67508161730490n" - }, - { - "pAddress": "flare15hns7kn8lqkn9mrku0vyhvv6pk35svutpm45mj", - "cAddress": "0x44d75A5a3F90dF2d2d68A9745D36849E2DDd6C45", - "amount": "3863362429238000n" - }, - { - "pAddress": "flare1wv6jn3wq2u9kzd2zpctemf05juefx9wzq5rvjr", - "cAddress": "0x164C935302e700eA04485B2A43184Da514f91635", - "amount": "598000000000000n" - }, - { - "pAddress": "flare1pcxs6qwuyjwnu6k04r7qhfft54hu07f7yzmt7a", - "cAddress": "0x65b34F76a4D5bEdF2C5ecA8c3260A52fd03fb867", - "amount": "64335000000000n" - }, - { - "pAddress": "flare1fmunu2z9xwdzmarzu0vs5p48vseefugs8ar6dz", - "cAddress": "0x558ebf487A1220Ae6fF58328048f37323Bc656F8", - "amount": "700000000000000n" - }, - { - "pAddress": "flare1580ux8pr74vhsqazqt0j3yfzc0jlmeh54ex778", - "cAddress": "0x9CCfbc6D9993b40e6CEA064Fcc160d228e743CD5", - "amount": "299999998000000n" - }, - { - "pAddress": "flare1jnuygfpw2g66d4znjnlf899ghgss7zzv5dse3s", - "cAddress": "0xc391f45E0CE1EFe30778082A9e9c982FDf4F4232", - "amount": "50009989000000n" - }, - { - "pAddress": "flare1rynpmc5fzfy4xen9k3r6vx6h26c9u4vkylhlmf", - "cAddress": "0x424456c44FC32f9f8C6292cEAc5d16323D907871", - "amount": "240228995000000n" - }, - { - "pAddress": "flare1wa34teseglnlfgwnpptjkjf5racnhhgzr2qnlt", - "cAddress": "0xcE23A5E98C120d6De7bf119f126487915Ac0bE11", - "amount": "106000302758000n" - }, - { - "pAddress": "flare1utx5d5cvf2074llkcz6hxjkjaqvwwc9mqh3n34", - "cAddress": "0x056D11E02668d4A068875B41C108dCAD42b1e368", - "amount": "117969991000000n" - }, - { - "pAddress": "flare1ywk26gwjfapl57fftkqe6undsn5wgj8lgr9zm8", - "cAddress": "0xe05848dCF80dCFEF493EFb6b0fD654F41499E807", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1gpar5z4x38k78tw2mg5ahj306lhezj2clg9a68", - "cAddress": "0x0989671cb1c720328A3109Cce2cD4E40d53197c1", - "amount": "116765984000000n" - }, - { - "pAddress": "flare10l4jrvdd2nc0xtrsm8jxm0n5nf0l2fmw65uc0z", - "cAddress": "0x2C27d9Ee0BBBb350B8F503EA134d618956cebcD9", - "amount": "155889964000000n" - }, - { - "pAddress": "flare1mvmfw734vc793zsk49h7uyqxf0ptuthh4kdzf5", - "cAddress": "0xdEa62Eada1aEf16829D6dcB7008DB157E83F1635", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", - "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1cq8ffjzc5zu5ptsp5nrey948dkne57khe0apxr", - "cAddress": "0x53E1F373940728E289d47245C466de2e4691A9B4", - "amount": "4481990925000000n" - }, - { - "pAddress": "flare1eqtmray6cusdph2ksd40x8490ky56rj98yxpam", - "cAddress": "0xBD2d49103cd698c53010e641D59Ed420D4533229", - "amount": "300000002339000n" - }, - { - "pAddress": "flare1y6dw4sh6quyjwmht775ukummvme94e5g4gtyyd", - "cAddress": "0x24e260f48Baa5a53fC87040a32eEB21128513685", - "amount": "58800990000000n" - }, - { - "pAddress": "flare16nsh3ejhlrgfn53zjp0wc8pz958amue3u7558p", - "cAddress": "0x41F63D324C236257897C5e9b93c3539EBa2f09B1", - "amount": "270739877116000n" - }, - { - "pAddress": "flare14h7aa9806shktwfq7yz6l03q2m2umez959lcsz", - "cAddress": "0xAaa4bbF3124783841562A016f4596EE803252D9F", - "amount": "432634000000000n" - }, - { - "pAddress": "flare14gqw3emr9lal9zdfcthw7vj4zdygze7nhl8dr5", - "cAddress": "0xB48bAeb3AC5940666644c2fcf4Ec275B2e426ABa", - "amount": "2162506050379478n" - }, - { - "pAddress": "flare1z8f68z4yv9sg5u7ux5muc9v8nnpyky6eu59kz5", - "cAddress": "0x2620eaAF2c51921025043CD861840bC050DdFaB9", - "amount": "441615977000000n" - }, - { - "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", - "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", - "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", - "amount": "75050000000000n" - }, - { - "pAddress": "flare1fgx0ajjdpy39ljsxhrtl0lhp2pvvnvfzwszdhw", - "cAddress": "0xd438eC32D5E3b60eDf3fd986F69873C307f6721d", - "amount": "114521922413000n" - }, - { - "pAddress": "flare1fyhcmgn8wvwytkyh8f9gamx5sdd6a5tlc5r0ey", - "cAddress": "0x19daCF0C7404241c8323DeFD08E58C55820aFd2f", - "amount": "204678893350000n" - }, - { - "pAddress": "flare12qad80ger76yh8204vguufsf2hllwywqmnlf4a", - "cAddress": "0x474361291c87aB60C2A7C46505E722c807B05FA2", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1qk47jz66c5ngajfl6h0zk75lx6u7j3jzpkjglu", - "cAddress": "0xa5742045395838A148d430651D17c3Fe1E923345", - "amount": "50000000000000n" - }, - { - "pAddress": "flare15g92xwwpy3m868msv5x889ndjzm4fngxgh9l6d", - "cAddress": "0xa6E8c074c73c10c12E9714D6ad48EdfA900C2677", - "amount": "50999997000000n" - }, - { - "pAddress": "flare15zwvyg4yn4dk5q2vqyfe60p466e2sjn8j8nfy3", - "cAddress": "0xaF59eF2E0527aCa57BbfACe87F83141f7Be9D733", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1xahq4sm7czewqq07502x4z7pday6grl6cf9z5r", - "cAddress": "0xE7d9294B83f8901531759bA1fad96B69B6c191b0", - "amount": "80000000000000n" - }, - { - "pAddress": "flare1zll3yfnahrttv829ymxxlul5s7wc80qttuf8cn", - "cAddress": "0x59bB624841caf0f73f84494f4397f5ec4f5924c6", - "amount": "50000000000000n" - }, - { - "pAddress": "flare19acwktse4sp6zmwlr05zuhpsa8dh6hzh6y320j", - "cAddress": "0xF8b6134d068Bc9478C17314f7DBe509769c4fFF5", - "amount": "50010000000000n" - }, - { - "pAddress": "flare1d9x87mx4fh0cccrvtku3p6umrsxv9e0jhc4w0m", - "cAddress": "0x77Fa775e158eFFf790a82Bf5eeBAAE249BEf233c", - "amount": "8000000000000000n" - }, - { - "pAddress": "flare1f70fhky49gsypgy8w7qg4ztxnax8raumvzhzjq", - "cAddress": "0x930912A1Ad1ED915fCe2346Eff955E9865234076", - "amount": "72182963000000n" - }, - { - "pAddress": "flare16h7xzcxcjz5n5876ejexmg4a6ze3adzmue0qxw", - "cAddress": "0xC0aCe27701E89ba5435E382BfBDF8DEd8509258E", - "amount": "639704630020000n" - }, - { - "pAddress": "flare1jnm4gk30g8zcgggyq6xlperpnklh36m5hreuag", - "cAddress": "0xA314AF25870746cD949a2cFe2E7d07923EdA6321", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", - "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", - "amount": "4768921725069359n" - }, - { - "pAddress": "flare1aa3tktja0ya8xzgjv8kj73e9wwqwgfyrxrj4t8", - "cAddress": "0xd22F20f36b4745e84785968fc9FCbA33e2690235", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", - "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", - "amount": "299900000000000n" - }, - { - "pAddress": "flare19pkqvvjf6qc2guudeq84mxvzgtqqchh0tmz2aw", - "cAddress": "0x4c78Ef34eCccA0f35f91bE0d488feD33e274E60A", - "amount": "113549990000000n" - }, - { - "pAddress": "flare1vurvrmdu09v9lwmhjul0arukdymkttet0y4quj", - "cAddress": "0xE858254fCe3697bdb28e19f6AcAdC21984E24530", - "amount": "13625005000000000n" - }, - { - "pAddress": "flare1hjakr2lcv79drzf5zu7jdqemldcf0xstqjayw9", - "cAddress": "0xEa54089AeA82fF3e4da3D80000b213D095A06591", - "amount": "72350000000000n" - }, - { - "pAddress": "flare1v99a78merl79cry70833836defzldcq7wfdmjn", - "cAddress": "0xBCc104AE0301d21008bD15f9de3296D83128cB6c", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", - "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1hm6me5k4n75a66gwkhqep4fggvwspjzrgpjese", - "cAddress": "0xc35D55f075D0ef43Ee9e9c2183ce38Ac58f209A9", - "amount": "1597917000000000n" - }, - { - "pAddress": "flare1f47dhm37atr9gkvlsyxw60ht47lze4tl44rtwl", - "cAddress": "0x13c379d3b6243f23A4dfbE652Da4a1E808AF08f9", - "amount": "233879957000000n" - }, - { - "pAddress": "flare1l7uqfsq9ffyfvqqsgfhw6cg4q5rrgyzx88hv7w", - "cAddress": "0xA8Cf24EB0F02bd1DA037d9625808D52de63Cbb30", - "amount": "50008000000000n" - }, - { - "pAddress": "flare1mtuda2zd9k8ej42enysptaemf4dq0rauzqyftw", - "cAddress": "0x7af18fD206127cF406729f6180a2dA7C4687dEE5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare14jd4j9z6yuppuzqs9fuyuh6e7yml9rfc4kgv6u", - "cAddress": "0x82846899C161C03ED7440D32c4D03d89Ab08E7C9", - "amount": "400000000000000n" - }, - { - "pAddress": "flare1f7f0fmvvxg34d0zuxtkapnd2e0yjn74lcvra67", - "cAddress": "0x6cbc6412FadBC4aaCABCCb415B73BbABb1B57DfD", - "amount": "90249997000000n" - }, - { - "pAddress": "flare1m5d2nzr6f5smec6ja8pvw3d0aewgvdkwnq5jyj", - "cAddress": "0x81105CFb28feAc3dbd8f47D77e58dCaAc8F0b493", - "amount": "84568979000000n" - }, - { - "pAddress": "flare1ct70x450kxxa0ht3cvr4n7stj93885rsduyhjy", - "cAddress": "0x5E55DFa773089eFe37396B9faE9d4F31C81Ce0eA", - "amount": "191030669950000n" - }, - { - "pAddress": "flare1e4l66vt4yr6rr786z2fr8hxujdma5ufdpxklqt", - "cAddress": "0x2554bfcdb2436fAa0b1831F3619e5Cd829B1079d", - "amount": "1909382998000000n" - }, - { - "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", - "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", - "amount": "250000100000000n" - }, - { - "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", - "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1gtyl9fts86nxe38tfen8gxjtf2rl0mga5sjpc7", - "cAddress": "0x06Ad7734782a6DCb8F837e11a80fa512b9a07f04", - "amount": "772217836388134n" - }, - { - "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", - "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare13e5cc7avdr96wruyf5ree5004ykjwazysq9jcd", - "cAddress": "0xd0E68a76fbb23125323bE092476221dFC34e670B", - "amount": "77014073000000n" - }, - { - "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", - "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", - "amount": "62646693854651n" - }, - { - "pAddress": "flare1vmlh28thwmws2pjqvd78gek0edq77l6v7a6szr", - "cAddress": "0x3f30BCABFD0b1c2f941284CC3B93095A5c53eBB5", - "amount": "199999973000000n" - }, - { - "pAddress": "flare1m2v59xa5pra8k29sup3g0nmg289mffw5wjlpks", - "cAddress": "0xd2d169E55f23Ce26f56Fb45723BB77173B112Eab", - "amount": "58165681558000n" - }, - { - "pAddress": "flare10h7lpdx4srewf3av7pmxunnrme0tqmhqafeygm", - "cAddress": "0xEf7D0505e3f9225C40Af92DfCFA276766b87bB6E", - "amount": "3833480965000000n" - }, - { - "pAddress": "flare1zzrejt36cnkx7ark96ze7hefglxelemfzhy7u4", - "cAddress": "0x2F69527B887Ebd1371FEC590577285FC2eccb4EC", - "amount": "74668972000000n" - }, - { - "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", - "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", - "amount": "1400000000000000n" - }, - { - "pAddress": "flare13shtpwvryyq9hf982al8v6n47qptdfjpqwc4z3", - "cAddress": "0x487011B01e860B1128125008353Ee3D56CC0430c", - "amount": "60000000000000n" - }, - { - "pAddress": "flare14qnppqnmsvmqlqjk8ylrc7v2ndhdqlpudqr3v6", - "cAddress": "0x6026f1331130DA7323a1C89aA63934BC46f00FE8", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1yg643qy0m9xcmt69xmdzjnhqhxpr0x4f00p0dw", - "cAddress": "0x1d6566b68E1A1eC40E8ef08c3F217CF0E840AdE2", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1sfnu6e5hnfmmgjfqhj5gvyzhe62vx5r9nu6qmz", - "cAddress": "0xA0BA1672aAEb5C764523466e8C3a28625B9A507d", - "amount": "101419979000000n" - }, - { - "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", - "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ww0zqrjp2vp786jpdl2tajd85t7cx53sk8waz8", - "cAddress": "0x3A0D9c760171f806cbdd31BB3b85653AF487296e", - "amount": "550000000000000n" - }, - { - "pAddress": "flare1v22h6ca72jfvkc5s53yd0w49un0q3tevm9kvpf", - "cAddress": "0x848A584C158e85ae2871bCe07F703bD86B127fE4", - "amount": "700000000000000n" - }, - { - "pAddress": "flare1unxe2frn3fh7sdssyjggv8emxlmxujw7jk8lp5", - "cAddress": "0xa1D409dC422382851381d1E70F79d65210347d47", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1gpny8mlhg5wvhmla7zeqgyfur7a753vf5tpwt4", - "cAddress": "0x9f096346CcC67B25Be60B6f590FB68F63ffFe29b", - "amount": "63147718559574n" - }, - { - "pAddress": "flare1wq9lawvhjn9cqlqfnqdgh3x6uxq7jx8nx5ucac", - "cAddress": "0xbf9307c2b1C4bc25e3349449C5498187587F1bC9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vzkckh2t0ztqsadw2g55evdk0rjgfg76serlhj", - "cAddress": "0x4719ac741d80E68f5Ba848866c96a4D01FDa6eba", - "amount": "911025419705000n" - }, - { - "pAddress": "flare1y6yl4sd4khggwmygtaq0pqp2cuv23kgzdl26vm", - "cAddress": "0xb79b7aEC0A18Df3bF6d037878A54Ba95ac4FeB9C", - "amount": "117740000000000n" - }, - { - "pAddress": "flare1exur6tmdfgxzpdjr6g9090nx2afk2rv9qgr9g2", - "cAddress": "0x128C6783d274b541Cbbb4F4133E1fbb2a599965A", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1uz4emx0vd079vrgk8zlrardyqxgccvgqhrnume", - "cAddress": "0x5B416D5270157C261e3BEe6C0e5D7E076996c960", - "amount": "600000000000000n" - }, - { - "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", - "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", - "amount": "500000000000000n" - }, - { - "pAddress": "flare10enpjra2cfvdc83n6a3v7zvrgcnqj5xqlsca9r", - "cAddress": "0x515f8564A9B206e2031AAc4010ac20119266866B", - "amount": "85811064000000n" - }, - { - "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", - "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", - "amount": "199999998000000n" - }, - { - "pAddress": "flare1j82e3qduv7868jyv7w3lrevyn44tgu6pazqgu9", - "cAddress": "0xbB35aD43DB34433CDbd189695D91c4644842973F", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ywcwxvuuk43g94pmem2ngzkvksmuf7dl5tyezu", - "cAddress": "0x7e63259055f26A569AB8EB787822a94cc054471D", - "amount": "56145004000000n" - }, - { - "pAddress": "flare1msgwtynf3d0w0afzzmfxamnwaldha25zhnqk0y", - "cAddress": "0xE968f7F5F0F357a3743D7F592AFC429f9a23699C", - "amount": "164328000000000n" - }, - { - "pAddress": "flare1da385jdn45gcf2as4p8zr90eh6vla0qqg6ywa7", - "cAddress": "0x6D179F338fB4beCaF0987Fc657Ab6F2C324f998d", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1je0ly86cua0ns4cnalxfj9e7qrxsv5xn4d7qkx", - "cAddress": "0xe44C49F4127e6174ebA67059A82c3c09412bD02A", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", - "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1g4hr5kwkrwvh60j9pmgtvsxejdrtdle6a04ql2", - "cAddress": "0x06Cb66E56D2B29bf99bf80C6B50721F4B0dEb368", - "amount": "70000000000000n" - }, - { - "pAddress": "flare1x7dqq4pqaejerjjfsm2fz99h68l5jna93v8spm", - "cAddress": "0x709465e5355A7f000fd98d9B2CAAC4b642b4540B", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1wnyl92jfffygmjxwd0sc5xpxqse0hn6fqkvljl", - "cAddress": "0xbaC14b097fE2f1206672f2015dd2F063F57dA9D8", - "amount": "100000975000000n" - } - ], - "totalStakeAmount": "191623907973247931n", - "cChainAddress": "0x4705B22512229FC92B50d6d263Ae16e57a6E51ea" - }, - { - "nodeId": "NodeID-4e5tHaeoLvpXjtY5uMXtuYJgEWZ2JiC4D", - "bondingAddress": "flare1s5e3wmra32hm0t7tc57ryk7yj3t6h9amh4rfhk", - "selfBond": "2250000000000000n", - "ftsoAddress": "0xA9C69eb9De79188A9ABa46c5336607F88A80eC89", - "stakeEnd": 1745514024, - "pChainAddress": [ - "flare1s5e3wmra32hm0t7tc57ryk7yj3t6h9amh4rfhk" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "LightFTSO", - "BEB": "2250000000000000n", - "boostDelegations": "11250000000000000n", - "boost": "11250000000000000n", - "selfDelegations": "746024000000000n", - "normalDelegations": "18248354389427000n", - "totalSelfBond": "2996024000000000n", - "delegators": [ - { - "pAddress": "flare1m55c8fgrautgsmlczg0ymyywlx0stqvf0qdf3l", - "cAddress": "0x72eE54791cD61477d56a78FaE3962B9bAb9E365C", - "amount": "68000996000000n" - }, - { - "pAddress": "flare17tqev2z48prgctwjsrdusr69z8qy60n025dyfc", - "cAddress": "0xb65Bc374546D9F5d46041F09c97B89c4f9b8F9aa", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1e2d8rnk5ak6urxtnpr4fsw6sdhtvahzdcze9xg", - "cAddress": "0x526Da6AF0c227885B14bAde8B43dFf975b94Ad83", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", - "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", - "amount": "914683886913000n" - }, - { - "pAddress": "flare1l5q3kl2jllnkly4n9s88u5l6m3jdp8umtslynn", - "cAddress": "0x0ddf294e133b3BA08D7d4fF99a3d73F7bB305311", - "amount": "6638520000000000n" - }, - { - "pAddress": "flare1cw666qnw3eumcj9c47uv4647jpkssytdv4hhha", - "cAddress": "0x13D0C03EC0DDf1fdFECcF0eBE347c5c2661eb6C6", - "amount": "210998995000000n" - }, - { - "pAddress": "flare1yg650xurvjlrqp4nuy43nfkjtgc4hj8xgkzvg3", - "cAddress": "0xB30D485DAf2A8b418669e4e92978935ad8BC6a3C", - "amount": "181101021531000n" - }, - { - "pAddress": "flare1dp93th77dzap0lrxktvrekltewtglyv9nfw7fz", - "cAddress": "0x82d83A144332C57903A479545c8897c7CfF99F12", - "amount": "50000000000000n" - }, - { - "pAddress": "flare178heykrkjkqtk80xzpe3dc40mn34czwyq0as9r", - "cAddress": "0xafd7884f7C515A8Ec10287C17cEf868f452783EB", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1zrerz4z3t8tmx6gqec28dyqpxgsjmwugjkfljp", - "cAddress": "0xD95e577Adda0F102F42E8bb6dA18BB8322936F51", - "amount": "2110002000000000n" - }, - { - "pAddress": "flare1mu5666sfc8fkeym5ujamd3e5px20y0zwcap7jt", - "cAddress": "0xD211e82bd10cCA1d917AB806072B8FA16F9e8749", - "amount": "60000000000000n" - }, - { - "pAddress": "flare12m66ql7r984unmn6mcetrh8kysa543gyqkkxlt", - "cAddress": "0xF386C0cBFA8f32408f1FA94BE4d43566B47B5d18", - "amount": "50000000000000n" - }, - { - "pAddress": "flare178n4qm37mj3p4xyacyymkkxavj5frdx2ehl2em", - "cAddress": "0xD3147e4185aFbb1df41cc93350C06Fb6E229d370", - "amount": "50050000000000n" - }, - { - "pAddress": "flare18833wqa224ejg8prmartykaqt2pk7ja6wcj8hx", - "cAddress": "0xd0557A5B16b67212fDff07906CDbf9a11ec942fe", - "amount": "206223587650000n" - }, - { - "pAddress": "flare1hksmum9jj4xlp25e8ss9dzq2mltk8lw5xmuv07", - "cAddress": "0x085379f03A7eadc2A072E67878c5AFb49775b4d9", - "amount": "65593382499000n" - }, - { - "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", - "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1mkgnqprhace98dqjvw3s920knp7xu32kw9m8mg", - "cAddress": "0x9592a4526F4337054b7dDd72E3D38D20906ea430", - "amount": "76141964000000n" - }, - { - "pAddress": "flare15m3epq6f8w60x4luls7xd74wjmv9curm88s73r", - "cAddress": "0x5c4C55ad9dC2aa4DC85b1df134f157527d69C2C1", - "amount": "98302995000000n" - }, - { - "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", - "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", - "amount": "120999996000000n" - }, - { - "pAddress": "flare1xrxvajmqa5r3eyhc8uxzsjv5qsrmf0xunuzva0", - "cAddress": "0x32D573d79990A8035781236e5f5e83CaBeAb1dC7", - "amount": "99411975000000n" - }, - { - "pAddress": "flare1q3s4t3f0r2suznhzz4hy9nc45uqpy3qtupltve", - "cAddress": "0x5Faf217757CDD0af338FaA313dDCd191E4836616", - "amount": "53253832000000n" - }, - { - "pAddress": "flare13nccx764p0r3h5psj5xywwrhrkwvuh094tcg09", - "cAddress": "0x8bdac835DfFb3CaC12Cca0bb2b4cA297A913c905", - "amount": "120027000000000n" - }, - { - "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", - "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", - "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", - "amount": "156300000000000n" - }, - { - "pAddress": "flare1hc94lsyvf7cp2h0c7zzvemffl67wm2geum0uyx", - "cAddress": "0xd7eB2aA24Dc5A0f475Bb9d449e87c3b1Ac43a9f7", - "amount": "51000000000000n" - }, - { - "pAddress": "flare1vhy4tmlsj534khgp4nf0wppur0mq8w47netk36", - "cAddress": "0xb7675Da2d6Ed9D452fa7bca88a77AadF46555796", - "amount": "299999997000000n" - }, - { - "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", - "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", - "amount": "250000000000000n" - }, - { - "pAddress": "flare18c0pduwttk70ezvc2cvn0974ukdxp9606rwxsk", - "cAddress": "0xCE57b8652457FA976213434eE8e4166cddf9FF82", - "amount": "50000000000000n" - }, - { - "pAddress": "flare10g7kq75568h65fmrsgut76vve8y77g2ff6mh6w", - "cAddress": "0xDFf351C31c6e5447CC7CE25dcf75d33E53547F72", - "amount": "3537193040000000n" - }, - { - "pAddress": "flare1z8hrs3f99etlkfeynw6zv7k0vlstuhdw9amcer", - "cAddress": "0xFdFeB243017b0a403b94fbED64A000623954f4E5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare14xwx68hs5qqhq872gf9elsf8236casxk7dszrg", - "cAddress": "0x1D3901bEDC2162E12eda9006fcaFe1F8D2dB2cEB", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1stgahl7q9v5k7thn3g9cmr6rjp0cr8c2hhem9v", - "cAddress": "0xeD29772279FE0605470Ff7f76F2E068B7C5415Be", - "amount": "450000000000000n" - }, - { - "pAddress": "flare14jd4j9z6yuppuzqs9fuyuh6e7yml9rfc4kgv6u", - "cAddress": "0x82846899C161C03ED7440D32c4D03d89Ab08E7C9", - "amount": "400000000000000n" - }, - { - "pAddress": "flare1wuw00m8p3twc02vsls28gxtn0x3hlym7yls9nj", - "cAddress": "0x413d8CEDf7A8963aB3058b1087538C1795ff97ab", - "amount": "200000980000000n" - }, - { - "pAddress": "flare1tcpx7zapnnpyua27xamlx9sr6wm30wn7g72m2l", - "cAddress": "0xdA43E7c5D86034F234C31E5668f4074C88050d6B", - "amount": "203482753834000n" - }, - { - "pAddress": "flare1z5lkqctp38hda4mmmd2x30mn365ymnfeyxzv4k", - "cAddress": "0xb9fBe36eaC84fB9224f9242cb63c2D2e0D906E3d", - "amount": "69000000000000n" - }, - { - "pAddress": "flare1wr3e26efwlrdk5hjkep8zht8xd0f0jdsnk9axt", - "cAddress": "0x485bf6D4ff8422daBB5dE2750e611e1e79DDDf11", - "amount": "102999996000000n" - }, - { - "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", - "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", - "amount": "455065991000000n" - } - ], - "totalStakeAmount": "32494378389427000n", - "cChainAddress": "0xF3F551cBe72A32649c721939DE3b6C1B3bD50Ccd" - }, - { - "nodeId": "NodeID-xi5DWBUKqBJUWvHiDEr9hpVNLGbxRtu2", - "bondingAddress": "flare1jjastkh4pyv8pem0gzqrhkhhcst9860a5mcp4w", - "selfBond": "30000000000000000n", - "ftsoAddress": "0x0000000000000000000000000000000000000000", - "stakeEnd": 1759244938, - "pChainAddress": [ - "flare1jjastkh4pyv8pem0gzqrhkhhcst9860a5mcp4w" - ], - "fee": 100000, - "uptimeEligible": true, - "BEB": "30000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "169922635658819913n", - "totalSelfBond": "30000000000000000n", - "delegators": [ - { - "pAddress": "flare17cnl5hfc3sr0xxwys2re94j2kynny5hyvw6ha2", - "cAddress": "0x5821c91C0c1695905AAf92CEE624346B4028877B", - "amount": "50050000000000n" - }, - { - "pAddress": "flare1ct3c4ka8ksc73v44uf9qhqxw6azgxns6n9c245", - "cAddress": "0x517773eaC8d4e11db8B39EB79149815183a1Ca55", - "amount": "927574998000000n" - }, - { - "pAddress": "flare1kcc0424zqqr4u5l6mh8u97t85wjg4r8vff8ere", - "cAddress": "0xe066fE6a9345B7ADE8a090342Fc6cd72bE908Bda", - "amount": "59000000000000n" - }, - { - "pAddress": "flare1pxj4ewrycqhhpj0j4qer33y7wpvkq0my9d396v", - "cAddress": "0x7ce71286947c74a2dB2A8F78dB30A3c83D072397", - "amount": "67529997000000n" - }, - { - "pAddress": "flare15lget3ajp47p2yx5t95e9dsueznsj3y0lgmzj9", - "cAddress": "0xF603a52cfE24b82bB23fF6678C259aA178f9aF61", - "amount": "80000000000000n" - }, - { - "pAddress": "flare1cynahrede94lpnvtdvdvkmps5fz6zc0r4ffdg5", - "cAddress": "0x4cC6B7AAf57e0d0FF192737b6539db3BaC8Ea236", - "amount": "800000000000000n" - }, - { - "pAddress": "flare1mz3azc7ynldyw4vpgsjsque8knqtf70aej2smt", - "cAddress": "0xf5feEAC1984383cA46894AD4456c3bE3EA4D6C60", - "amount": "197154996000000n" - }, - { - "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", - "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", - "amount": "107666000000000n" - }, - { - "pAddress": "flare1n2e6wvymfu9ss8aap6tyldane7ahjezeqejll7", - "cAddress": "0x063DaB8F93fA111Edf2b263f702708AacC7E69D5", - "amount": "75160011000000n" - }, - { - "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", - "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", - "amount": "82587707271000n" - }, - { - "pAddress": "flare1nldvhluq43gy3xdv8j9m8jdxplp0jr5wr2zah7", - "cAddress": "0xBc8A95F566D1cf5f419Dfa3Cb548439ce78E16c1", - "amount": "53002799148787760n" - }, - { - "pAddress": "flare1vshch2yw0qynlkdx46txwyhuhua7qsymygqr5c", - "cAddress": "0x2CE4542DB807279ad62ecd34A42FBfab28556B69", - "amount": "99999997000000n" - }, - { - "pAddress": "flare1088kujgcta75mywqrhlp0wm7nj5e63nlnt0xld", - "cAddress": "0xDA131DA72560409bb7fD217CE934aeAe5D4FdC37", - "amount": "188872996000000n" - }, - { - "pAddress": "flare1r9gxkcpxyk7j4zvqrr36zvfwq0csw4w73ptqxg", - "cAddress": "0xba2Ada7677ba695e1eD81695727202E4cD1777e7", - "amount": "200287111530000n" - }, - { - "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", - "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", - "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", - "amount": "900000000000000n" - }, - { - "pAddress": "flare1uj2d239kz8khmsjdgcdqep0r2ah22v2ffgedcl", - "cAddress": "0xf91b81cE734b4f0500adb180cBACD4EFDe7b42bC", - "amount": "2347191025430844n" - }, - { - "pAddress": "flare1djywxkdgldz2tzd5c80d55wdtmvy8meu23v4n8", - "cAddress": "0x72EA25A4cF4C2BE3D22830b135EDCa856c800bB9", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", - "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1g007m3ygahnlj4apglxkp4ftl7rp8vhac6mq6t", - "cAddress": "0x13f9e38bbfB6966752DC6fB53FE335c0F6807306", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1d2sdpfhv5da7q83cu7srfaq9qu8p8qte8v47f7", - "cAddress": "0xa5E7080f72a366CD3Db686cdB4E10316A1E712F5", - "amount": "2208166388383000n" - }, - { - "pAddress": "flare1vffvn7xstamg0uhmxjet4kx4vnpqxc4gqfm03j", - "cAddress": "0xD025E4Bf078bD447EED755ECD18a3D274444577F", - "amount": "111715104384000n" - }, - { - "pAddress": "flare17yvprxnwu0srgdcapdjmzremzkacjnkhh4ankg", - "cAddress": "0xEb111ba063736258f92622BA7a18A56AA9763cb8", - "amount": "100496015251715n" - }, - { - "pAddress": "flare103pym7rd3tmvdv602nxcnutq8y3rd6pvg66fy9", - "cAddress": "0xd28F8Ad5437ca77856D7088BDB3e816Ea66Ba2B0", - "amount": "85740537555406n" - }, - { - "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", - "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", - "amount": "255551000000000n" - }, - { - "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", - "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", - "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", - "amount": "348993700000000n" - }, - { - "pAddress": "flare1hz8ezlcepr5jnef26vyu28j8uymszx0n6kw6cc", - "cAddress": "0xF5f064289B4D64Ad3ED242A1186489A7C8f96eD2", - "amount": "283653780595000n" - }, - { - "pAddress": "flare19lmwau8xaceez3zmqwh8cu95td37hftcn09hss", - "cAddress": "0x1D73345378805F18ae84BF3F9e8800909831e4C2", - "amount": "296337048305000n" - }, - { - "pAddress": "flare1yt523ktexjew3am9c3tkpusknld5dje8wvpe08", - "cAddress": "0x5c15A8b70D51Ecc5170fdfDB11939b904819b4e4", - "amount": "191750000000000n" - }, - { - "pAddress": "flare1jvhdxgnzmpfap3hez9y5pampk5l6ahsfg5y0sx", - "cAddress": "0x36C2366Ae52eE425B0A088DF677799b63d4f1015", - "amount": "144900000000000n" - }, - { - "pAddress": "flare1mn900y8zrrhl52me8wwu7zr39vtr0k4xeslrt7", - "cAddress": "0x494AF47Ea2890c95f471adB35ef995dc057B4CE3", - "amount": "53000000000000n" - }, - { - "pAddress": "flare1fhrdv0022cnrxhgu3np9yh0ks2yd4r3slluu20", - "cAddress": "0xb52c706B323d12bCA925ccc6d6541fEB0bD83c19", - "amount": "101512986000000n" - }, - { - "pAddress": "flare1p27j62qzus0da0k57x47zvvjd3p8rhausamr7z", - "cAddress": "0x504BFd5Af151C9425e7A9910A337aa51a5AceAfE", - "amount": "133006975000000n" - }, - { - "pAddress": "flare1q5eh7ydlnle22xz9eysps03detqcmw4vgkdeze", - "cAddress": "0x079B7198E0aa7ca68A36BE61CBcAf0e11aC46666", - "amount": "51890000000000n" - }, - { - "pAddress": "flare1whszfsplaj5ke3dvf2f4tyj9gvtjfl9jj3emvt", - "cAddress": "0xcad9b01B8A0F2FB89E79e63Dfa84E705aC776ED1", - "amount": "629376000000000n" - }, - { - "pAddress": "flare1ctwa6kdq8en5u0xtdmqf2clcgj2r0n9lrafs0j", - "cAddress": "0xF78270318b8F8747A8812343ED4e861336699Bbb", - "amount": "75199994000000n" - }, - { - "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", - "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1myufy4zzhxr990p9dx8j35fnm8u5uu0gz2xx5y", - "cAddress": "0x4Edb767504AF5bb91089a1dd124360659De06879", - "amount": "939019000000000n" - }, - { - "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", - "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", - "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", - "amount": "666198000000000n" - }, - { - "pAddress": "flare1j87n3h8sfa5gllf9f2krnvnralnq8zhz52eda6", - "cAddress": "0x65b659B01a9C70e2FaF1b1C6f8140D3f9B6eDE19", - "amount": "52422861882000n" - }, - { - "pAddress": "flare1ecdu5yhd87pl7srmjg3gmuqc52mt4tg37kvh2v", - "cAddress": "0x05D8B352453379edd0Df53E71c30058145AD7585", - "amount": "190177000000000n" - }, - { - "pAddress": "flare1vhwg2jngy6hwyzmarnqla8j8vz0jdnwxprfdfl", - "cAddress": "0x7C5a59bC1C62599778b1554D7D3Ff6385E42567e", - "amount": "600000000000000n" - }, - { - "pAddress": "flare183syxsjjqpul9rdu7jjrglnsjzx7rz8zrgtxkv", - "cAddress": "0x13a73155F02F3C945c9f7FE0c33fF00318419c01", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1e254nl6qdyf5c6myas2v0lzcc93u4nl58reh4w", - "cAddress": "0x98A2Ab0b2a0Eb6705372639d2b25180323E6a0cC", - "amount": "312468683097000n" - }, - { - "pAddress": "flare1tkjphhdzpmhrlyt0ggflcd59ka0s6tf2xcxnxh", - "cAddress": "0x116f737741671Af13E1F0B832edaf22755772F35", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1lgnhln09z7mmk8jszjffaavn7ljghele6dkdgv", - "cAddress": "0x4d278178259164BE359Dc9499D4A49b1417F591a", - "amount": "1891999996000000n" - }, - { - "pAddress": "flare1yeluhrfsp5xgm3qmz4p0dv20y2sw4c25mdu2ph", - "cAddress": "0x97752AaA4d5a8346c235e5CE4922553E1B293309", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ctm6exx8ev3p5ulkn9wg473mhxx8alpmgjxww7", - "cAddress": "0x3415d0D3EDBfC56dbB44d59D06693c102D59AF52", - "amount": "115852790919473n" - }, - { - "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", - "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", - "amount": "5000000000000000n" - }, - { - "pAddress": "flare1n9t3vzvk9xl9em9unn83yne9vgja6x3rjmpkcl", - "cAddress": "0x2eaf1657bDFA6052c8377D07C918Bc59a46ab724", - "amount": "108077165260000n" - }, - { - "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", - "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", - "amount": "415000000000000n" - }, - { - "pAddress": "flare1reucya72ty7nd5pyd0rn3pmqf3s52egz26h3yw", - "cAddress": "0x801f46836bf01d173cD89b5E462E9D030eC638ef", - "amount": "1117250994000000n" - }, - { - "pAddress": "flare1r6qzrc5zgy6rk9fxazdk5hrqzmfudxhfadsex3", - "cAddress": "0xc7f10EC0559e9b8Ce3e000768d42d50Da596D036", - "amount": "70000000000000n" - }, - { - "pAddress": "flare16w8nxucg5knu3psudlra46lcydjnrhp8yjwyaq", - "cAddress": "0x4C8Be75613b9AE2bD4Db0690Ed98658eF078Fc56", - "amount": "55486000000000n" - }, - { - "pAddress": "flare16vrewk095sg9ade75ega3sra0yvahfzpzeyfwh", - "cAddress": "0x136F84DB593e0D124842E96a8653a14C10679e4B", - "amount": "93999994000000n" - }, - { - "pAddress": "flare13fcrc8w6lyljm92tj5r887lz83dxeyvtnxyly9", - "cAddress": "0x03D19e4E6A1B065B843aB3766B5A48c616c2e319", - "amount": "69999994000000n" - }, - { - "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", - "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1z6ej8lfynfupughv6qf6thch7s0l9aw6xzzsg8", - "cAddress": "0x0056C372D0414e4A856F0f8Dc6CceBC33b20A586", - "amount": "194124000000000n" - }, - { - "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", - "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", - "amount": "5737827996000000n" - }, - { - "pAddress": "flare1m7tgwu9f3g7znycl2aaq8pytxf6fczkch74a6g", - "cAddress": "0xBA15d3f14356160e072C04e5E4aDF4f27B5Ca00B", - "amount": "115177471000000n" - }, - { - "pAddress": "flare1j9fchrccduykxp75mq3d3gr4zlaa5gd3qurss8", - "cAddress": "0xCdeFB42021cfBcbFA605078D43F1Eed331BED1C2", - "amount": "299999996000000n" - }, - { - "pAddress": "flare1kw9jfzxsphxstndxnxk6pzkn8ywfr6ln27v080", - "cAddress": "0x15A0C6370A65c43676733922493f7289b936C8b4", - "amount": "3533918823296000n" - }, - { - "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", - "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", - "amount": "350000000000000n" - }, - { - "pAddress": "flare14h7aa9806shktwfq7yz6l03q2m2umez959lcsz", - "cAddress": "0xAaa4bbF3124783841562A016f4596EE803252D9F", - "amount": "400000000000000n" - }, - { - "pAddress": "flare1dtw78mq9405796yvax6m5prg0h7z0equq52km4", - "cAddress": "0x2f45c00768489dC836AA55cBc90a25ff58905879", - "amount": "85942961107000n" - }, - { - "pAddress": "flare1u60wdmsn3umgd35dnqkp7w9kmng94m6jn055k6", - "cAddress": "0x06ab5Ac3ad56a638753cC4Cb8f96c4FA132c9adc", - "amount": "96112865129000n" - }, - { - "pAddress": "flare19da0pgj2esneml5qe94996rx0xzsh0xvnj5jhz", - "cAddress": "0x0FC6C05E9EF7090Ba2133b4e0CE7eD255E13B4f9", - "amount": "401286000000000n" - }, - { - "pAddress": "flare12qad80ger76yh8204vguufsf2hllwywqmnlf4a", - "cAddress": "0x474361291c87aB60C2A7C46505E722c807B05FA2", - "amount": "77550444000000n" - }, - { - "pAddress": "flare1xh0ql3u48sp4zfap3f728s5rmnuyw3wk5pr356", - "cAddress": "0xEb4C1010E298F614338f92557B0828ADb896814E", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1mzdjuu0wn2k3pjf9gy8nn2k0va8l7hgukts6ey", - "cAddress": "0x984412dCfa1CD7d6BBC77d98696813391212f0C9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1nfdu64uqkwah4jegzzsldry0wyna7sr2te3dr6", - "cAddress": "0xD0b93638BD5265e019ADF71d172e08D9FA4D682e", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qu40ukp4phv74wvuk78eygmjrmcp3q2r6nwz23", - "cAddress": "0x7495bfA7DB736ae2C1072075701ff845a4010FCA", - "amount": "205392897905000n" - }, - { - "pAddress": "flare1qef4yxkpp0qrxcu6ay2sped3lg7wj4t0qfu4us", - "cAddress": "0x9d2dC4FE31D006E8597dF67F08fA6aa5546e9017", - "amount": "282643640324000n" - }, - { - "pAddress": "flare1x37hqw5srw5pxa543ghtsfxxpvfw0ynkxnkt5k", - "cAddress": "0xbA056d50B2B7b025225c69e789Bd738335C01Dca", - "amount": "59300000000000000n" - }, - { - "pAddress": "flare1dk02pjxrevr4fg467p83m2w0r6nxanh66hjnqj", - "cAddress": "0xaC0c8391c1A13E070e50BA052Fd0C5096193597F", - "amount": "59000000000000n" - }, - { - "pAddress": "flare1p39xk9ya4m4alf3wnevg0kgz87advx2macxu8t", - "cAddress": "0xD95056CdB9110940b14d7400c51C8cB2E2Bfaa70", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1p7zrgm7nps8tdnupegk5ra8xjwrfkuwrqf52dm", - "cAddress": "0xa41C166bA6b0e0836746937beC36dAB0Ac1b06C2", - "amount": "673194945486000n" - }, - { - "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", - "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", - "amount": "5189827336657715n" - }, - { - "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", - "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", - "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1f47dhm37atr9gkvlsyxw60ht47lze4tl44rtwl", - "cAddress": "0x13c379d3b6243f23A4dfbE652Da4a1E808AF08f9", - "amount": "233900000000000n" - }, - { - "pAddress": "flare18cyqx5x55fek2x20rcuzcw4796v6qpzj4kue8m", - "cAddress": "0xec850933c0Af2E8bb1C52F2AcC37aDfF10772a37", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1p2ezswyfq0yxnwvn0mvmul8ek8nads0d62kgvr", - "cAddress": "0x59dD38A08Df9924b34a2A67074FEdBc0101C3bE7", - "amount": "575368219655000n" - }, - { - "pAddress": "flare1ukjytzd8975zuy2smhl5m8xz8wrmypw4deekrz", - "cAddress": "0xe43a2D67ef40c50eCbA003eBA415a5A093d47395", - "amount": "11620043994000000n" - }, - { - "pAddress": "flare1ltjeeppkf2tndz8f5294d9ee65qfcfqnlu30lx", - "cAddress": "0x47Db5772953129917eBBaa8eE4D95F84769B2bB6", - "amount": "97525000000000n" - }, - { - "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", - "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", - "amount": "800002000000000n" - }, - { - "pAddress": "flare1t30jaew0r0jdptvfgqa29nd4xh6tfg2dndermm", - "cAddress": "0x05646005DEE89456bD6c11af64De46a3251cB731", - "amount": "51110000000000n" - }, - { - "pAddress": "flare1antlfgq8zes0scsrpjgz8qkwdccvy45sljut9y", - "cAddress": "0xfd2855C20b8C69eE341e6e5b4E680ec4B7eF8580", - "amount": "425000000000000n" - }, - { - "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", - "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", - "amount": "64435389622000n" - }, - { - "pAddress": "flare1lfvvh2g6369v7fwcwg385rrjrrsf669r2feafv", - "cAddress": "0x8151dC007635B2395EBC40c84bAa9b1dA19DCC70", - "amount": "700000000000000n" - }, - { - "pAddress": "flare16ed8jy42mlx86wm2c2xl6ctrmmvucphfhe99gc", - "cAddress": "0xf4e19e64BfB5cD67C5C6082Bcb52fd447c14D826", - "amount": "248135681986000n" - } - ], - "totalStakeAmount": "199922635658819913n", - "cChainAddress": "0xD7f5b619441fAfE525Ea3aBeBCd4a961C1227426" - }, - { - "nodeId": "NodeID-F297gLgRxBndijAYvvvBGtQTwYCrScMQT", - "bondingAddress": "flare14p76vuk4pcatwpsanjxusx8y2ad55ea5y2u8je", - "selfBond": "5126300000000000n", - "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", - "stakeEnd": 1743519600, - "pChainAddress": [ - "flare14p76vuk4pcatwpsanjxusx8y2ad55ea5y2u8je" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "sToadz FTSO", - "BEB": "5126300000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "49343770845886766n", - "totalSelfBond": "5126300000000000n", - "delegators": [ - { - "pAddress": "flare1gzjtgx5njn3vy2uvej6pgdr3teffssccs484cy", - "cAddress": "0x0B0beC9b22dCFa2E4cbCA8d1469CCcB099dDC422", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1246kp4l5kh2c6y72g3jdj4jlwsz480f8nwue9y", - "cAddress": "0xA29073E603114eCdcac2A0930190Db14Bdd54658", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1f7s8amh4hswjzpg8apjecmhktzc375u9rq7w2k", - "cAddress": "0xaA8C5E92BE7aF1b337989067FCd354C349e370fc", - "amount": "137000000000000n" - }, - { - "pAddress": "flare1tr977ve40n7l6wdg4mqpmkzhcv29artac8gv37", - "cAddress": "0x956F2451862CA006ddD619C9D8B7FD616B34c0FC", - "amount": "620540000000000n" - }, - { - "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", - "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", - "amount": "62140123440766n" - }, - { - "pAddress": "flare15gv60tu2meqzup99anwlfjgt7atchxhj0jv02d", - "cAddress": "0xd9ebcd5787197d15Fd037e2a6b0EAc8b76c4bcA6", - "amount": "50099997000000n" - }, - { - "pAddress": "flare10ka4px0zf2cj5dckzrymek6lcz9wdhmut3fksw", - "cAddress": "0x239d66E153Be508BD20A6B9bACddFca351BB4425", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qeha28ex630yjc2sxsfxgapsfj4xp2lmdq2pyh", - "cAddress": "0xc91e6D8F3dbf2a400CdDCdcB912cCB61411fDb68", - "amount": "150973994000000n" - }, - { - "pAddress": "flare1yd6c449g9sh7kh07at4qt5j2wnqn3ztt6allrd", - "cAddress": "0x91e2a2CF60140edfFf89de317135ad266eF5255e", - "amount": "200000000000000n" - }, - { - "pAddress": "flare103c77y3fv4mfu3y20472d5zu5fpufkqvzhq5uk", - "cAddress": "0xB3b661e901F95b0ab1cEf2a92ee7c3F442baA6E9", - "amount": "167630000000000n" - }, - { - "pAddress": "flare1cxcj39pgxz36ufeyrsg9fz8dkkn5gxytz07mz2", - "cAddress": "0xb22af68DA0d3F07DfD0c87775dA8d513cE78689C", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1jcsv0t4h3yt0gx9a0f6pas4rmyd30glwlh52wv", - "cAddress": "0x9Cb4B90a17E1eac9c4d170185DE9cA66C9Fb6610", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17jdfgjp8qekkcc3g6xcqqjvu6hznj55e8r94uq", - "cAddress": "0xC21984137ab40a245bc3316D9342d8C1AC8d19df", - "amount": "100211989000000n" - }, - { - "pAddress": "flare1pru3k5z98rdt8eg2nq5zjma96j2p243m34ycwh", - "cAddress": "0xA5cccceb816D556B9ab52C07d75230c39560ecC7", - "amount": "399999998000000n" - }, - { - "pAddress": "flare10tkf7p9dhqemyurhgw347r62jvwdjua0747yjl", - "cAddress": "0x26A90DA287264E2E20a45d8c2c79Ca98439c5aa8", - "amount": "400033979000000n" - }, - { - "pAddress": "flare1qf6r693jhteary057qmrafd9dka0nlv20fjvwu", - "cAddress": "0xa139Fb5636cBE5f53F6e678efD0C25e13fAa759f", - "amount": "649352811038000n" - }, - { - "pAddress": "flare196e04wywlc3lkapf6zmmynhm7mc7g9z2th0zke", - "cAddress": "0xc4030360185eb96eD12943500FA374849128CAD1", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1lzf9a8dswn9ak359fj9vkvh5n4x0rx3f03qlkt", - "cAddress": "0x3ec56bbac1a865B3e9F0DeEC837f4013cc23E80b", - "amount": "50000000000000n" - }, - { - "pAddress": "flare18f7e30r954w62sh8rf4plw8mcdvjc4azhmg4rl", - "cAddress": "0x1b556001df291bBFd697a5A60F00BD301c73105D", - "amount": "41651839640000000n" - }, - { - "pAddress": "flare1986hknxy4ddqf86a8pshvh232wnlv3n4arya40", - "cAddress": "0x7284d1214Bc0901AdB4239170B78DF8646541539", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", - "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1yrw3jvjjd5wnqtw7devx46g0gtwn7hwmrkwaxg", - "cAddress": "0xA4758aEE2eD7aa65618b1Ae4fadF06A56045160C", - "amount": "155248323717000n" - }, - { - "pAddress": "flare1gdt546hfzzf36uzwmnhw90z7yejpqc3rvk6uym", - "cAddress": "0xdE03C1eC00f3EcDc7640a33a42599Eb4A1cEBC6A", - "amount": "50000000000000n" - }, - { - "pAddress": "flare137kt3tefd0ap3qzfxdug9flyq8y7v5hc506me8", - "cAddress": "0x476BAf5710f05329f90D95bd76c4704C2737bf15", - "amount": "50499996000000n" - }, - { - "pAddress": "flare1lje3hkh8hdcdzwye2t7v9we6t8mxqf7umt3vuv", - "cAddress": "0x7d83c73a006C52310151a6C94eac289DC7F3Aa31", - "amount": "56397000000000n" - }, - { - "pAddress": "flare15gm527nnaecc5t2elej0yesp54nan4nm5v8v49", - "cAddress": "0x1c3862759c92c1C8470d8a0bfa18294f18Ea767a", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vzx8ra9k892ujv254yj8fjqvguz7lnwmfceh28", - "cAddress": "0x6FbcE0b4fd149DBc46D5671541C370f81A526614", - "amount": "53500992000000n" - }, - { - "pAddress": "flare1wj6c2c4rlxh8xsx37a78az2ycg5yj4vx0rpt3j", - "cAddress": "0xAA1e08804af76CD2a9cBc923c0EC2691A8761B43", - "amount": "110951553000000n" - }, - { - "pAddress": "flare10pwn2hn9ylnqkfg6wa5ndtp6ksen6rcvr22vgv", - "cAddress": "0x8cdDe98227680101474CC6649DdC2A71e74c6e6E", - "amount": "100004981000000n" - }, - { - "pAddress": "flare1z6tn53e8400pdwhpngh20tenw4mtmu8h8amewx", - "cAddress": "0x9d9A1185DB9a290cA8AA6e1783842aE6d9B04610", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1pnvuz569vyhcjcckjpwlmplpafs902k5g4n5ge", - "cAddress": "0xf4B07c76580DFE65964Dd3f7144a0337C1FB2696", - "amount": "69077625115000n" - }, - { - "pAddress": "flare1a3arvqv9uxwhw66798lsfumy5tq6xlck89q7lf", - "cAddress": "0xF882a631Af00C91218d5500885BBe25f5Ebfc6A8", - "amount": "169591783000000n" - }, - { - "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", - "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", - "amount": "800000000000000n" - }, - { - "pAddress": "flare1csmc39cx78djldh2gpsc6t75jwcdrsrntxzt3x", - "cAddress": "0x8C56c47f9d5fa3858C6f0dBFD9766338d2aAa09d", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1k4xwuar5858p83g95d70jx25anz69fl0n79mwy", - "cAddress": "0xCb3448Adc228b0a1a402b6a8b7B756B39a06b044", - "amount": "140748321000000n" - }, - { - "pAddress": "flare18rxt5mq44v2s3y20se9mlkpe5s3vhyaxmw0s3k", - "cAddress": "0x5D7d54FFde2056FBB72f2304F037d5C28fc1e949", - "amount": "444190998000000n" - }, - { - "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", - "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", - "amount": "125000996000000n" - }, - { - "pAddress": "flare1tv3sntylwkysqskwc2vf6y356lfptmvexmkfpx", - "cAddress": "0x68f112cC4550BE749c018A8ACF19F9E429E811bF", - "amount": "140895745576000n" - }, - { - "pAddress": "flare1kt4hc9ew3hsgzr7kww2qv4732kyse7qaslxr2v", - "cAddress": "0xcA4599ae99Cc0e11ecb2085A9B9458e56a555866", - "amount": "1487840000000000n" - } - ], - "totalStakeAmount": "69470070845886766n", - "cChainAddress": "0x24BaF5b2Fa77dE48823dB563C8cc4c5C811665Ad" - }, - { - "nodeId": "NodeID-A7jk7Z5GA2aVe5ecuupNXWtSLfVjLDWFC", - "bondingAddress": "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz", - "selfBond": "13000000000000000n", - "ftsoAddress": "0x90C6423ec3Ea40591bAdb177171B64c7e6556028", - "stakeEnd": 1756962038, - "pChainAddress": [ - "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz" - ], - "fee": 75000, - "uptimeEligible": true, - "ftsoName": "A41", - "BEB": "13000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "181926631244628000n", - "totalSelfBond": "13000000000000000n", - "delegators": [ - { - "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", - "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", - "amount": "157632000000000n" - }, - { - "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", - "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", - "amount": "450000000000000n" - }, - { - "pAddress": "flare12trtg3wqkrrf9zh39mezw4z4z5r2hex53ppm4v", - "cAddress": "0x0C5DC7e633fB5a05f91083bed0D87eA95640F99a", - "amount": "133311000000000n" - }, - { - "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", - "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", - "amount": "100004000000000n" - }, - { - "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", - "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", - "amount": "314000000000000n" - }, - { - "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", - "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", - "amount": "177200941000000n" - }, - { - "pAddress": "flare1yyzt5rjgnjdlqqywynjtfxwqzke7ascgf6cg7j", - "cAddress": "0x2780FC072F79994Aa5f05063253aecc22BF825fB", - "amount": "97628651915000n" - }, - { - "pAddress": "flare1qptx97g42atdsxfx7en4ur7w94t2j8m64h24lz", - "cAddress": "0xD3847C154774c252ca045b1A4FA7b4EcE7fe3942", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1n9xlkxdk7futzfh7w0qhzfda99y3w8wf78qqus", - "cAddress": "0x6c8C68C4De8F5decDC9529673923A80d46279AA7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", - "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", - "amount": "215580000000000n" - }, - { - "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", - "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", - "amount": "1200000000000000n" - }, - { - "pAddress": "flare1phcjd48zk62hpycql0wh2rk3zf4jslvdrky9wj", - "cAddress": "0xe9a52f2134291D6989C9b101bF918EfeCDCe6d13", - "amount": "52989995000000n" - }, - { - "pAddress": "flare1uv4v4sz43224sslgn9qplh2h8p8hj9l8e05sqn", - "cAddress": "0xEb83857D858Ff7Ae20895141238E8b86EC06AD24", - "amount": "177955071607638n" - }, - { - "pAddress": "flare1jcycp9x940zc38j7zaw5aq0r7dyycvh6hs4luq", - "cAddress": "0x4b2a55A5f2a36AF2f32C2e98784D67E2B63138F2", - "amount": "478007998649125n" - }, - { - "pAddress": "flare15yfj4k27rxaxa300xkczu0kt2jqzsz942rwfe3", - "cAddress": "0xd6B640894BD8527464eE56606F1491456F047639", - "amount": "54400000000000n" - }, - { - "pAddress": "flare1njzvres8a85waf8l2lelpdzzxzrf53xgfqxzxd", - "cAddress": "0x7DDAeF59B9159d22d448F0007644417bb6419d33", - "amount": "51644755746000n" - }, - { - "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", - "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", - "amount": "151154523011000n" - }, - { - "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", - "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", - "amount": "103386550935000n" - }, - { - "pAddress": "flare1t3spkp8gajpwjser6hcgecctfd5gk2sd0qwzls", - "cAddress": "0x795DC2AEB3bca32CB42A2a0C720Fb2008f5Fd77d", - "amount": "13906631040520000n" - }, - { - "pAddress": "flare1um0kv0khm6qu992pff59tjq2uvlmmdwere06fx", - "cAddress": "0xfDad422674977C04a6C5892DD717b049DE3A8244", - "amount": "54443806446483n" - }, - { - "pAddress": "flare19avsqwl8nyzlmpkglp7zt42anzkxuj3x0y9n55", - "cAddress": "0x1e7be36690F1712F156F31E247E36f6031AA8216", - "amount": "774865716044000n" - }, - { - "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", - "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", - "amount": "781321098000000n" - }, - { - "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", - "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", - "amount": "225000000000000n" - }, - { - "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", - "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", - "amount": "74845933063018n" - }, - { - "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", - "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1dz87km72jafyz6q0mlzjvpnzytjtrtsenxtxhk", - "cAddress": "0x981259b6f1Be610A34aD64418c5Bc5eB6E74F947", - "amount": "55150001000000n" - }, - { - "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", - "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", - "amount": "1643050290013981n" - }, - { - "pAddress": "flare1ntwpnyv0dt3zw800uutjl28a7pnvuk9ljv9cnu", - "cAddress": "0xFCD50096423588e7B0FBC4091693860E9Ca6e583", - "amount": "150600000000000n" - }, - { - "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", - "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", - "amount": "159720000000000n" - }, - { - "pAddress": "flare1gppnzsky0tzugadd43dzftt2azsnn2hp9gjdcd", - "cAddress": "0xE421afb9365F352E1E78873fF8449dBBa73abec3", - "amount": "332281000000000n" - }, - { - "pAddress": "flare1wmt56yzvad02xj5hlnnmhy4k5ladkfp3ghfnw9", - "cAddress": "0x7e367d3Cf0ed261fAe613Fabf93e056C51d19aC7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare158e4wcn52m48yj8f6vdrgl7pl0uhf2jdd2a0cj", - "cAddress": "0xC73DE3E90Bd6608a35BFE257431786A9ea4BD862", - "amount": "53000000000000n" - }, - { - "pAddress": "flare1j875565kd8gt2xlsz3zgteyp9lvmqeev2ddnrx", - "cAddress": "0x3c9150c8858Db3AF963E1e5882e3E9D2ce9E6c6b", - "amount": "1808410165604000n" - }, - { - "pAddress": "flare1e4w9uwpy57hgz4judyszv24f8jswyj6vzy38hu", - "cAddress": "0x13971a0979116f370e58Aba650A93fe9F436Ef01", - "amount": "55493907187000n" - }, - { - "pAddress": "flare1m5du3jvkym9yfdamnfrc9w48p7svk36v883m0e", - "cAddress": "0x24B9D7f5ca269FC1495bb5D6804028AC5fC96aB9", - "amount": "61961006000000n" - }, - { - "pAddress": "flare1040wywrh6dcxvg8lhtw9sdfy4jke0qupsywptz", - "cAddress": "0x7416877437A1a2a6597195C64f6E40193B2b0E7B", - "amount": "129999998000000n" - }, - { - "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", - "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", - "amount": "760500000000000n" - }, - { - "pAddress": "flare1k7v2enxkfenfrr4354kd4ckz6mlck9fzg8xq4c", - "cAddress": "0x9209987190faD0D1Ff4645966CBDaef57f3FaB11", - "amount": "1000050000000000n" - }, - { - "pAddress": "flare12rjcnjyxvkwkgcd0ff5fe7x5k4et2xcxytwuu7", - "cAddress": "0x9E27B6e99810da9481E8502580Cb961d5c5Ac7B0", - "amount": "60380000000000n" - }, - { - "pAddress": "flare1028d25sfd4362wh5t6veyv822mkxcqlrlxfk89", - "cAddress": "0x8D77edd9Edc5F96b7d4c3bC185e656CB0DFBd71f", - "amount": "100490000000000n" - }, - { - "pAddress": "flare18ft4yqfl8xrtdgst2rc6qj9hdezllgn7tfrnc6", - "cAddress": "0xbf2c003207BFEaE6d9356e67A85A58e2B80Aa9dF", - "amount": "173000000000000n" - }, - { - "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", - "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", - "amount": "550269976775000n" - }, - { - "pAddress": "flare16d2dv7m57rvk458g24z0dkzmg6n6af5pmnq57d", - "cAddress": "0x929F34BE63fa8da803A754e739324702a54929a9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare10p5vajk265j8u5fnm924cxydqs6zqs5k7mkh7d", - "cAddress": "0xf64583641d08319E5133f78B7c1ffd5Ea63D4B46", - "amount": "1643540000000000n" - }, - { - "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", - "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", - "amount": "120000000000000n" - }, - { - "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", - "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1hwpdlse399ltp7dfdelvng8883zdmd45a9f47m", - "cAddress": "0x0662bA946A3CbEa5E21D5d0Fd05f4e14f36d704b", - "amount": "51215219436188n" - }, - { - "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", - "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", - "amount": "81197991607000n" - }, - { - "pAddress": "flare1nx2qfjxsxgf582jjrdrrwnjuts5xvkmpe8huk0", - "cAddress": "0xC77eea5eE92BbE1b22Da3417710B2dbDbDe5C8E1", - "amount": "331631005000000n" - }, - { - "pAddress": "flare1jr3ghprrypxsh6yrnk49sgxvl9ezmhmjg2psz4", - "cAddress": "0x373b1A5D54b742B0BDF46d374b0b495F7Ec33E8C", - "amount": "164856188635000n" - }, - { - "pAddress": "flare1uy2lzhhlpywvugkvr4zwtavlktll9pzvvnqmuf", - "cAddress": "0x8cf53EB8762C9cC4D29e78c97D6ab9cc2C64E94c", - "amount": "436999998000000n" - }, - { - "pAddress": "flare1mldz4y59q67p9a4qv4y7ggh2p8mtfhe6z7sn4v", - "cAddress": "0x1f56E518D2da23Ad89838269Ee8C2710f3F7faaE", - "amount": "1200000000000000n" - }, - { - "pAddress": "flare1uajm8numvd4p5wuqsg9fnqscux2pe5t6nwqefk", - "cAddress": "0x4c6FF89674cCd7137f42d0a257ED82Bd7E2BaF4a", - "amount": "59000000000000n" - }, - { - "pAddress": "flare19u779ut599tkcsmh7h3wh5zd9cf8zhgd563ylk", - "cAddress": "0x4F3EA077C76f20E40725E82232C69E9A98889ECF", - "amount": "1081994000000000n" - }, - { - "pAddress": "flare1gy0djyu2mt0vdyzkq9r6eyjvkpttwvcreaglpm", - "cAddress": "0x1F4FB5cE1c8EC71090CA2fE5072C14d93416454d", - "amount": "51000000000000n" - }, - { - "pAddress": "flare1unea575kdka6mu7q46ms4cqmkpn0sqhws8m5x3", - "cAddress": "0xa1Db418AB5eD12C8230bAb6cC24c2c9dE82cC479", - "amount": "50140000000000n" - }, - { - "pAddress": "flare1yhq547q4trufqecvkplfjp9huylx8tunma5s9m", - "cAddress": "0xC5FaF0381A5050536350dCa2137eEDAc119854E6", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vu2de65zvvgemfmvyup0q5r7z4l3nt8pt9jlwh", - "cAddress": "0x4c254A6Cae5a01A6feA6BdcCB0D72D84023387f7", - "amount": "164103020519000n" - }, - { - "pAddress": "flare15qfnjzj3clmawfel9urs362qnrhw3jp24nlj8r", - "cAddress": "0xD7a21FE80774d7894f10a7C7539cA4547148C58e", - "amount": "61050000000000n" - }, - { - "pAddress": "flare1wqs95s9nx8934c45c8utkyu4v4k4zc7ulu94nd", - "cAddress": "0xCCCD5354573D36f0c3140E9d981f3C66BDf43e25", - "amount": "55756901536046n" - }, - { - "pAddress": "flare1gtsfnja67kp22y4che2yfa0en0usxs76kv8taz", - "cAddress": "0x4d7eAB18C126DA804F67Fb25C77BeeAa2cfA3cD3", - "amount": "51936970000000n" - }, - { - "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", - "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", - "amount": "56133811191889n" - }, - { - "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", - "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", - "amount": "727555000000000n" - }, - { - "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", - "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", - "amount": "441239195182815n" - }, - { - "pAddress": "flare1ywy274zx97wgwyl20rlp62edkfl484dyhkyc9g", - "cAddress": "0xCC53E0993d28005aa981F83d3F61c526702deF99", - "amount": "50012000000000n" - }, - { - "pAddress": "flare1ccnaj9cqtngxeydlkeahqlwpxlmzzsgjav88aq", - "cAddress": "0xa5848899443980B8F6EaB07b4cB79d2106FD69d3", - "amount": "100444000000000n" - }, - { - "pAddress": "flare1uvagmak37ergsdl39tn69x9x7htv3ydnrzdxlf", - "cAddress": "0x77ad19b2ffB328d28778137a0Db89fC5D5ad721e", - "amount": "63094000000000n" - }, - { - "pAddress": "flare13hvyvqaskhautkykksmwx43pvjtz08shyz4237", - "cAddress": "0x3eB3Fe08Cc41b8c96b23edD1a61d6C5b43a57E3A", - "amount": "66665996000000n" - }, - { - "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", - "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", - "amount": "152000000000000n" - }, - { - "pAddress": "flare1ljzeh83x6zgrkdy93ervzyjk7dsdgxq02v2fm9", - "cAddress": "0xe5852F3182aEF85edc5141fE1E28dD54b4508F9A", - "amount": "50000000000000n" - }, - { - "pAddress": "flare18h4rz33ut8xgzlgak5460jax4qresxd786ml6u", - "cAddress": "0x0cD5f79aFF1A153bF477A47ca7D6d5f66D814E7E", - "amount": "4725399990000000n" - }, - { - "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", - "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", - "amount": "86446567987000n" - }, - { - "pAddress": "flare1q9v9us6ndg3c8qsn5f0e7agshfa4av46zd94tm", - "cAddress": "0xF0814C0E02618335a35f466e9224c5eE6260B975", - "amount": "50000000000000n" - }, - { - "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", - "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", - "amount": "187233675370811n" - }, - { - "pAddress": "flare1qs5mhetcqvzhy0h5wmygg86d65ya4ug4knhqkn", - "cAddress": "0x93262E0F3C85D476706E58E8B533Cd786A1064F1", - "amount": "63283997000000n" - }, - { - "pAddress": "flare1h068pyfft8vekr4ces96ffkplvekn23ls2ly64", - "cAddress": "0xB531ac8c8BFb161132E994fAB464f52257f117Bd", - "amount": "51793000000000n" - }, - { - "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", - "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1zj23mfrsgjnd0s0qav90w6uqfpxhvrek86t3k6", - "cAddress": "0x69B7B4544478c52f170434d20122638D6ffD4114", - "amount": "755796000000000n" - }, - { - "pAddress": "flare1nljqfgcsl6cq3tcwz6s3g9uanhgj5yls2vq7ry", - "cAddress": "0x04CA5b4d18029DE724c00aDC8F7c320CcE2F2407", - "amount": "194000000000000n" - }, - { - "pAddress": "flare10m6t2qv0d46uv2dl82dyc5fsun4gwexkljwavg", - "cAddress": "0xb5d97a524Cf48BBDdfD573e8880B097ee09f8272", - "amount": "200000000000000n" - }, - { - "pAddress": "flare12lr9v2a2aj56202k670pql2ytxyndazp6eyfct", - "cAddress": "0x42e473B914e4ea9cb2E2813a5553759b0e719685", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1g2mpamcexhqx0hc2quucneqxs3a6jxl8u8m90r", - "cAddress": "0x240Ba8f07Fd198EE9b79f3C2e0CD37958cA85926", - "amount": "500000000000000n" - }, - { - "pAddress": "flare17m0tm4ucw89pgzkyajz0n624ptzlh07q9k24yu", - "cAddress": "0x0002a0B89BA2De2f9B2aA276045A47570978ce80", - "amount": "81400000000000n" - }, - { - "pAddress": "flare12k9ddj3mmcheumzc4ylpvz7hsl52l3d9x7xx2k", - "cAddress": "0xFE3336E6d96c141E0c3475c2FaD8bf179e442aF9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare14v0pz58zj00us8367dwc6jyla8xwus8wezaecn", - "cAddress": "0x81957a4386cb0787032Bd9CDE148Cf6aa1984594", - "amount": "747800000000000n" - }, - { - "pAddress": "flare108n7mw2ucrjvk5jevafymzsxnuzf33ce4rcs9q", - "cAddress": "0xBEa6014EcC8612c63C954eDB99FD36d4B80bE148", - "amount": "409999995000000n" - }, - { - "pAddress": "flare14qxgc4uzf5vtp33c4kkhdx2m9427cfn7z9sxlu", - "cAddress": "0xed8b2a1D1bc80f70BEa9aE4b11Cd5BaaC64888D7", - "amount": "1085800000000000n" - }, - { - "pAddress": "flare1xgl4vz52qm7cevanrwpzyhlkqpuqzvhsjkk4al", - "cAddress": "0xa4f505FDd1D87596E4506eB145CC4E99F77f7cAf", - "amount": "55281987000000n" - }, - { - "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", - "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", - "amount": "1798270991000000n" - }, - { - "pAddress": "flare1qmqrvet7rz7dfdywu78fw0dx63f55e68r9psdj", - "cAddress": "0xE39C1715cc4F1A58E1D638090cb9761a2dB29488", - "amount": "450469998000000n" - }, - { - "pAddress": "flare14pxzxgwtapd49de5vt50gz5e6t2s3x3jf76plk", - "cAddress": "0x28423baA1bf00A5CF962F6C721c30FbA7F2AAFA7", - "amount": "68740009000000n" - }, - { - "pAddress": "flare1rccmjx34wj0gzm3u7c9tej3p809sqm956mu3nn", - "cAddress": "0x2504B51035502EE579b1e8AcE53d73460044093B", - "amount": "329228998000000n" - }, - { - "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", - "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1n5syzlh046hcwnaa7ktxc9azkemjf242c5jz27", - "cAddress": "0x87Cc6cb6c57b41dC9Dc8Cc624B23DE6c75c8Cd2B", - "amount": "92199814077000n" - }, - { - "pAddress": "flare1slmk9v8p5u0zfawaa9zrfuuhas2d2mcwmp6ysp", - "cAddress": "0x1A03D40d57a63b299d9F9b94522F457af0CBc855", - "amount": "582716318922640n" - }, - { - "pAddress": "flare1xwhl2akedkvtyce8u922meret0hydct4z9ekk8", - "cAddress": "0xADE5Ffe4199FC2D6301e67f8723A1B68Cc36D905", - "amount": "50149996000000n" - }, - { - "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", - "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", - "amount": "340443362142550n" - }, - { - "pAddress": "flare199ltkkj4z4av3h6n04tq5c92vn30n24vk9gyzf", - "cAddress": "0x3Ec5990bBa13566A31Ee8Ba9Cab06C1C3A6d2af1", - "amount": "108597199780000n" - }, - { - "pAddress": "flare1hf0hwrujra4u38dwnptsw7h2rhnf5lee2xwjup", - "cAddress": "0xA1A0EDf18FBDB59CDcCD8dE824564B7211368B5d", - "amount": "80450314160000n" - }, - { - "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", - "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ll2du66ssl69xlq0330f0a2j3jh3vymxhckd0e", - "cAddress": "0x25B960b7699327C57686F925a8DC7CE0D55eA764", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1n59ndyaehk2fn66vtcr6je07pwcl2qlavvq0l2", - "cAddress": "0xE77B2073f19DA72b38D3d2608f53B3D60E305Df2", - "amount": "963160000000000n" - }, - { - "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", - "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", - "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", - "amount": "815030379956526n" - }, - { - "pAddress": "flare1f7lalggydyz5xvs2hl7elntgjqvxkcj29awru9", - "cAddress": "0xdffBdB7fB22F9235fd55F0CB117205E59F432d42", - "amount": "171372992000000n" - }, - { - "pAddress": "flare13mvzh4r4tclvpqsxzcld3ex3nk5y58g3cr0jpk", - "cAddress": "0x371F9b8CE9487D4E473749F71C9Be7D6C2e4e01a", - "amount": "562083994000000n" - }, - { - "pAddress": "flare102qfacmcae32tdthhm3gvr3v4nlmw536sefn99", - "cAddress": "0x3B09E586B77c83F6C3899dd2c793027b8300FE79", - "amount": "132412975000000n" - }, - { - "pAddress": "flare1v8j90nxva9y89hagd9za8v7ps9a4gua828kw7f", - "cAddress": "0x24ee85804ebae72Db31DeBD94C8c9C50efA849cb", - "amount": "105357000000000n" - }, - { - "pAddress": "flare1h0748dmtypelz3y7q7wuf2ywdk3w58rtgle2xp", - "cAddress": "0x9f54539D76Ed4a635A4D5E9f014b53a55e31F2F6", - "amount": "100001997000000n" - }, - { - "pAddress": "flare1qvds933mu77cz28eylsj6zt6hydlyg4zhm6f8c", - "cAddress": "0xb2050D3F930C0E6566C60D1a9e6b67E48A3418Cb", - "amount": "563908976000000n" - }, - { - "pAddress": "flare1pq6z7jhavz8fs39jw22dscnsw273mjxuy6qas2", - "cAddress": "0x8a31959A732e009cAF2F504c1937043a646c38b4", - "amount": "64632000000000n" - }, - { - "pAddress": "flare1ym8cc3y262ehuyqjf2vdlheflaz4dmet0nrfpu", - "cAddress": "0xB3aEbA90EB2659ff653DaE03439635699E6a43c0", - "amount": "5585419525630000n" - }, - { - "pAddress": "flare1qvlew4e0t5sy4p5t9w4y7gegrn3tte2csyymvp", - "cAddress": "0xb33966e39bF5825C64E25835922F96aaaf49fbE3", - "amount": "312246272875000n" - }, - { - "pAddress": "flare1xuv26t3cn9affc69ts04x7h587r02zjvkcjnnx", - "cAddress": "0x50d8F349Cf720DD203AD9e852999b37feB805ba0", - "amount": "471224397729000n" - }, - { - "pAddress": "flare1jzs88lfwjctqfnzxuez89dfu2242tvkpruzmmw", - "cAddress": "0x1396779fDd7ca79D2F4872d524Fda641e377E7de", - "amount": "599999998000000n" - }, - { - "pAddress": "flare10xpfmmyg2tzj0472v6a9vuy0cylxk84p9vjt6n", - "cAddress": "0x745a5077e1aBf9Bc8d7Fe0578C60F28A0f731611", - "amount": "116770157778000n" - }, - { - "pAddress": "flare15ssk4yamnexntksdns2ngq7hsjmhjvc8cwl6g6", - "cAddress": "0x886B589F7758c7A42c0e4D3D2017b3170935230a", - "amount": "105196722000000n" - }, - { - "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", - "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", - "amount": "218375000000000n" - }, - { - "pAddress": "flare1hn06cy7e39d2zga53wedxys24fvzhtwg6w0vec", - "cAddress": "0xfb8f144B0Fab29a5a89D122e003c257B6Ac209f7", - "amount": "1149061573259000n" - }, - { - "pAddress": "flare1ytrfjm5jparnmgzps9ntlmttr02u7fqt7pf5p3", - "cAddress": "0xC55297248Da652D27143C96A64D48663c6a9bAB9", - "amount": "88422995000000n" - }, - { - "pAddress": "flare18u7kzvwl4rwlfppy4wfr3eyprckdagy9t7mnr7", - "cAddress": "0xaF0c648cF27205Cd904Dd84d21A5a34009F5667C", - "amount": "614249642819000n" - }, - { - "pAddress": "flare12nwppz7tqg0th8xu5wyzde63dakr89tejf52g7", - "cAddress": "0xB78053673C45E29fbAC3028A8fc440179739448a", - "amount": "5374502830596129n" - }, - { - "pAddress": "flare1pyu4jdjtrv0cv9dn693hw238p9ls8zs74gyj57", - "cAddress": "0x6D0F41e85FA9cC35CBdD4AfACC674E60A2C3a4C5", - "amount": "175000030000000n" - }, - { - "pAddress": "flare1uzrrn76smwvez5hjuqdl6te8fm7xflh6xldasx", - "cAddress": "0x8e7C7d2fAc4d458a24C0F47Ded8556100D3158ae", - "amount": "467080000000000n" - }, - { - "pAddress": "flare1le6d86wyrp9st9xrknl7wple2ejyqtq6mhj6d9", - "cAddress": "0xc1B01d20204d2e7165bBA691f2bd5DEB04c97A6A", - "amount": "463631994000000n" - }, - { - "pAddress": "flare1j06dd4cscw8pd38t3jtw7evfwx535cr50ahc0e", - "cAddress": "0xEDb94A7642b6C6843f30E183bcFE336eFe0e0491", - "amount": "243791985000000n" - }, - { - "pAddress": "flare1hqz9d9vrdpx7hftk7a8n32l0lf0s8cg2eynes8", - "cAddress": "0x5B3A527b2fB1aBd65ebC283540A438C8bFb14526", - "amount": "57990000000000n" - }, - { - "pAddress": "flare1fu89f8js375mc6x0yruyhut5r3y25hdymrnzfq", - "cAddress": "0x28ff20bf0cEfd220F6884Ba60D88B42D214166aD", - "amount": "16232716000000000n" - }, - { - "pAddress": "flare1fwexxms5vpvkpwlytcylfd82z70dwc0u3d89u8", - "cAddress": "0x7B455faAFBAcc1283aD0c3c3F3595CFDa27C73a7", - "amount": "9328787317830000n" - }, - { - "pAddress": "flare1yd9armwaeht8td4ehpdq3kx780fxku7z5nvtjw", - "cAddress": "0x52A3A014ba535e5F349241163B1B25e6654E6a14", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1wpujm56gapgh3rt64vm8m4v3xm5jqw6z5kf5m0", - "cAddress": "0x3D85050c6a246D31C0BB71D5eeBF29a62B7a69d1", - "amount": "156656554546000n" - }, - { - "pAddress": "flare1gfwvjcw7wqt8gs6vk5astzfj6d5zapl8g28dqs", - "cAddress": "0x000D02B7d1821d39323BC2D49Bc5D2155b1D5d3d", - "amount": "2828105819315000n" - }, - { - "pAddress": "flare1uxrascmg5t3w0xe2wfaem4fjgmz3r7r7ykv006", - "cAddress": "0x133d90912221Aa55e6F87Be546b97D5Cf34961fd", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1lmtchhz2mmfwupsgqqqf37pre8yu8fae5vuezs", - "cAddress": "0x41ABB071395BbBe0468D3D40549F66D0Ffa024C9", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1lsd0q44cft7p2h9pp2nl8z4hrkhfxelkm3pyx4", - "cAddress": "0x4A85591B4D4cc1FD8554063DaD88Ba5F2F0d9B82", - "amount": "20021851000000000n" - }, - { - "pAddress": "flare1cdja6nnsqa5qnhk29xzeeyr8h5670g9lu3jvzm", - "cAddress": "0x0FC616eCa88b83b1BfB8341D200E9d637D255A1E", - "amount": "94707000000000n" - }, - { - "pAddress": "flare1e0fpn5058xndm2hs7253vs4gdss8a9g4u6jxk9", - "cAddress": "0x1739c5E6a1947487D375D598F083039B66fe06ae", - "amount": "307299998000000n" - }, - { - "pAddress": "flare1ye975m80gzmm6q46hajtw2tmkycf5qqsyzsenu", - "cAddress": "0x35aB933F276ED630AAfB20C77f414E5331a9C2Dd", - "amount": "428138903390000n" - }, - { - "pAddress": "flare1h83uu70cfjr0jk0ktc2kccp4kzm92y5f4ra56a", - "cAddress": "0xC93b87b3BF7D6e2D041bDA9920E430bAF75375D7", - "amount": "200008000000000n" - }, - { - "pAddress": "flare15ym7n7h7qnz9kx9vypgvqr37aj03rpn3w6gjw8", - "cAddress": "0x820daB1D580E5F12aBe6EaA6f0009aDe4Ba7C679", - "amount": "300009971000000n" - }, - { - "pAddress": "flare1jz0alk6zms6g8fzjdjjy7sm6ls3cuermzj2ev7", - "cAddress": "0xE95EA34f9B5532249E1c4cB9Dd00f01E9a952B46", - "amount": "2151748703357000n" - }, - { - "pAddress": "flare1usu99utwk2azj8mkxexpsx8hd3w2cfdkhxdnzd", - "cAddress": "0x72c4Ab33E16D273505Fb1EC4dcC1C8D6dfa7dF4B", - "amount": "2539325501978000n" - }, - { - "pAddress": "flare1jdx0t2tatnmldaa4zxs8z0pjex30u000j8jres", - "cAddress": "0xfF5e112E6d4629E14B99edE618C09594FF29155c", - "amount": "1312195225813633n" - }, - { - "pAddress": "flare1hel20f5r4hphy2wjm354r95yz2flqzq0ttapvk", - "cAddress": "0x87F3db7b48034c00D6a54FE79E797374637d75B7", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare13h97x95e26zrd8wu86au3d05p8244xln35wz8k", - "cAddress": "0x98F3F8e945895E2A8B58de8594965B0548e76374", - "amount": "4247739998000000n" - }, - { - "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", - "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", - "amount": "845440000000000n" - }, - { - "pAddress": "flare1pzhxwl7ps6xval2wpuk0vxduuhjkcnyfhzjy4e", - "cAddress": "0x847794B1A9F8B2a183E9Af90f0f872abC53bFEbD", - "amount": "909604686241000n" - }, - { - "pAddress": "flare1skz34q0d6ks0kuj32p57m6t9xda7rcq73gv3qx", - "cAddress": "0xade6B063077d7156bA541BBBbe015fdA01c7F0E8", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1anfdlfxqyv4dr96zgn2ycc2sdcs6s8ypqel24c", - "cAddress": "0xfF87B38d2eB383c99a34380F86f5dE58a02f9099", - "amount": "91567000000000n" - }, - { - "pAddress": "flare1ua2mc9d2l47a8gh8asu8jhcd0q0jphgakfwy94", - "cAddress": "0x178665C0973F4efcF3fd97c2aB535d73C37AdcdA", - "amount": "1000002944000000n" - }, - { - "pAddress": "flare1rz5hgkyx9a75ud0ek7s8lrheadmyzjxc3qwp66", - "cAddress": "0xe074B9d1D12be834Ef738a4D6b4cee7007deA8d9", - "amount": "511989506000000n" - }, - { - "pAddress": "flare1y5ql0ysh0gtfwt5w46av94dse0kzaha7h9lfgd", - "cAddress": "0xF1e8105304c0184E6E16E31A1edA368D0039e8f4", - "amount": "1547532543404000n" - }, - { - "pAddress": "flare1qf0n2r2pzas3dx8pm335pv05sl3curu06vml2m", - "cAddress": "0x09897972fFcaD7AFd630F0bAD9283724ccf38533", - "amount": "940254251347799n" - }, - { - "pAddress": "flare1djuen9j7f2lv37y8gl0m76f329myyh5vy6fky2", - "cAddress": "0x3B258675928438aF3320d5B75e887566788379C4", - "amount": "25039300459594000n" - }, - { - "pAddress": "flare1c6ukjx57m2mxnwz96mz4zdx4ppmg7szmy77klq", - "cAddress": "0x4f945c9F7F714A6EeB02c0AF0021b2D949ce6b91", - "amount": "1136080827602000n" - }, - { - "pAddress": "flare1snzm6cz9jvmhx5xa9awltk05nmtgyluad32s7u", - "cAddress": "0xf06afa79d653A6F04D4d023416eAB53188124f11", - "amount": "52094994000000n" - }, - { - "pAddress": "flare19pdclmn7dwzjg2hltn9u893rkc2u30fs2xc98v", - "cAddress": "0x449967f987ae0AEea8cF313f17EeD0F897847D25", - "amount": "472000000000000n" - }, - { - "pAddress": "flare1qs42g3arkzelhwmxcu2u6urzc2kes6zcsy3e7n", - "cAddress": "0x0a852A20620d01A04cE0025e15339C5FE6AE0526", - "amount": "679402759083004n" - }, - { - "pAddress": "flare10qpex55zqjntp3cnf68gkdnzuqwk4je9pd4ya0", - "cAddress": "0xb262C5C5cF41968e0aA604Ab59B6E6AE8CF5d3AD", - "amount": "166004996000000n" - }, - { - "pAddress": "flare1eflf796sdkuz7fgt8x4d8ec336ttgp5nklrgec", - "cAddress": "0xfb143952935DA91bA1a6487AA07Afb4427F42673", - "amount": "407870000000000n" - }, - { - "pAddress": "flare19jz2jgtel3ydg45p8ck7kdjm3t2up99l5r69df", - "cAddress": "0x7B1173635fA5555B2482E37b463f08782F2f6629", - "amount": "4188712000000000n" - }, - { - "pAddress": "flare10mpv6fkj4u7y8rutc2796dhk887qltf4qxwa0u", - "cAddress": "0xCdB283e93347cd0F3469581A6A081eA8b1eaDCd6", - "amount": "141631546000000n" - }, - { - "pAddress": "flare1u4rdlg9txsk3zc5kvq8l63xzqqzyrnnpydwcr8", - "cAddress": "0xF16C0904707b08F5Cd9D1309F57726509e5A5D54", - "amount": "682539695502000n" - }, - { - "pAddress": "flare144a52eqfth5c2av99l2nrhpw87qc8zukgm8kf7", - "cAddress": "0xAd86CcA860b78Cacf0e0030e2EE28E3f8Bd0385B", - "amount": "171389992000000n" - }, - { - "pAddress": "flare1j3cl0urv6ugdwjh44eq8ndp7rgdgvp82xt6tl0", - "cAddress": "0x15D8d08FA5617F04551893DC4854B7e084979337", - "amount": "3000000000000000n" - }, - { - "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", - "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", - "amount": "60700000000000n" - }, - { - "pAddress": "flare1xhcs3vvjr9kn9y79dqszhfrr7zvs0lccql3ast", - "cAddress": "0x4f3784e4818c7e614435D4354e7f1080189E30BF", - "amount": "234026127157847n" - }, - { - "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", - "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", - "amount": "90000000000000n" - }, - { - "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", - "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", - "amount": "90000000000000n" - }, - { - "pAddress": "flare199kzascjsrp4y63g3r8zpyw6qxwhwk47l0chda", - "cAddress": "0x929BF1f0AeBb7a22331Bbc9144C0A1db4210241C", - "amount": "100000000000000n" - }, - { - "pAddress": "flare132j6azfjz6cpq4hy4pmk6umln5un2f9wy300ne", - "cAddress": "0x18946738fFde9b75c743B2310117dCD590bB4D4d", - "amount": "256280103556277n" - }, - { - "pAddress": "flare1l6c8qr0ms9lyj6ejmhr83hramel8c7gfuweqt0", - "cAddress": "0x480b35b48EA560515ddf14518a8e809eAAB13797", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1dttps4qm8wxsjpzc35el27py5nt5xffgdqhexg", - "cAddress": "0xe85582561111c725da8BF00Dad723b1A722F2bae", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1mepna3j5wthwcn7s8z40c3nugqhff4mq86s3es", - "cAddress": "0x88cd0C441ba5452Ed0aE9cD4E91B22311CC534e1", - "amount": "290000000000000n" - }, - { - "pAddress": "flare1h9acaumy4ma3y24v9ffnspvlg35z3mr6w5spqy", - "cAddress": "0xdF01a391A0FB0F86EE09B70f82f8d8a864BCbC48", - "amount": "67886000000000n" - }, - { - "pAddress": "flare1s02zp3lr8q7p849lc0ury5wmrx3z56zz2wpjqf", - "cAddress": "0x78272Cc3d88c30be218aA0c1697395E90Ae8f154", - "amount": "200000000000000n" - }, - { - "pAddress": "flare17gm2lh6586sa63sgu0sesgpvallpdu06keq6x7", - "cAddress": "0x5006ffAEC38FbFA960eb82fF4BA4a95f98fba6aA", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1temkz9z26qjyc9ksasypcpsd3d05apdfawpjmh", - "cAddress": "0x8Bf344920C76879D0CEa3A93919c65c53B16a69b", - "amount": "84684189204000n" - }, - { - "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", - "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", - "amount": "144565995000000n" - }, - { - "pAddress": "flare15altelke796kccywmjmxs3j4z2rkzqfk75959v", - "cAddress": "0x20c507483DE398447AbCB8766E7C3514bb789518", - "amount": "75000000000000n" - }, - { - "pAddress": "flare1ew05wlu453rv6l6ju9paqehxtd2su9vds3m77w", - "cAddress": "0xeA04b9A96145146f9094B7BA0F26E4Eb7Bf0C4dc", - "amount": "106262367488000n" - }, - { - "pAddress": "flare1uzglnulr3gf0rtwy69mf3jfuz28vd0cta2x7lh", - "cAddress": "0x977aE5c77c48909052efC3E5908AB5224E957bA3", - "amount": "226641989000000n" - }, - { - "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", - "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fcqcmaqt70gstl90g4xerdpmqmsqn6qzjmh3g9", - "cAddress": "0x928d87E4a191A824f444cAd1Edc57C0eE4b3E4dD", - "amount": "76318457503000n" - }, - { - "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", - "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", - "amount": "108300430000000n" - }, - { - "pAddress": "flare1xk7l2pfaqk6adalj2jzd5ahe3tuwsd69k2krt5", - "cAddress": "0xd7807e003c6E1361b12b70E632b601815C36F06f", - "amount": "52049984000000n" - }, - { - "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", - "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", - "amount": "550000000000000n" - }, - { - "pAddress": "flare1gpywhyz2nwaztj7ywyuepy6vxk9lw4f5prj8mq", - "cAddress": "0x64b674062901aE8CE02C890fcfBe3c97e7e91048", - "amount": "600000000000000n" - }, - { - "pAddress": "flare1umqsxn0pszampdu492s5sjac3qn50ajqxu6ppe", - "cAddress": "0x20D394193242BD37e51d44c1db3627e8D5B927a8", - "amount": "90000000000000n" - }, - { - "pAddress": "flare1md8zytggrmgczuj0h23vjqmxc94wtdaex0gz4m", - "cAddress": "0x3Ab636fb2D9fC72eB38BA567AF51AF469ed0ac49", - "amount": "1121212192168000n" - }, - { - "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", - "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", - "amount": "492000000000000n" - }, - { - "pAddress": "flare15l75hzqgpf6jhdqlkckwlzt6d4plmxdwn0h48l", - "cAddress": "0x55640eA26f400A92b1a54AA438d5F16DfDB47A78", - "amount": "104300000000000n" - }, - { - "pAddress": "flare1469yetxk0cxt34kvt9z9wfse8r9m6knjeqnfv7", - "cAddress": "0x493a30766b7E9733e4060C7192a820f5E386029C", - "amount": "940000000000000n" - }, - { - "pAddress": "flare18m20srl3fa7p8dnggk0zkz5kf4n49p556eagzy", - "cAddress": "0x5cF590de324Ea955E7Fe997363F601F32f81D10B", - "amount": "120000000000000n" - }, - { - "pAddress": "flare1e4fn50lklq8qate9w8h2f2sek8halavsc6hmkt", - "cAddress": "0x5FE558A60BD10253FCd82a78cBE877a1E582a9FA", - "amount": "608344924491601n" - }, - { - "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", - "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1sv6vqkzvyr220q78srdhd2l32tc3pqszym5wew", - "cAddress": "0xcd114230e75A75967fA4F4B9577511C8b54F6566", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1v09vq0tp5q0y5ragj6jv363kv00hrnp0csddr4", - "cAddress": "0x1AE8e3655d882856842441c0eC0223973343C9D1", - "amount": "50999915348000n" - } - ], - "totalStakeAmount": "194926631244628000n", - "cChainAddress": "0xbBc569CA9C9288B6772F467025Dc376b4cc5B107" - }, - { - "nodeId": "NodeID-4zWvBNmsbaS9UKQf6wcWgWGWRfitcGAuV", - "bondingAddress": "flare1zudxqy4pu62a8m4rzfwwatgqwpr3wvjgp75wdf", - "selfBond": "14999995000000000n", - "ftsoAddress": "0xB1Aa0F2691Db6bBb2969EfC7BE70787F58DD2461", - "stakeEnd": 1758444921, - "pChainAddress": [ - "flare1zudxqy4pu62a8m4rzfwwatgqwpr3wvjgp75wdf" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "InfStones", - "BEB": "14999995000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "25707972000000000n", - "totalSelfBond": "14999995000000000n", - "delegators": [ - { - "pAddress": "flare1kcsl4xx8cgsk74sgnqm3erdt2q3rmrzgs2sws7", - "cAddress": "0xFb3213AfA7984D1A22E1772AD8AE94F9809621A3", - "amount": "20534470000000000n" - }, - { - "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", - "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", - "amount": "1680718000000000n" - }, - { - "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", - "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", - "amount": "3252784000000000n" - }, - { - "pAddress": "flare1pm9acx9pfkfulhlpmzh27nd5rk0d4d2pp5czzw", - "cAddress": "0x9D6599c7cDb32f4FFE497E263Ba2e250856BE7A2", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1veyd3dqtwxt0x440nxphxnyqrux2n0h33g2mmr", - "cAddress": "0x07195Fa254f49D6533fdACc95CD568F02FFB7Ab0", - "amount": "180000000000000n" - } - ], - "totalStakeAmount": "40707967000000000n", - "cChainAddress": "0xcCFC7e7f1a3cDD5F2a7fA9797dBdD6019806EF23" - }, - { - "nodeId": "NodeID-5JkXthgpWVDq6utrtV1YVG7aspsHjhezM", - "bondingAddress": "flare1296uk26exmrjaxvnd669ra092r0t4h7ggtl32r", - "selfBond": "15000000000000000n", - "ftsoAddress": "0xB1Aa0F2691Db6bBb2969EfC7BE70787F58DD2461", - "stakeEnd": 1758444921, - "pChainAddress": [ - "flare1296uk26exmrjaxvnd669ra092r0t4h7ggtl32r" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "InfStones", - "BEB": "15000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "118204910467357615n", - "totalSelfBond": "15000000000000000n", - "delegators": [ - { - "pAddress": "flare12g5rgag2hgzshgtj6vc79wcq34f5cns8zhr5q9", - "cAddress": "0x962D880d4D1DeDb248e08807dCE9aeE84fD4D132", - "amount": "896590868655105n" - }, - { - "pAddress": "flare1f9etvryqwamcyhtr2hmqc8y5ntrdhauu0rwlzx", - "cAddress": "0xbF6A058994b821e9bC332F2A85e7CacacE88DaE5", - "amount": "919093744088768n" - }, - { - "pAddress": "flare1qgem2cec6a5k9v8u5lezpfjv56kpgd409hvknr", - "cAddress": "0x597ef567226831a800Bc5C0AF495Ef8a39167c6C", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", - "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", - "amount": "233659621397796n" - }, - { - "pAddress": "flare1575m2hwnx06p7avs805jrd0mzqxcrkyxaudn2z", - "cAddress": "0xf2608cb4a9065558d7C08dcab32690663b7AeBE4", - "amount": "145720000000000n" - }, - { - "pAddress": "flare1ffy4sde9jk9mekp2lzrfxs68tgug945zxrjmj2", - "cAddress": "0xb1E6cD6cFB6A12F517C3bf6dcaf839c1e71C84A2", - "amount": "300300000000000n" - }, - { - "pAddress": "flare1f2f54q43tt32vdl4jhp7d7c0x9qza2jym7vwf7", - "cAddress": "0xF439237a8705933e988FF601DB89eF760FBA8A8d", - "amount": "367500000000000n" - }, - { - "pAddress": "flare1nuwneum3znzzz73d582je7lkj7vh6uym7jr0av", - "cAddress": "0x72501C4F933535bbd31ca785D1A5B0572CdF030e", - "amount": "201537851641077n" - }, - { - "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", - "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", - "amount": "1500000000000000n" - }, - { - "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", - "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", - "amount": "840333675152254n" - }, - { - "pAddress": "flare1xx963vnd4q08autw0t948phxg5lv0hxr3ap8dy", - "cAddress": "0x76b1bAE0dA82A528A91CfD98abF8f72b3ab4Ec40", - "amount": "113450000000000n" - }, - { - "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", - "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", - "amount": "5000000000000000n" - }, - { - "pAddress": "flare12p2cr4hnyfsvp2demsfz28rdwdu9utl5dz7m88", - "cAddress": "0x2Ac1200E5cdbb166d940BBF401808C3119372Bb0", - "amount": "298450241468722n" - }, - { - "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", - "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", - "amount": "103637300298099n" - }, - { - "pAddress": "flare13dqr0gzjd4furddxn7c7xa6cm5dkjw2a07k92q", - "cAddress": "0x0F55E4e897Ce9CF67e7B2B8c3Cc28cF0451d7d0B", - "amount": "106149052550117664n" - }, - { - "pAddress": "flare17fs5g5mrw9f0eghfaq2a32mjsd62ts5sh8cddw", - "cAddress": "0x4F50A6C435824c94d133C0bD07439f248B0d4d99", - "amount": "246194010000000n" - }, - { - "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", - "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", - "amount": "100000000825570n" - }, - { - "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", - "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", - "amount": "439500603712560n" - }, - { - "pAddress": "flare18hz83gqv8ea6l6d7f5rp7vj46hduj5uwc504mq", - "cAddress": "0x6fbdC4FaE582eCb75BC5CF26C72859Ab522Ab5a3", - "amount": "60000000000000n" - }, - { - "pAddress": "flare18rxwux9nk7ydpu7asznm5wrjkf4xfgssha9s2g", - "cAddress": "0x266238fd6E6a96d910e8ac29cdB0FCDfA706c1d5", - "amount": "89890000000000n" - } - ], - "totalStakeAmount": "133204910467357615n", - "cChainAddress": "0x7b0b9b23f70e0fB6100b408d03d10E9BF4888397" - }, - { - "nodeId": "NodeID-B6sAUBEYn2fvHMeUnsUkh1yNrvTzKu8gZ", - "bondingAddress": "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw", - "selfBond": "4000000000000000n", - "ftsoAddress": "0x112B1130BD78B5A520adeace6130151E07a270a7", - "stakeEnd": 1740816002, - "pChainAddress": [ - "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Xdrops Oracle", - "BEB": "4000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "1176000000000000n", - "normalDelegations": "28411513046236000n", - "totalSelfBond": "5176000000000000n", - "delegators": [ - { - "pAddress": "flare1mmrka73js7nkallyren9jvf6cncw6c0cmq7mpg", - "cAddress": "0x99640616370CbB437808aCaCDb44288876cB42B5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17f6uv8zyngakck75zvxvf94z9wy8fd8mrz4hqm", - "cAddress": "0xC9313E1af029323A9bd75300f0285c8a86093bfd", - "amount": "310899993000000n" - }, - { - "pAddress": "flare12yjtwd5trm4jmy0c6l4wckemf4ffx27peed03w", - "cAddress": "0x75537feeef4ea80Dca479dc007B10306F1442330", - "amount": "120190999000000n" - }, - { - "pAddress": "flare1ksk3u9pzzmwam6m6v0p5srezcz0dk5su96ytzq", - "cAddress": "0x51A65cde94de2F449Fa83E486e7838798a740EaD", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qulms2mmlsqzm6fvxaee56349sc73rpds57sff", - "cAddress": "0xc9982e2F223095AB77Ae19F3DbeF374FB864f23F", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13hnqxx7lyp8t6fwpf8txph67pm2hvewrev2mtz", - "cAddress": "0x609652E00A1303B31A385bBf95e7F6feA605B996", - "amount": "26876387450000000n" - }, - { - "pAddress": "flare1ary69sscvhqhvm4wq249v8xz6dheu582ucxsx3", - "cAddress": "0xA60BcC03DF08BB3B207D1fDFF628adEEE0004DcC", - "amount": "50278246118000n" - }, - { - "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", - "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1353a0fa4l7e82vaw9j039c7y8als5pzp4l6lsj", - "cAddress": "0x8a955B7b52B185427edE10d689eC6beA033AB78B", - "amount": "173999997000000n" - }, - { - "pAddress": "flare1d3wxera6d793areekey4ju7p4048ltnhgnsuj2", - "cAddress": "0x772CB70126776D014ADB41e481C6f311Db2aceB3", - "amount": "50200000000000n" - }, - { - "pAddress": "flare18gll0k5yku0lr0cprr3jkx07z7w63uxp5kavvt", - "cAddress": "0xb67c4d6Ce3C33468cCa88f35825dbF7D4574aC0F", - "amount": "84637580329000n" - }, - { - "pAddress": "flare108x7th3uwkhsuua7ly7xasfq0nhwpywrargg9s", - "cAddress": "0x4e18524dB4542F4d9A4d850317A242691490B879", - "amount": "180418974000000n" - }, - { - "pAddress": "flare1qzuj9pcm2x6vygwtlfx8n3a69juk52c3nhcjwz", - "cAddress": "0xC653970AD41803220FDc39e7C46CeBB69fF2E6A5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1dmcsgt0276nepus4scz48404g9kfv4wjnqulwc", - "cAddress": "0xEDE423D36448c49dD077268581D5278Bb9924fB8", - "amount": "100580849962000n" - }, - { - "pAddress": "flare172r3664hwflu0h86p5zn02j90z0j8wqte34z4f", - "cAddress": "0xA5E9ADd3894051B11358A8952Dae14C2204C8199", - "amount": "101212976000000n" - }, - { - "pAddress": "flare14uwpgpnhveg5jnsc90qd2nm3rxh45zcsf5wh4q", - "cAddress": "0x2DCe927B863f8242a3A2636A3a7fB10a1Fafe22b", - "amount": "55554999000000n" - }, - { - "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", - "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", - "amount": "57150981827000n" - } - ], - "totalStakeAmount": "48587513046236000n", - "cChainAddress": "0x216f3f9476cC26ec95AafB2A494e23979d0494e8" - }, - { - "nodeId": "NodeID-66rV9yEWSVGLC8fs9ynKptVf9f6bSbHC8", - "bondingAddress": "flare15t8hn6pmv6fd6r4g8z5xqdrhd00v9ddmuh84y4", - "selfBond": "12000000000000000n", - "ftsoAddress": "0xf8B1Dcf2594AfD082aae088661bF574CB9BbDC61", - "stakeEnd": 1741251603, - "pChainAddress": [ - "flare15t8hn6pmv6fd6r4g8z5xqdrhd00v9ddmuh84y4" - ], - "fee": 140000, - "uptimeEligible": true, - "ftsoName": "Flaris", - "BEB": "12000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "950000000000000n", - "normalDelegations": "17251238118344902n", - "totalSelfBond": "12950000000000000n", - "delegators": [ - { - "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", - "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", - "amount": "50799997000000n" - }, - { - "pAddress": "flare1lln86kuxwvsvhmvjma2f8rax32j59dt2lk4n4k", - "cAddress": "0x79bb252C9681BFb56d519A916bB4d64b03cfBDda", - "amount": "464336662620902n" - }, - { - "pAddress": "flare1q7mrw6cd6rm630e8utac6y50n0vtsyx7c94rx2", - "cAddress": "0xBe444734903b84228DB6abA31379368685B87f40", - "amount": "201665816480000n" - }, - { - "pAddress": "flare1pz7kzkxfek0eqd8477s5tm3wwxmg09fmwc6ul0", - "cAddress": "0x830e4605967A3527cb5d956466Eb693d7c13fcDD", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13sa8ypqve6xvq5kwsm5k67urwrl3m28v5hkmfx", - "cAddress": "0xaCAbC0e90374769Da5d9586A0843aFadEE914238", - "amount": "54601133613000n" - }, - { - "pAddress": "flare1yylf20x8dzcyxdv4zt8nzl94gnxfjma7k7ptew", - "cAddress": "0x713865AE73dEA7E6326FcF2A3940389fce5803eC", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1q92mgvsc2tzs83ly390y57m3drjyqrn0hhm4fq", - "cAddress": "0x767D4e1FcD412E26010DC446E99A171eE44C97bD", - "amount": "50000000000000n" - }, - { - "pAddress": "flare127y5m673uphxgrk0qju73me4h66sss3lptps8a", - "cAddress": "0x81A242681053E28AfD7EBc9bc07D279D16edAe69", - "amount": "72805993000000n" - }, - { - "pAddress": "flare1shqur2ltsmlghhnxzn4praa4c7xlaxzfsqmc4e", - "cAddress": "0xe58Fde4A9986616dFF28A78aF087331CBF16E96f", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1g9aquyskpu8na0kyfv5f8grrr7xaxmgl90tnpj", - "cAddress": "0x1D98bce7b3697D3443632663A0cbb51e3855f9aF", - "amount": "50121730349000n" - }, - { - "pAddress": "flare1nt9z99ew36vep9khtg2yqx7n5z5qhqscq7gdae", - "cAddress": "0x6b70DDde371F77E58891245F88AB6a97B60889C7", - "amount": "50002000000000n" - }, - { - "pAddress": "flare1fv2m6rlvzp65hh6fj83nxutnkgnm7h2en7nvv9", - "cAddress": "0x445C00aFd7dcdd99415d3284bf8fBa1521d224f5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1kdgmtsmcrg6dl6us73fdztqaqrefnxrvrar24l", - "cAddress": "0x70d6376338ab23AEfCB94b71C60AddD973dDBa65", - "amount": "168800000000000n" - }, - { - "pAddress": "flare1m0y823vjwcjc9aetlaeemjf7mv9ns0ysnk8zph", - "cAddress": "0x21a88953DCD564094FA5D9AfCc6718741807969C", - "amount": "69299980000000n" - }, - { - "pAddress": "flare16f3awpzaaepy26fedatwzewn2ghdzdxmagxu0x", - "cAddress": "0xaCAE0cc5d9f8300CE9A950c61B79dB1f25385B7c", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1s7xtqvvjrc27e2qx7gt552dngjvcfp8mu7va2q", - "cAddress": "0x6549eDd41D5f73Fd3bB2Ba61e0C4085850b7Fcf9", - "amount": "13696804470000000n" - }, - { - "pAddress": "flare1yran6xpvsza9409dj9g42j2rr5xp2ca6gjmzpp", - "cAddress": "0x15B9A5144Dcf5b4Fb5D5E120ec669193d16e6286", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1atmcra4spys2slvv6y8s0s0wjyc0atxl47u5mh", - "cAddress": "0xE7873448BD13f4bd7D433E874F7AA09F11fAA512", - "amount": "68982528790000n" - }, - { - "pAddress": "flare1jvdpnzvxjutk9ddg4lnhed24c5r32narq366lp", - "cAddress": "0xA0aB2C8e83Bc846daddDF189d98ef7851e550351", - "amount": "233667788729000n" - }, - { - "pAddress": "flare1v6txazn4kkfk5pfk65mameuhqk9l7cnz0y7ctr", - "cAddress": "0xfb20abF91D27fED2F8259E70EaF0FD5492A99870", - "amount": "84491474034000n" - }, - { - "pAddress": "flare17ss2qfswk736r36addl03pfjdzk3juhpa3fac9", - "cAddress": "0x7BC173aDE72DE1D0B4430fB736BA040c31fBb157", - "amount": "149541644729000n" - }, - { - "pAddress": "flare1pxylh8w24mt500egavcdh5vgdu67qnpmuftyy3", - "cAddress": "0xde694bD8354f0d88c3Ee52FE1592dbB3812b0C10", - "amount": "50999995000000n" - }, - { - "pAddress": "flare1ccjeg0vkxjmswv004azpr85dak0vyj0zxsn9ug", - "cAddress": "0x95427ecB84Be756d11Ff73a4ede1973fB69e7477", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ex6ttjmfxktaqljrk298zuukvf3tw0n3xmqrdx", - "cAddress": "0xB857Bc0650cEc996F0FB30C1e160dE30705e5087", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1nypyqtcaumnztp3a0sjec5fwks7x9cq32nfd2k", - "cAddress": "0x57bCcb19C5A7ee612Bef7A7Cf7dAbA4E54B1B4fc", - "amount": "151770953000000n" - }, - { - "pAddress": "flare10g5y742dsgakpcmunw9ek46rkrd96pt0nsgkn0", - "cAddress": "0xa0F4F9f5b78B5d42570b5e030254d27b6973D04A", - "amount": "100000000000000n" - }, - { - "pAddress": "flare179t0nygd5mkmemy6cykjnz6f0fn0z93rwcza4x", - "cAddress": "0xF5afA65b1f2ffdD62848a10416058565f875AB9e", - "amount": "111405000000000n" - }, - { - "pAddress": "flare1x8c04dcc6lqflnsz7af6wg6x3neveyv9360snd", - "cAddress": "0x50EAd867C1B80960ffDa1beF1F212B9E1C9606b8", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", - "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", - "amount": "359999985000000n" - }, - { - "pAddress": "flare1rypk4smrvcenrc82jmyj4w56sucj4262s9sx79", - "cAddress": "0x38b970957208CAd75Eedc44b721571CBDd2D3815", - "amount": "511140966000000n" - } - ], - "totalStakeAmount": "45201238118344902n", - "cChainAddress": "0xbc1682730aE5BD0Aed7d210da330Ed581D9F2c4D" - }, - { - "nodeId": "NodeID-Q3WJQcoixGGKnFs41B18rnJB9PS54M5oF", - "bondingAddress": "flare1d8cegn6t3udsup8lkylzwty5vdr2s6gw3g0kqh", - "selfBond": "10000000000000000n", - "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", - "stakeEnd": 1741377600, - "pChainAddress": [ - "flare1d8cegn6t3udsup8lkylzwty5vdr2s6gw3g0kqh" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Last Oracle", - "BEB": "10000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "138328031650000000n", - "totalSelfBond": "10000000000000000n", - "delegators": [ - { - "pAddress": "flare14cjz4yrcx507q34ua8rxkrg3ykj4vr226wxdrf", - "cAddress": "0x08613433ad0037A0BB8c2217fAA81A0Cfb7d9d47", - "amount": "135000002000000000n" - }, - { - "pAddress": "flare1m2k3c9gqf9v8mmxh2t38eea7r3kg7t6m98yef6", - "cAddress": "0x375Fa004258D3A75D2877c557b344523A73983F6", - "amount": "3328029650000000n" - } - ], - "totalStakeAmount": "148328031650000000n", - "cChainAddress": "0x03b3BE825bbf52DF8f74AD9E4e247909F22309Ed" - }, - { - "nodeId": "NodeID-EHMcsRfGdnBSuaZuKdoxu4W8AvtL1jg1F", - "bondingAddress": "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz", - "selfBond": "13000000000000000n", - "ftsoAddress": "0x90C6423ec3Ea40591bAdb177171B64c7e6556028", - "stakeEnd": 1743656444, - "pChainAddress": [ - "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz" - ], - "fee": 75000, - "uptimeEligible": true, - "ftsoName": "A41", - "BEB": "13000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "4000000000000000n", - "normalDelegations": "177398967782611966n", - "totalSelfBond": "17000000000000000n", - "delegators": [ - { - "pAddress": "flare1qyded8jywfcvwm9z5qkl80wsdy8e6g0ngdazwa", - "cAddress": "0x022867a1278025df0afc0171ac7b162D1cD9D957", - "amount": "2499990000000000n" - }, - { - "pAddress": "flare1ny4z5tnkkc2kls2fdjwv7kzgxmyw9zya93k5mz", - "cAddress": "0x059eB51Ee5e68cC3D65145F2460D866Dded95a3d", - "amount": "2521820353513053n" - }, - { - "pAddress": "flare123l344hlugpg0r2ntdl6fn45qyp0f5m2xakc0r", - "cAddress": "0x4485B10aD3ff29066938922059c5CB1e5e8Ee8b6", - "amount": "150010000000000n" - }, - { - "pAddress": "flare1hmr0cpu0c8lttzvrahkac30a4rzeyps0tgvmd8", - "cAddress": "0xCe36227E43071118755b737188c4c09d72bA55Ce", - "amount": "4143234135358862n" - }, - { - "pAddress": "flare1q0dts0zp2nvd8c4wpnfg5nzrplln9ctdrydgcz", - "cAddress": "0xF555324e7f9fe9c66b53785560048F8b330cFD52", - "amount": "2050400000000000n" - }, - { - "pAddress": "flare1uv4v4sz43224sslgn9qplh2h8p8hj9l8e05sqn", - "cAddress": "0xEb83857D858Ff7Ae20895141238E8b86EC06AD24", - "amount": "133960388712770n" - }, - { - "pAddress": "flare1jcycp9x940zc38j7zaw5aq0r7dyycvh6hs4luq", - "cAddress": "0x4b2a55A5f2a36AF2f32C2e98784D67E2B63138F2", - "amount": "127500000000000n" - }, - { - "pAddress": "flare1fkwjsvnlzhaw2uljhrzyg02ujdyqsk5ksv8rqu", - "cAddress": "0x9eBd9026C69B5d0Eb9B8b5678A77e6d4279D13C5", - "amount": "2300000000000000n" - }, - { - "pAddress": "flare1d6e65rxkmfke2yj6c8dndrqf9sq3me36s2zutr", - "cAddress": "0xA31578A8Af5a717D0cF76F326323CE32E53d3528", - "amount": "69247000000000n" - }, - { - "pAddress": "flare17yz2pzv37pjags7fw6k8zd62wf82z2z4mgu7qa", - "cAddress": "0xA7B685e40A92110DAfa356E62F472a1417bD80b3", - "amount": "7606918816783548n" - }, - { - "pAddress": "flare13u7m5lzt27euext25vcqemv3faelrqlx44sj8k", - "cAddress": "0xaC2Ce4b1de65b45e1Cf32B9022dB00599d5F8008", - "amount": "1943940462043292n" - }, - { - "pAddress": "flare1djre0ll7gsmxcv6g0hy6lj96jkgyywvufc25yn", - "cAddress": "0xC591b9D29a815F4b44C8De6a8debc9716Cc0eE76", - "amount": "51250001000000000n" - }, - { - "pAddress": "flare1jcra72wu3tuntrwaepcqtljpl0uhpdwhkx2jsk", - "cAddress": "0x3841C56AD6A83d3e95732C54f3760245f16D879f", - "amount": "710569000000000n" - }, - { - "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", - "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12mxetd67eh9mwqzrpvzy2degjmaz3qnhv67njp", - "cAddress": "0xD4B3ECBc30eA0e447fc9DE70E1083eD9CF9d930F", - "amount": "50000000000000000n" - }, - { - "pAddress": "flare15qfnjzj3clmawfel9urs362qnrhw3jp24nlj8r", - "cAddress": "0xD7a21FE80774d7894f10a7C7539cA4547148C58e", - "amount": "61050000000000n" - }, - { - "pAddress": "flare10vx2y7zx42e6grtf92w6sddec3qlpacvvry8cd", - "cAddress": "0xcE3b9Aa3C8A87Bc55C8a84a216e446D0c0783123", - "amount": "88700199388997n" - }, - { - "pAddress": "flare1d9phj0844543e82k8sjn8he605mhd2ud7dd7yq", - "cAddress": "0x8681B9982806909127D49d46347bF2769A2E3e8E", - "amount": "7026585390000000n" - }, - { - "pAddress": "flare16xn9l0deqgzpyhqvpcmtemn364524hqawxgy6c", - "cAddress": "0xD99603E81f9903568851f2537397c59c58cE1962", - "amount": "23101949680000000n" - }, - { - "pAddress": "flare1fncdjdwuhuzdxj8fpj7x6vm5m76qw9d2ggtr4m", - "cAddress": "0xa24c43436B98AA2fb625A790128D9fC414094b2F", - "amount": "50001000000000n" - }, - { - "pAddress": "flare1l24c25ra3dzhh2dc85292vu7dtzhe89svdtq58", - "cAddress": "0x7d462880d3636801c7934556B4943400b040F510", - "amount": "253574030151755n" - }, - { - "pAddress": "flare1q95jdjmx7vfhh0lngvdft2hqk69zn9uxh30c03", - "cAddress": "0x3e88650aC8da192766De22fb55fB38DaCaA90aD7", - "amount": "569208749534059n" - }, - { - "pAddress": "flare1u26mpxstvk5h4xzlrq369g66cgd4fgsn95s05h", - "cAddress": "0xcBb819bb1d35F47a5a8613d90f2AE97635EE6681", - "amount": "252090000000000n" - }, - { - "pAddress": "flare1h068pyfft8vekr4ces96ffkplvekn23ls2ly64", - "cAddress": "0xB531ac8c8BFb161132E994fAB464f52257f117Bd", - "amount": "51793000000000n" - }, - { - "pAddress": "flare1m874p656qtu9c0tey73r28tqfdj5qu7085u3kt", - "cAddress": "0x91b88ed17C05ad98dad856520D04Ef5EF0577A47", - "amount": "3245809573166837n" - }, - { - "pAddress": "flare18f5nl2z5amh9mss9qph72fquewk65c8vq5rwrq", - "cAddress": "0x4Ba4E33479eda9A953F1c70F6cbDFAE162d928a5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1q04xl3anct05hclxhh2deq0fsaasqvvcgk94mn", - "cAddress": "0x95D3682B5cdb1559f58bEFF758807335b5Cd4c3D", - "amount": "105500998950000n" - }, - { - "pAddress": "flare16wgyxsfmvxvq6546svaavse6qysszqwknvt67p", - "cAddress": "0xBe3F82034778fbF474060f7D4a032f592559ab4d", - "amount": "570808000000000n" - }, - { - "pAddress": "flare1g9dalva5ru460e87q4yxy7t95lxlsfxv43vl93", - "cAddress": "0xD3cf9AB67bB0B13262F79Fd2c676077675e8edc9", - "amount": "1274285049762292n" - }, - { - "pAddress": "flare1mdegxdn2cn2qtyh8zktaxzg9e3umghsww74dtf", - "cAddress": "0x5d4FAc24d7E7e10a10cFeD94E429D19A15A381Ce", - "amount": "712726579932186n" - }, - { - "pAddress": "flare1hk4revtv8860zzfealxh2yu9kgcp29l7gswp93", - "cAddress": "0xef499B3148E17f57b3ea4ebE6e37A0E9f080c45A", - "amount": "110210000000000n" - }, - { - "pAddress": "flare1h9acaumy4ma3y24v9ffnspvlg35z3mr6w5spqy", - "cAddress": "0xdF01a391A0FB0F86EE09B70f82f8d8a864BCbC48", - "amount": "201650000000000n" - }, - { - "pAddress": "flare1lxsjcqg8h2pwgqpldykulz4j6hju2te0s43qv2", - "cAddress": "0x30144C6393C461375C02B7aF3562ca69A7131F5D", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1umqsxn0pszampdu492s5sjac3qn50ajqxu6ppe", - "cAddress": "0x20D394193242BD37e51d44c1db3627e8D5B927a8", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1hkap7l9rmneu9h34v9ty5uxekekl35nqaltufl", - "cAddress": "0x691B8fE1b6A398729C17d80E4f5920Dd050b9D79", - "amount": "539944988000000n" - }, - { - "pAddress": "flare1duqegq3lnnh5zm4lu5ru5u4ql2aj7q823kwn5j", - "cAddress": "0xf2e696743407f3a93e6c63858e824C89C7DC42BE", - "amount": "2387570000000000n" - }, - { - "pAddress": "flare1thrv5jn50yccl29tzpwlreha95z8udc6gud580", - "cAddress": "0xEB26dD0d4e25509851096BB9d55892681917a3bB", - "amount": "800000000000000n" - }, - { - "pAddress": "flare1vhtj9rm5p2377qd3r86r5zy0uflrfwf93s4hlg", - "cAddress": "0x0B9286242B26EF782c41c026c4607cEDA0cc3F16", - "amount": "929294387314315n" - }, - { - "pAddress": "flare1aqngyqk7jn99xk7cg5xqd2f7ndmh36q56kfd4c", - "cAddress": "0xa355ac3fF2261c1BafAb285d9d111F8EB4cb639f", - "amount": "6735580000000000n" - }, - { - "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", - "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", - "amount": "1377680000000000n" - }, - { - "pAddress": "flare1lu3672ua76zkgs6qlp7wynuz7zf8lt2kllp2kj", - "cAddress": "0xEA0d583f845f6ebCDfFC14A262219d0cD4d47192", - "amount": "168165000000000n" - }, - { - "pAddress": "flare1stx3tj0r9djucqvv9020k7yuha3w6xp7trrm7w", - "cAddress": "0xf9C2bbDEA296afb0FeDd364095303Adbf734aaAc", - "amount": "77200000000000n" - } - ], - "totalStakeAmount": "194398967782611966n", - "cChainAddress": "0xbBc569CA9C9288B6772F467025Dc376b4cc5B107" - }, - { - "nodeId": "NodeID-9fsCXCFJ7hzgsGK4FVpuNt1FVjJ9ScfVU", - "bondingAddress": "flare1yu0cptq33paad4pr7ff93s923w6rr4kf5adfee", - "selfBond": "30000011240000000n", - "ftsoAddress": "0x1c2bB2CA14914a462AB7268DE4A48eF6445116c2", - "stakeEnd": 1751670016, - "pChainAddress": [ - "flare1yu0cptq33paad4pr7ff93s923w6rr4kf5adfee" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Encode Club", - "BEB": "30000011240000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "134927914283684624n", - "totalSelfBond": "30000011240000000n", - "delegators": [ - { - "pAddress": "flare1nennsg9gweqcwjue36zz0347see2xtp340le38", - "cAddress": "0xe8D1af512b66755CBD84Ae5B12351aa42ba4950d", - "amount": "1196874747449714n" - }, - { - "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", - "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", - "amount": "287639601102837n" - }, - { - "pAddress": "flare1s286csrntzxn55kuz04fpw8djuejx3da52zsnk", - "cAddress": "0xEEC5Be1f3d7b53Dac37301dF14a5AFf9DCF54eE2", - "amount": "71415190000000n" - }, - { - "pAddress": "flare1t29t3885cr93tr7wllvd6t8u3fxx030dr5x2pn", - "cAddress": "0x98aA0190B6E7897E08B58BCEb975bAC4D28b5F78", - "amount": "57240000000000n" - }, - { - "pAddress": "flare1a4586zhdqzm834yqtncc02zl0snt8mz7796uhc", - "cAddress": "0x6286F345b39DB226A76fc0c11428b9ae3f5D67Df", - "amount": "1747866000000000n" - }, - { - "pAddress": "flare1vf4lyfpxjcmep0m9hqzrrlls7jpcxswsxsyayp", - "cAddress": "0xC60bf8E848e9FE12577cE111eb457BCe62df5FDB", - "amount": "29999999999000000n" - }, - { - "pAddress": "flare17m08c58l3jkmk28vh0za8g4e5m6vtgxguyvlgs", - "cAddress": "0xE9e11C8E916f32714108b173E6315ebd44FFee44", - "amount": "42999000000000000n" - }, - { - "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", - "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", - "amount": "1590021000000000n" - }, - { - "pAddress": "flare1dm98960nk9jujjlnuedxu027093lra4z3jc8up", - "cAddress": "0x8CAC08a3893F28e78EA085dAb04941AB32B53746", - "amount": "75000000000000n" - }, - { - "pAddress": "flare12mxetd67eh9mwqzrpvzy2degjmaz3qnhv67njp", - "cAddress": "0xD4B3ECBc30eA0e447fc9DE70E1083eD9CF9d930F", - "amount": "30000000000000000n" - }, - { - "pAddress": "flare1vgt74rqqwh8qr5pmkklljrr98pdg7frrrvl070", - "cAddress": "0xEeea994ccC3093c9D14274b894AAC9B00a756b1b", - "amount": "14418329995000000n" - }, - { - "pAddress": "flare1yemnf2d3lpch994tqmflfqmyzr2mhwew3878e0", - "cAddress": "0x289BA6a0b2aFE004A96d1781856d011282bDC49c", - "amount": "64200000000000n" - }, - { - "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", - "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", - "amount": "4600000000000000n" - }, - { - "pAddress": "flare12v7950p7slwzev4lrf9th0jsn9lrfg93vwndvj", - "cAddress": "0x092E8ee3cd01F9d37ebA38C2e5d7dEBcCd6FBd81", - "amount": "63239751132073n" - }, - { - "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", - "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", - "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", - "amount": "699552000000000n" - }, - { - "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", - "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", - "amount": "1680718000000000n" - }, - { - "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", - "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", - "amount": "3252783000000000n" - }, - { - "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", - "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", - "amount": "1334035000000000n" - }, - { - "pAddress": "flare1x4weupc6azatzyys0a3qej4277fva87cxu0zq3", - "cAddress": "0xCd153D4acA137246D277f1735B47a61563234C98", - "amount": "590000000000000n" - } - ], - "totalStakeAmount": "164927925523684624n", - "cChainAddress": "0x865E3638beCc43150e9B42C4422cE68081aa3A76" - }, - { - "nodeId": "NodeID-FUA8LX6gJhNmiJVT5eycNsd2jKBHL7FBY", - "bondingAddress": "flare18hpr5trmxtw7rv63675wa77xgk5ncpcz3et59q", - "selfBond": "33880350988978208n", - "ftsoAddress": "0x0000000000000000000000000000000000000000", - "stakeEnd": 1759860244, - "pChainAddress": [ - "flare18hpr5trmxtw7rv63675wa77xgk5ncpcz3et59q" - ], - "fee": 1000000, - "uptimeEligible": true, - "BEB": "33880350988978208n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "4425556184010788n", - "totalSelfBond": "33880350988978208n", - "delegators": [ - { - "pAddress": "flare18ps7xddrhx0rr83qlxncvvq9u6j6jx6d8r8h5v", - "cAddress": "0x38cc5D8D56734017c11A9A491e8A594F3b1a4959", - "amount": "50163000000000n" - }, - { - "pAddress": "flare19zkpfaes6yjvvxr4mlrvcd029rj7zne7zmyeuj", - "cAddress": "0x3FA2a887BF04CAE15F920D522293598E8CbC78F8", - "amount": "502032545186409n" - }, - { - "pAddress": "flare1j2rhzsfd955y02gt673w2a4854p02plvskt9w3", - "cAddress": "0x3195425ed1275f775EA0Ae27aE04bB44BB9D86Df", - "amount": "69999998649125n" - }, - { - "pAddress": "flare19vsyepzxpf8v08pas5lw2n4ysppgldte6mt8k9", - "cAddress": "0x4CA8Fa88E4f2E5aBC9ac3d9511d55094f4ac68C7", - "amount": "201634993514000n" - }, - { - "pAddress": "flare1n2yf7fdfyfx8aqrktr4lhjzxqs9fv6w7jrffdg", - "cAddress": "0x9dA4c90d02F8006E5CAB14360a8eA8e2eC036f2D", - "amount": "68000000000000n" - }, - { - "pAddress": "flare13ycygk99z27zv0fathrjgvzm9s5jfwjnh9wwdp", - "cAddress": "0xc589c8b9268b9AD6551fe5618f46566460fBc571", - "amount": "53638340259783n" - }, - { - "pAddress": "flare1tu2uagqcs584yng6xprxwm0c96kysgpa8pyvr2", - "cAddress": "0x028ed88F1e691516834AAC52e7D0DB70630DA92a", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ukhl8vm5qxts5x5syguck24k6xgp5fvwayk0dk", - "cAddress": "0x0F2DEd40f04b438F7431D8c96140918640f5c13f", - "amount": "93656116481228n" - }, - { - "pAddress": "flare1958zydd2a2mtr7y2833lqzjm8hxgu6zt7xlcxa", - "cAddress": "0x36260323c33c660BeA430B3cb32C01F6868A6c9b", - "amount": "659923225385579n" - }, - { - "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", - "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", - "amount": "107666000000000n" - }, - { - "pAddress": "flare1tz8kgnd4epr8duv5zra96uf8ytlkvg8ftpy2dw", - "cAddress": "0x02A47bd1f7C173B503E53F203Acb2e8101650834", - "amount": "250303055712389n" - }, - { - "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", - "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ul38n38wmj05ze0l964hhkqh32kdyjr9jq59rh", - "cAddress": "0x5000237c624aD2dE9dCAFa038fDbF5D2B249543C", - "amount": "50100000000000n" - }, - { - "pAddress": "flare1jgvcp8z3mx43y4r83p378nus5excllq8v0r469", - "cAddress": "0x66B556Ab4170a31222cE1e625D815012770bb206", - "amount": "176346589359108n" - }, - { - "pAddress": "flare1dm98960nk9jujjlnuedxu027093lra4z3jc8up", - "cAddress": "0x8CAC08a3893F28e78EA085dAb04941AB32B53746", - "amount": "75000000000000n" - }, - { - "pAddress": "flare1q3t6yn50d6dsvuh4hfydypfds2aycyktdjgz2k", - "cAddress": "0xD0dd7e71Ec731Ee2F00E6BDc9E67AD32Da915Ad1", - "amount": "51039997000000n" - }, - { - "pAddress": "flare1zp8z5w5spqej5u4vkp34kmftznmqxjkc6h6myt", - "cAddress": "0xBb7887cAF7c95635549d9b2B47650faC9994190C", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1pe4yluut78mlxrqy09e8rdq9adah972m0smupa", - "cAddress": "0x29c6Bf3cF532E34C58816182982b093Ec21E8B2b", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13sjgtcpfzda3295ytkjp0nmya8rrpl37lpxd8u", - "cAddress": "0xa5f84cd9A1E38922B1c2eE19708Cc43BBB30011f", - "amount": "72033306628167n" - }, - { - "pAddress": "flare1xx963vnd4q08autw0t948phxg5lv0hxr3ap8dy", - "cAddress": "0x76b1bAE0dA82A528A91CfD98abF8f72b3ab4Ec40", - "amount": "113450000000000n" - }, - { - "pAddress": "flare1zavf2gflklu7rljmnge29azlwp9udpcxvn5fxp", - "cAddress": "0x6Dc8667bC1aBfE5e6275C2fa374f29cee5Aee3a3", - "amount": "53000000000000n" - }, - { - "pAddress": "flare18ke6dud43flmqtq3nw06hzzz3f7wzvvw54mdnn", - "cAddress": "0x2Ca4365a971Ba511e001E166E3fe014685F26bc2", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1224m67y0qls5k8sjlu5fee7yydvskcnmfgjny8", - "cAddress": "0x90b4A02d85CdbC0D7Adc1B1598EcFC22c1B416cD", - "amount": "75375021835000n" - }, - { - "pAddress": "flare1cqmh7cvcdkqn57d2z2x7rsdm72en3wzq5ywvun", - "cAddress": "0xF24dCC07E25A9C043aCd72ceb288009011D4B772", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1e6jfhcyv05st5jcyva6g69qt4mmf05qsehhetr", - "cAddress": "0xC7BE696528c171581EA4A14A2D6fF19EdCD9AAC2", - "amount": "100393997000000n" - }, - { - "pAddress": "flare1v9lf9dyw689ggp5tg2mycz80cj6mtdk9fk0yjh", - "cAddress": "0xa592A43444a8ae2f33Ad1770A503e15F20894E87", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1rxd0mcvkp8kqdeawa94nn6p4gac5wx7s9e2ewn", - "cAddress": "0x37c93571c19D6c12e7c438A2A288B733c0853b88", - "amount": "51799997000000n" - } - ], - "totalStakeAmount": "38305907172988996n", - "cChainAddress": "0xbf5Bd740B48428C41E9353Abdd95C5866FabbE87" - }, - { - "nodeId": "NodeID-8aGBxZssVWRvEr57YGRsWjZTHbnoWrfcc", - "bondingAddress": "flare17pmwqezk53uwa7g4wmrs7ry4fy5el8v62ps2pc", - "selfBond": "6000000000000000n", - "ftsoAddress": "0x184DbC7F2D96aBDfDe5CDa8c56F3F13DbF138cdF", - "stakeEnd": 1740124800, - "pChainAddress": [ - "flare17pmwqezk53uwa7g4wmrs7ry4fy5el8v62ps2pc" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "FlareFi", - "BEB": "6000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "20955236430000000n", - "totalSelfBond": "6000000000000000n", - "delegators": [ - { - "pAddress": "flare15765j7tmmefludxwcc6usl95n0lcyxt2exyqt3", - "cAddress": "0x8B6bE5399e08B20944e539fa554865A27f4E2391", - "amount": "100000000000000n" - }, - { - "pAddress": "flare15sdml9mjg3kw9c3h26h6mp5t2c6uhh8gw9mafy", - "cAddress": "0xA7847F8343a1f994BF7df86335640608a0deBBd6", - "amount": "20855236430000000n" - } - ], - "totalStakeAmount": "41955236430000000n", - "cChainAddress": "0x54093543a5c38ed404622c625904cF739ca5382C" - }, - { - "nodeId": "NodeID-2xbUrUGcj9HuntjA4YPHQFWiMuQz428SL", - "bondingAddress": "flare18gdh9zj7zvjfr0ce7mj9m704nmrv8kkwlv7uym", - "selfBond": "1330500000000000n", - "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", - "stakeEnd": 1745247600, - "pChainAddress": [ - "flare18gdh9zj7zvjfr0ce7mj9m704nmrv8kkwlv7uym" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "sToadz FTSO", - "BEB": "1330500000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "16346718918562000n", - "totalSelfBond": "1330500000000000n", - "delegators": [ - { - "pAddress": "flare1hq70slga3c5uv43hvvt9p96w3ugjq8ycxhdnyd", - "cAddress": "0x362D2770028e1BBc5F936A0Faf4BA45EE359091e", - "amount": "610713000000000n" - }, - { - "pAddress": "flare1n0j3tf0phflcvxcsalzv9e7ksxdkl7rd4lcxzg", - "cAddress": "0xd288e9Aa97019fed7cb46e19d8171Aa1190C1abc", - "amount": "229029000000000n" - }, - { - "pAddress": "flare1jas5pxrxtr7v8e9etfhuc0jw84e8d3xhx4umqs", - "cAddress": "0xa1e14ddB9f3B814d34453629DB8d78F187f896c6", - "amount": "650000000000000n" - }, - { - "pAddress": "flare1246kp4l5kh2c6y72g3jdj4jlwsz480f8nwue9y", - "cAddress": "0xA29073E603114eCdcac2A0930190Db14Bdd54658", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1kxcn4s62nfykdeuw3cmzzjacrgd3v8xhd76jry", - "cAddress": "0xd63FD88Cc5225B9F0A32d422C03e1474Ce827724", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13v9tnphkwft5g7j3r95ygqylzs4vth9kzf92v3", - "cAddress": "0xA87833C7ab8Bc5e2f75d3837F1e0936DF28AdA94", - "amount": "50283097309000n" - }, - { - "pAddress": "flare1vas4gp4j0fa5lnnan82l6s2u9fmkfq7w6ea72u", - "cAddress": "0xf8F603Dc252A405df06EC8d68D277F188062Af12", - "amount": "53600000000000n" - }, - { - "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", - "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12j8045ehsuaknmpq5u9hkddwz3alff560ufsym", - "cAddress": "0x14f46A3DA7a17330e20eC4754e783777aa61FE13", - "amount": "206114913344000n" - }, - { - "pAddress": "flare12yj9eu5526hk0aks4wttcazgqjaytrvnj4rmta", - "cAddress": "0x7d41D87F8e3c84f68FB0cDd042aD920C187412df", - "amount": "93852879108000n" - }, - { - "pAddress": "flare10ka4px0zf2cj5dckzrymek6lcz9wdhmut3fksw", - "cAddress": "0x239d66E153Be508BD20A6B9bACddFca351BB4425", - "amount": "50000000000000n" - }, - { - "pAddress": "flare19wsc3dnvswekux0qudccm32l7tn68guqrhq8dv", - "cAddress": "0x6031b4C5ACCfEE45866d3F80397A7391de82f0Bd", - "amount": "59298744801000n" - }, - { - "pAddress": "flare1upthd6v9zuwehvkdghqvpnquksuwsfqdvwt4rg", - "cAddress": "0xbC11734b9f47AF0916D1B1f28d503E602Fe8dd8F", - "amount": "727849000000000n" - }, - { - "pAddress": "flare1t79w6e7urczy5609kch52aecu9ytl033p7wnnm", - "cAddress": "0x9926A7EDDD62f2773390a5259929D4a85278c21b", - "amount": "50000000000000n" - }, - { - "pAddress": "flare187dcd8tpyzp9fw386s99jjv9j26q5zf0hly67k", - "cAddress": "0x631e0E85fF006d89EB3FAd9d9285DE07a57F2712", - "amount": "60693984000000n" - }, - { - "pAddress": "flare1wyh5p06pdl4dv463mjl2z8pr4hwdgwevc44ce3", - "cAddress": "0xF66095b87168c082f3278FE98D3bf594CC8181FA", - "amount": "13255284300000000n" - }, - { - "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", - "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1xrxvajmqa5r3eyhc8uxzsjv5qsrmf0xunuzva0", - "cAddress": "0x32D573d79990A8035781236e5f5e83CaBeAb1dC7", - "amount": "50000000000000n" - } - ], - "totalStakeAmount": "17677218918562000n", - "cChainAddress": "0xe72f3012c8Fb18276CeC11D1A7efc0EE4256a804" - }, - { - "nodeId": "NodeID-EJ7V3trSnp93txcLP3h4ULJvBhvUtP66c", - "bondingAddress": "flare1lmrlqgckv2amas34xl2f2ms0prz8kuld6qetrq", - "selfBond": "7000000000000000n", - "ftsoAddress": "0x4CfB79399cd840414a2BeF2c7C7A0cE3b9b0F89d", - "stakeEnd": 1745436415, - "pChainAddress": [ - "flare1lmrlqgckv2amas34xl2f2ms0prz8kuld6qetrq" - ], - "fee": 180000, - "uptimeEligible": true, - "ftsoName": "SolidiFi Nexus", - "BEB": "7000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "18025205847987000n", - "totalSelfBond": "7000000000000000n", - "delegators": [ - { - "pAddress": "flare17sp47p0u07scc754ecy9jnfgk27tvwh5t8g86y", - "cAddress": "0x71D1038CD8c6D3Fc00b4Db568b1cEFa5dE033f3a", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1w9n7wtda34g378awuu78z8c3xx4t6nj3x5d23h", - "cAddress": "0xe983F2E488D12678AeD26d8a14ea9cA7dD8847B3", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1d29f8z3hasucca8y08p5cn97z46eu8dq6a3yzm", - "cAddress": "0x02e6a8B49d6f46C70fE2Dd42356c9400469C986d", - "amount": "50000100000000n" - }, - { - "pAddress": "flare1yj4852vfcg3438ry458jex2uzf4jtcs9ea6jvm", - "cAddress": "0xE7a7D8151bd6A7Fad7142A4efdbEE4C0148B3066", - "amount": "54900000000000n" - }, - { - "pAddress": "flare12pkkzec85e2hgcs3gtautx524cy64q97duaj7q", - "cAddress": "0x6E3675627c1166b38Af252aC29F8Fe1Eb6b2A325", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1rn8hfh75q7446u9hy9dwdpkde2sfk6857pfcdu", - "cAddress": "0x7A3Ba5399DD5Ed11c34caE7DCA67c6Fe9E808C02", - "amount": "770656000000000n" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1kxf7qxvjalgxpsjwc30uupfrftdkakf3fejh3m", - "cAddress": "0x7e81A3E4ceA9538c171c9E090f3dfC5D996dB47B", - "amount": "110273668000000n" - }, - { - "pAddress": "flare1y4rn086qlkyvrad3mutqx4vepj6et7zt275vug", - "cAddress": "0x16cE8C82F4402C1eB848d7ADcBC475ECfae0c191", - "amount": "51000000000000n" - }, - { - "pAddress": "flare1rpynhc4vadswypaa8xgvv82fgvfajj0n8c2l9x", - "cAddress": "0x1620365558178A9228B385fe98F29d3aC147A469", - "amount": "222874000000000n" - }, - { - "pAddress": "flare18ejrekq520x5wnm5usxtaxxfxxrmvp9gfp46uv", - "cAddress": "0xceb93e6c3fF799a44205Cf8776c8b4Da4E05b6fE", - "amount": "400000000000000n" - }, - { - "pAddress": "flare1jlzcdnr9d5jajp3dq3gk5tv4yz7jgnj8qrt05z", - "cAddress": "0x2410FC8Bd069Edf114a2638766450541E8A0715b", - "amount": "120000000000000n" - }, - { - "pAddress": "flare1emghph575e9e4w4uq9fufwdzk4m52qcwshdhxr", - "cAddress": "0xE3F7CB3B4cc6bE9E054E3145cD0f62df1Bc36683", - "amount": "88746000000000n" - }, - { - "pAddress": "flare1a7n4fhyttrtmr35gl9kaz3gvcfyz7ryyfm8aun", - "cAddress": "0xa44DdD589b68921da16928e7F3734E83224714a9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1n0fkfxe2znsza26yte5u85zmg0e2l9yh4xx58x", - "cAddress": "0xDa27AA514277DcB848bAd3EEfd6158A8d5Be8CcF", - "amount": "13749167030000000n" - }, - { - "pAddress": "flare1575vr97n5la5x9sx40h2ypmyeg3vp93z0z9qfh", - "cAddress": "0xE36b8D08a2365a16dAdC3EccE6446daF9e3AF3Ce", - "amount": "53545962000000n" - }, - { - "pAddress": "flare1jqexqu4vj0pr5drl4yfcwvtv9gnkw7fxr4sqe0", - "cAddress": "0xEf01281e7B22FF3E3bd232c66FbE6148fE24613A", - "amount": "75010000000000n" - }, - { - "pAddress": "flare1fmrq67h6jradsqtqzmuu44sd2cwv5u0488w7mv", - "cAddress": "0xda42B1C68160F31D5E66887E81bDA35a7a666f27", - "amount": "452197000000000n" - }, - { - "pAddress": "flare1p4twm2k6l4r3g8yjmxvyksaek7nt9ttnw58lhz", - "cAddress": "0xf17681C5D0030Be215b7cD40FB116e8C708e3387", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", - "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", - "amount": "150000000000000n" - }, - { - "pAddress": "flare15d3vsctkvnzhztym80j3fq59cd90ntfem722wv", - "cAddress": "0x7A0ce230710853791F260E482330A4C2BC800913", - "amount": "206459590987000n" - }, - { - "pAddress": "flare16exk23dqyzhmna5sjnemchd3mx4vyrk934v00w", - "cAddress": "0xe5650779C05EfF0800a4167d5380e75c6b2A93c1", - "amount": "381255500000000n" - }, - { - "pAddress": "flare1qs2mu6pde3zu7kxccc0f5nve7vguhujap4z9xk", - "cAddress": "0xBECb518a60aEF9f23d44EAF8B268455CBf84B784", - "amount": "66898000000000n" - }, - { - "pAddress": "flare1dr893k2c4nj56aesln6t8muktpew4kyu5mmc07", - "cAddress": "0xf5450AA04c554d74BCAfAA0E66c825AB648b1E73", - "amount": "71758000000000n" - }, - { - "pAddress": "flare18ky6f6ek8l4lmk9l85sap027plmf2c8r68cqp4", - "cAddress": "0x300B678ee6F5172BD12216C8c53CaDAF97D66c92", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qkzp0lv5wjgfpvvgmqqjk8ftm24yxjfmkpgtjn", - "cAddress": "0x2A91fF22c20DFb9CEbfF377c9F614B5ad669F403", - "amount": "300099997000000n" - }, - { - "pAddress": "flare1fpx6znhqv6g7u2sctqpf0msvvthefxdff6qzew", - "cAddress": "0x9A564A34edCACef81F1d84cB12c37A5F2112171E", - "amount": "100365000000000n" - } - ], - "totalStakeAmount": "40025205847987000n", - "cChainAddress": "0xcA90FAE4b7dF747245C7676f2f3672fD64578BF1" - }, - { - "nodeId": "NodeID-KH2o8xGFLYtCwseWgRbpDAf1n4zAcMNfN", - "bondingAddress": "flare166shgvtk73nd4ypgawzuzp685cymtxhuat0la2", - "selfBond": "10000000000000000n", - "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", - "stakeEnd": 1743969600, - "pChainAddress": [ - "flare166shgvtk73nd4ypgawzuzp685cymtxhuat0la2" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Last Oracle", - "BEB": "10000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "137111359960000000n", - "totalSelfBond": "10000000000000000n", - "delegators": [ - { - "pAddress": "flare12ml0aau2shclr92200yhpk773lsc7hmm2k2kjn", - "cAddress": "0xf35A0A2C4464432A05aAfFaC3dC28d059535044D", - "amount": "134000000000000000n" - }, - { - "pAddress": "flare10yljv356a3zj8c4a3nctvx32xe7kjasyte0gfu", - "cAddress": "0x8d17Aa0eCe992dF87F10DACa223AF0CB5834d188", - "amount": "3111359960000000n" - } - ], - "totalStakeAmount": "147111359960000000n", - "cChainAddress": "0x57AB4d0c9C0F975A8156Cd7CB057Db9c358CC583" - }, - { - "nodeId": "NodeID-J8Zbi3b3AjTEUmHdE4KSApEU1U36iaeDS", - "bondingAddress": "flare1x678p78s7wugfnz6rcd0wp0h76l7pxh9f29488", - "selfBond": "10000000000000000n", - "ftsoAddress": "0xF0F095bbd5e2E33e9c1703cdEDd0015280406E90", - "stakeEnd": 1746187200, - "pChainAddress": [ - "flare1x678p78s7wugfnz6rcd0wp0h76l7pxh9f29488" - ], - "fee": 180000, - "uptimeEligible": true, - "ftsoName": "Flare Oracle", - "BEB": "10000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "63410214977062737n", - "totalSelfBond": "10000000000000000n", - "delegators": [ - { - "pAddress": "flare195umjjqnl3wdgvzwvdcy8gaek6vnslcm2vwtty", - "cAddress": "0x5D4bE3f345cbEe26F7Cd7EbBa9e21a26c063E6cA", - "amount": "158603999000000n" - }, - { - "pAddress": "flare1gdsvmkt8wppcf0tnha6t9en626krxr73ejlp80", - "cAddress": "0xfdbb23094F9bf5Fe471b6ace0aAf34491B5D7EAf", - "amount": "203000000000000n" - }, - { - "pAddress": "flare1t5yhnqugrxjpzp0qqzgs0qn2xp0cucf0wv2m4h", - "cAddress": "0x62d1C35acD23342a06B7DDd412E44b111884f148", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1p0st9p2k58pgqscr34ttv46hm733rql7dnf8x4", - "cAddress": "0xfF9fc7462bDCDABB44610E5526F9492e0f048992", - "amount": "55000000000000n" - }, - { - "pAddress": "flare1ds7warfhtqtwjxh80t08enhw5mnvvan5e9rfnz", - "cAddress": "0xdC21632e09a5318048FBa6098203e751269ddbC4", - "amount": "214467371122000n" - }, - { - "pAddress": "flare1qyhn7477vhvx8ntmjk5nkahenekg7l2fws3gpp", - "cAddress": "0xbB503547650a2c53139Bae0F3acDb0157F33cd35", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1d29f8z3hasucca8y08p5cn97z46eu8dq6a3yzm", - "cAddress": "0x02e6a8B49d6f46C70fE2Dd42356c9400469C986d", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1j5r9j5tfcrhqzu0dauv43j8skmjcx6r64u576n", - "cAddress": "0xfFF9A77C90D9d148f1e82aED77Eb9D3328d454FA", - "amount": "69104755000000n" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "120106000000000n" - }, - { - "pAddress": "flare1rrm9gggrl87zjnnlrxytr53xskfas58xdnlp6s", - "cAddress": "0xf26e2d134ddF8eCcA0C879fEc9B089A8D2dA7539", - "amount": "101799992000000n" - }, - { - "pAddress": "flare1r5kawsuar8mncnxptz665wxkekt02arpecuwlg", - "cAddress": "0x785ea2C2568407e436F7e08b878BCa849032Fed1", - "amount": "50899994000000n" - }, - { - "pAddress": "flare1wjttgvjxw0f25sq92ydfsh7s5fqc6j4sxksv2c", - "cAddress": "0xdFcd9A8300C6eB249F0a542D585a1d3DDD842C60", - "amount": "101610000000000n" - }, - { - "pAddress": "flare1hnl4yzg3mue90zu0rz7ph3pgkwq52yjerzqhtv", - "cAddress": "0xCeaA1a543351A445bdf03Bc1eFCe5074d535B548", - "amount": "50000000000000n" - }, - { - "pAddress": "flare18awcsu3jastm3rld4js5s6dkjn7fsy3cmrv8ws", - "cAddress": "0xA0b87C478D0bb0eCCF7a33223412BA6A75e724a9", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1jzg2vnuq6q6tketrl5shpxssxpkt6kny7aav7w", - "cAddress": "0x349F1abb33024646F6Eda656DbBA9bBc8e0Bbba4", - "amount": "64999997000000n" - }, - { - "pAddress": "flare1fvyegajgsn08a5udk73tmh959nyaeyymnmz0hs", - "cAddress": "0x415EE02C6cD46D455BFe50e753aAc87014317402", - "amount": "58564999000000n" - }, - { - "pAddress": "flare1cuyf3lrc8dsqvpkqjq9k2pwm6yyl0zs2vmhdjs", - "cAddress": "0xD8AE0509E87B557443AbB2fd399BB7DfBE24a0ad", - "amount": "128499996000000n" - }, - { - "pAddress": "flare1xtxeldwnduqxd4ptxuks5urhyqrwh0qm7l0chu", - "cAddress": "0xC5B88a3588f1f7569B19c0976A42A5E4baec7740", - "amount": "50300000000000n" - }, - { - "pAddress": "flare1scm2w37ru4pdqpgydjgf55p2v73xphfej4w6mu", - "cAddress": "0x5ddE6Fb49cd61eeeE47e021424C301B4486E6Cc1", - "amount": "221900690000000n" - }, - { - "pAddress": "flare1zzhgvgtuqkaj9msdzhwc0p0z52tu5shfv2dve9", - "cAddress": "0x1101da007B4bD3ED52c69f896682FB263ABF925F", - "amount": "194450000000000n" - }, - { - "pAddress": "flare1z29kscffyurnlvtlvy9vemkg6ekk44h5a5zc6w", - "cAddress": "0x4f860f352418e7e9E012345aFe1E5A9A9cc7eE16", - "amount": "52203255827000n" - }, - { - "pAddress": "flare16pztk8rg3uzcxr3jln6d94rupzync2nx5wzwj2", - "cAddress": "0xcEc5C7C70Be4C1450056D955Cb103A67137Dc965", - "amount": "54034336000000n" - }, - { - "pAddress": "flare15kyedqjka3x9nr77shy4549l3uc0826pczxyys", - "cAddress": "0x49E67273e8ef541d991350Ea9cb2fc28E34A3b18", - "amount": "131000000000000n" - }, - { - "pAddress": "flare1zhm0mx2elpuxrqpdyzehjjtvf94acagpnvfn4x", - "cAddress": "0x14E99a51879b480Fa6c191f2d2F83133B5c578E7", - "amount": "236214684057000n" - }, - { - "pAddress": "flare19ngcrft6z0xxj76y6h7ukujfhywz7tmej38hek", - "cAddress": "0x5019aB439e041FED3f9eb20cF7F321C1242BD4E8", - "amount": "50097585909825n" - }, - { - "pAddress": "flare1yexnaz4k88gq2l0lls0jmx6r49hgvw8rrutye5", - "cAddress": "0xB7ceebB3C721a9982212c32152B4A2B5D5Ad1177", - "amount": "63000000000000n" - }, - { - "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", - "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1wh3rh7qg22hemz6yjde6j9jfhaj948zqegh8az", - "cAddress": "0xB2145DA747954452FF580d92Ef421fc1643538C7", - "amount": "102500000000000n" - }, - { - "pAddress": "flare19s6fsx325prsndyn9mlz6h83m9n9tn78x3yt49", - "cAddress": "0xc5257bFc56EeC426C5861Ed586f370B16C3aC663", - "amount": "410657000000000n" - }, - { - "pAddress": "flare19zgdvzd5m9e7v9e326x44u95n8cs6j06fue2zv", - "cAddress": "0x355Ee7967Fd17C49db13f7953b03Ee61E52683fC", - "amount": "27335527960000000n" - }, - { - "pAddress": "flare1ekr9dskcwar06jf64gvm87f89wrun5xwjauenx", - "cAddress": "0x37982C49A7d0C39174bFCb810441C8BeecBAd54D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1v6mn9qh3k805snrsgdg09hdlgd538rnftvlh09", - "cAddress": "0x1f0FdDF0888E190787B7467ad32f81226935f3D9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", - "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", - "amount": "3932918068791323n" - }, - { - "pAddress": "flare13lqdfz2yr4q2tx8a90urrd703hd2uyxdrldnha", - "cAddress": "0x43d4888856Ee5BA877A968975EAeBF41793bA8Ba", - "amount": "101235000000000n" - }, - { - "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", - "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", - "amount": "278999992000000n" - }, - { - "pAddress": "flare18jjz2gq948esu64yfev4ra2r5aevpkup24q0s4", - "cAddress": "0x8F7238fDc127A1cD57a4964Dca16170785399B2b", - "amount": "244908967000000n" - }, - { - "pAddress": "flare13l0tfccwhy639cw6m9l9md9xrsparh2ryeck44", - "cAddress": "0x32c056bB3d28cB1C6a3d084291736831feB1fF73", - "amount": "989289000000000n" - }, - { - "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", - "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", - "amount": "100000000000000n" - }, - { - "pAddress": "flare14rmyqh2e7jufgsxezpfrgs2d2mm3rsa9kq53vg", - "cAddress": "0x05B658701342814Fd49b6349D6c6d5E3ee668BAc", - "amount": "480452975729360n" - }, - { - "pAddress": "flare164gk7v9ksu52alkq9angj3mjd9jr6cpsqywtgx", - "cAddress": "0x80439104FDA7d222169E1BA1e19EdA00c3538DF3", - "amount": "399999999000000n" - }, - { - "pAddress": "flare1n7rftpc8mktfx097v5esyh6r25nju8ndd6z7s2", - "cAddress": "0x23ADf46873d9BB79E2e825fEd11dDd9bff703f27", - "amount": "520000000000000n" - }, - { - "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", - "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", - "amount": "156400000000000n" - }, - { - "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", - "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", - "amount": "350000004934845n" - }, - { - "pAddress": "flare15nvl50j23dyfm6kfw9jlhs9q8pz834xjn6vd7q", - "cAddress": "0xa32fea03495d34F37CF63962323a3BF48e2c9549", - "amount": "50024996000000n" - }, - { - "pAddress": "flare1urwdjwnjuwdwwaea8at3fhwka2fh73wkw0p2d6", - "cAddress": "0xBd6d2F9899855f6347fBe2F575DF42e81a86F2c7", - "amount": "461207989000000n" - }, - { - "pAddress": "flare1zjwzn0wcr5hrhqwq29rl7ppxs6j03jc4hj5xk7", - "cAddress": "0x60F432c8Ad2800833c3840193d6ff5B62216B79b", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1gs8k2amy6tp3uk6y3jm5jnje49fxe8gv9qsme9", - "cAddress": "0xFC5D04A0191335da59Eb3D83FF40A212CCd38f0A", - "amount": "179747051804000n" - }, - { - "pAddress": "flare1vmq3cx2e2yj5xus2p9n4f78s5fyyfcj0apnytq", - "cAddress": "0x298D68804B1ae39Db335968F47B1d02c75A91156", - "amount": "74174990000000n" - }, - { - "pAddress": "flare1krwkz3va7082k8yh62tlrpjd4l2t4nsmv2mkgj", - "cAddress": "0xD74D3E4b62af9394dCeaAdbE5127a25907ed15f8", - "amount": "299999976000000n" - }, - { - "pAddress": "flare1pxqaeqnlr5ldxm9qqlrgs4catc43erhpaj8ugp", - "cAddress": "0x8D1D900bFC3c498A9e0454C6F342306662e8e950", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", - "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", - "amount": "272624000000000n" - }, - { - "pAddress": "flare1tcjr5nywx3yvp8ydwmv3nxg7alkyx42uyn8gfd", - "cAddress": "0x8F700383e44F99084956A11c4bD0C9e9F123BAcd", - "amount": "14000000000000000n" - }, - { - "pAddress": "flare1p64qxgwsafcqjamp2mzrymca79c5rrlsr0kzl5", - "cAddress": "0x4E545F33908fc26C8d7098f8f96C43468458F70c", - "amount": "225522000000000n" - }, - { - "pAddress": "flare1gneg2f2asfzryl0yhqtknej62ccwv6q4a94z4t", - "cAddress": "0x0Bf61E62224615fC83CF18665fe3b49ec4A59DbA", - "amount": "100000000000000n" - }, - { - "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", - "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", - "amount": "4000000100000000n" - }, - { - "pAddress": "flare1xa6wkrej7305r6327459uf7434x78895j38vl9", - "cAddress": "0xAa7b02D9d1dfF5860B375f1AC942e3D4881559F2", - "amount": "100000002463000n" - }, - { - "pAddress": "flare1tsxsswdz2ntae5k8uft9a8lpj7jvhmj5y08e44", - "cAddress": "0xE7308b833F0cb4953C32cfbc3932B044789A7f1c", - "amount": "71800000000000n" - }, - { - "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", - "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", - "amount": "234247000000000n" - }, - { - "pAddress": "flare1m3kgzn878ackqgtr20yg4n7e66rupfqsqd77kn", - "cAddress": "0x993A7995be8821C1D49e4e1D7DcaE940D502484E", - "amount": "114154514954384n" - }, - { - "pAddress": "flare143eg5sczk6kpvfrelfwlmnjrks9x58j33vmwe8", - "cAddress": "0xB64F4B59C2688812de3C537EDEFc88C1484EE202", - "amount": "976549998000000n" - }, - { - "pAddress": "flare1fu6swlx397z5l3p77qxdnnfwcav7e56qhj9ujw", - "cAddress": "0x0Acb4671ACA5f6fcE9d76047F51E042A50656E6f", - "amount": "56249084557000n" - }, - { - "pAddress": "flare1ehrpv6n2yhr99dted877fmuch2gezs4mnutp8r", - "cAddress": "0x8ED8A04D55eE60b71D7d3C88136497C420e8c7E8", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1x72aj8qxfyvuppazp2z2afwl8y9xc7up57jtx3", - "cAddress": "0xB784471706b2Fcf03183955D3616af9088374282", - "amount": "100000000000000n" - }, - { - "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", - "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", - "amount": "698292000000000n" - }, - { - "pAddress": "flare1k7pswlp98dps5nmu6cyutytlp9kqsvd6kemxft", - "cAddress": "0x7204bcf29d6B18d810549539fD6A45fFdC204762", - "amount": "267650987000000n" - }, - { - "pAddress": "flare1dchzspa3zusx5a88h592n6vq0x8xtxpk5eeus0", - "cAddress": "0x0e226A2A0E6470bEcC3F488AbEd16f45559c2282", - "amount": "50000000000000n" - }, - { - "pAddress": "flare162t3rnaezy9a48d6f6q9hf89u46carhu200wax", - "cAddress": "0x9E6BFa3AC9Da80098CEC42CeCdF9A9C04c58442D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13shtpwvryyq9hf982al8v6n47qptdfjpqwc4z3", - "cAddress": "0x487011B01e860B1128125008353Ee3D56CC0430c", - "amount": "69351963630000n" - }, - { - "pAddress": "flare1qntscv6gr2rddjqcwaadgfu6uj0m5hm9e6dkpd", - "cAddress": "0x9a70dADaDD78AE2caea35fefd1d58e6BB8F055e1", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1m528kx6nw4wfs5dllkv3nyn9w4d625vjfn3ara", - "cAddress": "0xf28bA57FFfe4F7aa818abbB58cc73F5D2D88dDc5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qqaw540uhutk3r8aw35tdu2qc964h2lvtuh0sw", - "cAddress": "0xb6F99645cd2F57bF3268a8ef6fDDD749cba30679", - "amount": "142189994000000n" - }, - { - "pAddress": "flare1x6v2dvgnszkk6cylsynj89l6wnvtcjr38nwc8c", - "cAddress": "0x3e745FB691a9C7E549ea35432Fe530D74abD42A5", - "amount": "1600000000000000n" - }, - { - "pAddress": "flare1kgqe6gx00zqqxvq6fheyedy9yx2c3ppuyaedyd", - "cAddress": "0x6d715F17D9015cF5FEe0945cC9af9F9fdf7A5704", - "amount": "248873285000000n" - }, - { - "pAddress": "flare1sjar8kl858zd4xgkg8pjwtpql40dkn4k5uzsr7", - "cAddress": "0x6d8db5a328F3Cf98007d2337D0957559ED77EE70", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1da385jdn45gcf2as4p8zr90eh6vla0qqg6ywa7", - "cAddress": "0x6D179F338fB4beCaF0987Fc657Ab6F2C324f998d", - "amount": "56473997000000n" - }, - { - "pAddress": "flare1szzv8gv3eywf20uz3szd70tadq8l6w25qxpjug", - "cAddress": "0x57AbCDf21289B28F444e779Fe0C1155636C92368", - "amount": "161225642283000n" - }, - { - "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", - "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1wvlmdmn8k6a9uplzsydnulvfw6dnkafx4emdg0", - "cAddress": "0x6181C11eF2E136728ce2cF7E01200a0D4850bdD7", - "amount": "57108783000000n" - } - ], - "totalStakeAmount": "88410214977062737n", - "cChainAddress": "0xF70F15182D51C13e2c67D1076B8b352e0cA85A83" - }, - { - "nodeId": "NodeID-MzMscku8ayAd2pBEmH8xWiAXBwtPgS2S5", - "bondingAddress": "flare1sr5f7kstvp4qnk789nd9rgwut960aauf0tua50", - "selfBond": "8000000000000000n", - "ftsoAddress": "0xa288054b230DCbb8689Ac229D6DBd7Df39203181", - "stakeEnd": 1743678026, - "pChainAddress": [ - "flare1sr5f7kstvp4qnk789nd9rgwut960aauf0tua50" - ], - "fee": 130000, - "uptimeEligible": true, - "ftsoName": "Use Your Spark", - "BEB": "8000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "54731092600544663n", - "totalSelfBond": "8000000000000000n", - "delegators": [ - { - "pAddress": "flare1yrfv4vuzhnnltdtcv7ufq9c4lz675udf4xqwza", - "cAddress": "0x2F5458FEeC304490505A006902f5d590d1d28aba", - "amount": "51299000000000n" - }, - { - "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", - "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", - "amount": "183000000000000n" - }, - { - "pAddress": "flare1ldumh2ghxjhjw963qkgth07j2w27cre7fddhzu", - "cAddress": "0xED89392847ab626964c670A4Ce3a9520466Da023", - "amount": "50000000000000n" - }, - { - "pAddress": "flare16p95f92x5093mntjhvac0ejf7hwelsuvkuqqqj", - "cAddress": "0x9ebecDD45D54D801DBbC67D91ECB7267ce4Bc957", - "amount": "50999995000000n" - }, - { - "pAddress": "flare1zrwhpjyd7ww3j5q0fz24qwtsxfwv489erfh05n", - "cAddress": "0x37e5777330a2390c738B429B0e347Ed92a8EBAEA", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "250000000000000n" - }, - { - "pAddress": "flare137wrw7tjpe20ac06x8a33zsal0q6wahudet5q6", - "cAddress": "0x0A411716f594B314eF6862B1c906F9057BA1D652", - "amount": "379800000000000n" - }, - { - "pAddress": "flare1gpnmjclggphdldy5rx092qqzftwqg7z678lmts", - "cAddress": "0x161fcB1d8f60049EcdB2153720320882eeAD226d", - "amount": "1500000000000000n" - }, - { - "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", - "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1e3ln5qcq7663n9pawc7yzy33k5m2fajaqtf6xs", - "cAddress": "0x0167F84D05F56012e8162F0055bB0A184adA8e50", - "amount": "69664974516743n" - }, - { - "pAddress": "flare1ysfccsghf8pp287fzy0w9pq22lx3kc8cjfna57", - "cAddress": "0xc629f6B65B029Bd306eAbE7d96D4fBbfB703A97f", - "amount": "499800991000000n" - }, - { - "pAddress": "flare1xrd8ad2lskuje2sy9p850p4a6ex7naksk73ac0", - "cAddress": "0x23DC5fC77Ed4782b80239D4d43C55307bdfFf278", - "amount": "190000000000000n" - }, - { - "pAddress": "flare1c7lx3h8djgcasl6tdn9sm48q080g0ylj8msdy5", - "cAddress": "0x547df3879A281aFBF4DeAa3F2FB6E718881dc51f", - "amount": "50000000000000n" - }, - { - "pAddress": "flare15haqz0lf8wt8u07gak564n2s5p2rndktqyt7hd", - "cAddress": "0x5EE5e301204C7a283Dfc5957cD796945C184A3fE", - "amount": "50000000000000n" - }, - { - "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", - "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", - "amount": "503001000000000n" - }, - { - "pAddress": "flare19av43675jtgstvq4y638rn2ms4xspunqtvdjvp", - "cAddress": "0x732FACb0Bb4e772E470Bec18cf7DEb3DB73678b1", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vz58qhm70e04awfl0plndyvxm6nv2e7pupwhv5", - "cAddress": "0xaf05204BC952462EF5CEfB9A6230C62c5BF37aD6", - "amount": "137149921693000n" - }, - { - "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", - "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", - "amount": "1200000000000000n" - }, - { - "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", - "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", - "amount": "498409000000000n" - }, - { - "pAddress": "flare1epet7xjhc4puuu973nfcnduyp9c95n2ajjawdr", - "cAddress": "0xC48531844bdfEcD9a014D928cCCC62ab3E5DdbA0", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1ylc20p92tns0sw9tkv95pkt7ca457jsf330m7r", - "cAddress": "0x02FB7BBD8E697032d292068aD3eaCC0CF16666eA", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fkgffr2mntg90gsfpjq8qctn0agp75nu337uja", - "cAddress": "0xd7B1bF8D664EaddB429997F842A0B8601A151150", - "amount": "273177716435000n" - }, - { - "pAddress": "flare1fvwtnhd70f6j3uz63hmpd2c4dsspgfuf3ms7x3", - "cAddress": "0x69aD9Eb0194C03362F334337053CE45E55478cFa", - "amount": "145299664000000n" - }, - { - "pAddress": "flare15wh6hllm08vnq4n3ptgefrwvsuvsagrnj08pwj", - "cAddress": "0xce910b1e400D6aD4447F0bDF915C7f9DBf8A6a0E", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", - "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", - "amount": "323065000000000n" - }, - { - "pAddress": "flare1xkvzfpe65034tq0znsvda68qhulgrrkz38u44j", - "cAddress": "0x0030b82c89603D54c28417d9f660bf488098b91F", - "amount": "80529976000000n" - }, - { - "pAddress": "flare1lhetyne2p3xqsquk6wufdrqc978kh65enr080y", - "cAddress": "0x9a5fb558b227C9F8DDbC55861b1E078ad5059858", - "amount": "149306450206207n" - }, - { - "pAddress": "flare1vshch2yw0qynlkdx46txwyhuhua7qsymygqr5c", - "cAddress": "0x2CE4542DB807279ad62ecd34A42FBfab28556B69", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1meu3qaghkjq2zj6cxnjz3mvn0dar0u2n03nrp4", - "cAddress": "0x1D4C7C59B5a6a876B0a495c7166CE5c811a7332d", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1stxpd0vxqe9xuja3ek4dutf5shpv78qg2e6a30", - "cAddress": "0x0c99DD909e9fA69A277d3b540dFd910Dd258FE92", - "amount": "54000000000000n" - }, - { - "pAddress": "flare19kf34vl36d52q9jfn3wluka3yl83akvqansye4", - "cAddress": "0x98f3C440432F400730ccabfC9ce373D4b71b4d24", - "amount": "378635210525000n" - }, - { - "pAddress": "flare1qnwh4tj9ur8gd8zy8r82kn94z5ywfmcyr4hxtk", - "cAddress": "0xB57159927057CC6b79aCF7b714C0342C5B8acDe8", - "amount": "82382465787000n" - }, - { - "pAddress": "flare1gjypevw4enumdn3vvwsrsaufp7zyagq4w8da2e", - "cAddress": "0x5669De1529cA202e1eab17fe60606b01A1d0E49C", - "amount": "245340633513000n" - }, - { - "pAddress": "flare1m9a5katq24snhnf8twysfwlgrnhceqac3knz7m", - "cAddress": "0x0eb261Bdb90C152aE44F442E7a17109c54153B6F", - "amount": "184225996000000n" - }, - { - "pAddress": "flare1mlcq7k4wl570sq7chydrw55j65kyzvjrzjn5nw", - "cAddress": "0xeAFFeb6dA2478d4de91773Da6ED1f45D22D1045d", - "amount": "1332845000000000n" - }, - { - "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", - "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1et04rs4rq8m2zmv8tp2pheys70xt7m38aetmwa", - "cAddress": "0x7eBF1779F5882b2BE657dEFDbA42150D31F6C152", - "amount": "1965636588000000n" - }, - { - "pAddress": "flare1ssf3p5xspcg0ztq3pr9nw5vn4gz8pmlupc3jnt", - "cAddress": "0xb7438bd1D26516CF1Cf0832d516a424A648e2FcB", - "amount": "149700000000000n" - }, - { - "pAddress": "flare17n8ne8dhhah76lywzhwpz0zfpl576m5lwnklk6", - "cAddress": "0x292C3cd85e0C518C16fe2599Cfd38D0a95F54cBA", - "amount": "117999999000000n" - }, - { - "pAddress": "flare1l82nsyrv4k5gw27jtweswa2n2ceypl9k3ka0hy", - "cAddress": "0x7C126313B1115aAcAFB3B0F2566922a541e5b4C1", - "amount": "922109977000000n" - }, - { - "pAddress": "flare16qrzxr2vdl3vm4cs4ycyv4ka8n89mjfcr4e36f", - "cAddress": "0x16b342400b1Aad4170Abd9059eC65F2EaE9C2296", - "amount": "20466146460000000n" - }, - { - "pAddress": "flare18sflw2zk8rqqe3g2emppyqk64d30gkfsds9zsy", - "cAddress": "0x00062B7f0303533b1b8a089F3Cc51EF56B665422", - "amount": "449509000000000n" - }, - { - "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", - "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1upngm0x5d6yt5lmzhw4wfd0an702yl4m96t05k", - "cAddress": "0x856068563B587b1fe66C1470D568760D41698545", - "amount": "50000000000000n" - }, - { - "pAddress": "flare19vhqsptrfs9l29ehuglcz2eguhyvkw75zyg9r8", - "cAddress": "0x1C243CDF12B91aDe2Dd987A94A2CEe26FFA2C6Bd", - "amount": "798229980000000n" - }, - { - "pAddress": "flare19atqr04gyka95sazqknvrp8pv2lku5sapmctgq", - "cAddress": "0x70346EE386165eF6663A6eBe5B4968C1Ab4842A4", - "amount": "5000000000000000n" - }, - { - "pAddress": "flare197q05nw60adcwg9que64m5lj625xsxu800rqcm", - "cAddress": "0x7bf00d7F66c1937854aedbCD39c60f76c7bFdE4E", - "amount": "2342006711807000n" - }, - { - "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", - "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", - "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", - "amount": "2662827437968047n" - }, - { - "pAddress": "flare1cw8lgv8a08allyhprus4w46vp00yffd4eqztg2", - "cAddress": "0x01EF0C7D465AF39D5c11C7beea73340f7B78767F", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1srwc9l697mrrrwzny6dwyv39h42c9pt324pqs6", - "cAddress": "0xFAd17b8D2576dA3Af8d5E81BEC12F81c4Cb7a474", - "amount": "350107000000000n" - }, - { - "pAddress": "flare1qavetrlsgk2dgzl2s4weasz2ur5g9jft775jnd", - "cAddress": "0xDCB1d8fa2d6d792163266038F59ECd8c1Db43A19", - "amount": "109406952797000n" - }, - { - "pAddress": "flare104whd5jg5fwcy8kcxh0ndcwpqd08yaplya63h0", - "cAddress": "0x2248C835c5BC0aE4aB771f2a9aC75782C9D3e739", - "amount": "1018000000000000n" - }, - { - "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", - "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", - "amount": "360000000000000n" - }, - { - "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", - "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", - "amount": "272624000000000n" - }, - { - "pAddress": "flare1ga7whuk5q4s3n302f2s0ww0hsrlvx06d8jh3mu", - "cAddress": "0xDD6473ad000531cA2544230677B495C8dF5689Ff", - "amount": "518019956000000n" - }, - { - "pAddress": "flare1pxatxzlatfsd20haudaxxncv7w6k9d6lj3em6c", - "cAddress": "0x15FC6991C7B4BEFbADd3825c4f9B666911FE67CE", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", - "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", - "amount": "266667000000000n" - }, - { - "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", - "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", - "amount": "234247000000000n" - }, - { - "pAddress": "flare133yypdjtqmpckwey4v348vgu4zeh5v4w5wtwkl", - "cAddress": "0xC66E09D33E0b433186801408146A9De7eEf53A58", - "amount": "374153517486000n" - }, - { - "pAddress": "flare1s0p5s0acxrg86mtfgs994k0aydg836dqzexv7q", - "cAddress": "0x5AcD5aCc5cA010F0fB91f7A8cB258e371e5ea77C", - "amount": "68003449287000n" - }, - { - "pAddress": "flare1crfwmvtnw5h30ky5jhgkxmtfrphfz6z9wlxgr4", - "cAddress": "0x3333B449C51a105D40c396dEAa440d1795Ca0605", - "amount": "425000000000000n" - }, - { - "pAddress": "flare1l7835sz6t68tfjzhthfycgs89fjkpr986gl9c2", - "cAddress": "0xe83fb0d25a2F6b497DF3983c64fF6E836fFAa49B", - "amount": "599889410022979n" - }, - { - "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", - "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", - "amount": "202421067623000n" - }, - { - "pAddress": "flare1suzmtxvx6lhtzfzqck6wh68fr363fw2zuvfhzh", - "cAddress": "0x8796E1723f7F90918DEc62d36D718B4Ca1a8dD5a", - "amount": "120000000000000n" - }, - { - "pAddress": "flare1rthaq0gruc0274mav8wma0xynmtdnxukn4w0lx", - "cAddress": "0x410a6be22809389164cDc439f57433bbcC1B212c", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ah27r30nwph6d04mhc82f6mstddugk80yyspd7", - "cAddress": "0x34f8226EC78E6832c086922823172C199cf3c53D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1s7qqja3dszv42kutmd8v0wxuz2du3ukzpdl5ux", - "cAddress": "0x9319452DcF0F17D1dD87BC3196d4795CcDB1c953", - "amount": "58004995000000n" - }, - { - "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", - "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", - "amount": "100000003000000n" - }, - { - "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", - "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", - "amount": "50000000000000n" - }, - { - "pAddress": "flare19s5n6ezkerp468xw3y4m6kklansqmrhvzqqehp", - "cAddress": "0xf0Ed7F25ba3285641E40c5985D074B72C69BD9F5", - "amount": "75001988000000n" - }, - { - "pAddress": "flare1snrxyqsx8hglahw323xezxtkdwsannwxdk04kp", - "cAddress": "0x508a4603FFB737Eb718E7b78bDf86658EfCE9450", - "amount": "247321000000000n" - }, - { - "pAddress": "flare15t2qy4wx34jxtssjcvjgcqyv5xt6neftmr8kt6", - "cAddress": "0x8034679296534b19572317C5b57547DD399e26a0", - "amount": "557903247688687n" - }, - { - "pAddress": "flare1uz4emx0vd079vrgk8zlrardyqxgccvgqhrnume", - "cAddress": "0x5B416D5270157C261e3BEe6C0e5D7E076996c960", - "amount": "674900000000000n" - }, - { - "pAddress": "flare1dynrya4k4etfceqd6rpgt3p803hlh3ec27wvqr", - "cAddress": "0x6baec5D8c99bC56e071509f62bFc8feFa6709865", - "amount": "264595703189000n" - }, - { - "pAddress": "flare19da0pgj2esneml5qe94996rx0xzsh0xvnj5jhz", - "cAddress": "0x0FC6C05E9EF7090Ba2133b4e0CE7eD255E13B4f9", - "amount": "428488991000000n" - }, - { - "pAddress": "flare1v3h4u4v0at6tkhnt3e8e2x6syr4nm5lsqxdhcu", - "cAddress": "0x23aC8f525C73f2C59fEe815e59bF80fC4252d861", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qd8hxeju4qs4wfs4g5t4tvtpymrgxtuc62kkgr", - "cAddress": "0x1686346C7A4f5bd401d3Af2bfa4B49D9375e8a06", - "amount": "229938171000000n" - }, - { - "pAddress": "flare1k9fdsv8jevdlxvvu60kddnm3g7mxx835duve3v", - "cAddress": "0x4C90fBB6787EE664908715c05899ACe6bb028E48", - "amount": "640300000000000n" - } - ], - "totalStakeAmount": "77731092600544663n", - "cChainAddress": "0xda8E7b8B9EcDc48531697Dc5179F250F1f8645a6" - }, - { - "nodeId": "NodeID-K9g6YJEhWiN2TF1RsFTA8SEXFAJWvikhu", - "bondingAddress": "flare1fkeu3chg8yyrkaqxxyahanyqyqz6ym7e60j98v", - "selfBond": "10000000000000000n", - "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", - "stakeEnd": 1749240000, - "pChainAddress": [ - "flare1fkeu3chg8yyrkaqxxyahanyqyqz6ym7e60j98v" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Last Oracle", - "BEB": "10000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "51000002000000000n", - "totalSelfBond": "10000000000000000n", - "delegators": [ - { - "pAddress": "flare12ml0aau2shclr92200yhpk773lsc7hmm2k2kjn", - "cAddress": "0xf35A0A2C4464432A05aAfFaC3dC28d059535044D", - "amount": "51000002000000000n" - } - ], - "totalStakeAmount": "61000002000000000n", - "cChainAddress": "0x1b33846CC78D10755597A7Db258dC8e07baB3A1d" - }, - { - "nodeId": "NodeID-N3GDYNsVNMxYTW4ULzrfRZpy3tRnhxKSQ", - "bondingAddress": "flare1fleg9y2jt05vmj96dzwd26qac65v5clhc8kwlt", - "selfBond": "20000000000000000n", - "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", - "stakeEnd": 1739271625, - "pChainAddress": [ - "flare1fleg9y2jt05vmj96dzwd26qac65v5clhc8kwlt" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Oracle Daemon", - "BEB": "20000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "16629325200000000n", - "totalSelfBond": "20000000000000000n", - "delegators": [ - { - "pAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", - "cAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6", - "amount": "13000000000000000n" - }, - { - "pAddress": "flare1epet7xjhc4puuu973nfcnduyp9c95n2ajjawdr", - "cAddress": "0xC48531844bdfEcD9a014D928cCCC62ab3E5DdbA0", - "amount": "100000001000000n" - }, - { - "pAddress": "flare1q2v0d64fju4pxlavvx27t4dthtapcy586nccu7", - "cAddress": "0x7Db08708933BaB21002BFd25F9e11760B9719d3b", - "amount": "3429324199000000n" - }, - { - "pAddress": "flare1qh4tywf9udzwh2dvsajwxphp25gnlwlew3taaa", - "cAddress": "0x1dDE862CCD1cB9f4B8707F750026160f805071DD", - "amount": "100001000000000n" - } - ], - "totalStakeAmount": "36629325200000000n", - "cChainAddress": "0xD00c47DDd1513dfcAA68413659D6A3b1071A46e1" - }, - { - "nodeId": "NodeID-GEC63GVfeYLG5UUBPSgiiN4YMvT71jdP", - "bondingAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", - "selfBond": "13500000000000000n", - "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", - "stakeEnd": 1739272558, - "pChainAddress": [ - "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr" - ], - "fee": 110000, - "uptimeEligible": true, - "ftsoName": "Oracle Daemon", - "BEB": "13500000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "16450202005000000n", - "totalSelfBond": "13500000000000000n", - "delegators": [ - { - "pAddress": "flare1e43vcgvcnp94w39ajtmkafzyq7nxlgr6kk525y", - "cAddress": "0xF0E519CbA209FD5f190d94e0AE9c0f63E26171BB", - "amount": "792226000000000n" - }, - { - "pAddress": "flare1pxfe4at3wwfmg2u0dttg2ss5zflvu8x7xfm70d", - "cAddress": "0x663bCB207e56dA22d701629002F3aF4d58DD78fA", - "amount": "15657976005000000n" - } - ], - "totalStakeAmount": "29950202005000000n", - "cChainAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6" - }, - { - "nodeId": "NodeID-2miZhA7JAnyf9s5rYzDeNciwg4448LKsP", - "bondingAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", - "selfBond": "13500000000000000n", - "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", - "stakeEnd": 1739272244, - "pChainAddress": [ - "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr" - ], - "fee": 110000, - "uptimeEligible": true, - "ftsoName": "Oracle Daemon", - "BEB": "13500000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "0n", - "totalSelfBond": "13500000000000000n", - "delegators": [], - "totalStakeAmount": "13500000000000000n", - "cChainAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6" - }, - { - "nodeId": "NodeID-EgJba99Q5iDcL81A27E111WANn9eZNj4v", - "bondingAddress": "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q", - "selfBond": "3500000000000000n", - "ftsoAddress": "0x9A46864A3b0a7805B266C445289C3fAD1E48f18e", - "stakeEnd": 1739797208, - "pChainAddress": [ - "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Bifrost Wallet", - "BEB": "3500000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "39312360313059580n", - "totalSelfBond": "3500000000000000n", - "delegators": [ - { - "pAddress": "flare1qxa5d56yxtu0zud8xr40glp5szdu7kv4nyjus8", - "cAddress": "0x5FDc500df2d13d7daF550d488362019167E86f57", - "amount": "1696848779685000n" - }, - { - "pAddress": "flare1mtganlau6s47xaxjsqqv5m54ted0e8aqqhzrqw", - "cAddress": "0x801448a3186D960319EaaA3899e5C7967F6F4f5A", - "amount": "50040000000000n" - }, - { - "pAddress": "flare1yp5qt3wjgs9rtgpapptj27j0vf8mmwcv5r5ayt", - "cAddress": "0x5201326d2027176D0F01757E7f7A81414A36Ed44", - "amount": "126000990000000n" - }, - { - "pAddress": "flare1cs9ktgvzad33sxa3npfml0gkfw3nl7u2gd6554", - "cAddress": "0x86a85639806014A4F84f23098Ce675b776A07C4f", - "amount": "63000000000000n" - }, - { - "pAddress": "flare1nacr8lnnyflaa7290lf3qlaw94yz29yprxfwh4", - "cAddress": "0x1a41400A3782306A440B237Cf9aD6F250Eee67Bd", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1xt7ppp9s0da5dcpa6nx6je4uayjed9rsufe43v", - "cAddress": "0xe5e98E69f8bcD03dA20A108FbC35941Df2Ca8F7B", - "amount": "50029986000000n" - }, - { - "pAddress": "flare1eny0kayrzsf0pksmd44lz24fgypcuh72lhcv9q", - "cAddress": "0x8200E118049a322b6BCf9aEB67eE07a7E7d5ec17", - "amount": "51590476972000n" - }, - { - "pAddress": "flare1c8f35uxqngcd6pcyrh0qgy59yhn28emlqy60wx", - "cAddress": "0x384b62af54D0F67465A40A2263a5BE82c7cb8b01", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fpf2up7veknu9u98j7wjast3xpjhyt4dkt22hu", - "cAddress": "0xaf9e6511a0a3c0f7e2b091068c7cB9025E4bc3e4", - "amount": "51404000000000n" - }, - { - "pAddress": "flare17yjp9fp0t9esve9j8cdua57m8as0hxlag592js", - "cAddress": "0x5A36d8e0E56532Fc6c722Eee3d7c37c84564299F", - "amount": "117678491000000n" - }, - { - "pAddress": "flare1hvrugywjqcxnuwwn487txemgagaglakgl2lx44", - "cAddress": "0xD4Ba6402A927d30609F32F433C84E39a3e5F1666", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1z749n9wpeyvzn4jj6z4aykj7g3qmlqv347sf6t", - "cAddress": "0x5bfAD86d445abcc14520509861075A760377c4eb", - "amount": "71775989000000n" - }, - { - "pAddress": "flare1vg00z8rch69s7zfhnxz9s0nntten5z8k8wzcd4", - "cAddress": "0x27b9773b10196e6e6189D1E544405C4Cf8C93aCf", - "amount": "95000000000000n" - }, - { - "pAddress": "flare16s9rhhlvwwm3n7z2m8n8948e5c0mnhlqdaguy5", - "cAddress": "0xa39A07a00981dd64e93e61340c4C64Da7D4E750C", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", - "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", - "amount": "59541707834000n" - }, - { - "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", - "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12pkkzec85e2hgcs3gtautx524cy64q97duaj7q", - "cAddress": "0x6E3675627c1166b38Af252aC29F8Fe1Eb6b2A325", - "amount": "50000000000000n" - }, - { - "pAddress": "flare15tj0p9fmq6nlcs74h9dae0pgfdxp8medy7l2zn", - "cAddress": "0xEdaCcACEEEed46c670C149a3eb8EF89afC7706D3", - "amount": "107439997000000n" - }, - { - "pAddress": "flare1mlknwnugwnhztqlc28xxu0e9atv09g43z4l3w8", - "cAddress": "0x14c4cea595a2E525B7462f43e355E96FDd025b8A", - "amount": "50000000000000n" - }, - { - "pAddress": "flare19pkqvvjf6qc2guudeq84mxvzgtqqchh0tmz2aw", - "cAddress": "0x4c78Ef34eCccA0f35f91bE0d488feD33e274E60A", - "amount": "312856985000000n" - }, - { - "pAddress": "flare1ncmym7frvn5ed5k5qpj8q8weq9ldw7368z3rmr", - "cAddress": "0x8650a28a4cac6030c95e809d3d27864F82AA6fC5", - "amount": "344125239000000n" - }, - { - "pAddress": "flare1xg3djtqdkmp0jx5u9xagjghpkt82cem60dds0x", - "cAddress": "0x11525688CD78Cf57d6DB1975ac26E025ee395Feb", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1haaj9gs6e3v82g8sv2utfhvd0phxl8lnwmlu6h", - "cAddress": "0x04B556433eE8500a2643818Db7814377caf805fA", - "amount": "107965998000000n" - }, - { - "pAddress": "flare1yugy0n00np59zl8vjxa670c2ftexenwukwmmqn", - "cAddress": "0x33bb31A13291F6e8FB87a4cB2eD95B4a2DE3d450", - "amount": "82812923808000n" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", - "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", - "amount": "4725276203354199n" - }, - { - "pAddress": "flare1efls2qcfp5gkueztdh5dhy85hzqx9pf0ll6zse", - "cAddress": "0x5AaC52153d20e2aC26717dBebB5ec6C660D87661", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13d3fe855f3hyzedqptj78agdqmm2jhkfn8yk32", - "cAddress": "0x0F8A7Bf7738ad5aD3cd87069AcCe03e68E9CB696", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1wwk7m06n4jydualz3vuuq6wzvnr95hz745vxtn", - "cAddress": "0xB63B25BAD231b0759Bf5f346747f32EA97754cf4", - "amount": "55970000000000n" - }, - { - "pAddress": "flare1vkptglqer48wtywqtr0wcr7c25aapdp53npnr4", - "cAddress": "0x07Bbec2B078deFeE66b61e34F99f677F53e0f4fC", - "amount": "67570876247000n" - }, - { - "pAddress": "flare1exrd57kq4cu2puhu9k2svkqn6drp3cvpaez969", - "cAddress": "0x83042d785dc0F0Ae48F110495A43C38854a561F0", - "amount": "52359993000000n" - }, - { - "pAddress": "flare195umjjqnl3wdgvzwvdcy8gaek6vnslcm2vwtty", - "cAddress": "0x5D4bE3f345cbEe26F7Cd7EbBa9e21a26c063E6cA", - "amount": "52867000000000n" - }, - { - "pAddress": "flare1m9a5katq24snhnf8twysfwlgrnhceqac3knz7m", - "cAddress": "0x0eb261Bdb90C152aE44F442E7a17109c54153B6F", - "amount": "108499992000000n" - }, - { - "pAddress": "flare1r5383kgkff8cqgt0sg5yf625vt689pr8emgrqz", - "cAddress": "0x25Ebc9305173CB76E5EaD039Fb26417Faacd836D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1zq7rpy5rr4u7pups23zdy463w0js6alf64yhvk", - "cAddress": "0x09fd70dC910351544e5c33B29c3827fe1E028D3e", - "amount": "150000984000000n" - }, - { - "pAddress": "flare1duu5jky3u035lhqd98yl4pk3nked5twt029sc3", - "cAddress": "0xa2f37Cd467CB49cD8A9425967624D02428917612", - "amount": "858999998000000n" - }, - { - "pAddress": "flare15u8x3h5wdplml8ykm7kqqdzz4w0655ev3678k5", - "cAddress": "0x928797d6AAB0e15371CddD3F5D15c1cf4dA98f16", - "amount": "55145993000000n" - }, - { - "pAddress": "flare1pafa6pp92ptqp5vn03lp2a9j0u30vaz5xgheqx", - "cAddress": "0x9E046467Af62242876D59c7DE7F4983870FDc9BD", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1e4qltjsmlk7cu3nv9xc38zukvls424nzkqk2df", - "cAddress": "0x77eB1618B81275b41f0d6811180c9Ba09351d473", - "amount": "108484777227000n" - }, - { - "pAddress": "flare1qdmmkdz7vuefaaehcmp7acgh750x4rrkshmcj9", - "cAddress": "0x0d87D64b2e2D9E60C5588168e658178627372E9e", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1dgmn9s0sxqxynd64lpz2pqpjnjl9vpnfmx7l2j", - "cAddress": "0x7D2796dD99DdDc984ceD5810D9056B5116549064", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1hzxfa76wytt7lfw9xsd4xup0m6kn6nfjrg4t0p", - "cAddress": "0x4d3C98C89aD61f3dE00106914d4fd4fc5132b857", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1rhz7ycxlj62d9m0fyey4lpnv4wj886f4jq3tjd", - "cAddress": "0x00055Af7D71B192F673edd54F99E8C350F634DAd", - "amount": "378799996000000n" - }, - { - "pAddress": "flare1jf3df7lt06nq5r9d9gesxqh05g3qr4x9ylplvf", - "cAddress": "0x0b5c9547E83c7eE8eB020750A5F331aa77B5b3fB", - "amount": "68328743564000n" - }, - { - "pAddress": "flare1xq0t8wfl8zvlcg6c6ff37d4dykd4ajf62x84ue", - "cAddress": "0x96eF31B7E0603Eed6A9f99B77809F67E8D984745", - "amount": "94725695631000n" - }, - { - "pAddress": "flare18ke6dud43flmqtq3nw06hzzz3f7wzvvw54mdnn", - "cAddress": "0x2Ca4365a971Ba511e001E166E3fe014685F26bc2", - "amount": "1994269645302165n" - }, - { - "pAddress": "flare12r7pkt36xqprr37pfkws35grvx2mwdvwt242va", - "cAddress": "0xD96C5952eA5b748F8523BDEcAAaF9b51E80426CE", - "amount": "126302990000000n" - }, - { - "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", - "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1dew8pwt80gmw85wzg7676vhgquljc2mfpuwrut", - "cAddress": "0x8805AFC0322B8993bF6AE704eE072AC409Ea83c3", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1l6qfu2ke9rsykgfx7ehz5esl6ey2yecgkvptvh", - "cAddress": "0xBa8898638035AA3BB03046772DCcD75D780aa658", - "amount": "50500000000000n" - }, - { - "pAddress": "flare1qa7j4ynuwlysvqx6jlk74hd2q3xpx66gcxmg94", - "cAddress": "0xDdE6eaa54ad4a5730613cd9B72B31f8E9b267a2b", - "amount": "55000997000000n" - }, - { - "pAddress": "flare1vweql9hc73hav02qcggq2g8k3xdyn3uhjmqv2f", - "cAddress": "0xF1633fd46aDf5f147F12fa4C6ffa19785798c324", - "amount": "345988511876000n" - }, - { - "pAddress": "flare1a9m5samxhh70609ywfap2hd9y3fgxzzg3ty5m5", - "cAddress": "0xcB4f1c641FA787d1C7c80fA5e173238A322870b2", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1n6u5gphkp5ypge2cgnayp9wgf378avgjz86w7m", - "cAddress": "0xe3D242210Be3c60194a67fcA4e061d3C1bBDb438", - "amount": "71212999000000n" - }, - { - "pAddress": "flare1qp2usg762d4vfwz3ahert93v966lc8rqrp8a7h", - "cAddress": "0xE6dA8b844c79a56C18b8c9F96a9d2Bd04848D0bb", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1rr8dawcmcah5hh8ekwqckr8dcnz89wl7h57zgw", - "cAddress": "0x8a05960B8f2A1272FbBF3C5343896Da402Dc4C58", - "amount": "66279997000000n" - }, - { - "pAddress": "flare1dsz54a6eq805u90kvc7t4acjc7taaq59lendkl", - "cAddress": "0xFaC3899A2fF1928909dcd082c8A0fF5f54618cd3", - "amount": "53200000000000n" - }, - { - "pAddress": "flare1mjlds0479hqcsd9uz3zlpucl8erl2wr9dm6jws", - "cAddress": "0x4919F3670d6a3132a48ee5Ae42135075e5Afa866", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1ln9t6x3kvq4q2f3q5jyxsdqpz9psnw9qy0mf3c", - "cAddress": "0xdF6Ce1769F097150D5DbCe065E1aaCf4E884Ef3f", - "amount": "296662748288000n" - }, - { - "pAddress": "flare1yvuj6f8ddta33tjzsjpx890ha3ydp0s3nmz4wr", - "cAddress": "0x8c8E2D6315E126523aDC2427Ef715EB5b2Be90fb", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1g9m4ygek6yunfsly8s0mhy6jcm68p8egm46kxc", - "cAddress": "0xa47030BC817d342d73375476C14aD224C9936017", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1paxr700qug0v203y0fh3dez2x0kk6sjkyw6d0x", - "cAddress": "0xb127D96281204b340423CcB4B58b4137233D6340", - "amount": "58188107345000n" - }, - { - "pAddress": "flare1w7mfs8nrgpwkqqwjet5t8yfledydx6rdg4nypk", - "cAddress": "0x4A5A4574167Def8558C1A8D281dbDf488b8954B0", - "amount": "99000000000000n" - }, - { - "pAddress": "flare1a58r83devslyka60a5u9776jpp60eqe7uleqru", - "cAddress": "0xc4292423A8D77aa9488736397740B43B24A2A476", - "amount": "50287137613000n" - }, - { - "pAddress": "flare1qs3jruw3sd5pc6z5whd0262ug6ejkejn6595h5", - "cAddress": "0x05867Ebceb8b338Bc4CAcc9bf6253B94cb78e4D6", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1d9kan9ly7az2u4dr8j3r6me3wljw4ryuvyvxzv", - "cAddress": "0xf85a01Ad66985fD09f386209E32A7680F25263d0", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1xwzcdt9qu939ge7n5qkt70zegpm447vp7ppfva", - "cAddress": "0x217F7139bb2ED365E8B7eAD262dd985d09b9f66C", - "amount": "1214015910849000n" - }, - { - "pAddress": "flare1q2jyvnc86wwt9x0k0xhsysnwx0y56rzwm5ry5w", - "cAddress": "0x0a3FA50497D8285be34e61040F71aeB5c420D401", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1z5383uyxfex6pckn837stw98kvrn2rx5r6a04v", - "cAddress": "0xbFcdbfed0ADEBdBa2B2DdDa49Aa6f9f9F96aD77B", - "amount": "169150000000000n" - }, - { - "pAddress": "flare1r5d2a0q0yst5975wghctthehvwppgfn4eccwzc", - "cAddress": "0x2323b452808d81CDb869a9cd9Cd5553696031Ddd", - "amount": "65409838000000n" - }, - { - "pAddress": "flare1sw0sm96qvdx00tmvefwd0vchqz8ek6trtc4dd8", - "cAddress": "0x7dC4c91878A44e764b5F924CB56626Ee59aB35de", - "amount": "100000000000000n" - }, - { - "pAddress": "flare198382rs5wup8pdxlsq0nee8uk8d5jcd5qyg0q8", - "cAddress": "0xA64d50E93d0625943853921E9816835d4DE54fA4", - "amount": "60999993000000n" - }, - { - "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", - "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", - "amount": "187600000000000n" - }, - { - "pAddress": "flare1zjjglpjvfntuw2qe7ppv9lyx9knhxthu3hsthc", - "cAddress": "0xe784f95B41899859cB491EB3CcBbfdC959921375", - "amount": "457410165396000n" - }, - { - "pAddress": "flare1jf3gwd827err80gckj04nxzd9j4ylh6f4adjdn", - "cAddress": "0x4d0667200EE930D448Fcf85B764c94a2F04aDE0A", - "amount": "50888000000000n" - }, - { - "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", - "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1tp9dzlccw0gq36drj4q2yjuamje77zmgn6hmp7", - "cAddress": "0x5C4117d9fcc1C0Fe6EE9e9680a243D9239539067", - "amount": "1999999996000000n" - }, - { - "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", - "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", - "amount": "230749608035000n" - }, - { - "pAddress": "flare1xwn2cy4lc5afn78dkg63tspet3k72ldns3d4cd", - "cAddress": "0xd25f186ea47195643Ef108fBe93ab82F6DBBa780", - "amount": "64999981000000n" - }, - { - "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", - "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1hy5wz29r5xwqhe3skj8pxn36nhjd44g6hsrwqs", - "cAddress": "0xFf662A93368128542A1Ea4C7614486bbA6b0906E", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1m00n756huz0zz39v0yt8934nwtj3z3cvmnctdx", - "cAddress": "0x706291145e486471b68f9F0cCbE509c7f8E7a7Ba", - "amount": "74999975000000n" - }, - { - "pAddress": "flare1gsze29dtg07etcnm3ufzhphzq070cy2e7vjck6", - "cAddress": "0xde764dF13524739E9cD517E441880ec4fa53C687", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1hf4w6ykcchzzxhtrllwrdsf26sjlj6pxea55mg", - "cAddress": "0x3d13c6D311e9f636a644Cf2C3fd6dA2c5B8DE41A", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", - "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", - "amount": "448130000000000n" - }, - { - "pAddress": "flare194m9jedm5xfnnd5fqsagvnjtmhcf3nnz8wnuvs", - "cAddress": "0x8b2c7119b42A5e7B524EF99C1b88C1c66Aa80aA3", - "amount": "60901532302000n" - }, - { - "pAddress": "flare1lrmp03pz7zyfqgldl3sz6lzlfaa2f6swj5lxeg", - "cAddress": "0xD51eCeD31D3e36B3A31c03f6598e5a27648897Fb", - "amount": "55000000000000n" - }, - { - "pAddress": "flare1v0r80x20fvc7fxcyf7egrz2uxy3y0m8jpa7g56", - "cAddress": "0x28adbE38879b18FB5352674bcA5511DedE64D30D", - "amount": "51051000000000n" - }, - { - "pAddress": "flare1g4kpqzjsyumyxhgpj7dg370pkzuna94xxksa3v", - "cAddress": "0x58b4a746e35a1aEb79f6Dad067a23Fe3B15779F3", - "amount": "570000000000000n" - }, - { - "pAddress": "flare1dn27a3ehvd8hk4l6n9sqmgf7a5h76qpys409ze", - "cAddress": "0xfc41743d03e8588851f74919C6Ef2B623A0336C8", - "amount": "314814991000000n" - }, - { - "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", - "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", - "amount": "1510410451579129n" - }, - { - "pAddress": "flare1uzw4f7wsz9ptvy029y6usqgx2mgw6ccp6lmaqq", - "cAddress": "0x23e8050A8D5a92243763fbf25E7a541E3d0A124d", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12xjl9ju29j2zct6vsvha6srtxgww4hkqdnax2m", - "cAddress": "0x815D9aB48BC666b6C4C5D7A2a2fd80E1Eb4597B7", - "amount": "65745975000000n" - }, - { - "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", - "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1v6mn9qh3k805snrsgdg09hdlgd538rnftvlh09", - "cAddress": "0x1f0FdDF0888E190787B7467ad32f81226935f3D9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qdcd306xt2r4qv9zy272ht4twunupmnxrsm6sm", - "cAddress": "0x8DE636b8eD4811D8349E6516c867334551Bb2843", - "amount": "151911998000000n" - }, - { - "pAddress": "flare1asv4ajkqkn94p5dy4u2druunk478x9l52s9u68", - "cAddress": "0x0EBfa86Ca6E7E65e946c50E7cd36213037404Af9", - "amount": "5916079950000000n" - }, - { - "pAddress": "flare1had76gzfnluqknhpjxet0cyegnpdua7m0984y9", - "cAddress": "0x7D8321c6F1020354a5D25cE327fc9237cdB807Ab", - "amount": "478529979719000n" - }, - { - "pAddress": "flare1gpln7lldyc3x9l50as4ww80qyqk0ytmxe4sn2t", - "cAddress": "0x64989809be20DDaBf72e121e6368DfbaC548d190", - "amount": "55499995000000n" - }, - { - "pAddress": "flare1ay7vu82e8jsmxcs2zrf3keyv96ej4judykgz4y", - "cAddress": "0x6e734Bc7785b15E83DDF2996B647123aFa9C2A68", - "amount": "132000000000000n" - }, - { - "pAddress": "flare190xuxwkeukphvs4r0fgd3crn4y3egqngslcgl6", - "cAddress": "0xa8464ac90c2e263fc85E166e1d17Cd6876Edabbf", - "amount": "69196832752000n" - }, - { - "pAddress": "flare19tsfrd54yf5vspupqf32zz2leqehqpg778vns5", - "cAddress": "0x1667f19b7a9Ba5Af2EBbfC5F17400d266d9220C3", - "amount": "90592214200000n" - }, - { - "pAddress": "flare17at94lx3j85a4uhq9we369rjl9dxu7pt5tdalw", - "cAddress": "0xEe836fb97E69E73DBEE4604c98798Ecc22181676", - "amount": "54100000000000n" - }, - { - "pAddress": "flare1rdagmp5z0xuvyu9grxgedg0j5qajwwzrvzmern", - "cAddress": "0x180322E0E7e48c44829c03B9886EE00a49d3E808", - "amount": "122344958000000n" - }, - { - "pAddress": "flare198sf90mjq5ljvwdugy565tw88wt9xk4nr74y46", - "cAddress": "0x507D8535bc6bA3f4EfAC81bdC1b57209dAD6e15d", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1df2s0xfjst8wpx64wcas42a7wne8k7eg00ugqn", - "cAddress": "0x436F1107A24D0339Ab976A3c2a2AFDaA3D8ceDea", - "amount": "64600000000000n" - }, - { - "pAddress": "flare1veatfdyae7xew63x0362syg2ze0uexm00hk6pd", - "cAddress": "0x305dD3427e91ad0AE1EACDcB1adE1Af50d107b30", - "amount": "54219000000000n" - }, - { - "pAddress": "flare1vcekx4ev6g6yj9scktzuaa7h6hu608q6wg8k2l", - "cAddress": "0x79cE04e5d8FDc3CF2C32A694c9a68E8B67c21269", - "amount": "100446362000000n" - }, - { - "pAddress": "flare160h6tvuew78uuymfyfxuqxmf225x6dt7rx6pe3", - "cAddress": "0xd4c8D8bB6EF70518BCfe4cA2Db3E0c3957dDA15b", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", - "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", - "amount": "529906995000000n" - }, - { - "pAddress": "flare1332jftajlmddtxtq3wsdchgrwqrm7h285ulnn5", - "cAddress": "0x869C11d9eB3b4750A58193fD1dbB83CC111bE86e", - "amount": "52362688916000n" - }, - { - "pAddress": "flare18ame30rtckwg9atjffej6lq7sm5y4j5xus6a92", - "cAddress": "0x1818EE24C23F2c136250E075af661fb6693A27A5", - "amount": "100000000000000n" - }, - { - "pAddress": "flare17srudehefqvuatm24gq6f5ufjtljpdlkya8fhj", - "cAddress": "0xfEb27577A7b8b085FB16aeA15455c8Cc17d463D8", - "amount": "268081988513683n" - }, - { - "pAddress": "flare1jlc68kc075jz42sd7vas3vyyk335vkssxdsvkl", - "cAddress": "0x593a4655A2c722C4a972b90F30Dd440ede75AC81", - "amount": "236958607717691n" - }, - { - "pAddress": "flare18kwsvyrmazm6lcrvy824s2j84n49tuhzchf06m", - "cAddress": "0x3D761aa9fA88C50F4A27701CED3FD9c19c519870", - "amount": "700080286752000n" - }, - { - "pAddress": "flare16092mkyexudgsqj2lgu2muu97l6jeg4eur3sm2", - "cAddress": "0xb18fB73cBC9d036Bbc22d88e127Fe015c8d9f923", - "amount": "55779000000000n" - }, - { - "pAddress": "flare1jeq3a9vse27lace3uvxc84m38690afc7fd6527", - "cAddress": "0x8eB9D6d1AAA480A77Bb5D33f5454d782a0400c62", - "amount": "78010113893000n" - }, - { - "pAddress": "flare1set3huk7zwks0m8zuu375xhmy33jwwlj2rp3tz", - "cAddress": "0x828cF3C834D30A75677DFAbAFDD735c68fEf4400", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1xdcm8su2gh3fj0u2uc2pspgeu5pv6wz6rqaf5g", - "cAddress": "0x34ea98841EEA0daed380dC4e07639528dcb05a49", - "amount": "475099991000000n" - }, - { - "pAddress": "flare1wwk2teqxwgeevunzsr2z8hq86vdga9jh9ycxyd", - "cAddress": "0xaEe8E30906578EC9762d167De85c8455E04904b1", - "amount": "83248596839000n" - }, - { - "pAddress": "flare1xfv3rhyefhng0ec0r8hqkervvgqlfvt4524gp3", - "cAddress": "0x61E3F26C9b28004968f51E1e1408E6871Deee910", - "amount": "93616824682000n" - }, - { - "pAddress": "flare147vv2y6ekjuc0tj5hp2zzny0qr8xcqumcjhd8g", - "cAddress": "0x2c4a7A0b5B7F0b63138809bE7162061EB0ae3346", - "amount": "58738990000000n" - }, - { - "pAddress": "flare1349gwdt05jcjmsyeglhvlxj2s6l8pcweml62gd", - "cAddress": "0x91dD30Ee02B43dEB94Fd173E51097Cb127B4b77D", - "amount": "63449987000000n" - }, - { - "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", - "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1d7txk2qjj4fzhxcp22p7j4nvanvlrthcs3q5n9", - "cAddress": "0xa0D7397EC21dAe1ca768FC2fc14C8a9c917C59d4", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1y6yl4sd4khggwmygtaq0pqp2cuv23kgzdl26vm", - "cAddress": "0xb79b7aEC0A18Df3bF6d037878A54Ba95ac4FeB9C", - "amount": "109090000000000n" - }, - { - "pAddress": "flare1xac57yy47qnsu66wrs25fz5gvcn5c5ec58hslu", - "cAddress": "0x1822719d6170D8AeAf3aFB25ADbcBe1Fec476210", - "amount": "72299000000000n" - }, - { - "pAddress": "flare1ahyg4kyntd84eejweltmnkctk4qaeepnt7a345", - "cAddress": "0x463729C3c5E50650028Bb604104c7E634fF82aa9", - "amount": "61426947000000n" - }, - { - "pAddress": "flare19xrmyxer5a7npgre89yap7sgn9k9h0ucv6v39c", - "cAddress": "0x7B114Aea58D1155F2D14EC1a234E8bD89A0073d4", - "amount": "60999975000000n" - }, - { - "pAddress": "flare1cprdypapd4aatvldjjyq4vuytuxx7l8rvyzpqh", - "cAddress": "0xeE4d1a6E0a2575f8a6a8776f1A2837389ef6C814", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1v0cgn77gl2uzlpgrawn3nhzexprfvqvnn52amf", - "cAddress": "0x16cf09031204546Cdd7f23E8A83d030798cd670B", - "amount": "160736971534000n" - }, - { - "pAddress": "flare152tdr7f8r3zu8fn60nvtyfxp8fce83j8cp34qt", - "cAddress": "0x30d4b9371Ee9BCAc459C7987bD1d619B63d68A23", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1pj5jlnpvuj5dzcm5j59nyfnkcz66dtnfmm4sy9", - "cAddress": "0xD8359A3457D16924D77f7D3F2F9ae28D78fe7D99", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1wakr5476utujutxymg6yhgkzpv5hzth75zcc2r", - "cAddress": "0xC03BDDB4A721AAEE2ed316BfCB07A562f4B26970", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", - "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", - "amount": "186621321262713n" - }, - { - "pAddress": "flare19gh4s2kunyycs8qmfztwy7qjdnzmern0s2dv0h", - "cAddress": "0x2FcCECEB3b8da74A85ce27bcE17F41df083d4B2c", - "amount": "72500000000000n" - }, - { - "pAddress": "flare1njdnxpvrhylzppzlc9hxjgd62e7p8zky09a7za", - "cAddress": "0xfaFe937AE53590f07EE4F71a46Ea0BB9d8d89545", - "amount": "52031964961000n" - }, - { - "pAddress": "flare18xgcq4k77ph8wpu74ce2jnzckdq5w455cy4fd5", - "cAddress": "0x1d25Fe11A62e124fdBe24deBB5Cf5b35BA0DC278", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1es6c486memsg3rlgwachvhkjee006uct9l20re", - "cAddress": "0x3e64cd2CA96178F3Fa47e5A2112d8719EF07ca13", - "amount": "335250000000000n" - }, - { - "pAddress": "flare15g92xwwpy3m868msv5x889ndjzm4fngxgh9l6d", - "cAddress": "0xa6E8c074c73c10c12E9714D6ad48EdfA900C2677", - "amount": "216095752236000n" - }, - { - "pAddress": "flare1z5lpg5yju9lc49kdw935dspn6ahhkjjkxj2uuf", - "cAddress": "0xa3719f34A6e079C9f501cbd884c3FcbAaab2F999", - "amount": "84365994000000n" - }, - { - "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", - "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", - "amount": "81500000000000n" - }, - { - "pAddress": "flare1vrthuhdcepafkfjydn60dzgc06cd3ckvgkvc76", - "cAddress": "0x2B40a0e78aBEF852Da8C8FF7867B03Ec058efcAA", - "amount": "60183497000000n" - }, - { - "pAddress": "flare16m3lgg9sqygyn348wzgk8wyw5zur5p9jdntk3m", - "cAddress": "0xE0C3A59CDCD0a61bf9Eb96E640875C4e4a0176AE", - "amount": "72261972299000n" - }, - { - "pAddress": "flare1t2t64wq69z0jj67qe9pkzkz3k6l6xn98xvp3hq", - "cAddress": "0xffBa66d97c0E7ab7434232d810257570451A7dfB", - "amount": "550911094489000n" - }, - { - "pAddress": "flare1ndfeq0u4ldtekcwg59xs45gwksgvzhkared8ej", - "cAddress": "0x78427D101c161B7460179Bc24604c9Cf309982e9", - "amount": "68740377447000n" - }, - { - "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", - "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", - "amount": "1100000000000000n" - }, - { - "pAddress": "flare1eqzz9k7fq8tnwlmj0saklnxpp26l03x87r6xcc", - "cAddress": "0xD0f95727c6Eff0eFeADe0cA46D0ab9c78a4D0291", - "amount": "56190000000000n" - }, - { - "pAddress": "flare16aa5eazqv9gf8j63rjsx4lsq00d2ra2hhpvemr", - "cAddress": "0x0D486e12D828f1f606cFE4C1B511568B1e68e4DE", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1hjeucnp49zztsp9my8yljh9zuyg64zlat276kx", - "cAddress": "0x196bBA4Ad0116140Ff6C415534F3Cc9B68af6967", - "amount": "50004996000000n" - }, - { - "pAddress": "flare13nccx764p0r3h5psj5xywwrhrkwvuh094tcg09", - "cAddress": "0x8bdac835DfFb3CaC12Cca0bb2b4cA297A913c905", - "amount": "120030000000000n" - }, - { - "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", - "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", - "amount": "100000000000000n" - }, - { - "pAddress": "flare16qk3dsxlv6chm4u65qg0pnevf0zvvpd2uzhw3r", - "cAddress": "0x7ae1D281c9bc1DbbE383E0332b1454c7E395b8B1", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ma64sfgpmtc5eep8vh7ez7v36qwmunjs8ten7k", - "cAddress": "0x65948797ce784D29D3a23061B0A1734220E45bF3", - "amount": "369628000000000n" - }, - { - "pAddress": "flare1nj45nluvjfghvmkucp68wslvvkl5jz2p3a6c6p", - "cAddress": "0x6a5299097B930a4EDB283e0e0101E51EaD07949b", - "amount": "52033972000000n" - }, - { - "pAddress": "flare1dpgz09e8xp8kmzjd9nsdtvqj8ztk0nd9v2flhu", - "cAddress": "0xA5C7951046DA7B939c78A7B3E043282385A48371", - "amount": "112549961000000n" - }, - { - "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", - "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", - "amount": "50099996000000n" - }, - { - "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", - "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1s36texk5dtw58sl970sylaaystg94rqc8tkke7", - "cAddress": "0x03F9eB2Bc869bB867d34D1Ec382A2F3D1B17cf2D", - "amount": "61999998000000n" - }, - { - "pAddress": "flare1fdreee04ff0w4n4exk6jdwaeg2t8mjgthhrhqz", - "cAddress": "0xCA89C2dc79C0d75cC1905093bdf69a526F6d7e4a", - "amount": "62150000000000n" - }, - { - "pAddress": "flare19vxxusfrlutc8dnlctnl94p9vv2yjq2khu7v60", - "cAddress": "0xb78593C81B90D944cf2b1301f5cd48dbeC024dFC", - "amount": "90864547807000n" - }, - { - "pAddress": "flare1v644p06970fj53sg6uaxpwkhdgz5d395kvk3gt", - "cAddress": "0x36a344ccD697e940120d7778a18684ecCE6c17e8", - "amount": "67435941000000n" - }, - { - "pAddress": "flare18vldr60y30eh676p992pglnra7muw4fu0gxjpx", - "cAddress": "0x5AEd2EB3ACc70d162fA7558dd866B4E1D210F8ce", - "amount": "51249851797000n" - }, - { - "pAddress": "flare13fl0x3vl87s2wxl7xtgzgdz2e96qr27msjsulz", - "cAddress": "0x5dAA20aE716872F31B95cB68D5CfbD82aeC9bE8D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare189yzjvx2vfurh9m9v8aa4v752vl2hfrd8dxh5g", - "cAddress": "0x6A91353AE09a1fFD6aE20AF5Af17c2C45b679c46", - "amount": "50500000000000n" - }, - { - "pAddress": "flare12p308nrcwj3n32e4k4dxgn7760gz2x5efn8xcs", - "cAddress": "0x385169b267CB769B17Af5E4BFc17a44eD6A0f632", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1l3k2afksah46g0taq9c0wp9hv068da2ngdfzd4", - "cAddress": "0x45965c3f89b11f2384287B73d10128dEe36612cB", - "amount": "50000000000000n" - }, - { - "pAddress": "flare192alxkqhkmlaezmfhspm9kqn35wufvws7lkds2", - "cAddress": "0xC190f71D91D094FB588A9b4dCD911ab5492da217", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fyenese0lwefynds8jd3ylc90wv9m86sy5y9ug", - "cAddress": "0xD04A0Fce6238b7F889Ef29da97D6055cC4511e06", - "amount": "53440456335000n" - } - ], - "totalStakeAmount": "42812360313059580n", - "cChainAddress": "0xD448D833dd419944008133C69550FBc2e429f5cD" - }, - { - "nodeId": "NodeID-MfzBQ6MbriE31UWm9NjSnEgLiR1cAkEnN", - "bondingAddress": "flare1hyzua978eknc9v3xgmfe320ajz8mq6rpl3uf73", - "selfBond": "29990100000000000n", - "ftsoAddress": "0xB7fD410Bb86f427b2d2C75eFe6e35e621465913b", - "stakeEnd": 1763146808, - "pChainAddress": [ - "flare1hyzua978eknc9v3xgmfe320ajz8mq6rpl3uf73" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Ankr", - "BEB": "29990100000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "167587803746106839n", - "totalSelfBond": "29990100000000000n", - "delegators": [ - { - "pAddress": "flare1qtaz4nz66erk989spk5xvjuphm8ryzeezrn4je", - "cAddress": "0x11E714Ed16d9e0155619823D56Af05740541D8ab", - "amount": "60999878173000n" - }, - { - "pAddress": "flare1vk2rvtx0rdlawqs2p26ah0ep7ftxtp6rq4fa6y", - "cAddress": "0x5BD5E2478F7cE691b1ba0df3492e3515d908715A", - "amount": "85964999000000n" - }, - { - "pAddress": "flare1rh8tqwm0csyxkpyq32cfvm4gjkhcsqhkuznp9q", - "cAddress": "0xF6a523117fBE13D0987F09Fb3b862Cea738aAD59", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1r0sej8llqapmru8twzw4sflhjhtw3wjvvkk274", - "cAddress": "0x781295aa5A831626303bB6e19d7096e06dbA0942", - "amount": "59999997000000n" - }, - { - "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", - "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", - "amount": "171562038097000n" - }, - { - "pAddress": "flare1cynahrede94lpnvtdvdvkmps5fz6zc0r4ffdg5", - "cAddress": "0x4cC6B7AAf57e0d0FF192737b6539db3BaC8Ea236", - "amount": "800000000000000n" - }, - { - "pAddress": "flare1fktgtd6dvse59mvzy4w42zvqc3g2t3ysf0hsdg", - "cAddress": "0x91E2447bf8dD726B4D72313F900804593B98B96E", - "amount": "995929998000000n" - }, - { - "pAddress": "flare1uchferckm9q4r7enrmsf0wa5etcx87rp5xwt78", - "cAddress": "0x2D073E8823387Ff6Adb9a917384CF4b16490ba7F", - "amount": "1631459000000000n" - }, - { - "pAddress": "flare1jf07txq6z730d4kdy4h9hldmjtrc5gcf64se5s", - "cAddress": "0x9e01bA64f07C71Bde9d61d47828784d263Edb7EE", - "amount": "578379749038000n" - }, - { - "pAddress": "flare1x0f2wvfayeexfztyer809axhagzj54wxkjy7w5", - "cAddress": "0xE0C8BEB6B35a209Fe46ee8232fcb1A9951Ba6eF7", - "amount": "263782979000000n" - }, - { - "pAddress": "flare1262uu9p8amxk4r26wfx2djnxwquw4ugl0xmmfg", - "cAddress": "0x97B8853E6f46EE7d70e23C07Cb1dB02ad79afF6F", - "amount": "444366990000000n" - }, - { - "pAddress": "flare1zzq2gw00pvl59zzjlkjqegwjxmy9lqct2qd42g", - "cAddress": "0x21cfC00363c51d0fe65539B166839E76acbE1A46", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1ec47pv3m307q0q9f5l85r564gxjrmqcn5mh9z6", - "cAddress": "0x7dce3e38bC6Bb6936337999DB06998D3f55ff8bF", - "amount": "319555000000000n" - }, - { - "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", - "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", - "amount": "1050641287356000n" - }, - { - "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", - "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", - "amount": "95607136144000n" - }, - { - "pAddress": "flare1lky0jdlm9sllcpashmusm65qrk0t998us8g0jj", - "cAddress": "0xE0ed3962Cc4c37D9f5a31eD0Ad82c2a377ba77ac", - "amount": "215658999159000n" - }, - { - "pAddress": "flare1heedrw46wdd9uevnvvhkwn89zrusyks4fu0elm", - "cAddress": "0x744fC6e1AD778F1EDe007730973a343EEbC8E6f1", - "amount": "544022000000000n" - }, - { - "pAddress": "flare13h97x95e26zrd8wu86au3d05p8244xln35wz8k", - "cAddress": "0x98F3F8e945895E2A8B58de8594965B0548e76374", - "amount": "5000000990000000n" - }, - { - "pAddress": "flare1w0gp2y8ltrgg2kufv3qrkve27hz0alx0fy3p8s", - "cAddress": "0x2bb38818026cEFD6DCF96940dc64A4d0651D7846", - "amount": "52000000000000n" - }, - { - "pAddress": "flare1wvr22kkpm7f3g84tn4ww9th25wnyk27va24m4j", - "cAddress": "0xb353b8Cee6903A58deD74cBbF28AE09773CfeD7A", - "amount": "69999998000000n" - }, - { - "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", - "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", - "amount": "650001000000000n" - }, - { - "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", - "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", - "amount": "550003996000000n" - }, - { - "pAddress": "flare1rgpurlg9deqkp2efqn2xpmxl046ltn96yg3p0h", - "cAddress": "0x2463b6779A0B08817c40e1009F0E0e499dE2dc2A", - "amount": "80064640000000n" - }, - { - "pAddress": "flare1vekdvzyk7gklm8n9y584xfuxjn7tavmpjd44ut", - "cAddress": "0xA4994dd835e653c3Ec094Ec61c48e4d335584769", - "amount": "600000000000000n" - }, - { - "pAddress": "flare18ft4yqfl8xrtdgst2rc6qj9hdezllgn7tfrnc6", - "cAddress": "0xbf2c003207BFEaE6d9356e67A85A58e2B80Aa9dF", - "amount": "1288881987589000n" - }, - { - "pAddress": "flare18gxsyfscpsgl44ynyj847y6uzrf93yn8rkv3kp", - "cAddress": "0x721adB015B110147F790Cd03afd3E2AF4e1A8F68", - "amount": "2506000000000000n" - }, - { - "pAddress": "flare1fpn0r00xgkggev0x3n5k98nxcf7unwy9amk4w2", - "cAddress": "0xCBD510235fCe7fF670656b1A2462530982726777", - "amount": "361378991000000n" - }, - { - "pAddress": "flare1uhsajf4wckt9rkp09a04j3v75y80qa74w2fmja", - "cAddress": "0x0D130B0B7fc13e979C8aeA34338F9dd6060D2619", - "amount": "100980000000000n" - }, - { - "pAddress": "flare1kxtgd4trvmw6deq0g2u56wnhpzcl42x6cjq3qw", - "cAddress": "0x4d55ecF942784cB8F35098a8a203540f032Bd59f", - "amount": "50000000000000n" - }, - { - "pAddress": "flare14cuxup6nmmq85dj98s6m9hwcvl0d6x95rxz8t0", - "cAddress": "0x5134Da103A0312b1B166a99a53319EFeF04BAC1d", - "amount": "100000000000000n" - }, - { - "pAddress": "flare18rtskfjwg6fmfffhgws4fgnl3cpp0zmsctxw8n", - "cAddress": "0xDCA19F0298b4b66a3F2Ff1C1D930a1c58c51A727", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12nc5fr4nddvng09zfrt8u6ryydude8xtjzwlnk", - "cAddress": "0xC655aAfB646C43c4860A54E9C1Df6F9a8A9d5Ca1", - "amount": "100299994000000n" - }, - { - "pAddress": "flare1f6gljurl54g74nnrkvpfm3ztryklvchxxqsswx", - "cAddress": "0x38d854E83cd7C073A9F685fb4b532c99223DDA1b", - "amount": "259435000000000n" - }, - { - "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", - "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", - "amount": "219812729613033n" - }, - { - "pAddress": "flare1gxt90hvexug09yqffe3zqhv5cnwep8rmdwg775", - "cAddress": "0x8a2Ff4B35128833CF3f484F634c91b3C65561c43", - "amount": "150000000000000n" - }, - { - "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", - "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", - "amount": "317913794008000n" - }, - { - "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", - "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", - "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", - "amount": "2311167243974287n" - }, - { - "pAddress": "flare1h80238culwy8k9v00ymtl5hk87vwyl2xfzekgs", - "cAddress": "0xaD96630D60b89D4fD47bfb0de3b557065c02Fece", - "amount": "70000991000000n" - }, - { - "pAddress": "flare1recv9drf0zasr6dz0gz2auqjmnm952nvkdz8mx", - "cAddress": "0xD56409E3bcBb1eC3f7fEF83da04902903fbcde19", - "amount": "905301971000000n" - }, - { - "pAddress": "flare1ne0gq8yeecx3lhyxzqlankrdfu38dugmz3up4p", - "cAddress": "0x6A2bE0F1C2b6AA50d47E2f0Eb96B41E20160c98b", - "amount": "332990000000000n" - }, - { - "pAddress": "flare1zs4k4dqy3ddzlcjl4vlp4zy6jztgwue9tq79t2", - "cAddress": "0x1E7091f04ac6a4e585e84d430408Ec90B4F5930f", - "amount": "50010000000000n" - }, - { - "pAddress": "flare1xez4pmr000n9s66yzx35ss9t7f8jmrwxlwx4ea", - "cAddress": "0xCD930F179061D8445497ab2ca57B897794521636", - "amount": "79000000000000n" - }, - { - "pAddress": "flare1qvwnrtdp0thpmmzry7m6v2rk2eeza5kywrtkgz", - "cAddress": "0xDC0614cB927b16F077ffB202527d069BBF481d94", - "amount": "330816292355856n" - }, - { - "pAddress": "flare1cjmzvf832ndr6l2a6swnx0flr940czld6zfp9v", - "cAddress": "0x4ac3A72102EA9f8ce1d729DdF07F01dea3E32559", - "amount": "66898966000000n" - }, - { - "pAddress": "flare1lfjvd62kjh78v8fj6ym2gc7gpp8c4jv55kx6rv", - "cAddress": "0x2b60989A14D4B702ea125b02ee5edb3058Ca3b35", - "amount": "50000000000000n" - }, - { - "pAddress": "flare14fm6gcxr75snmgyf4egy62tj4cm07xy2s87ldu", - "cAddress": "0x586C271Af5856E9051F3c1d066cD37A891ccF331", - "amount": "51750000000000n" - }, - { - "pAddress": "flare1ypfe832wmes0t3dvk7aw8qf0fj7afwlymkkg54", - "cAddress": "0x2187407A23E1a8b5458C08a395F1A63D20007eD5", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", - "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", - "amount": "50000000000000n" - }, - { - "pAddress": "flare10zrrnjfmemqx3kasfsnpg4exh2h3nqdsvcrrsg", - "cAddress": "0x15489Dd3330d2feb0d1a4b6A919Be452bE04fC25", - "amount": "444846953000000n" - }, - { - "pAddress": "flare1cvptyqagz8622hyszp8gz2dkpuj4ahm8q2zwuc", - "cAddress": "0xc3c8557F3DeC8d6147699Dfb8079bc6bdA35646d", - "amount": "202605268597466n" - }, - { - "pAddress": "flare1e83ce9xjzxush4cxykj7f2t3dnrgw3vsynxyw8", - "cAddress": "0xe5c65Bd76FaCD8013B0A8A9CfA9306C7b7e8491E", - "amount": "250000000000000n" - }, - { - "pAddress": "flare168yx7vky80efjcm22p30sxz4ra8f06zhufnud4", - "cAddress": "0x5C9e865772D9e5868B87857caE7905ca22509378", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1hxgshlvkfrujhujfjk3u7gsugtmvwwf2ld053t", - "cAddress": "0xf64d454DE5F419FBd21585AE60d716bF4A1Db5B1", - "amount": "57750000000000n" - }, - { - "pAddress": "flare1lc2leqt7ytcwsclyfej0w3yfaazeu95vnlgzqq", - "cAddress": "0xBC136971AffD11D675830197feBB1F945BE3284C", - "amount": "124083037741359n" - }, - { - "pAddress": "flare1ptvwn4tsd6lg0rhtsd0zmtn0r7gk9yxrsq2qfj", - "cAddress": "0xeB22483299c43D43c29fb97f76177B6b8EBdB991", - "amount": "382872290513000n" - }, - { - "pAddress": "flare1tq9ml5dq0jseye5hfc05lr8hh00aclawpszym0", - "cAddress": "0xE8fB6fCeCAD31B888A721a057CE5aEa769736c54", - "amount": "59908680197000n" - }, - { - "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", - "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1uvcvl2qxnx4knhs89dkh4anavnxh8eak56kvv8", - "cAddress": "0x78ce3470B5ff9B0Bea5d46dFAaA309DA7E6a01aC", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1t5mcsey2yp7qktr72d6klv337j57eevhhulxv3", - "cAddress": "0x3fF764A376A099111BD8c6ECA24AfEd5Ee54eF84", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1tcgdks444pqvdmftgafr47x32heu067fykv7ep", - "cAddress": "0x9692d941e63c6dD9b7e03aC64e78Fa11d396D9Ec", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1q8d2f0r8jskry6r85qxdgmjcyeamq0t23mlswl", - "cAddress": "0x32Dc4278Fc0F096e260ACDc8714E812ca7d2D40a", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", - "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", - "amount": "2913617173693392n" - }, - { - "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", - "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", - "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", - "amount": "308560000000000n" - }, - { - "pAddress": "flare1r6qzrc5zgy6rk9fxazdk5hrqzmfudxhfadsex3", - "cAddress": "0xc7f10EC0559e9b8Ce3e000768d42d50Da596D036", - "amount": "80349741165000n" - }, - { - "pAddress": "flare1lgn6mugmxcp80etgyh4wzgqekukmt4q6xheack", - "cAddress": "0x8622cFBd8ba8EC4C7CE60F726557f1ac7C4641Ac", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1ypyuc06ejmc2da2typrd4ysz5v6fhtpyxzrkrt", - "cAddress": "0x5BcAFD536426C0e1024137Cb2e21b8381101dBCd", - "amount": "280825450624000n" - }, - { - "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", - "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", - "amount": "156420000000000n" - }, - { - "pAddress": "flare1cdu7mu3km0tatjr3supk5jpktsmf4v5fjftqpp", - "cAddress": "0xa577589dd03241515E7567eCa17E73a4f48a6E46", - "amount": "201491983000000n" - }, - { - "pAddress": "flare15t3u4vr4q0vzs42sjgy8qqcq7wfga3gddryt53", - "cAddress": "0x8158124b0884b7FA4f62164a9FD262217103E2f0", - "amount": "144999975000000n" - }, - { - "pAddress": "flare1g2jmc4tnff6xuchc8cw7j02af50c2ttfm4dz99", - "cAddress": "0x80b6978eD12a06031F0856a11074C3806F450303", - "amount": "407443000000000n" - }, - { - "pAddress": "flare1g2mpamcexhqx0hc2quucneqxs3a6jxl8u8m90r", - "cAddress": "0x240Ba8f07Fd198EE9b79f3C2e0CD37958cA85926", - "amount": "498990000000000n" - }, - { - "pAddress": "flare1nl279745ya7qq42dpzfhtrht95mr63t0cz42yc", - "cAddress": "0xAdb28f8177CD553C90258058fA24ea80fbF7D8a2", - "amount": "300000000000000n" - }, - { - "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", - "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", - "amount": "667026476406000n" - }, - { - "pAddress": "flare1vv4lazfz6f8e5843k2dxfgxkk4fu2w0rg72736", - "cAddress": "0xaD36b3f054f7d3ba39a064Fb0707915048aF4E4F", - "amount": "92028062140000n" - }, - { - "pAddress": "flare1fhc95hzda3mmjpvjd2u3qm3q20085wsjyrfdyz", - "cAddress": "0x665682a786236347604435a8bd203E342DAc04f9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", - "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", - "amount": "320353502814465n" - }, - { - "pAddress": "flare1dxkf943vrnjuc9vnedlhk86cg6hj39fmpgtxn0", - "cAddress": "0xcae6602Bb7a4525F753a371D271f36DB9A0A2BcE", - "amount": "164517988341000n" - }, - { - "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", - "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", - "amount": "109999998000000n" - }, - { - "pAddress": "flare1d9w0tutzurqu676f32fqag4ksx4dl037qrdmpl", - "cAddress": "0x040a9f50fe3802b31653Caafe9600470D764ad78", - "amount": "902534000000000n" - }, - { - "pAddress": "flare1naupnl33g5yhrwt2ykcstrzultppzj543z8jj6", - "cAddress": "0xedd790199b60CB70A825fb5dd860f4F445fC7fe9", - "amount": "101975813750000n" - }, - { - "pAddress": "flare1u9x6yag7cdw7uv8alfnrer6dm8z07crs07x6nz", - "cAddress": "0x4802c25Fb1Ad4ae7AAaCcdB364b6DB8c8cec59eD", - "amount": "100000000000000n" - }, - { - "pAddress": "flare19rhn68cuclqc932ahts3q99pmrg8hw2qmrp6fz", - "cAddress": "0x0C45C81f5b4fc9E76bc5b32b7b73336Ec17669ba", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vg95pq4twpw9g3n3r83v6uxpg85dhauyppzqxk", - "cAddress": "0x012DaB67e414EC3219324bb3B4760E17bdf19Ede", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17aruz5sumh86x75nvf9gs0czhh37x9wma34k42", - "cAddress": "0x71fF589DB84B081184f43e6C9713839Ea7c848dE", - "amount": "284624996000000n" - }, - { - "pAddress": "flare1kcsl4xx8cgsk74sgnqm3erdt2q3rmrzgs2sws7", - "cAddress": "0xFb3213AfA7984D1A22E1772AD8AE94F9809621A3", - "amount": "10167766000000000n" - }, - { - "pAddress": "flare1l3lrju5r6pgdc0l3u3wc2xedfskqykfwru2p9w", - "cAddress": "0x162b3Fb8BA5a7f81FE24edf38E79C1AFf404F554", - "amount": "2222222732303000n" - }, - { - "pAddress": "flare1plxhcay970xj0h3hqgcz002q094t2kjsz70aul", - "cAddress": "0x061a57AE70756587956DDE1dee6015D70a876ED0", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1elqvar0cruq9zgu6x924hjtrn2qv60zdpd5uae", - "cAddress": "0xDD92cDf06fCBA4eB4e30f2a4012332FDdA6050bB", - "amount": "1500010000000000n" - }, - { - "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", - "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", - "amount": "229189503125004n" - }, - { - "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", - "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", - "amount": "272624000000000n" - }, - { - "pAddress": "flare1yxfgq58sap2xth78pggtkeph737qdsqvrp8z8w", - "cAddress": "0x2c73C8BA2D7c5B6c7B1b6B4361D67d87969FecF5", - "amount": "300159970000000n" - }, - { - "pAddress": "flare1qqcdza704zd2yufmvdstqn7pc4ukwqcqh8u5dx", - "cAddress": "0xa741dec48B76753e834131756209Be353cE6a0F3", - "amount": "102099000000000n" - }, - { - "pAddress": "flare1p39xk9ya4m4alf3wnevg0kgz87advx2macxu8t", - "cAddress": "0xD95056CdB9110940b14d7400c51C8cB2E2Bfaa70", - "amount": "79650957000000n" - }, - { - "pAddress": "flare1drxjncsjmg58vmfe9glzu2apdhvjz8j98522ym", - "cAddress": "0x7ea7E2a8795F13124Ae53b35E9B238841E440954", - "amount": "50393984000000n" - }, - { - "pAddress": "flare1vvvp0t0k92up32mp5mxu96vcpf8tgfmcpuks27", - "cAddress": "0xB36132D2a1c96E99F7Dcab07f977DDF1aEbA0929", - "amount": "97924507818462n" - }, - { - "pAddress": "flare19wjqa2mmwgz896e93gdwx9y9fx7vuuqt2fsez5", - "cAddress": "0x57253A81FA56526e2b8877bd1df3094A5372680A", - "amount": "13000000000000000n" - }, - { - "pAddress": "flare17tsggcwyfr60eeadz2ayu9h52sqppdkr6f044v", - "cAddress": "0xc70338eC91e514c1199E1Fa695e1C51db30328Cd", - "amount": "57184532807402096n" - }, - { - "pAddress": "flare1ncfl76n0rhgmd0fttd5jfj0zus6z0ykjuy6600", - "cAddress": "0xd9EBFc93A7E17Ad3B37EE73791A36030aE405bFE", - "amount": "4052921000000000n" - }, - { - "pAddress": "flare1zs2kuvwzry4hj9n5a7u7jv0tke5zk835sav8rf", - "cAddress": "0x67873974337d602BBa1be025E9eF089d9b47c17B", - "amount": "80000000000000n" - }, - { - "pAddress": "flare1xqv2gwxpsen434hn8qas585l8tvft2w03ug36h", - "cAddress": "0x35aa0A6e56c63017D6Fa4f7eDA7d37304E13050e", - "amount": "600000000000000n" - }, - { - "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", - "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", - "amount": "234249774106000n" - }, - { - "pAddress": "flare1xuhs7uvzu9w7m0dcvqh4xfzqevd4r9rqzurjm6", - "cAddress": "0xb497311cB3200b07168f83028c99991520f3B034", - "amount": "2000000000000000n" - }, - { - "pAddress": "flare1pynmj9ex8f3pk9yvvq039ajplduf228cmc0et3", - "cAddress": "0xaffaD7602367449b25C6dc39F65332c069F635AD", - "amount": "421722493000000n" - }, - { - "pAddress": "flare1j3cl0urv6ugdwjh44eq8ndp7rgdgvp82xt6tl0", - "cAddress": "0x15D8d08FA5617F04551893DC4854B7e084979337", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1t2zf6d2zke28jyc009qlaglk7gd05tg9ephp59", - "cAddress": "0x73d1fD16B25fB6Bd3931486B710A8a56d5AFF429", - "amount": "9665490000000000n" - }, - { - "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", - "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", - "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1rh58hwn7sq8japygeqfts09d39l8kf8n85x3gq", - "cAddress": "0xA93b1B97137fCdF764aB896F10d1d4208fF26c5b", - "amount": "99999998000000n" - }, - { - "pAddress": "flare1jkpkvpmt2z09zp22y33mm0dl8j4dpddzfl2m4h", - "cAddress": "0xd602dAE1faB01126C65CC81479cde76c33AFa535", - "amount": "839259987000000n" - }, - { - "pAddress": "flare1xcp6p8xf6rgcckmj63r0lwtsxp9wun2apxya0w", - "cAddress": "0xdDFD8183e85C923FD6421D99950557598c764f7b", - "amount": "600854996000000n" - }, - { - "pAddress": "flare1fjnvt8emrm9yh2delgcvac236wpe33avqpn7cn", - "cAddress": "0xC7bfCdED4160616414b934e696ceFfE0F603363D", - "amount": "67456973000000n" - }, - { - "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", - "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", - "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1l6c8qr0ms9lyj6ejmhr83hramel8c7gfuweqt0", - "cAddress": "0x480b35b48EA560515ddf14518a8e809eAAB13797", - "amount": "250000388336000n" - }, - { - "pAddress": "flare1sdu733e5mpwdyq5ydkpfq76qh6qfslt9nwqksk", - "cAddress": "0x69729cD82Accc43917F7Bc4462aB7b7fd171D03E", - "amount": "67991960984000n" - }, - { - "pAddress": "flare1wk2vak302l3fj8zu8sfkuvd0lu38xyqmrvqssv", - "cAddress": "0xCca0bEaba0ec1161c7cCEA92E65d78Ab030DB7d3", - "amount": "102052220286000n" - }, - { - "pAddress": "flare15altelke796kccywmjmxs3j4z2rkzqfk75959v", - "cAddress": "0x20c507483DE398447AbCB8766E7C3514bb789518", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17ytc5wyw2lnlsltgwjd70se2e4lcz0tc9lnlh6", - "cAddress": "0x9E84bF36d1500f55D534789C4aD5587fE0C9211D", - "amount": "1364220000000000n" - }, - { - "pAddress": "flare1vwrr7ldqefk8gzzjeaefmfwpq3hmn9l4wt5ceq", - "cAddress": "0x6E59E13cB1fCf77cB64685d25943527eB582587D", - "amount": "869410000000000n" - }, - { - "pAddress": "flare10qcmv60jply7nr8h0cdsrzl940s2gvq0ywukns", - "cAddress": "0x0D427bC706E0D318916d6106195fC794B0Afc70c", - "amount": "104700000000000n" - }, - { - "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", - "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", - "amount": "757784000000000n" - }, - { - "pAddress": "flare1mepna3j5wthwcn7s8z40c3nugqhff4mq86s3es", - "cAddress": "0x88cd0C441ba5452Ed0aE9cD4E91B22311CC534e1", - "amount": "210000000000000n" - }, - { - "pAddress": "flare16g3vvvx54t3eqe3x5lsrgtnvlhwn94xdha3gft", - "cAddress": "0x0dC7690F69B12a154ACb18878Ad0d714f6B01345", - "amount": "673320082471000n" - }, - { - "pAddress": "flare1z6hkuwf05kxq9wphmnww3n4dgqwr9hlzhs2qrv", - "cAddress": "0xca8195D07D32d239585762AC6CCce88cC40C5a5d", - "amount": "612711871479000n" - }, - { - "pAddress": "flare1ph6hjykrdr7hck7y0f7urs95256fp0hcu8qp2g", - "cAddress": "0xA481b2Bb334B93681459154c658E67E19a7A2D4d", - "amount": "104895710497000n" - }, - { - "pAddress": "flare12raqg59aq5rugcwxk3xkt8zm66d9pm9j686wth", - "cAddress": "0xE3f7cdB87DdCAe894b258f3a5691992ea6Da68e2", - "amount": "238320370515553n" - }, - { - "pAddress": "flare1c0x67kq7h2dqg92z5x2xsq4dlgly2a3wm3w7jn", - "cAddress": "0xc52EC0C9ea713427bA3068FfD5679eb5af101Aa0", - "amount": "149014226036000n" - }, - { - "pAddress": "flare17cd3sctlytdhzl28fgk4f0ywyalhu6352neasv", - "cAddress": "0x3CA6f96562186C48C91Fe9eC3B98aA1deEC835B1", - "amount": "93566447068000n" - }, - { - "pAddress": "flare19fznmy29pz0szfcgpvnj65jya59k7epu7ykr83", - "cAddress": "0x9e7c1683fF4c6d84A827c35C4Eb422eEDEa8cCE9", - "amount": "167325899395000n" - }, - { - "pAddress": "flare1e7a7rdvtjp0236pga4rcupugvg8x49ffjdv4tn", - "cAddress": "0x8C533d4904566e90afe0db5e1A39E401fDA19167", - "amount": "377590968000000n" - }, - { - "pAddress": "flare1yhyjtnc7stkt2ale3dmvr625nte6jyze8juft9", - "cAddress": "0x38499A6f4210F750C85c38Cb807f0fa7D5DcD445", - "amount": "555647829586000n" - }, - { - "pAddress": "flare1qlxcp5h7atqyctwpl5x0kcfxt89e5nq7emwtu3", - "cAddress": "0xB5F3d8d49B3b67fb839Dc2ad288782fC3B9efaeC", - "amount": "97383000000000n" - }, - { - "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", - "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", - "amount": "309818810565488n" - }, - { - "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", - "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1923nf6vz4dhk4m38tf9flx6mrmp83f260454ed", - "cAddress": "0x5d85732e7ec7076EbB58A870ae971F3D72Abf723", - "amount": "50773997000000n" - }, - { - "pAddress": "flare1vlv8xgzjl95dxcnhane2xpchq7lq0cn6ug8nly", - "cAddress": "0xc2e1b9e47f634F9688267B62D9bce7302B9BEC07", - "amount": "211329951000000n" - }, - { - "pAddress": "flare1sv6vqkzvyr220q78srdhd2l32tc3pqszym5wew", - "cAddress": "0xcd114230e75A75967fA4F4B9577511C8b54F6566", - "amount": "750000000000000n" - }, - { - "pAddress": "flare1vkdz94nzs46yprtut57lts8gdehkexqk6s6yw0", - "cAddress": "0xCc542c3b7BfE3c8F556BE4298B42B09847873eA9", - "amount": "1019428963000000n" - }, - { - "pAddress": "flare10tvznuj5hsg3fxy5uy7d3g58vdwzrd8gv9u5vw", - "cAddress": "0xDC0cB9060b36374E6C21fE18f0dc8cede76f04e4", - "amount": "152000000000000n" - }, - { - "pAddress": "flare1antlfgq8zes0scsrpjgz8qkwdccvy45sljut9y", - "cAddress": "0xfd2855C20b8C69eE341e6e5b4E680ec4B7eF8580", - "amount": "1809000000000000n" - }, - { - "pAddress": "flare1fypxquewszldntgkspdhtluzd5gc8mu6sex7rw", - "cAddress": "0x86AC2612edE6805f845bEE1D4b9b556C09E69FD7", - "amount": "120010000000000n" - }, - { - "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", - "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", - "amount": "1530999963384000n" - }, - { - "pAddress": "flare17k8esxllxgvtyxzju09hrtwduh2y7lvl7tmwqs", - "cAddress": "0x8563DeA7DEd87AdF87Ffd4190F4Da58d5A46Da85", - "amount": "304770000000000n" - }, - { - "pAddress": "flare17lu4skxn580urcvy2k7yuxetn93upw4glzqyvy", - "cAddress": "0x6E381a5De1Be8d49A9564e3456796D97E55B9255", - "amount": "52499982000000n" - }, - { - "pAddress": "flare1782a0tdkxtagswlxypzhg9hmtgl4mfq3n45mxv", - "cAddress": "0x58BF55d02549D5201829964Fdec4154320D2CE5C", - "amount": "50000000000000n" - }, - { - "pAddress": "flare18hmk9pc2lz4lqx77p5h23glgrc0nwh3vfwzh9u", - "cAddress": "0xe3822d4500D20c6e2f89cef98667EE902a90c001", - "amount": "9000000000000000n" - }, - { - "pAddress": "flare19mslxef3w9pexlch2j00pvvrttvfsptu0smy0z", - "cAddress": "0x31f2953ef2d549072efB6c585A8f02Cec92F35f9", - "amount": "710816891533319n" - }, - { - "pAddress": "flare1w4gaqddfhzwdx8mff0uz278gk49xmmgh3teyla", - "cAddress": "0x0D6f89F80262CbEDF598C3539Cab67024e8221C8", - "amount": "150000000000000n" - }, - { - "pAddress": "flare15w55mr8zc6ffpmm3wp9dsudt249fn8x8x5akq2", - "cAddress": "0x62073ca865c20Df245304878D7844c7157ef63b2", - "amount": "60600000000000n" - }, - { - "pAddress": "flare1656cut7t5zsz6q9ts3fus2wzjj4j9rnu9uqp0q", - "cAddress": "0x48a2fE7fca245944d6b165FF194e19d025a71eB7", - "amount": "947490000000000n" - }, - { - "pAddress": "flare193z4xzc0vl6a0psc3p7p80l4jjs7633s3xc0fj", - "cAddress": "0x885dF9549A8035142AD8f20C7473bE2F13899450", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1zqqxm9ysg9kfhd6g4ta826f3g6s4wujs8had3g", - "cAddress": "0x1eE0536ACd3Bb3442ABA8c8E438E6Ea51d3a045E", - "amount": "52490000000000n" - }, - { - "pAddress": "flare1sssfnlcumrn0s82438992vzkpp0qltdsqgr55c", - "cAddress": "0x2B6Eb62b6116Fb4158451dAf70EF529183aCe1D9", - "amount": "252374000000000n" - }, - { - "pAddress": "flare18yghhdndrn5csj4xhxqpqynjqfrmhupweh8myc", - "cAddress": "0xD60AFDF0f3a9e086920E1FfeB83120051c6dA35F", - "amount": "50530000000000n" - }, - { - "pAddress": "flare1yemnf2d3lpch994tqmflfqmyzr2mhwew3878e0", - "cAddress": "0x289BA6a0b2aFE004A96d1781856d011282bDC49c", - "amount": "100000999000000n" - }, - { - "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", - "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", - "amount": "401740000000000n" - }, - { - "pAddress": "flare1dhg5s3vax4ulspd7e837v7ux4g9szws8ec0vmg", - "cAddress": "0x17Ff553CB867e1eCA1AcbBaCcE3D60BD7F64344d", - "amount": "54750000000000n" - }, - { - "pAddress": "flare1252flqpaytgn3seqlv87azq72sx6a95y03cvxw", - "cAddress": "0xA05DDCa55D496bcC9eE2217e047A50Ba446e1A1f", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1gqn6gkdzxacz75ugnxcs974rp798j43savlr3d", - "cAddress": "0x9C6B672A3968CD3C6DD6b908db623405A1c84294", - "amount": "113981435783201n" - }, - { - "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", - "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", - "amount": "377472068942858n" - } - ], - "totalStakeAmount": "197577903746106839n", - "cChainAddress": "0x25A762a3AE37aD037221DAF623dAdfA8e3247Ca2" - }, - { - "nodeId": "NodeID-FLPF99Gi1c79NGHw7GYyhttWPVxpCq713", - "bondingAddress": "flare1s45gex0vw7y9sk0jyy0ts8u099nmxzlu2wqdqg", - "selfBond": "3000000000000000n", - "ftsoAddress": "0x7808b9E0F7c488172B54B30f98C2FcF36D903B2c", - "stakeEnd": 1747296029, - "pChainAddress": [ - "flare1s45gex0vw7y9sk0jyy0ts8u099nmxzlu2wqdqg" - ], - "fee": 125000, - "uptimeEligible": true, - "ftsoName": "African Proofs", - "BEB": "3000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "24291108385110048n", - "totalSelfBond": "3000000000000000n", - "delegators": [ - { - "pAddress": "flare1n5gqj0wkg0gh2s2ce0vtqcreqs0jnamkfcm2aq", - "cAddress": "0x909A1477824e9214851913B65f1672DDD3989E3c", - "amount": "74005123359000n" - }, - { - "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", - "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", - "amount": "143285000000000n" - }, - { - "pAddress": "flare15mg0f84lg98s9x72amzsqg6jd6eanmqu7666pu", - "cAddress": "0xA497BFbf2920acaE69Fa582EDb742628b18a68Ca", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1m2k3c9gqf9v8mmxh2t38eea7r3kg7t6m98yef6", - "cAddress": "0x375Fa004258D3A75D2877c557b344523A73983F6", - "amount": "20286225500000000n" - }, - { - "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", - "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", - "amount": "51658998000000n" - }, - { - "pAddress": "flare1mhpzjv5kq970q650j8vu3tg4xurq7efwja3ey4", - "cAddress": "0x75a0f46BB5235b96dc3ABC8Df54a34acbb63dC41", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1v48luhpgdgdefg98yep5wxw2w9tf6ytx0cy8xp", - "cAddress": "0x350848feD543cB04bE516481100b1A3b5CeA2835", - "amount": "81258086574000n" - }, - { - "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", - "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1nw0kmam9nngmc9n50fxhg6egr57rtg867pekvf", - "cAddress": "0x03Ea24C18bd0C3E75601bFA95BD9A2F4d67506B1", - "amount": "79840360909048n" - }, - { - "pAddress": "flare19thaacez4xftxn6yur2erfydjeyq68wf3c40fn", - "cAddress": "0xcc480358437c3329d25Aaacc9eb3E0Ec01737Ea2", - "amount": "112695009000000n" - }, - { - "pAddress": "flare1p5sz5ka38x2xplnuha4p9n4aytw674tgvnvaam", - "cAddress": "0x9252ae60b48deDB2B440748eC209182B9EACB0Cd", - "amount": "54999996000000n" - }, - { - "pAddress": "flare13j4zs7xpf83wy5z27g8vmcj9mrlu0zyfyx4qut", - "cAddress": "0x9049b35dC6f6A6E37af13FD729645e0c3D362EB4", - "amount": "305875802581000n" - }, - { - "pAddress": "flare1nl279745ya7qq42dpzfhtrht95mr63t0cz42yc", - "cAddress": "0xAdb28f8177CD553C90258058fA24ea80fbF7D8a2", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1jycqxz50nazu3y4mkqqjcwlrked6pmsgy2eqgm", - "cAddress": "0x3D53C2669e499803f751F702FCa0E9382597071a", - "amount": "78763412687000n" - }, - { - "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", - "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", - "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", - "amount": "1400000000000000n" - }, - { - "pAddress": "flare18jcgzupqznxv3a0thkfkuqdty9kukalmfzn559", - "cAddress": "0x24C8F0F88e7a9dB02affDFAd8Cee8Bdf9E0b8212", - "amount": "700000000000000n" - }, - { - "pAddress": "flare1v9qwukcxjg4xf0gwp3fzdyy95q2fzqlvz0979r", - "cAddress": "0xFdAC058d47dc99A70f076523c95a5c97b3805bBB", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ryk2lxc8fkdvgpu2ch80tdsj2y03ym77ex09q7", - "cAddress": "0x6264b103931e1AD71441A920393E6FC76e3ef11A", - "amount": "100001096000000n" - }, - { - "pAddress": "flare1k69z6l5rt0j6nd6xc29p6wzzkqs765hewyhauv", - "cAddress": "0x62F8928B73ddF63EDbE3Facaa3304e52CCEd8336", - "amount": "222500000000000n" - } - ], - "totalStakeAmount": "42291108385110048n", - "cChainAddress": "0x49CFE6199FffCA921B40e2290f565Ad107A530E0" - }, - { - "nodeId": "NodeID-4h6PNpK5oo9pjmE8zKSbm31S2LStg4tyF", - "bondingAddress": "flare14dqj5g8cwxpnegzckyvuyferwe9w2ywl6ekr3x", - "selfBond": "1250000000000000n", - "ftsoAddress": "0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5", - "stakeEnd": 1739900122, - "pChainAddress": [ - "flare14dqj5g8cwxpnegzckyvuyferwe9w2ywl6ekr3x" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "InGen.FTSO", - "BEB": "1250000000000000n", - "boostDelegations": "6250000000000000n", - "boost": "6250000000000000n", - "selfDelegations": "0n", - "normalDelegations": "1095179351119000n", - "totalSelfBond": "1250000000000000n", - "delegators": [ - { - "pAddress": "flare1wrneccyj2dg9vr3nuggzd7ptc3t7w7248vnvah", - "cAddress": "0xF057f94D73BD7c51537B2fD3AF32506cFb25209C", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", - "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", - "amount": "57461504343000n" - }, - { - "pAddress": "flare1v9yz9kprn0uf3l7nmjhedlh7lfxq5pc08d06dg", - "cAddress": "0x7F6Edd1165C11943f0f5afAfF9219301Ce4A3E71", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1v6r3pyj2cnt3nlvw549l8c2y64rfpxyguc9lra", - "cAddress": "0xbA63eE05f6eA43241054954A3AB5BB9d8AFfC31f", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", - "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1arqlxjpykywpkl77q7fs5fv3ljn7c7la5v64hl", - "cAddress": "0x32009A38299569A0cEe331C6B3d32eEBa85A85cF", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", - "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", - "amount": "228057846776000n" - }, - { - "pAddress": "flare18l239uvd4jqv2x6nw4vcggp36s657475mp8lcz", - "cAddress": "0xf0b0152eD07d160FFA1b05399eFB87F46a50FaDa", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1awsnhlqskxrdls0f0nnne9fpv7n9elsk5aqfcp", - "cAddress": "0xf09607bdf5c529E248b93a792BC6546af979Bbc9", - "amount": "59660000000000n" - } - ], - "totalStakeAmount": "8595179351119000n", - "cChainAddress": "0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5" - }, - { - "nodeId": "NodeID-7HLcuEFt7c1qTggK8AkLim9ekhPu2NYLM", - "bondingAddress": "flare16rg8a4lj05uxmdvrj3a5s4uks4cgha3r0v2eal", - "selfBond": "30000000000000000n", - "ftsoAddress": "0x6434b1ED626585D3e58E995aD3C2cc0D6718755c", - "stakeEnd": 1761969499, - "pChainAddress": [ - "flare16rg8a4lj05uxmdvrj3a5s4uks4cgha3r0v2eal" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Chainbase Staking", - "BEB": "30000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "1052369000000000n", - "totalSelfBond": "30000000000000000n", - "delegators": [ - { - "pAddress": "flare1ykhuzgspurm0nfnsh30a58jathd3kk84x2vwua", - "cAddress": "0x7187E970383dc109cb51511968db319deA0f8d10", - "amount": "50140000000000n" - }, - { - "pAddress": "flare1m3kgzn878ackqgtr20yg4n7e66rupfqsqd77kn", - "cAddress": "0x993A7995be8821C1D49e4e1D7DcaE940D502484E", - "amount": "882229000000000n" - }, - { - "pAddress": "flare1rc5n3gx8ekc7jk23q07w5fre9f59vslv5q9m8v", - "cAddress": "0x17F7Ffec85d54bE5d3985a1F2720D60790de39Bd", - "amount": "120000000000000n" - } - ], - "totalStakeAmount": "31052369000000000n", - "cChainAddress": "0x15646dDb42Ee60B26A0BA727CFeB4E8b1A319cdE" - }, - { - "nodeId": "NodeID-KtTdea6FeDDy5pERrZKHkkhtJFCbJNv1a", - "bondingAddress": "flare1u8x2r8t9544dp7p7xs9hgp6amakhpmqskp4fz4", - "selfBond": "6000000000000000n", - "ftsoAddress": "0xe3a76233885E355cFaF141D7dd3D92705C9db4D5", - "stakeEnd": 1764719535, - "pChainAddress": [ - "flare1u8x2r8t9544dp7p7xs9hgp6amakhpmqskp4fz4" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "uGaenn", - "BEB": "6000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "1127975000000000n", - "normalDelegations": "5700825001000000n", - "totalSelfBond": "7127975000000000n", - "delegators": [ - { - "pAddress": "flare15yhw476z9wvqfyqrhexjz7vw3fle9rjjn9vh0e", - "cAddress": "0xf234B4DCd1d51D46f75a60AB4a8C96794eC68Fd2", - "amount": "3068705001000000n" - }, - { - "pAddress": "flare1nxcdh44fhts76k5udku5u27xyr5z3fh6tljp9k", - "cAddress": "0xf3158314781157942afe279c7977E5227a019f2D", - "amount": "2517120000000000n" - }, - { - "pAddress": "flare1jg7tn5nfullxlpd07qf4rw79kkc0qfgc0kd0rc", - "cAddress": "0x49D424510DCAeCb1D7e26214aC23D2528C67C54c", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qs2mu6pde3zu7kxccc0f5nve7vguhujap4z9xk", - "cAddress": "0xBECb518a60aEF9f23d44EAF8B268455CBf84B784", - "amount": "65000000000000n" - } - ], - "totalStakeAmount": "27828800001000000n", - "cChainAddress": "0x781deF0a0845ac75F10Bb65028EAFEb6E73eece8" - }, - { - "nodeId": "NodeID-LxpVHRQAYXPRf7q5oz1iT4N1z9XHz5rHU", - "bondingAddress": "flare13hfwcxp6ezyek0vcvy5lxf2jx229k6mpw6v4fz", - "selfBond": "29999900000000000n", - "ftsoAddress": "0xf26Be97eB0d7a9fBf8d67f813D3Be411445885ce", - "stakeEnd": 1741093213, - "pChainAddress": [ - "flare13hfwcxp6ezyek0vcvy5lxf2jx229k6mpw6v4fz" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Stakeway", - "BEB": "29999900000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "119186823487800000n", - "totalSelfBond": "29999900000000000n", - "delegators": [ - { - "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", - "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", - "amount": "50010000000000n" - }, - { - "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", - "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", - "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", - "amount": "900000000000000n" - }, - { - "pAddress": "flare1ph472gs98ffps5482zqteyx065qe8a9wjn2xlv", - "cAddress": "0x0eF4C65A4484B7af02A9f0032e6321811Ea24072", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1emay48fsya00n4mhdtk2xumv0rzugtfmv097yr", - "cAddress": "0xAfE914E3780d90e47082BE65E8bee7E6F4659d83", - "amount": "300000000000000n" - }, - { - "pAddress": "flare123l344hlugpg0r2ntdl6fn45qyp0f5m2xakc0r", - "cAddress": "0x4485B10aD3ff29066938922059c5CB1e5e8Ee8b6", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1qg4mn7335rcwwcd977k6ryd6rpq8f23rc5cwq7", - "cAddress": "0x8E49f1bA4fefb3a0CE0B89FF000b3d01d9076158", - "amount": "50887456250000000n" - }, - { - "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", - "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", - "amount": "1830974089000000n" - }, - { - "pAddress": "flare10z4pkvu0w0rq642pldhv8vfh8a8802ch35tg7p", - "cAddress": "0x72F1C8601C30C6f42CA8b0E85D1b2F87626A0deb", - "amount": "60410050148800000n" - }, - { - "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", - "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", - "amount": "3252783000000000n" - }, - { - "pAddress": "flare1qu7tn92afd2dmt2sy082z0uaq5350nfrc8chsk", - "cAddress": "0x6Cc6ff8C9f6254C2d78322A509e7763Dd1Bf77cc", - "amount": "1105550000000000n" - } - ], - "totalStakeAmount": "149186723487800000n", - "cChainAddress": "0xe2e529f3D651Ad039c80cABc6dA7Ed9426786089" - }, - { - "nodeId": "NodeID-3phxSiKoYMj1dNSJysZhHYQKUbLX786jy", - "bondingAddress": "flare1ysd4vw287u88nu0f0vh3zrxg4ett3ansnn0v8v", - "selfBond": "7000000000000000n", - "ftsoAddress": "0x9269fb79B098AB314de8A1E2AFb8705678520443", - "stakeEnd": 1744399249, - "pChainAddress": [ - "flare1ysd4vw287u88nu0f0vh3zrxg4ett3ansnn0v8v" - ], - "fee": 170000, - "uptimeEligible": true, - "ftsoName": "Aureus Ox", - "BEB": "7000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "1870000000000000n", - "normalDelegations": "40648375153657318n", - "totalSelfBond": "8870000000000000n", - "delegators": [ - { - "pAddress": "flare1rkp4dmm8sua35q4deza2w89tppka4u74a0e20g", - "cAddress": "0xca8F388b22433701BFcfF21e74495646Aa7f001F", - "amount": "279289011038000n" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", - "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", - "amount": "1136000000000000n" - }, - { - "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", - "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", - "amount": "506000000000000n" - }, - { - "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", - "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", - "amount": "50000500000000n" - }, - { - "pAddress": "flare168ewpaad5jevcgywsus2huzyd4ppmwugftpl48", - "cAddress": "0x3d21d038152C71BEaA1425fEA8EC17C83c7Aa13C", - "amount": "100050000000000n" - }, - { - "pAddress": "flare18seaveq7a06x7t3k7vfuzzuwz8pncx4dpkgj4y", - "cAddress": "0x41fEE376CeB3778c793477c6F5a250eC404F19BB", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1sm4kesu03etpr42rcc22ljxrxl3hvug9lxe6qk", - "cAddress": "0x0F93136dDb0B36b7C1B4201D2C6ED9E78e0d7D9c", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1q4cpyy75r6lvn7e200z8jkry40nalstztyrk6d", - "cAddress": "0xcC187c1AC17e360714E8a8066B03B7C16a59eD70", - "amount": "2000000000000000n" - }, - { - "pAddress": "flare15wf0285spm8x9g0hnxnhwnuc2zez7u3pzhctsg", - "cAddress": "0x5b61d4fa8D4a76B09D1Ae70E457141d71120F968", - "amount": "8000000000000000n" - }, - { - "pAddress": "flare1j9m9pgl03g7axu2u5awr27kq4h5d5crz66lp5q", - "cAddress": "0x3c7904F8C7b3cFc88509ee0F887919A9dfe8d649", - "amount": "1200000000000000n" - }, - { - "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", - "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1j7v4xf49ynhggaxxmzhzpwkvt8gdjr4c2ytvsz", - "cAddress": "0xfF26215FC65dAEC6B03ba42fbaAc85092B7f3559", - "amount": "279149996000000n" - }, - { - "pAddress": "flare1gygcfkxp6a5plljflyrv43aafhcgc374p7z972", - "cAddress": "0xAc97F9b50736eb5Ec19aECc9FB4095fB634967D3", - "amount": "159786054431000n" - }, - { - "pAddress": "flare1pkgawj8lsqsfnsmmm7d79naa4n3v0x2z5zfx3a", - "cAddress": "0x3bF7fb2D2bD036B47538C0B4ccB0ba64542Fa5A9", - "amount": "21221070630000000n" - }, - { - "pAddress": "flare1420rs2xkj9ghpp5zpa6rhfhl60j9s92n4j4es6", - "cAddress": "0xD05f1E87F5D0dAEc515B716C2d38527E8a023132", - "amount": "374986567684073n" - }, - { - "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", - "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", - "amount": "235000000000000n" - }, - { - "pAddress": "flare13y0kygxz4luu7wmxkpq8kfvayph7ta8s0lv0vu", - "cAddress": "0xcd17cB61daC93d3dc5596F4aDDE2Ea50Fa76626c", - "amount": "119920525045000n" - }, - { - "pAddress": "flare1ej02f65m34uastyly2dr3xd0xhshc6dph5kzxh", - "cAddress": "0x1E2Cd1f542c0099762cCe9FD905760D5a3993D35", - "amount": "176000000000000n" - }, - { - "pAddress": "flare1p3k4t6gne923hf33a3qut3wht2gan6ns08k4j5", - "cAddress": "0x7c3cCD055591f92C1E8dF0767aDce30b504dA12d", - "amount": "200000000000000n" - }, - { - "pAddress": "flare145a8rq6fxkhrggnmhh39csjy9uzxnnn72xy8kc", - "cAddress": "0x1aC6d149f76CA1C4f7A899465621286C37430D7F", - "amount": "163600000000000n" - }, - { - "pAddress": "flare1a06sztf08x57zg4g22qryr0r98tu9tkjd0eyfm", - "cAddress": "0x8374AB8d7406456abF882964ccfb0fEceb1064E8", - "amount": "1024600702432687n" - }, - { - "pAddress": "flare1suc7num8jfecr44qf0zrw5s5keze2mrmu5g45m", - "cAddress": "0x930577dB9Bff3689245B3A9D2B068C3749D96783", - "amount": "324040015878631n" - }, - { - "pAddress": "flare1frdxxndts2lkq4mkan46tg4trhgmg253utas3s", - "cAddress": "0x118645886cAB846eA00C04e28677eF6f10B8aF85", - "amount": "530843732701321n" - }, - { - "pAddress": "flare1s30t87gegalz9syr4589g700xx3cddca5hpjq2", - "cAddress": "0x75E1484739bA1210Bb4EFCA8e5e8E07BDB2d013E", - "amount": "311705000000000n" - }, - { - "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", - "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", - "amount": "435485000000000n" - }, - { - "pAddress": "flare1z4vw0jaehfzswjnnzafpah9krwegueyxum635w", - "cAddress": "0x27aD6D636ACAC9b3ADe2260d6b2C565841DBe1B5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", - "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1dt6rful7vgslxl4983fkzz5dcgaw5q2e95tajf", - "cAddress": "0x94CAcDda3C60e9c94B92E01Bcd33BA4989f74068", - "amount": "117396650720000n" - }, - { - "pAddress": "flare1uxmqs2ruk24s30g7xnzj057nlakgacqa6399cv", - "cAddress": "0x674d59B57B29efd6cE7F1E8a84550BEb8F14bB7F", - "amount": "53450767726606n" - } - ], - "totalStakeAmount": "64518375153657318n", - "cChainAddress": "0xB514d30ab6D6AaA7E71ED6bBA5C9Ed6d49F54973" - }, - { - "nodeId": "NodeID-Gy2c6Y1RNz2PZfAnTwHZMZ4RZ53nKPf1Q", - "bondingAddress": "flare1meeudwh8sudqr3pcxcr2q9lvexuhz7jvenjyf3", - "selfBond": "30000000000000000n", - "ftsoAddress": "0x50A1BCa4d5e91B3bcea7891742248F5BA5ACF0e5", - "stakeEnd": 1741163400, - "pChainAddress": [ - "flare1meeudwh8sudqr3pcxcr2q9lvexuhz7jvenjyf3" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Google Cloud", - "BEB": "30000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "51086581729240081n", - "totalSelfBond": "30000000000000000n", - "delegators": [ - { - "pAddress": "flare1l3r6c6wdg9v4et224twvqttv9klsks9h99ry5t", - "cAddress": "0x9215489d5103Dc1E3f3F75dedCeDa6d177916493", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1w7d8t8xwp2r7pmrms9v643zy9kal9x3nql5vrg", - "cAddress": "0x8c57B3d0F9313Afb3EDE06dFb0C3AdDfcBc27765", - "amount": "111100943423000n" - }, - { - "pAddress": "flare1elj8jm0sdtgj9e5lv9aaas5v6hmdqeyr6ermun", - "cAddress": "0x69FFF2BA938D791203EC341CFF4725A38D83B45A", - "amount": "171100000000000n" - }, - { - "pAddress": "flare15n400a6rnzpx2qsavte9yd59uwnj530jj6hj7m", - "cAddress": "0xbdf6A25d508eB1b5931fFD875E7C8589be41bab1", - "amount": "107534728104000n" - }, - { - "pAddress": "flare1m4gtp3690ercc0udgxsar2u8kqvhh6z9wckujx", - "cAddress": "0xa96480729D57867cF0FCeA0663b34b1B7c964c7a", - "amount": "117312090170000n" - }, - { - "pAddress": "flare1cnzsrxztzl6v0l9zl0xmr89canwrk62zuct26m", - "cAddress": "0x9a5f27CD3169BBA7AAEC562C35D25E920AB805cc", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", - "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1x9uh9r9ymrqvq8u86qfg72gld4q7qnxpe5ml8v", - "cAddress": "0x922Fc67FAeAAC3D8b78AA0834989eE84C0984D18", - "amount": "260749996000000n" - }, - { - "pAddress": "flare1cxv6sjud98eqq390r43xnezc9lsgddp399em58", - "cAddress": "0x3f35C211c60642F4Ab02493DA0a5abc2eF84d4b4", - "amount": "124198987000000n" - }, - { - "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", - "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1965tza4w39tcp9cadhnz3grk9t2stnthgvtvmn", - "cAddress": "0xD2548A968c6b1150919046f09FC785F1e917C5E2", - "amount": "50100000000000n" - }, - { - "pAddress": "flare1yeahnhlv2c49aklj3rrpj64gmj4ufq8q86c238", - "cAddress": "0x63F9F5fe08D708be0A42e4A615762a74bAeFD977", - "amount": "69369998000000n" - }, - { - "pAddress": "flare1sd9zjt24308luxp48d8gvk0l8678h4nlrxvlym", - "cAddress": "0xCB669A61FD0dae79cA09E029F927f3751154B89F", - "amount": "112344454862035n" - }, - { - "pAddress": "flare1jys0elcftgly90d64gfrmfu3s267xen898sfhx", - "cAddress": "0x582cD7fc91F89Ee889B5db96044Dcf44d4F57214", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1l843wf3ategl34m8uzvsk9sz5npswxf6ysqkzc", - "cAddress": "0xC4019E18D89D94bcAaCa46B601793316876D84c1", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1pr0lq5wvx844hjcq2j9pdn86saeeq0khqrfzqh", - "cAddress": "0xEf00c0312cf953D6B8978edE3Df96de2F3d9496A", - "amount": "150004000000000n" - }, - { - "pAddress": "flare1zpezjfhrdj85gvwxd6prm06l0ryu007mw84myn", - "cAddress": "0xA6A0744B81EeA46B2089dD8508266127A121Bf37", - "amount": "133959998000000n" - }, - { - "pAddress": "flare1ljwl0axln4fvre45ccx59697gqx5hcvjr3la78", - "cAddress": "0x1B26Ccf3bC57f947B82776dF549B159d9766A582", - "amount": "299999999000000n" - }, - { - "pAddress": "flare127yrkh9vcdg9gufqyanhfllvpctwutpxxkd5gw", - "cAddress": "0x0BB95a64AC985a371C8B02A1664E809009CA4ff7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1lgflct0rpmwap2q4llpemkm29nx3e82ujsty2z", - "cAddress": "0x58275F5790D59D230D2d719Af451Eb27a8FEd8Cb", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1yfaam49hg38telzzxh5g4923m0tv0xvspjjpfe", - "cAddress": "0xacEe9B03289125f8E05a6d6EeAC7EF4baa036C2D", - "amount": "54302995000000n" - }, - { - "pAddress": "flare1v7278lehvaa85qrwct53tp2v65fex9ps9nl38f", - "cAddress": "0xfDcdaa6938874fa5E80cf53f85BA1137B34E2F48", - "amount": "53900000000000n" - }, - { - "pAddress": "flare1dew8pwt80gmw85wzg7676vhgquljc2mfpuwrut", - "cAddress": "0x8805AFC0322B8993bF6AE704eE072AC409Ea83c3", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", - "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1exmphdsuf4jc4wtge4w5tvpcxxg072z8mfdxkk", - "cAddress": "0x393a912aB3c2Df78Fd4EF433772de1A2de49FdA2", - "amount": "149420000000000n" - }, - { - "pAddress": "flare1pj70npw534kpregfu0cqkuqs97tp9wmsf8n4kd", - "cAddress": "0x6E0007783d61552A1723d85146d5F385C90DF77A", - "amount": "126537062347000n" - }, - { - "pAddress": "flare1x2qcce2k5sdqxn8z85p9adhavez0f8t9n6paav", - "cAddress": "0x2a41DcD345917689d48D0c96B4081ca87432f5B0", - "amount": "750001997000000n" - }, - { - "pAddress": "flare1ll9wnzh08d3vcm6ldewg45k9rlx7lgah839uah", - "cAddress": "0xD42596655F2EcD0D96000F0b34648AADa1b9Eb62", - "amount": "50005000000000n" - }, - { - "pAddress": "flare1dk23g83z7uktc2ffj9fdkqyn4weec8c30tmt0t", - "cAddress": "0xB743129f28352fB1B41466CEd22d2b9d1C5074Af", - "amount": "622867057667000n" - }, - { - "pAddress": "flare17dystg3depxt8va46w0ex6f23az8s3922u576a", - "cAddress": "0x1a941120949C4BC2C6FF481589D09CeFe450D2E2", - "amount": "50090000000000n" - }, - { - "pAddress": "flare13d05j9szquqvsvdve52mtvqev68yjqd73q8087", - "cAddress": "0x8a5c11D11B59441645AE3C966aA33f3d084B9b13", - "amount": "53754593922000n" - }, - { - "pAddress": "flare1qtdj99kzjapkwnyufwqd9wppau02wfkhv73u56", - "cAddress": "0x2A8193cDb16168A6FE1EDa8510028B5011AFD125", - "amount": "425838008170000n" - }, - { - "pAddress": "flare1wk5kmefa2hkxn66xw0jam8se0s42vs2ft3qnn8", - "cAddress": "0xa6C132e0A0CE6F89184D1298b949D022c57E832e", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1xq4sv927ralnzt0qv6xwt0c2r8qqznfnnrlz62", - "cAddress": "0xe9CA822f35cbE366BB6a41Abc627051A7cbD3d7a", - "amount": "50060000000000n" - }, - { - "pAddress": "flare19mde554eegqqf6hku57r45v2xs62vfxyxdlsvf", - "cAddress": "0x187ABEB0A91F2DF8fb564B7682bC81c6e7c9e816", - "amount": "54673000000000n" - }, - { - "pAddress": "flare1jqd34y6ffdnngqt4q3xs4ujd0umt240teeczxm", - "cAddress": "0xD0506eeff769Cb90Fa0Ed1426d370e8eE874B80B", - "amount": "172432873145000n" - }, - { - "pAddress": "flare19zgdvzd5m9e7v9e326x44u95n8cs6j06fue2zv", - "cAddress": "0x355Ee7967Fd17C49db13f7953b03Ee61E52683fC", - "amount": "26787623720000000n" - }, - { - "pAddress": "flare1rxjzt8ldp2duawyg29ch3unrfjsm8x8hcglfle", - "cAddress": "0x0a626FA9c4294bC0886851e2Be26d180d5190589", - "amount": "782863717501844n" - }, - { - "pAddress": "flare1m009gat33x7ygwrxv4ywg0mhj3eu825wfsnn56", - "cAddress": "0xedc37a1b9e1DD4838A885C8049091f3eE27fE438", - "amount": "206846983217000n" - }, - { - "pAddress": "flare1fqwn9pmyglvyn7wrz6ylqtwyl6nth4zm2jx5n0", - "cAddress": "0xaf299FB4abaf440Be0eaC648bdC543B8d7BD1B5D", - "amount": "668095000000000n" - }, - { - "pAddress": "flare1ryk5wsrun7y55j0zpjq2rkhfdzeqjv0er78rhu", - "cAddress": "0xBF20C78Ba6232E5FCA267aE0eB8B183FaB4349b3", - "amount": "50000000000000n" - }, - { - "pAddress": "flare164gk7v9ksu52alkq9angj3mjd9jr6cpsqywtgx", - "cAddress": "0x80439104FDA7d222169E1BA1e19EdA00c3538DF3", - "amount": "499999939719000n" - }, - { - "pAddress": "flare1vhwlg6w38xyqqv3t2l22x24x6yg7lpgkr808v8", - "cAddress": "0xAF8DAD3C6c7E76Ce2Cf4280981a03106E9E22E14", - "amount": "59152859650000n" - }, - { - "pAddress": "flare1lq78nprmks0rtsytv62tl48qmqkukxnur743ak", - "cAddress": "0xeCe5556996E31724c89258af7C4Cd416e6EF1224", - "amount": "50000000000000n" - }, - { - "pAddress": "flare100qdqym6r3xfw8s0aprzmkwjs5pp4q5glly2uf", - "cAddress": "0xa50eE6aFb1E13664d620463cF21a2341220909FA", - "amount": "54999998000000n" - }, - { - "pAddress": "flare1cqmh7cvcdkqn57d2z2x7rsdm72en3wzq5ywvun", - "cAddress": "0xF24dCC07E25A9C043aCd72ceb288009011D4B772", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1nfxws2q7sqt7gtup30x0n6gd96ugvf74sgfu47", - "cAddress": "0xa12AA77DEE2c111f8d4AC412DFAbF13e4d7D9301", - "amount": "134973000000000n" - }, - { - "pAddress": "flare1sr566ycns5hx8vzg7l4e3arm25x084vr64e9ym", - "cAddress": "0xdFb0A6bd364AdE103836bA314A8885E3187dF1Ea", - "amount": "2409162000000000n" - }, - { - "pAddress": "flare1m9pd7qj3udeet37lv03n7en0hh5qf2ataak4lk", - "cAddress": "0xF4E003Ba5c8B0c906753B2FaFeA7a5B284Aa1432", - "amount": "150000053335429n" - }, - { - "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", - "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1zu3uwzmfs7nvewxx3tx5akvuj82c32zv8tj36y", - "cAddress": "0xaC9bf31222af51c58A0d788827E7C96f1ea7586f", - "amount": "2595697940145000n" - }, - { - "pAddress": "flare1sn32lnvy749lf6m67tgp2dtrgkfqaykhzya5xv", - "cAddress": "0xC4E2DAC4D245f17D5365fF3Ce92D494cA6442123", - "amount": "103099000000000n" - }, - { - "pAddress": "flare1zjwzn0wcr5hrhqwq29rl7ppxs6j03jc4hj5xk7", - "cAddress": "0x60F432c8Ad2800833c3840193d6ff5B62216B79b", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1a333x56t2xt79hyj3xxnxxenvs7s28eun600ca", - "cAddress": "0x4e9b898d461870d3921535aB6CA50C886fA95ffF", - "amount": "100099974000000n" - }, - { - "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", - "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", - "amount": "60010000000000n" - }, - { - "pAddress": "flare1vxj8293jhxu8zc9fplawewhn22l5rshe63j04h", - "cAddress": "0x9d4528c15fDADcE37aBe0Ee23e4EF4d259DEA8Be", - "amount": "110550969000000n" - }, - { - "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", - "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", - "amount": "1085000000000000n" - }, - { - "pAddress": "flare1qcf7uav7y2yvrmnwrplum6t6j3qlkphgw79wlh", - "cAddress": "0x3c7F6C9024559Fe880A9CFd7a04cfBe531d02D76", - "amount": "87669969000000n" - }, - { - "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", - "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", - "amount": "1700000000000000n" - }, - { - "pAddress": "flare15jsaesumaykmlv5wxf00xup9fvwlhwke4lc5r5", - "cAddress": "0x030BbF912a24adebdc4C98A9F8CfaA52A50ac9cf", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1605u72dd56lx8g87qtptm24kzwajhjh4yv07e7", - "cAddress": "0xF34c9c0C434D49B8c0F16892D17a10Be74d160f2", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1rf9q5h3cyfpdqdhg9hlddp67ulxhcms2kzptl2", - "cAddress": "0x91c3450B3fA4F41d24BF6Fa3DE57B66a15D2e9ab", - "amount": "262783203346000n" - }, - { - "pAddress": "flare1xd974yx3ejm5ywvw5vr8n75cklrndrl6vkxkdj", - "cAddress": "0xF9983928Ac334e9e8C48e7b507c1275CC388588e", - "amount": "151499979000000n" - }, - { - "pAddress": "flare1fcjkrdsrpannsuj2l9qx2gajrk5gpk6cve39x4", - "cAddress": "0x8e8079AB80E5775746B9286E37d20e203cdE96b2", - "amount": "399999997000000n" - }, - { - "pAddress": "flare1p3z7365q3tnsz6j87t09rrkl4nw8tnyc5m3trt", - "cAddress": "0x112B08Ad5dF8981d40FCCdc5e915c6B8e0099e11", - "amount": "113068099520000n" - }, - { - "pAddress": "flare1npj9uu4zs3zgct9w6v2ypk6c08fc3klw554ewu", - "cAddress": "0xe880676b5D1b309c04C9F7c272711DD58A065E59", - "amount": "294354971075547n" - }, - { - "pAddress": "flare173puz2gsdrf6h2648g79u0zac0c7nq479n80gj", - "cAddress": "0x4f50dB1Fc52552d4f90A4684650058a10d4A6bb3", - "amount": "1154084548441000n" - }, - { - "pAddress": "flare17gz9xejwpfpey9kn6u6dc9trxf00zynjd206n5", - "cAddress": "0xe85400dde555E98132aB02f2694f18a2667E86a0", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1n320vgssa9ngkczms0678ue6jn7unsurjt696l", - "cAddress": "0x851eDe2980B194130556aCAC61585785B46b84F2", - "amount": "50045000000000n" - }, - { - "pAddress": "flare1yfptz5mfvjmdt28h6lmz03hsv6eg89ph6ljkwl", - "cAddress": "0x7601cE118fcFAA001045B43cE3b9F0cBC0Ab4AfC", - "amount": "84862655266775n" - }, - { - "pAddress": "flare1ya0d5yeplvd8z0a6wn5q2nrvwv409avhhtpmfk", - "cAddress": "0x649dcDD05B0F84cc5A37e21802F562cAf7d80a8f", - "amount": "359229980000000n" - }, - { - "pAddress": "flare1d3u5w6r9y8gqm5cj04aqlglzq03wagfxh3yfjw", - "cAddress": "0x8B0aEb85fD4Ea3133497035bB741BaF85B1acDc4", - "amount": "56081130639400n" - }, - { - "pAddress": "flare1e5tg0gsj4wwglgqms2khr5jxsqpk4440wvlfjk", - "cAddress": "0x12783839025bFB8eB9e014a1859c09286e07B0bC", - "amount": "650018000000000n" - }, - { - "pAddress": "flare1pmplrx0a6fk36jqell7x24fmqpwg27qgvt6x6e", - "cAddress": "0x8A900c5DF2e0Adc40f8060cf11495A52a6a1Dc35", - "amount": "64000000000000n" - }, - { - "pAddress": "flare17aruz5sumh86x75nvf9gs0czhh37x9wma34k42", - "cAddress": "0x71fF589DB84B081184f43e6C9713839Ea7c848dE", - "amount": "111248998000000n" - }, - { - "pAddress": "flare1mt4ndqfutu8a6ka7q0cck04ywtfvufd4a87zkt", - "cAddress": "0x513CC17Bbe83ceA7995A651591618aA9d21172bE", - "amount": "100799650232051n" - }, - { - "pAddress": "flare19fyp4haflgjpjhg77e9z6vmttyjea6su2gdagg", - "cAddress": "0xb251d53F874297D314D2F25830E3690d60B5c89A", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1kvc0wz6hzgvur28hcfrd8aeqfvpy9zhehgzy9p", - "cAddress": "0xf6Ea7b1ABB950232c9C75bF472c9cB75f98988Dc", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1rh58hwn7sq8japygeqfts09d39l8kf8n85x3gq", - "cAddress": "0xA93b1B97137fCdF764aB896F10d1d4208fF26c5b", - "amount": "999999000000000n" - }, - { - "pAddress": "flare12dzx6atrmye8lhlcycjkucvxaucnrq2d4uvet3", - "cAddress": "0xC7CC78a1da4b3d313117f551FbeAad5527080920", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fnhd632rwtchlajhwa4ph9grk7ywfhel9jjuyg", - "cAddress": "0xACc8294e06d74C47CC9Fb5129070B4e2b8533E15", - "amount": "267001000000000n" - }, - { - "pAddress": "flare1acgrxppgw34uts4gjkse3wptgxmql8v5n7n24h", - "cAddress": "0x12736AC8D368412e912AC0A00330918B64D60058", - "amount": "52750000000000n" - }, - { - "pAddress": "flare13yy8gslt4s4az9733uywamc2m9ydpwvr9g855s", - "cAddress": "0xf3EC76BDA5103E5B433c87D2465B5B1204DcFCdB", - "amount": "857231990000000n" - }, - { - "pAddress": "flare1fjdktel83uawzhmggzwy588jxvn7sxzx542j5n", - "cAddress": "0xa7A315169127F3559293998b1e76F5d262fD7FF8", - "amount": "138578621341000n" - }, - { - "pAddress": "flare1s9gcf4596wscchs5dddcdqdpy20uh9eldgpc4c", - "cAddress": "0x51d548B9cF9e1b73045a3DcAc3336594226081A6", - "amount": "701442000000000n" - } - ], - "totalStakeAmount": "81086581729240081n", - "cChainAddress": "0x6DeDab21576e0Dd2963b21FB703B0Cfe022adE52" - }, - { - "nodeId": "NodeID-CoNH4gyEwB9gTrEmozwh14Zr8hs6wokRS", - "bondingAddress": "flare1shkl5wxpzmr75ax843cgzuy30xdq307j956lnk", - "selfBond": "12000000000000000n", - "ftsoAddress": "0xC522E6A633545872f1afc0cdD7b2D96d97E3dE67", - "stakeEnd": 1749315633, - "pChainAddress": [ - "flare1shkl5wxpzmr75ax843cgzuy30xdq307j956lnk" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "4DadsFTSO", - "BEB": "12000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "103360894962968344n", - "totalSelfBond": "12000000000000000n", - "delegators": [ - { - "pAddress": "flare147xns96xavm8kr0z49gt0ruul56wenz5rhrjx8", - "cAddress": "0x30339DFfD7953259e6Ae934c285F9d3179b110D6", - "amount": "1136938941000000n" - }, - { - "pAddress": "flare1aad26gwvkywvj0er92awtq8h8avurgqupxk3v4", - "cAddress": "0xB9aeb2315B33eC159403fe28181D29E5C95b8B19", - "amount": "50000000000000n" - }, - { - "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", - "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", - "amount": "333000000000000n" - }, - { - "pAddress": "flare1cy05z3heu5zj06dw9qcj2r3kzkesv07tx6uk0a", - "cAddress": "0x48Cfc30EB12cb87787b683a06fD54b2a5dd37F92", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "50002000000000n" - }, - { - "pAddress": "flare1zzhgvgtuqkaj9msdzhwc0p0z52tu5shfv2dve9", - "cAddress": "0x1101da007B4bD3ED52c69f896682FB263ABF925F", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1lpcac6lhks3y6a7xmnu6uvkq2yt6kxyjh45wpe", - "cAddress": "0xce35A74e1A118685727c567c83A76BC79368f5B3", - "amount": "200203000000000n" - }, - { - "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", - "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", - "amount": "227401971000000n" - }, - { - "pAddress": "flare134hyvs9ysvuftunnzgxy08sfeg0y0fc60qqqdr", - "cAddress": "0xBf04dDF5BbbAEc7268bb7A21a9217085C77F14CF", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ekvxkqaahneqar2ac49u8355f95y4rqdg398u8", - "cAddress": "0xE81A3441547e7E729dd5B4c377C95b2839d5aac9", - "amount": "150000009000000n" - }, - { - "pAddress": "flare1mgtycf569tn8wknqh7r8w3fa4ljhzjtjku3u6d", - "cAddress": "0x01b758b9dF1D1aC740a7AF3b7E264a2478a86465", - "amount": "65707123720000n" - }, - { - "pAddress": "flare1t667f2x549c9n93hp5kg8fazprx43n82wuvurg", - "cAddress": "0x081f710a52303E618cc57A603bBC721cAB51e500", - "amount": "275230087718000n" - }, - { - "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", - "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", - "amount": "167000000000000n" - }, - { - "pAddress": "flare1rt9jyt7ljhq4ktq79f5wasj6ex89c3rtty6ac6", - "cAddress": "0x3df8c0efb2592719283e52725564B22D3c2Dc93F", - "amount": "462744293212000n" - }, - { - "pAddress": "flare1mncjgamdgdzdg49vfr32mtkuy7rsywhk92ne48", - "cAddress": "0x3Cca008b4C57a5C2A79Ee8fE11Cf9D67dB0A3f79", - "amount": "49999999104008344n" - }, - { - "pAddress": "flare1halkgye84efwhqypkyg8gjmhckt4pf73zcvc5h", - "cAddress": "0x5d870F4124bD2a71E4dDA3b00B20BAd5a208129c", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1q707px20wmn5vev3gwqtaelhmc04yaew7q4qqz", - "cAddress": "0x5826d68503efd81aCf7F2Be8163795CDbb37F7E0", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1pj5jlnpvuj5dzcm5j59nyfnkcz66dtnfmm4sy9", - "cAddress": "0xD8359A3457D16924D77f7D3F2F9ae28D78fe7D99", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17y342654g0p868jg6cxgswhe4m2y7jrdgr0m0p", - "cAddress": "0x2Ac444C779f564d5c2445e1C37B7d20935bd1b59", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1vv5898pn8n90adxkm9qwjvm9g3psr7dyps5l2p", - "cAddress": "0xdC45dD634701A412FFAC1018D2a82023D11E6ac1", - "amount": "287939852854000n" - }, - { - "pAddress": "flare1xxue0t66ufy0er52kt326dpkpa3rfuum9v4mf7", - "cAddress": "0x6BeBb9cc0Cf96b9B93Cf4A89419f960BdD985654", - "amount": "50000996000000n" - }, - { - "pAddress": "flare15hwddhslgkdr6z37n8zxqvw9srql7mk35ll8js", - "cAddress": "0x8e49DF54576f8F689D73b3140E495fE32d08E928", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qlycv9w0pnxayl7wwcwj9v28yyvsmasjxnxtju", - "cAddress": "0x304B0EA7D15D03963696ED9F0520ba0175d61E18", - "amount": "3505999987000000n" - }, - { - "pAddress": "flare1mycnsrywulp57yjq22pkwxu49xaj9saeg5ff2f", - "cAddress": "0x98911994367C0A3301B27B76E7EF0fFa44503F11", - "amount": "100536000000000n" - }, - { - "pAddress": "flare1gunngcnx5lvd5mnkymld8httvaf5zpdyvawkf7", - "cAddress": "0x5F94B4133422EB0C4d8a7fA59a94Ae86396C39Bd", - "amount": "84664482320000n" - }, - { - "pAddress": "flare1h9ugdaut9l2zjv59ugvgnpfun4lv7d294yg7z7", - "cAddress": "0x3D1dFF3B8da23193F8D1305F3Fb0B979e9D2F623", - "amount": "359980998000000n" - }, - { - "pAddress": "flare15ag67jya49cquxhr3gj5jpddkwlcvp9usrg0fp", - "cAddress": "0xF8fCAcc43b7d0173A96Bc617c06805ac5C92A958", - "amount": "15672928000000000n" - }, - { - "pAddress": "flare1mnxcmw60vjvf2x799kjdy00k2634czvj503h86", - "cAddress": "0xfF0aCE724184414B8A4D05eeA38cB4262B0f4D6C", - "amount": "19682693000000000n" - }, - { - "pAddress": "flare1dnwh20dn4d7ax6rh9dw4x82vhxtp0tr325nqmm", - "cAddress": "0x64243639FDDdCde1bcE555618A4528b8ea3505C1", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1869mstqt83reyerlhg5r9ph2scw5pa5mqrth65", - "cAddress": "0xd12C7Dd0D81Ef4Fb96390415599b454ed9A0Ea7C", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1wu6jhyxvekzkh3pj4ktqzp3u4ckx6q59t28f3n", - "cAddress": "0xdb14E2B1715446384459547DcA3da473ABe2079B", - "amount": "3000000000000000n" - }, - { - "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", - "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", - "amount": "435485000000000n" - }, - { - "pAddress": "flare1cqf03mjg7ke89td52m5mfza7qel73g3nclsl39", - "cAddress": "0x6173310426c05c2fEB3543b663Bc61A11c9ae8bd", - "amount": "1511507000000000n" - }, - { - "pAddress": "flare1flr34g00tx27saed7t26p20dfkyxk720je64ud", - "cAddress": "0x04CF8ca73a49A9921FbB0132Ec6d7b0b966A57b5", - "amount": "949999999000000n" - }, - { - "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", - "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", - "amount": "1977351118136000n" - }, - { - "pAddress": "flare16ss9e4xdx8nz8hkwxl3lyw5xx92dx55dvftm0j", - "cAddress": "0x90273e75D420fBd5E106905Cc483E0F3b69C6C6c", - "amount": "1023582000000000n" - } - ], - "totalStakeAmount": "130360894962968344n", - "cChainAddress": "0x14D781a056283CB79ef249ad63Cf5a2442EB1430" - }, - { - "nodeId": "NodeID-AFor3TgDtzsV8kK8sjqkneuUKpv8tbNwM", - "bondingAddress": "flare19fmukug4wefeyf77qdz73eckvdnzq588qaeju2", - "selfBond": "13333334000000000n", - "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", - "stakeEnd": 1748779200, - "pChainAddress": [ - "flare19fmukug4wefeyf77qdz73eckvdnzq588qaeju2" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "AFOracle", - "BEB": "13333334000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "25845059768577207n", - "totalSelfBond": "13333334000000000n", - "delegators": [ - { - "pAddress": "flare15c062x5rgyyrgkzv3wqakdkw6wpnuzn8s4f3kz", - "cAddress": "0xD8a30F894FD8c8Dd5FB47a44966A918FDD8A6f1A", - "amount": "2000000000000000n" - }, - { - "pAddress": "flare17ytsqa28gzkk80dn54y8sz74a5tfxhraex47e6", - "cAddress": "0x78Cac9021D86c3D5BcAF0C407664E27Eb56040A6", - "amount": "1994207000000000n" - }, - { - "pAddress": "flare1j23ggez8yhfyq4muucaycw3lftlq73vatgpshe", - "cAddress": "0x308c271feB0FA3E4F5E9d5e5c9daC8f3194460b5", - "amount": "750000000000000n" - }, - { - "pAddress": "flare1tr0p9xq8cgsfflhzpqr77sz8mkqw6wrvac6p7y", - "cAddress": "0xf3221526Fb23f73F3d002778CD888AE873a85C0c", - "amount": "407902438577207n" - }, - { - "pAddress": "flare14cyrctgqy5jjjjzrsgcqapnjt5t0yencpl90gr", - "cAddress": "0x4CBC289fb8946D1684709113416Ccb26623Cf470", - "amount": "20692950330000000n" - } - ], - "totalStakeAmount": "39178393768577207n", - "cChainAddress": "0x90D38ffe3D03cC6AaeF01Bf039d7f936cBdD5109" - }, - { - "nodeId": "NodeID-AFor4y2SR55vTb8wtqrJ1gkxPiwdzFTEE", - "bondingAddress": "flare18565qkzyd7ma0qey6nur27qe4sdr6a7ned7um9", - "selfBond": "13333334000000000n", - "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", - "stakeEnd": 1746100800, - "pChainAddress": [ - "flare18565qkzyd7ma0qey6nur27qe4sdr6a7ned7um9" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "AFOracle", - "BEB": "13333334000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "143075586290785524n", - "totalSelfBond": "13333334000000000n", - "delegators": [ - { - "pAddress": "flare1meu3qaghkjq2zj6cxnjz3mvn0dar0u2n03nrp4", - "cAddress": "0x1D4C7C59B5a6a876B0a495c7166CE5c811a7332d", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1xxcqz5k8fezlm8tce2ws9tqs23f0u23d49q62r", - "cAddress": "0xe1d57b826Af6D5529A7e50CF07D9Ec28fB53a3C3", - "amount": "100000000000000000n" - }, - { - "pAddress": "flare1nj23pp87amxjrlk2sfkefafkr0tszh4r807rgu", - "cAddress": "0x9cB8008958407C161E57c701a2a852d3D4C8d355", - "amount": "26589899180000000n" - }, - { - "pAddress": "flare1stkjf7mtmqdt0hk2a56sz5swn4hqse4lhzhdj5", - "cAddress": "0xABe0Faf2EB82a9cFc01633F4178A056Ae5C29067", - "amount": "16070525104262552n" - }, - { - "pAddress": "flare1r88yreet3tgn4zthn8qct98gtwehhtr8kpnrjr", - "cAddress": "0x2d41bb357c5A997960D4E58F5C79D2DFEDf8a93C", - "amount": "250929006522972n" - }, - { - "pAddress": "flare1uzuvpq4jx3wcyrkjuf8sa0q8rwysppzeca0lju", - "cAddress": "0x186206B8dB235DAFf7F05F7F427066EC7F186c90", - "amount": "114233000000000n" - } - ], - "totalStakeAmount": "156408920290785524n", - "cChainAddress": "0x625d748e319326f8e0d466fF86923C794CEb90c1" - }, - { - "nodeId": "NodeID-DcUJTi6u5Xoutgr1A25iMu4Rp5JEbsEqr", - "bondingAddress": "flare1h5pjqy7skze3urx0x5mj2595z8q4l4hfej8xeh", - "selfBond": "4000000000000000n", - "ftsoAddress": "0xD1eDC6Dd3Ba8b0881A44002Ac501a69E924b8F00", - "stakeEnd": 1739127642, - "pChainAddress": [ - "flare1h5pjqy7skze3urx0x5mj2595z8q4l4hfej8xeh" - ], - "fee": 120000, - "uptimeEligible": true, - "ftsoName": "Aimlezz", - "BEB": "4000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "0n", - "totalSelfBond": "4000000000000000n", - "delegators": [], - "totalStakeAmount": "19000000000000000n", - "cChainAddress": "0x7A757589e26a495e5C535dE440A01cf009bCEcDe" - }, - { - "nodeId": "NodeID-JF4XWnC9PjZVXQuqLcpQvxztdMez3CpkR", - "bondingAddress": "flare1jydtvp2t78fue2cjn4d65gmwj8j52mekfwgfa2", - "selfBond": "3000000000000000n", - "ftsoAddress": "0xC8c1F188a891b8627e2cBcdc8a67A2Ed01aB8f10", - "stakeEnd": 1739224206, - "pChainAddress": [ - "flare1jydtvp2t78fue2cjn4d65gmwj8j52mekfwgfa2" - ], - "fee": 180000, - "uptimeEligible": true, - "ftsoName": "Tailwind FTSO", - "BEB": "3000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "938135527156000n", - "totalSelfBond": "3000000000000000n", - "delegators": [ - { - "pAddress": "flare1klhekfvtcaseue3rg0y4wh470p08m8xpq58lqf", - "cAddress": "0x49E381A012b6249B5955102f762b5476A211d25f", - "amount": "88135527156000n" - }, - { - "pAddress": "flare1nq5fh5c53fpprrrst706vdjkuzq49s600q3rrs", - "cAddress": "0x8e5D34F6C5a44aa1cFDD47efBBfe8c877839f3CC", - "amount": "800000000000000n" - }, - { - "pAddress": "flare1l2aq4rm257gre8lakvmfc3xr2ylk2k264asghx", - "cAddress": "0x118F9A9cdD8FE49e8185FeA852046DB9B43005ea", - "amount": "50000000000000n" - } - ], - "totalStakeAmount": "18938135527156000n", - "cChainAddress": "0x40b40bb3561A027c00e8D0d078723186137f259b" - }, - { - "nodeId": "NodeID-9so5xxbAxuoqz5MANESDbLEQKetKP7AiW", - "bondingAddress": "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt", - "selfBond": "12000000000000000n", - "ftsoAddress": "0x00c0fFEf480E392f5Fe7af592214855Ff872fa80", - "stakeEnd": 1741597206, - "pChainAddress": [ - "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "NORTSO", - "BEB": "12000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "133431308556278993n", - "totalSelfBond": "12000000000000000n", - "delegators": [ - { - "pAddress": "flare166qu6093h0tyuxcpqgyzu2uwn8w2400nrju4le", - "cAddress": "0xc9F314887750169424bd78770ccfd5AAC87A4b5F", - "amount": "106000000000000000n" - }, - { - "pAddress": "flare1ns97d9pqsqe928yegxvug8nn29plrzzpgujvv9", - "cAddress": "0xE366b667cFF9f389403dec51F179B0566C650E0d", - "amount": "400000000000000n" - }, - { - "pAddress": "flare1pkgawj8lsqsfnsmmm7d79naa4n3v0x2z5zfx3a", - "cAddress": "0x3bF7fb2D2bD036B47538C0B4ccB0ba64542Fa5A9", - "amount": "22250761000000000n" - }, - { - "pAddress": "flare1zwhsscjc8ydvv5yhlrz4rvhvwutr0st9d7jhfc", - "cAddress": "0xb13f9a18EdF6b5967f1bE73f96995C9C7fFd0E5c", - "amount": "81051000000000n" - }, - { - "pAddress": "flare18usylrnsan4nkqhv32f0yah5k0jl29ntvcyq90", - "cAddress": "0xf483DAA945205c0Ec8D1AD5bbF6d4A034665CBdB", - "amount": "117154037987381n" - }, - { - "pAddress": "flare1z2nh3pzw7r3w9s7yc02s6a4uhqp4xv2znpue5u", - "cAddress": "0xF8922eB3a6f85002b90c4f5A98Cc05099BD60a26", - "amount": "2624917826255656n" - }, - { - "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", - "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", - "amount": "698295692035956n" - }, - { - "pAddress": "flare1qpj2t6uerlpmfrmvyawdget0nqzats7d639k7h", - "cAddress": "0x4F157eEB62c1c40a8A6669862Fda3AbF58Ee46b0", - "amount": "576610000000000n" - }, - { - "pAddress": "flare1utqwj7gzsrtsyjgx0sfkhfcqmt82ej5z3udl0c", - "cAddress": "0x79CC08F995fA0e655fC3fB2f803174bf8F53bdAF", - "amount": "682519000000000n" - } - ], - "totalStakeAmount": "160431308556278993n", - "cChainAddress": "0x5406C889F64c0191C26D2774F3F4992d042E4f6A" - }, - { - "nodeId": "NodeID-7joNh7X4xsHBSXCpLQig22nSqU6xp41k8", - "bondingAddress": "flare1yy8k3ejh39de9qr6kfygsccuv6esfpqmk6xysd", - "selfBond": "8730800000000000n", - "ftsoAddress": "0xCaA49C97318b6Bb62b7F9241891D70F87FC05D35", - "stakeEnd": 1739244632, - "pChainAddress": [ - "flare1yy8k3ejh39de9qr6kfygsccuv6esfpqmk6xysd" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "DataVector", - "BEB": "8730800000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "11972633223124166n", - "totalSelfBond": "8730800000000000n", - "delegators": [ - { - "pAddress": "flare1apxf76h5nuagd9c3kd587eqk5svecyzmsaayq0", - "cAddress": "0x3F37eca2D25c2b513E6cbcAe79b079E6fD47b951", - "amount": "401317110000000n" - }, - { - "pAddress": "flare1y0a98wuapegnkaz8wnuv8e9sgf9436vmdjg258", - "cAddress": "0x25De42b15a2Bb43f96B88ae7899D78C469D24891", - "amount": "74015000000000n" - }, - { - "pAddress": "flare162r0fuqzmxj9wsacjm9fa27q37ftd38yuud5gr", - "cAddress": "0xCdf75862Aa6D3e39cc1fcA149b18899b5366Acd6", - "amount": "1280000000000000n" - }, - { - "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", - "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1adp0xfalw30xur52h8rgch5pa9jxvney87y38k", - "cAddress": "0xDAF1DBE2f0B63050a21f8D1A7D2f34840c44C303", - "amount": "778022981824304n" - }, - { - "pAddress": "flare12x5c925zp2xer5jel8xlpy5sg4npc7lzknnj43", - "cAddress": "0x1023993e27375b5a86C7C8Fd1aF1E00975BC1ADC", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1waj2pdsp2z56gexk0wjscq9t3umjm2u8flmrya", - "cAddress": "0xCF5aa529e6333B280ce71127713eEBFEaADFF282", - "amount": "51221988000000n" - }, - { - "pAddress": "flare1p0ndqvp45wsxvjudvu3hxjrk4zey4sk6kt4wu9", - "cAddress": "0xb56176f0D7fddc8246d2117f65E5D7371f7BF4cF", - "amount": "57986766098000n" - }, - { - "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", - "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", - "amount": "900000000000000n" - }, - { - "pAddress": "flare1nqs54shg6p6rhgvrgz63mnf44zqe690gxy5jta", - "cAddress": "0x033d8e968e081d089880c26CEae5a07Fcb06Dff8", - "amount": "2854444992000000n" - }, - { - "pAddress": "flare1lxal68k3vy776cl3l0uwmgd3u4dg20e6chtg54", - "cAddress": "0x40ada26B347d9cc25Af9C41a85BEEa2664D5BA73", - "amount": "116999987000000n" - }, - { - "pAddress": "flare198mlse6r8x39s987mzvjw5pgmnxjtw2mzv9g4q", - "cAddress": "0xECD3ba1B00fab097a4D4E577cD7CcB8e3C32295f", - "amount": "336689982000000n" - }, - { - "pAddress": "flare1956v6w53qkr7cxaz4fmcnjd3m6p7q0u3lyf6tk", - "cAddress": "0x6E5E312086CfeA6adF6561C9399Ee22c901bADd0", - "amount": "207186376162862n" - }, - { - "pAddress": "flare1cgt092c26kfqnlu56xf9dngp2de78h8f0rqj4w", - "cAddress": "0x6fE52F00Ccbbd5DEf586fdFa9588D9e4701a067F", - "amount": "51899996000000n" - }, - { - "pAddress": "flare15mw52p02ru3kndt2spg7ts4w4gsj9qaautydys", - "cAddress": "0x04dE9F11549c06a849713CC7E94B3062fCb427B6", - "amount": "346872386203000n" - }, - { - "pAddress": "flare192s0w06kwjlhfqufm98e6nmr5n9rj4fjde87h9", - "cAddress": "0xb88D306A514dbAE3fB293Cfc3a6B081FFE2B09b9", - "amount": "60901000000000n" - }, - { - "pAddress": "flare1pt60l62km6wryhgzmdgzy8j7rvyj9wte4ayktn", - "cAddress": "0x09fEcA812F9DB6ECc6cB91C0a753A64A127E2Eb8", - "amount": "54006445836000n" - }, - { - "pAddress": "flare189nezdjfhsn2qm7q6rwnrg93lsv4ggc5v0w8vh", - "cAddress": "0xF4E1E0c6f42b4fc7747556A5f07e38b58Ac6070f", - "amount": "63420998000000n" - }, - { - "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", - "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", - "amount": "360000000000000n" - }, - { - "pAddress": "flare1pq6z7jhavz8fs39jw22dscnsw273mjxuy6qas2", - "cAddress": "0x8a31959A732e009cAF2F504c1937043a646c38b4", - "amount": "2566745000000000n" - }, - { - "pAddress": "flare10yljv356a3zj8c4a3nctvx32xe7kjasyte0gfu", - "cAddress": "0x8d17Aa0eCe992dF87F10DACa223AF0CB5834d188", - "amount": "142424250000000n" - }, - { - "pAddress": "flare1x84956nvkayu5j5hczj5smleqh365x4pty6q6t", - "cAddress": "0xd4e1383cBa0ef905a35cCbb3E42f0B1E61a0B458", - "amount": "173270000000000n" - }, - { - "pAddress": "flare17u6a5z4eaad8u9lne8n697lqy7ftsftt5wqaz4", - "cAddress": "0x5D1470ddE778504199b9440e14A59b0180496002", - "amount": "68999998000000n" - }, - { - "pAddress": "flare1yfhwhndqn7dan5wgamd7lsaqh436kk3vh7peva", - "cAddress": "0x8cE5c5188449552133Eb48C3b43c977eD2ca12a5", - "amount": "50000000000000n" - }, - { - "pAddress": "flare10c3nsz8874x35zvuvg50rc0rexmer40ht5c7rl", - "cAddress": "0x1C544dBD208E17Ab18D26CdB8BbdB7928c16f2ce", - "amount": "73207966000000n" - }, - { - "pAddress": "flare1n59cynmjg8zdxsg7pp7tez9s45zw8st5nm5ky2", - "cAddress": "0x6Afa7820c9a9eC8B2Ebd27Bb54217862F6d59a21", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qtx7ecax6ssdfxhqn5x9h5tnnmsczeqlw83wmu", - "cAddress": "0x6D537DABa0420FC2193B32D00C1d64c012c98f30", - "amount": "403000000000000n" - } - ], - "totalStakeAmount": "35703433223124166n", - "cChainAddress": "0x82ebF2f88E70f74B9943E4b6510225d0102589dC" - }, - { - "nodeId": "NodeID-4hyFQEeDqpG9yyEnafTwqQQTTFex32KG2", - "bondingAddress": "flare1ewq55d8gwfd7dy06fe9wu34ge8dklhljk65dhx", - "selfBond": "8000000000000000n", - "ftsoAddress": "0xF0F095bbd5e2E33e9c1703cdEDd0015280406E90", - "stakeEnd": 1744459225, - "pChainAddress": [ - "flare1ewq55d8gwfd7dy06fe9wu34ge8dklhljk65dhx" - ], - "fee": 180000, - "uptimeEligible": true, - "ftsoName": "Flare Oracle", - "BEB": "8000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "2000000000000000n", - "normalDelegations": "10391564463210830n", - "totalSelfBond": "10000000000000000n", - "delegators": [ - { - "pAddress": "flare1ekrj7y89pzf25rs2lqmv2uysehdnw3xz3pukjf", - "cAddress": "0xBBc4B3f0acdB5af3444559Ed915Dfd8355687591", - "amount": "60499994000000n" - }, - { - "pAddress": "flare1pr0lq5wvx844hjcq2j9pdn86saeeq0khqrfzqh", - "cAddress": "0xEf00c0312cf953D6B8978edE3Df96de2F3d9496A", - "amount": "100000000000000n" - }, - { - "pAddress": "flare13vj4lvwqewrlrnmvjd90vvvwus2ud57mkzc57k", - "cAddress": "0x1fA764aFb89C4eD8F0D04Ec74C4ea227621f3Fcf", - "amount": "100000000000000n" - }, - { - "pAddress": "flare16hstm7w8yckew4ayxezwgeh02lqyhsk66vf3tp", - "cAddress": "0xD5f689d7f3FEe8ecB3cb48E6E716EF670e495a6B", - "amount": "305492990000000n" - }, - { - "pAddress": "flare1yvu0k6zk9yefpdllmlfya8je8ch23flz2jsyuu", - "cAddress": "0x99Ef53E33112abEd7e2fbF4B9B00440aF75Bf0FA", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ez7au47gqvkge6tcq4xsxv92nja8t76tzhryt4", - "cAddress": "0x5801D09a05209e034E39b5134251fe3736e77D61", - "amount": "5329250680000000n" - }, - { - "pAddress": "flare1zu97kj9dwyecs4x73l52mc37k4frmgtngwgg9s", - "cAddress": "0xD19d14e09bDC975C5DEa2332dDb411dC372B9224", - "amount": "148414299498000n" - }, - { - "pAddress": "flare1wv6jn3wq2u9kzd2zpctemf05juefx9wzq5rvjr", - "cAddress": "0x164C935302e700eA04485B2A43184Da514f91635", - "amount": "598000000000000n" - }, - { - "pAddress": "flare1ll5dqx064zkv62exm95eawzg25g57fs989e76e", - "cAddress": "0xdd41AA6aE91EA1f4e1917585C89870D85c17c9f7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1hdx6ecym3pkpxkckm8x2zstyzf3cefyrqjtjkz", - "cAddress": "0xf9aB95086A530f5F732A2e82C833fE47195a793d", - "amount": "156004754024000n" - }, - { - "pAddress": "flare1z5zyndx25kelz0jhvc5q40f74eyquwynzq5ra5", - "cAddress": "0xB09f0896DAd6A2f39A8D76878daE5DeE700E46A7", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", - "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", - "amount": "113900000000000n" - }, - { - "pAddress": "flare1mrwsh9g84rjvtzx5pmq46d6nf5wfe8jp9yy2p2", - "cAddress": "0x894Ba3c2f5305601B0C253b4fA5ad1E6Ab9ed9B7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare10gqst4a4mr7taf9zq5vhs4dsrdua2y2wu7e8rf", - "cAddress": "0x3aFcd19383baeDD8010d3F3F0006C03C069072B3", - "amount": "750810328599604n" - }, - { - "pAddress": "flare1cadgm0gxd0dl3js4g2u79uepu5j4dwd3lqrcjq", - "cAddress": "0xBb6056EC703395F3d884aEa64F2Aa20F6910B8dE", - "amount": "52485237675543n" - }, - { - "pAddress": "flare1yt08kkertvjcwfftxtgkeeaxc8lhs8xud53xra", - "cAddress": "0x9C95c6B14eBE4549379C938D9F3eeA9Fe7D26784", - "amount": "329100000000000n" - }, - { - "pAddress": "flare1p7nk4phrzp7z53hqa3rv9yq8r72kc4sq4dmld8", - "cAddress": "0x7D86518DB76Fa124c72D260522F39BBFD9677a00", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", - "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", - "amount": "435484000000000n" - }, - { - "pAddress": "flare123320nw7y2gvdjm4vq0grufczmwk4cjel9pj2k", - "cAddress": "0x2531E6220E411213c08cd91e08Eb3eBaaa23EbEE", - "amount": "355660000000000n" - }, - { - "pAddress": "flare1kvc0wz6hzgvur28hcfrd8aeqfvpy9zhehgzy9p", - "cAddress": "0xf6Ea7b1ABB950232c9C75bF472c9cB75f98988Dc", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1834qzvmuayrjm2d0tu4dmnxfv8ge5ayr8xvtwu", - "cAddress": "0xe1b658c58Ad1Cb40C17F06434AA57b7107BCe880", - "amount": "63061263413683n" - }, - { - "pAddress": "flare195qukaw5gvv23rcwe2ugrfzn7wvrs7ac6dutr3", - "cAddress": "0x733dF11080fa72572FdCd3C7d2F3dB59FE9315de", - "amount": "799200966000000n" - }, - { - "pAddress": "flare1tegl864s5ay8zz7h4zf0mhs8fk3rvn2lkk567g", - "cAddress": "0x508e7b989Fd886A2ea2e72842C4EbB22488577c0", - "amount": "199999995000000n" - }, - { - "pAddress": "flare1d7z4320qzj6ar0x65e97tcv9prjqc595ny96ed", - "cAddress": "0x24472d6ae74eF4488E4A239843673Ba25AA3D799", - "amount": "60499983000000n" - }, - { - "pAddress": "flare10t6uwzaxcws9tn5xnedtawuxpmxacfxqhnj2zf", - "cAddress": "0x726aC935c5e5f603ed9eB09034Ea2601732Bc97e", - "amount": "83699972000000n" - } - ], - "totalStakeAmount": "20391564463210830n", - "cChainAddress": "0x4EEE5c3d3De96418BeF8f4dAFAF24bE5bDe24dA2" - }, - { - "nodeId": "NodeID-DAVrAR2VCxe7rnmkDaVUbW8jWd9b86cS", - "bondingAddress": "flare1jllppy0yxf2m7dwfsrzqmwql2zq4vnwkjrwtal", - "selfBond": "12500000000000000n", - "ftsoAddress": "0x9b42B895D2A10D048eaf4996fDf93aEBf59167BF", - "stakeEnd": 1747047608, - "pChainAddress": [ - "flare1jllppy0yxf2m7dwfsrzqmwql2zq4vnwkjrwtal" - ], - "fee": 120000, - "uptimeEligible": true, - "ftsoName": "Envision", - "BEB": "12500000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "159889710339268051n", - "totalSelfBond": "12500000000000000n", - "delegators": [ - { - "pAddress": "flare1gpg9mma7hpuwf7sm5xqphzr3pfj9ss6uqs6htd", - "cAddress": "0x260143a2bFEA41480Fe7FDB446B90cAB73Cb2657", - "amount": "93540488000000n" - }, - { - "pAddress": "flare1vxsy2wcatnsepxp05snzjrgzwsmmusetuf937c", - "cAddress": "0xff71960A8a2597fbD18F81A79D5171CBf27C5665", - "amount": "64600000000000000n" - }, - { - "pAddress": "flare1ylc20p92tns0sw9tkv95pkt7ca457jsf330m7r", - "cAddress": "0x02FB7BBD8E697032d292068aD3eaCC0CF16666eA", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1n6vq2hxa2rznqx25lnplgle75xgzca6hgnvvv4", - "cAddress": "0xd964dc92BDeFc67953F2252f4B2e9f265BB32291", - "amount": "51833000000000n" - }, - { - "pAddress": "flare1g0amzf5z7s0xzdyfjc3gmky0dfv57akhfuxrek", - "cAddress": "0x5F158D7c93A33216d7C22797D2837C3a32863589", - "amount": "84691986000000n" - }, - { - "pAddress": "flare1v3klq5h3r3lng0udxfcuw8lcjmrtpwlgmetyvv", - "cAddress": "0xc506a2E354BC10649907a2086dAE2BEED3E760fE", - "amount": "22000000000000000n" - }, - { - "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", - "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", - "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", - "amount": "134000000000000n" - }, - { - "pAddress": "flare1dn8qvdw87sq4esrxgqh5mhrlujv8cf5qa92q2s", - "cAddress": "0x973B2A256e7D81F321a4Cc0268f6167b598635fB", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", - "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", - "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", - "amount": "3000000000000000n" - }, - { - "pAddress": "flare1qzlq0pgvzguqldghq7r240a0zg7zeu7ylmxnx5", - "cAddress": "0x09cf3a6Fed3fF49cf65b616EB7C2F90866e4250F", - "amount": "345219974000000n" - }, - { - "pAddress": "flare1tqxxyx0s52swyygq8wh6cjsf69ve4mzq80hy8h", - "cAddress": "0xF5f79d51B524Ae687D0ED18AcfCFfe0A5b939Fba", - "amount": "54000000000000n" - }, - { - "pAddress": "flare1hg9fpuw68pqq2e3gkvdmmyptea5l9gf4ye6gq2", - "cAddress": "0x63b280a8bB0ADC0002E479d91A174EEB7c6f3793", - "amount": "192210000000000n" - }, - { - "pAddress": "flare1lwuc24fnwy03hqd2s9fexrjgl7nk0rv9p9unh3", - "cAddress": "0x4Cb376aDA943fB8cb57292afC72e8C6297A0Ee91", - "amount": "115000992000000n" - }, - { - "pAddress": "flare1t2zf6d2zke28jyc009qlaglk7gd05tg9ephp59", - "cAddress": "0x73d1fD16B25fB6Bd3931486B710A8a56d5AFF429", - "amount": "60000000000000n" - }, - { - "pAddress": "flare12pe3vf3c8mafzt356p8r332fhsg70h9u9z2p3q", - "cAddress": "0x058fcDFb70db04AfbDA6E89A5aBC8edDC1B67964", - "amount": "110375000000000n" - }, - { - "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", - "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", - "amount": "163825994000000n" - }, - { - "pAddress": "flare125dnh60esekthjntjg68a0cnaw98nyacj5n8xp", - "cAddress": "0xd06C25a5f987BFA359B4DCC8b8c051e5d428DF42", - "amount": "169105854026000n" - }, - { - "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", - "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", - "amount": "2217829053242051n" - }, - { - "pAddress": "flare13uck62nhj35awdmz2g6m9a2q5wk3dqekrd38g2", - "cAddress": "0x4e0754c3d478074a8Cc0f59A6052Ef51563a35fB", - "amount": "3404309000000000n" - }, - { - "pAddress": "flare1hzluua2hgqfjwpp63f88ktjhuxjw6kfjtu3940", - "cAddress": "0x4E446ab0c5c064639EA03130A65357094cbBfaC0", - "amount": "1846000000000000n" - }, - { - "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", - "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", - "amount": "60515658000000000n" - }, - { - "pAddress": "flare104whd5jg5fwcy8kcxh0ndcwpqd08yaplya63h0", - "cAddress": "0x2248C835c5BC0aE4aB771f2a9aC75782C9D3e739", - "amount": "261001000000000n" - }, - { - "pAddress": "flare1qszpr20wzqrtqp57pqdf88n5e88j2a20q30jzz", - "cAddress": "0x3D15442507994A12A9a8D2734DDEffd30bD68fC2", - "amount": "71109998000000n" - } - ], - "totalStakeAmount": "187389710339268051n", - "cChainAddress": "0xD8Bc3f71bCa357F97d930E472c19AbBCAdab3BEb" - }, - { - "nodeId": "NodeID-FXJQRCN2nEqBYVsorBS5WHriwihjzv7G6", - "bondingAddress": "flare1z9n28pv9m82a5t3rklxmcx3av536cnfr4g80kz", - "selfBond": "13000000000000000n", - "ftsoAddress": "0x9b5F4A2177135A2A6DC83893D5d58e684419aB24", - "stakeEnd": 1761508800, - "pChainAddress": [ - "flare1z9n28pv9m82a5t3rklxmcx3av536cnfr4g80kz" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "EvolveFTSO", - "BEB": "13000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "21581080351282110n", - "totalSelfBond": "13000000000000000n", - "delegators": [ - { - "pAddress": "flare1xp3l4a9j608z6nv6pfslpuksuuuknc4je0zkk9", - "cAddress": "0xe3C94cB4421f60390C262D7dfe84Aa16100878a5", - "amount": "500005000000000n" - }, - { - "pAddress": "flare1uwl449l5dnsafylfqfaymtn6ynv379l3t220ss", - "cAddress": "0x1FAF7B400699A9669323674E1272083CAD14e0B9", - "amount": "204256000000000n" - }, - { - "pAddress": "flare1zx4mt95kaef42jxypklk0gl9qha3yhd95fpcjh", - "cAddress": "0xf2027A3aC2a043181A4A92693b27b5696D271b82", - "amount": "53300000000000n" - }, - { - "pAddress": "flare1580ux8pr74vhsqazqt0j3yfzc0jlmeh54ex778", - "cAddress": "0x9CCfbc6D9993b40e6CEA064Fcc160d228e743CD5", - "amount": "99999997000000n" - }, - { - "pAddress": "flare1lvawchqntrrwvgjtkw8u384mytsqwrfekzam0f", - "cAddress": "0x77F941FECE83cfB766bF847684b4540C23C877fF", - "amount": "740000000000000n" - }, - { - "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", - "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", - "amount": "795363000000000n" - }, - { - "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", - "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1vg95pq4twpw9g3n3r83v6uxpg85dhauyppzqxk", - "cAddress": "0x012DaB67e414EC3219324bb3B4760E17bdf19Ede", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qj9rg53y0acxat4gv7mm75s69l6p2grnn3yex0", - "cAddress": "0x403C7C1413a929a600870F070CA7A2E90b2D39E4", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1lfvvh2g6369v7fwcwg385rrjrrsf669r2feafv", - "cAddress": "0x8151dC007635B2395EBC40c84bAa9b1dA19DCC70", - "amount": "2700000000000000n" - }, - { - "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", - "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1n4dkzd35jpekyl35y5czev73980skmyzjecump", - "cAddress": "0x8397D67d53a4B5b95625B14a9C9c3c83C8BB7DbB", - "amount": "10000000000000000n" - }, - { - "pAddress": "flare1pawxe50y45hhn9rx75xsx8m5mwgdvpp5hrc6kz", - "cAddress": "0x85D1d7158118Df23f23f26BAA5959d91A2058ec0", - "amount": "131439524681110n" - }, - { - "pAddress": "flare1fjzawdkvjqegmawc49jxh7qczh8pn9jnw33t6g", - "cAddress": "0xd492aE7b0985695c74C6a95d459056F50fDb705B", - "amount": "400000000000000n" - }, - { - "pAddress": "flare1hdaefhk3fadf66kqe2caz94z0p7kwp6dkz7h4l", - "cAddress": "0x43C15f467b23A0e739f69893Ce30B73a0c57a043", - "amount": "1350007499589000n" - }, - { - "pAddress": "flare1z5zyndx25kelz0jhvc5q40f74eyquwynzq5ra5", - "cAddress": "0xB09f0896DAd6A2f39A8D76878daE5DeE700E46A7", - "amount": "100000000000000n" - }, - { - "pAddress": "flare109yaqa2c338n57wtqeq6dumutg7svlqn0e4532", - "cAddress": "0xc8De7ECfD10d321DfBa29e80fF17bd4E3C5f2713", - "amount": "51000974000000n" - }, - { - "pAddress": "flare1lxmpmf4mmzd2z28ppqzj3p3qweng9ej3rt0glk", - "cAddress": "0x5ee68c00402356E0486FE5e482C5133Fde1aeC9e", - "amount": "398885000000000n" - }, - { - "pAddress": "flare1k70dwmntjsmkwdk6rm9ntgwqkzftqjx5v2nyks", - "cAddress": "0x491528271138200e91B1A7317BdC892dE042a29d", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1e7vehzja77kht3gtx4ak98zre4j807w0jskmpc", - "cAddress": "0xf795eb22a6B8015BFfBD2443Fe77F0c965A28E71", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", - "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", - "amount": "250000100000000n" - }, - { - "pAddress": "flare10fx7jghph9hgjghmj0nazqsd23add95vj88k38", - "cAddress": "0xd0f17954DC491Ed0776A2C2A7Fed7EDF361ff340", - "amount": "328127188524000n" - }, - { - "pAddress": "flare1vsg3el9yuchqulw6v8aw8z05r90aw7asen36rv", - "cAddress": "0xFBD5B654d66ba419D786cdb532653b17477CFa9E", - "amount": "1610389000000000n" - }, - { - "pAddress": "flare1v22h6ca72jfvkc5s53yd0w49un0q3tevm9kvpf", - "cAddress": "0x848A584C158e85ae2871bCe07F703bD86B127fE4", - "amount": "824100000000000n" - }, - { - "pAddress": "flare1zhde2mj596ulxxjc7mj26xxfvqklm0rdzs6kda", - "cAddress": "0x316443f363ef08A2De5A1356322D311b07071916", - "amount": "60000000000000n" - }, - { - "pAddress": "flare12dx5xhtcf2c6sqtzqh5zqwg8vpsxajg5h24uyc", - "cAddress": "0x65BaEb2E29A2519115966182FE6867e80395357a", - "amount": "107977073488000n" - }, - { - "pAddress": "flare1kqxdz2ldf263fdgflk39c2n5a8me2azrykmafy", - "cAddress": "0x50C9C9106967277EbD83D06f70a74500b0e60d5E", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1yrgx52wm7tg7l8g9yun229vqz4hmnkhj6p552l", - "cAddress": "0xF7585b0124eCCe25527A6Ab8c8652611759c9A4C", - "amount": "79000994000000n" - }, - { - "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", - "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", - "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", - "amount": "187229000000000n" - } - ], - "totalStakeAmount": "49581080351282110n", - "cChainAddress": "0x668d3BdB1848a90c412e4dC8D0ffe019670c5AD0" - }, - { - "nodeId": "NodeID-NCBqn9P8oAEkYn6McyQjhF67WarSTttz5", - "bondingAddress": "flare1ga50gf0da5wk0ddglazf279nhpvg62ee5w4tec", - "selfBond": "2000000000000000n", - "ftsoAddress": "0x4E94Dbff86b7f1F5ac9FD849E8101A4d52E947eC", - "stakeEnd": 1739362513, - "pChainAddress": [ - "flare1ga50gf0da5wk0ddglazf279nhpvg62ee5w4tec" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Mickey B Fresh", - "BEB": "2000000000000000n", - "boostDelegations": "10000000000000000n", - "boost": "10000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "11978162728891858n", - "totalSelfBond": "2000000000000000n", - "delegators": [ - { - "pAddress": "flare104c3d4nf2ysuq4748xq0e6sqzrwf6axdtk04su", - "cAddress": "0x4539F87fbF894d83C094346DF98dA60864056022", - "amount": "200050995000000n" - }, - { - "pAddress": "flare1f5rhfz4kxlrfydpjwps646ycc39uhwq5j3mrxx", - "cAddress": "0x4Cf39F138d88ebf4657657bbe4924BB37e6Af13A", - "amount": "5411578000000000n" - }, - { - "pAddress": "flare12r5j5x0rxan9qd5av756s7kxny5zw4fevhz9kq", - "cAddress": "0xFa069cc7D5643f6AAB51073ed30A026b125B7c9e", - "amount": "58192000000000n" - }, - { - "pAddress": "flare1g5jnlyntq3ggtz8x9q3ze6nctpsrk96sc5hql9", - "cAddress": "0xb214f44Ee580BFf8617C8B3aa6D8EB551340e719", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1qlycv9w0pnxayl7wwcwj9v28yyvsmasjxnxtju", - "cAddress": "0x304B0EA7D15D03963696ED9F0520ba0175d61E18", - "amount": "295499988000000n" - }, - { - "pAddress": "flare18s69upav4nh63rpd7sxh0fts4tpppqgvfm3e4g", - "cAddress": "0x7123B64F6A9e131eB8a291881fa76698c97F912A", - "amount": "5764896170000000n" - }, - { - "pAddress": "flare128x3qqgj4e9ga7qetzcm3t7qg8t6w9fpfh5gv3", - "cAddress": "0x9677c2A147eB910031AA23dE98e9B1607d19347A", - "amount": "187945575891858n" - } - ], - "totalStakeAmount": "23978162728891858n", - "cChainAddress": "0xe96821B10436625dC28d80b2ADEf90F62B6745C3" - }, - { - "nodeId": "NodeID-EqTrzH8b9ax2oYwrKFkXqWAZjuK8uHFxS", - "bondingAddress": "flare12k9dtj47gvu0ych0k7d95vj53a8ggetvkspwh2", - "selfBond": "13500000000000000n", - "ftsoAddress": "0xad918962795547a8c997F96f7BAbB822612a5FfE", - "stakeEnd": 1765738800, - "pChainAddress": [ - "flare12k9dtj47gvu0ych0k7d95vj53a8ggetvkspwh2" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "EDPFTSO", - "BEB": "13500000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "3130392942163572n", - "normalDelegations": "33223960036952228n", - "totalSelfBond": "16630392942163572n", - "delegators": [ - { - "pAddress": "flare1ay5s558ercqddtstm87y5th04nnlv09e8ecuxp", - "cAddress": "0x26f9F6D65Ad2563c4e133186926e83c39Cda074B", - "amount": "60000995000000n" - }, - { - "pAddress": "flare13lpwchssqt6jq9dyvw8pjzh6w4qjxrl5q7l7uw", - "cAddress": "0x4239befd578B3a2d2227e82AdE87CeaF661F517A", - "amount": "1220000000000000n" - }, - { - "pAddress": "flare19zhse47c3sjrkwp6076ux97a6d8gtayr6kur7r", - "cAddress": "0x02C03c6aB3955A78602b47dCa2E675F86953466a", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1zf0z0r0nufhq7r0l5tt4xez049dff4pl0uthvd", - "cAddress": "0x942F1e8FBf4ff1aa2b37F687D5958E18d07B113e", - "amount": "60551000000000n" - }, - { - "pAddress": "flare1lp2pqjys29q73wq25ahftdg97tmj584tk0swh2", - "cAddress": "0xCA30CC7A2482283c5e16939b015f5dB0d5dA6460", - "amount": "61000000000000n" - }, - { - "pAddress": "flare1l5ks486g4f9w84lwg7m2qnea57fkpepf3l7nd3", - "cAddress": "0x668cd1AfDFF3270b1C4F1C88D099D197B3F0C822", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", - "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", - "amount": "1244200000000000n" - }, - { - "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", - "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", - "amount": "65500000000000n" - }, - { - "pAddress": "flare1lvawchqntrrwvgjtkw8u384mytsqwrfekzam0f", - "cAddress": "0x77F941FECE83cfB766bF847684b4540C23C877fF", - "amount": "729074000000000n" - }, - { - "pAddress": "flare1aqyrwf3973qplx6x0zw02lfm082h7muu7hpsam", - "cAddress": "0x085ee3d18575834B54414d92D21502eeffd10855", - "amount": "1581905394848000n" - }, - { - "pAddress": "flare1kxdfwk34h5n23rgnx8082vwhzv89ckkxh7r8h3", - "cAddress": "0xf97bd3879A82EA917Bf9d16793ee438a4a244BDB", - "amount": "700000000000000n" - }, - { - "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", - "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", - "amount": "570000000000000n" - }, - { - "pAddress": "flare176qvsa0jdm0jrhkq2tjwuwzxld48dpnxm5s85a", - "cAddress": "0x8757f78C0A1bF15C138cc903491257bAA8EDcdB2", - "amount": "3556017730000000n" - }, - { - "pAddress": "flare134zcgmpl7f0uqm9q04p9hppclhmf9plhz0wc3f", - "cAddress": "0x71C66c332F4CD8d031840d38Be2e0247E021BF95", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1tvqkrf7jrxxzcvmrgd89q0q6hlcy93g5hyujzl", - "cAddress": "0xbACBA98F3D6Fa698b198A76B9A48095D3B645bfc", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1m02snesu93e9t3w8jcmgc0mr9rygjnp24v0gue", - "cAddress": "0x20864C8Aa16bE02FD14fEb8BAD4894835876DB69", - "amount": "1121410000000000n" - }, - { - "pAddress": "flare179u0fj6p5hdhdn2w4z2w82wsrrl0kv53q85uep", - "cAddress": "0xC00C42EA977bF80F7a93e9337388440381599a22", - "amount": "900000000000000n" - }, - { - "pAddress": "flare1utha5lrgjf4fxdc2aj2l8k886hjcg9yfqnn4vv", - "cAddress": "0x10e7640a6047CC7e8893531D533747a057f9988C", - "amount": "270332979000000n" - }, - { - "pAddress": "flare1vy2ldwuv3juq8wrgqmuk9pyzgr4y333tuneela", - "cAddress": "0x47D842d98283DD9ebA05Df987Ca2A4F266620daA", - "amount": "170000000000000n" - }, - { - "pAddress": "flare17rh4xk8sl8vehnk5zz3wzd79u9ye46y76vj9gm", - "cAddress": "0x0B3F8B7e982b2639AD98f9aE29Cf88f1a6302eDC", - "amount": "58349982000000n" - }, - { - "pAddress": "flare1k3w57lssr285vpun0vymq2j7yx5n3llxyuuczs", - "cAddress": "0x42abbCbFe0142FebA470edB2c602136a3338F9c6", - "amount": "430201395710000n" - }, - { - "pAddress": "flare1q4gjqzskr8d98xpjkkljhdq4uqudhxag57ssy4", - "cAddress": "0xF3B12Ea8d279fBc735eC6BE6f04e1343aD59f6C4", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1ewmaz56mmr77s8hrsy2zn8ecuszdnx5gpg3qm7", - "cAddress": "0xAf923eeC216da2d4A5fB433ae37B8A4CAcD80f39", - "amount": "55420000000000n" - }, - { - "pAddress": "flare1fxfn9t4vak3nfkwd753qw3rw0wg98amwn0juxr", - "cAddress": "0xD66cCff56C9c267c58768939eC5D0cbf7404C4B2", - "amount": "5324254042804793n" - }, - { - "pAddress": "flare12pyqk9ylset4ax69agqfqzq0ca7kk4qvjr6g08", - "cAddress": "0x1D18Ca50FbdAE83AcF97e1EA00af02e7c104BD53", - "amount": "82967398072000n" - }, - { - "pAddress": "flare1r2j09r8hd5zlf79r8h6jjvyjazezylhadlylrn", - "cAddress": "0x3Ab1a8f2428B88DE73C98CC157F24f45d7638A20", - "amount": "83180949000000n" - }, - { - "pAddress": "flare10pc62jtlx5jl8w7prjmc72jdshyec706qgnyn7", - "cAddress": "0xCebbdFe33cbD84c15d7b232d45A6c99Ed8Ceaa0F", - "amount": "591510000000000n" - }, - { - "pAddress": "flare15jgmczgm9tqmh0gut5ud2nwqy4cwl64qudhqhr", - "cAddress": "0x0E4bD249fFBA92ab70D9BdCaE03fbE0C1879006D", - "amount": "250005911000000n" - }, - { - "pAddress": "flare17ss2qfswk736r36addl03pfjdzk3juhpa3fac9", - "cAddress": "0x7BC173aDE72DE1D0B4430fB736BA040c31fBb157", - "amount": "661757934984000n" - }, - { - "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", - "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", - "amount": "350000000000000n" - }, - { - "pAddress": "flare1d3ymlfwtfm03nr296aa3uq9ad7fpzhct9z4jwj", - "cAddress": "0x2099f6c9bAD3b73f1849BA8D21449d41adA935F8", - "amount": "61639051307000n" - }, - { - "pAddress": "flare1e5tg0gsj4wwglgqms2khr5jxsqpk4440wvlfjk", - "cAddress": "0x12783839025bFB8eB9e014a1859c09286e07B0bC", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1n7c5sp3ms9fy2hyjcs3stzwuftytln624h0kdk", - "cAddress": "0x0B186504D499eF2a96ff974460C29E59ece9920D", - "amount": "73920535273000n" - }, - { - "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", - "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", - "amount": "218375000000000n" - }, - { - "pAddress": "flare1ef4xtpp3sdggd8qgeqqas4tvxxfat3ryhvjwv2", - "cAddress": "0x3F80271fbef36a6939026A8D45b0a35B12F96332", - "amount": "1693000000000000n" - }, - { - "pAddress": "flare1k32at6h2qmax5n2rpvewy3wmdf2hff7nm6gxth", - "cAddress": "0xdbe8CBc863e6F1590d86AfCB18E9AbaE49F1ce4d", - "amount": "1000001997000000n" - }, - { - "pAddress": "flare13c0vatw70yu8eu2d30clf4vxymg47dapvqf8x9", - "cAddress": "0x71889a22f11E4d5da3b8547f991BA9ca75DC6cEE", - "amount": "54415627532000n" - }, - { - "pAddress": "flare1q3w5l8qxv5xgprmzkz4c37aprs2lr2h625fnpt", - "cAddress": "0x9c65205233EB208b594A143c58fE2A0c53e2BF74", - "amount": "52907969000000n" - }, - { - "pAddress": "flare1rcv4neqn368v64gkjcsvy2wf0ezj9y6dm88zz0", - "cAddress": "0x7C2d7614cdB4858d3b9B8b29e80E9406b5daDaa1", - "amount": "1800000996000000n" - }, - { - "pAddress": "flare1puj94l9yycq7cev92rwgxefrv454948rcrud46", - "cAddress": "0xf76911D88cC2c7B03601C8b8Cc4bC031fcfF5335", - "amount": "357697998000000n" - }, - { - "pAddress": "flare1ujm5jdzsdel8a3qvz48q5etu3s9hvklhrxdhds", - "cAddress": "0x7DEB35833DB771aeF3404c62aB634aBCAb8A10dB", - "amount": "1736270151310000n" - }, - { - "pAddress": "flare1cnwl4qhv64hhmt60a2gjj9p9t3nfzt8vd0ye0l", - "cAddress": "0x57C89ceAE555b7d088175307C2A116fDC0C8EBC3", - "amount": "136839998000000n" - }, - { - "pAddress": "flare1fcaqss7ezz6yeemh29wqxfvv6w2hmw0nskhqyg", - "cAddress": "0x87FEd349E8De97B632578A6a6af01Cf0e59eD7cb", - "amount": "200000000000000n" - }, - { - "pAddress": "flare19s6fqnaku8285whcf4ryygf5zskkcgaes8260m", - "cAddress": "0x684A9bBfEc9b4A84A3B359d5eE02fa41BB781De1", - "amount": "58774396570435n" - }, - { - "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", - "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", - "amount": "600000000000000n" - }, - { - "pAddress": "flare1xz4jtq20xdlkjg6x0gg0f7rsh3se354wdu3wam", - "cAddress": "0xD6e56c0672cdc2570e1Dc09Fe6f43b5b67646E66", - "amount": "3150000000000000n" - }, - { - "pAddress": "flare14vg8yyeu85mk3yrzmuys5zssecxu06p5cqk46g", - "cAddress": "0x20c05740c6DF48A3731117096040b4a4134967A2", - "amount": "122000917000000n" - }, - { - "pAddress": "flare1aavt0lm2v2svkguxjjrkfvqa36la8nyh82sqx4", - "cAddress": "0xcD093bd1cDa2477c5EA8B3c4BFae5482dc1dc461", - "amount": "110475687541000n" - }, - { - "pAddress": "flare18388lj8j8vyxgtnsdnqef07hc5qfvfemce8u0n", - "cAddress": "0x7457AA0520A6907111f6Aabdaf3D34e8371F9190", - "amount": "50000000000000n" - } - ], - "totalStakeAmount": "64854352979115800n", - "cChainAddress": "0x185F0c18A32c8AB899281F1e74D4e1Ce6b3a650A" - }, - { - "nodeId": "NodeID-k4QG8eJ9bYu717nbj8Ki8VykK8g1VWK9", - "bondingAddress": "flare1d3u7xvk2gwr0zfhcf5mf8gspt49zpzpc8qy4lf", - "selfBond": "3000000000000000n", - "ftsoAddress": "0xD3956F862a4960bB4937e596a2BaeCFfCbb4b3e0", - "stakeEnd": 1742655656, - "pChainAddress": [ - "flare1d3u7xvk2gwr0zfhcf5mf8gspt49zpzpc8qy4lf" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Aternety", - "BEB": "3000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "13335493850000000n", - "totalSelfBond": "3000000000000000n", - "delegators": [ - { - "pAddress": "flare1s7xtqvvjrc27e2qx7gt552dngjvcfp8mu7va2q", - "cAddress": "0x6549eDd41D5f73Fd3bB2Ba61e0C4085850b7Fcf9", - "amount": "13285493850000000n" - }, - { - "pAddress": "flare1xlxtxyejdksecsspt53ly57vmaqhps44k29raw", - "cAddress": "0x9819Cf3102021c000dD24B87C879E658493ecD94", - "amount": "50000000000000n" - } - ], - "totalStakeAmount": "31335493850000000n", - "cChainAddress": "0x728dae51E719C19D2f022e2C6cE5961A85D26DA4" - }, - { - "nodeId": "NodeID-P4T4uKqveVxjZZXVdADHENdnCKnsCFvDE", - "bondingAddress": "flare15gt756hh9cqj4c63l6cv7fx3yczarlz7kgmumq", - "selfBond": "3000000000000000n", - "ftsoAddress": "0xD3956F862a4960bB4937e596a2BaeCFfCbb4b3e0", - "stakeEnd": 1742655613, - "pChainAddress": [ - "flare15gt756hh9cqj4c63l6cv7fx3yczarlz7kgmumq" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Aternety", - "BEB": "3000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "2194948574243304n", - "totalSelfBond": "3000000000000000n", - "delegators": [ - { - "pAddress": "flare15ahleuv8wx0cnh3hxey6hgu5d38p2pt7pyu6vf", - "cAddress": "0xe0A29C99F6C1afe6397DA18aB434CfBFEF21cC02", - "amount": "1100501683727000n" - }, - { - "pAddress": "flare17gzu0y27227rsve7cycqq93sess6eg9gd4u0la", - "cAddress": "0xB8684909202DE3B9B781d6B42E303f2Aa208bE33", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1hyrk2q3xm2aw0mehtrh6dvgzs6gh9cma6y92ug", - "cAddress": "0x9F8bB05F5f1D629d5E0a63C5212EfdBEAC9EE5f7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1pqxnf3udkw6nc5vn0a4htask4n94uk2suu7rrk", - "cAddress": "0xd99567B4c1444DAC11732Ba259DB60a05bA08d2e", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1v7emhacrq705qst3wdjg3fhfedlm6qf3raxeqm", - "cAddress": "0x4Ef5C3a6b1902d7F2a777E8c185cb2acf0ce1042", - "amount": "69405726658000n" - }, - { - "pAddress": "flare1x72aj8qxfyvuppazp2z2afwl8y9xc7up57jtx3", - "cAddress": "0xB784471706b2Fcf03183955D3616af9088374282", - "amount": "100000000000000n" - }, - { - "pAddress": "flare19yxah5quk7hhwa23qslpf6m5unfhlvgu037qqa", - "cAddress": "0x3c7A06fE35B83a2e812b4cb53DC867edCB781a50", - "amount": "91234991000000n" - }, - { - "pAddress": "flare1s5w5gx7lmy80hs4acemxx5az65llmgqt68l24k", - "cAddress": "0xa1c3727f3ED4F639DF66f59323Cca74159069F33", - "amount": "94058424615304n" - }, - { - "pAddress": "flare1y8m9z92jtvystzverndg89gpzxs2jkc23wpx0y", - "cAddress": "0xd6Bdd8D1e80fdcFc014Ae237b8804ef91025321F", - "amount": "54935191000000n" - }, - { - "pAddress": "flare1r59hpkm99jp7uedy5apf6ng2j4z5fg8q9dlp5g", - "cAddress": "0xFe17DC4e6783d5111c16026861bA6E0c38f101Ef", - "amount": "69443774758000n" - }, - { - "pAddress": "flare12jx3285atj5qdf82uq0xmjyn9gzrh3anhssrec", - "cAddress": "0x03543BeE4679EE910da944A479f88FeC6605B94e", - "amount": "64387782485000n" - }, - { - "pAddress": "flare1snrxyqsx8hglahw323xezxtkdwsannwxdk04kp", - "cAddress": "0x508a4603FFB737Eb718E7b78bDf86658EfCE9450", - "amount": "350981000000000n" - } - ], - "totalStakeAmount": "5194948574243304n", - "cChainAddress": "0x6D4e76A03B1Ee140c8eBF47C6B165C10B04168B0" - }, - { - "nodeId": "NodeID-JHnfNSNgSThSJEFG8aq99FRAE4a7Ko7UP", - "bondingAddress": "flare1p9crt0tnvmsljspl8tee75748wzfj4lexdgpa3", - "selfBond": "5471900000000000n", - "ftsoAddress": "0xC7cF3238D2ca63d01Ad4d42B4cCB9dB8b0adE702", - "stakeEnd": 1742305236, - "pChainAddress": [ - "flare1p9crt0tnvmsljspl8tee75748wzfj4lexdgpa3" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Bushido FTSO", - "BEB": "5471900000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "45242882670000000n", - "totalSelfBond": "5471900000000000n", - "delegators": [ - { - "pAddress": "flare18s69upav4nh63rpd7sxh0fts4tpppqgvfm3e4g", - "cAddress": "0x7123B64F6A9e131eB8a291881fa76698c97F912A", - "amount": "39100077550000000n" - }, - { - "pAddress": "flare1wy5pnkdkf82n249nnlu3w8cyh778w5053cj58z", - "cAddress": "0x2c233a4533DADDD3125dDd3Fe81198eFc1459C94", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1a0jsr5t2ledd0k8gt2djhvwrxggd39ze06sepf", - "cAddress": "0x06dbbb6C74887A9A572DeF99b9142DE772fa3c27", - "amount": "283985000000000n" - }, - { - "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", - "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", - "amount": "1750530120000000n" - }, - { - "pAddress": "flare1v8j90nxva9y89hagd9za8v7ps9a4gua828kw7f", - "cAddress": "0x24ee85804ebae72Db31DeBD94C8c9C50efA849cb", - "amount": "4058290000000000n" - } - ], - "totalStakeAmount": "65714782670000000n", - "cChainAddress": "0x576982fdca921513fbFe3fF31c0Ca31dad7b1d80" - }, - { - "nodeId": "NodeID-MZKzjLDRo9bwDjaDR5c4PALEibYyDe4A7", - "bondingAddress": "flare1wtaud4ppr362084mlsnw4pygftgvexm0x7f5hh", - "selfBond": "1016120985298250n", - "ftsoAddress": "0x5F911C2C681f678e5A3a8D54f950d6b192CC16E3", - "stakeEnd": 1739547000, - "pChainAddress": [ - "flare1wtaud4ppr362084mlsnw4pygftgvexm0x7f5hh" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "FTSO UK", - "BEB": "1016120985298250n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "12247099052213207n", - "totalSelfBond": "1016120985298250n", - "delegators": [ - { - "pAddress": "flare1p9lj8xjvv4vqzd2prgl0p5y49zsm7kg6v3ufa9", - "cAddress": "0xd87f72DaE1D2799364e4581747DB63CafA5A013f", - "amount": "52180882213207n" - }, - { - "pAddress": "flare1eaqkys49ucjr3ty869jv2l5xnh45r20x6a839u", - "cAddress": "0x2DFFe4d89E9C184288F25BCE2173CC4F6BE30068", - "amount": "12194918170000000n" - } - ], - "totalStakeAmount": "13263220037511457n", - "cChainAddress": "0x7e0cCf88000f5e9c27Aa9374C124384097Fda5C6" - }, - { - "nodeId": "NodeID-ECqqsWu9jpUvZgPyf9yPZZcyWmJjWyN1T", - "bondingAddress": "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j", - "selfBond": "13500000000000000n", - "ftsoAddress": "0x111246F191a2A20012723369d3CEc77777E774E9", - "stakeEnd": 1742292000, - "pChainAddress": [ - "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Flare.Space", - "BEB": "13500000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "171475125427070713n", - "totalSelfBond": "13500000000000000n", - "delegators": [ - { - "pAddress": "flare1pr4f2m4a3ga2t58u2m9f5h76uvqdw0vjl8nc0d", - "cAddress": "0x6c7f7757E8587E4068B8Cb9f713852eF2Ae3abaf", - "amount": "75000000000000000n" - }, - { - "pAddress": "flare1tzpjxpf3adxn4jlktv72hy020eqjjxv0usvd9n", - "cAddress": "0x67f467CdbEe74631F516607BEBD145789B2C2220", - "amount": "80000000000000000n" - }, - { - "pAddress": "flare1ej0ggr5s008v7lk0xngx46myp4cyveh62xlzv5", - "cAddress": "0xe66DCa03b7e315664aD55EDba4cf959577BE0cF6", - "amount": "51000000000000n" - }, - { - "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", - "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", - "amount": "1116000000000000n" - }, - { - "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", - "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", - "amount": "14478753000000000n" - }, - { - "pAddress": "flare1khwcuuaskt72lw7kw90dcjkm65n64zgdjtywml", - "cAddress": "0x670aa354c287a591632a192Eac6e5182B084064a", - "amount": "117760747070713n" - }, - { - "pAddress": "flare1gcv6mk38g84j080nzne0ux2z54arswxseuwsf8", - "cAddress": "0xaDfD39C8f7e950335728Bd348771D987FC3D90e5", - "amount": "260000000000000n" - }, - { - "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", - "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1zsv600w9xazcu2egd05ygzkxqftmk94fhkgccr", - "cAddress": "0x0504aE324672B063FE904369AE4fd4f6cA81c4d5", - "amount": "76633000000000n" - }, - { - "pAddress": "flare1gp6j07wugys7w605kme2p6402unx00p20pk4jy", - "cAddress": "0x61DBD5c00d32bf2f67aD3b202EA13bA4960a3fbd", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1dl5z7lc0gm5636h2pr3pvkhdn4sfg9df9l2xmw", - "cAddress": "0x5d79cfFEeBB5a00dc711DE203cA76efE11344259", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1lm6n53zqhtp5e872chmac4dq26vsgxjx3k7ncq", - "cAddress": "0x24Ac65841399f2436DB46756849c3bf8ACe69763", - "amount": "50000000000000n" - }, - { - "pAddress": "flare14h74nkwrwvsp6grjwt4q9myltqh3606rc09gau", - "cAddress": "0x537d74D860E0766F80dd9d480FCC48CE13B9bD03", - "amount": "74978680000000n" - } - ], - "totalStakeAmount": "199975125427070713n", - "cChainAddress": "0x9Fd5cccC7f75409F78f9FBb865C2bd14424D5486" - }, - { - "nodeId": "NodeID-P6nNyHc4QwyKoVSS7c9XatGp4Sityq7rM", - "bondingAddress": "flare1g2s5u5kckvysvfs4m0yclrtm0ctvmwxkfjf0pj", - "selfBond": "3500000000000000n", - "ftsoAddress": "0x4429306b301a0EB573Fa5758BB40AA581255c624", - "stakeEnd": 1753029900, - "pChainAddress": [ - "flare1g2s5u5kckvysvfs4m0yclrtm0ctvmwxkfjf0pj" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "FTSO London", - "BEB": "3500000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "665654977000000n", - "totalSelfBond": "3500000000000000n", - "delegators": [ - { - "pAddress": "flare1k5du6cepcgdvn9hvpr4yfgnzq7y5ym9yu4mv7r", - "cAddress": "0x68c688BEF34D0629EAde191Ea897B17e4B9b6456", - "amount": "51000000000000n" - }, - { - "pAddress": "flare1cfaf3f3rd7gzsmvqh80tsh5kxm5p62a0ms9sz8", - "cAddress": "0xE74EDA2E18D61F7139C3C780bd6222991753144A", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1yu295ak3mkj40rhkxldqx0hhxkew2fykwljw3k", - "cAddress": "0x4d53c435A63f8DBaDeb0B7F02791b0533A3Fd7d7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1wh54lj6dpaq2rg0lzuce8as8695c9m6at2qjw0", - "cAddress": "0x0C9BDf0a5246505c03292869F11B997796e0948a", - "amount": "514654977000000n" - } - ], - "totalStakeAmount": "19165654977000000n", - "cChainAddress": "0x8Ae314214d6dbF6d253918CDA933bC677907992F" - }, - { - "nodeId": "NodeID-5jV2rg4CGt6ewiDbB9QeWDEptVudskJeY", - "bondingAddress": "flare19dc6w5s84wddducwhxjl9lw3vawcpcnjvqm6wj", - "selfBond": "3000000000000000n", - "ftsoAddress": "0x64D998BC81424131E5aF05071263fDeBD1a82986", - "stakeEnd": 1739948705, - "pChainAddress": [ - "flare19dc6w5s84wddducwhxjl9lw3vawcpcnjvqm6wj" - ], - "fee": 170000, - "uptimeEligible": true, - "ftsoName": "Ivy Oracle", - "BEB": "3000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "8928886358679000n", - "totalSelfBond": "3000000000000000n", - "delegators": [ - { - "pAddress": "flare1uwl449l5dnsafylfqfaymtn6ynv379l3t220ss", - "cAddress": "0x1FAF7B400699A9669323674E1272083CAD14e0B9", - "amount": "115900000000000n" - }, - { - "pAddress": "flare1yr4v2vvq0qk3zk4707ytlujtr7893w2qnahkyn", - "cAddress": "0x5a01e449ab3003358564dAC21b721B282F79BFd0", - "amount": "101184230000000n" - }, - { - "pAddress": "flare1tktjeu3e5wnryhlsg3wxa84r9scyn9hgge4fyt", - "cAddress": "0x6d9B26d20c4aDE06452e5E6dc824d11e76B83f0d", - "amount": "7896515040000000n" - }, - { - "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", - "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", - "amount": "200000000000000n" - }, - { - "pAddress": "flare192ahptheknfhl8wutq4yma0s6z2j80ts83e9gt", - "cAddress": "0xcF5E01d5E5A0f4A4FBC1435E0C079dD4B834093c", - "amount": "300005962000000n" - }, - { - "pAddress": "flare1nj45nluvjfghvmkucp68wslvvkl5jz2p3a6c6p", - "cAddress": "0x6a5299097B930a4EDB283e0e0101E51EaD07949b", - "amount": "52000000000000n" - }, - { - "pAddress": "flare103vcej4pepv83mzvzhsaj3ayh8lg826xhl9nn3", - "cAddress": "0x2bc701A2824863AB27833AAaF0f9b90ef2c132EF", - "amount": "52504992000000n" - }, - { - "pAddress": "flare1m79fezxk4erzkfwyyvvz5xdqq2eajy00xau0q0", - "cAddress": "0xcd350059472123d1A5a2bc222ba9403382080B58", - "amount": "52775600971000n" - }, - { - "pAddress": "flare1upc2j99zpk5fgzglj20xm2sg24unk3eap66sp9", - "cAddress": "0x5e45e23a693f93340cE684B627579C11a89b69D9", - "amount": "99999999000000n" - }, - { - "pAddress": "flare1phwc04zjqtlf6caayrkk0ynfp3hf27lletj377", - "cAddress": "0x690Edd3c103556E07A37b787a0AAd6B6EfDFd9B9", - "amount": "58000534708000n" - } - ], - "totalStakeAmount": "26928886358679000n", - "cChainAddress": "0xf5520b813E7825845a59744144c64D4032688c9D" - }, - { - "nodeId": "NodeID-JGAJGcDbg1kqnfwCpDiJ5VeNGkSDRxGra", - "bondingAddress": "flare1pmu9ewm75dm0pgyu7rc5yy3nnl62ztgew28ky7", - "selfBond": "1000010000000000n", - "ftsoAddress": "0x27Cb5f4EbA81976617b75953053D33EF2002daDF", - "stakeEnd": 1741438853, - "pChainAddress": [ - "flare1pmu9ewm75dm0pgyu7rc5yy3nnl62ztgew28ky7" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Linden Services", - "BEB": "1000010000000000n", - "boostDelegations": "5000000000000000n", - "boost": "5000000000000000n", - "selfDelegations": "424886000000000n", - "normalDelegations": "5999997300000000n", - "totalSelfBond": "1424896000000000n", - "delegators": [ - { - "pAddress": "flare1s3gn9sky9y729c0glactcth2wxxpqv89klrkqu", - "cAddress": "0xEcB4b9c9C6d33b4C5B98041DCEc84258bB04d233", - "amount": "5999997300000000n" - } - ], - "totalStakeAmount": "12424893300000000n", - "cChainAddress": "0x6A72bB44A97eE50B86af12F855A78f6dEFafe7c2" - }, - { - "nodeId": "NodeID-FDR3CXdwP3H3Zz9QKfL61fk56zkPEgdFV", - "bondingAddress": "flare10vgv7r6x3v3x36a2f6y2yhwxp8aujdsm5pnnvd", - "selfBond": "13333334000000000n", - "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", - "stakeEnd": 1740232800, - "pChainAddress": [ - "flare10vgv7r6x3v3x36a2f6y2yhwxp8aujdsm5pnnvd" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "AFOracle", - "BEB": "13333334000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "135472050974862819n", - "totalSelfBond": "13333334000000000n", - "delegators": [ - { - "pAddress": "flare1rhmxa7x97sur0q2anwj4qkg4sdvkxlhsnvatfh", - "cAddress": "0xC79D9Ce6Bf7e5f38115D52e93F856F8f67a76Cb1", - "amount": "230783728000000n" - }, - { - "pAddress": "flare162r0fuqzmxj9wsacjm9fa27q37ftd38yuud5gr", - "cAddress": "0xCdf75862Aa6D3e39cc1fcA149b18899b5366Acd6", - "amount": "2000000000000000n" - }, - { - "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", - "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", - "amount": "900000000000000n" - }, - { - "pAddress": "flare145qvz9qh8krwhusww3myy9rxgl9s5ey8y34ta2", - "cAddress": "0x14F0C4EB4C32A8857184628785911e17101c180A", - "amount": "450003226839010n" - }, - { - "pAddress": "flare1ph472gs98ffps5482zqteyx065qe8a9wjn2xlv", - "cAddress": "0x0eF4C65A4484B7af02A9f0032e6321811Ea24072", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1emay48fsya00n4mhdtk2xumv0rzugtfmv097yr", - "cAddress": "0xAfE914E3780d90e47082BE65E8bee7E6F4659d83", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1f6skewuusenh63d8phrh9ekulk2pjg35pu3dgh", - "cAddress": "0x0b15463c669F72aF121050C2ADbf78352afBF23c", - "amount": "50499000000000n" - }, - { - "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", - "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", - "amount": "189908994000000n" - }, - { - "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", - "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", - "amount": "3555347517591889n" - }, - { - "pAddress": "flare1ys9ar00wtnk895uw4xhhumvaaqt55fdrgammed", - "cAddress": "0x7B19d588BC87EF24Aae5CdcEA357B38fF5633798", - "amount": "62890000000000n" - }, - { - "pAddress": "flare158e4wcn52m48yj8f6vdrgl7pl0uhf2jdd2a0cj", - "cAddress": "0xC73DE3E90Bd6608a35BFE257431786A9ea4BD862", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1p3yj85ufcmqyts79pd39xj7lwy6kzr688tnpzy", - "cAddress": "0xd507b55A3c55D704375a93C24B7092C13C061E04", - "amount": "100009996000000n" - }, - { - "pAddress": "flare19sd0vyypyt0x7l5vglqcrqn6uu9crtx70s6h6t", - "cAddress": "0xFb4824e9C9b6f6751CfA8f579a8CE0596F8F8D20", - "amount": "1478566794009000n" - }, - { - "pAddress": "flare1gjk06l2yklsrt39t0edl9uwhvgsws0ejpavdhv", - "cAddress": "0xf51CeDd403dfD2bCD2fed9e9a884BBfe9eE39ad2", - "amount": "390000000000000n" - }, - { - "pAddress": "flare1mzaxadlas2m26sns502j4rgrs0rr3f2nsdhlsw", - "cAddress": "0x8f849369514a2c384e16Bf473c8a99Ba76B7f573", - "amount": "207345997000000n" - }, - { - "pAddress": "flare1d7khscf95cnws7v8zhdzlasprjaj4lfwv9x2hm", - "cAddress": "0x63DfB48F7915443BD8A144Cca07978246022ae6e", - "amount": "104007410972000n" - }, - { - "pAddress": "flare15sfvkfw4yscurg4ydc7hruu57fx0v28lv864fd", - "cAddress": "0x1d34100f41A60A9325AFa12cb590AbAeA9CF055F", - "amount": "50527590000000n" - }, - { - "pAddress": "flare18nlkzpulf00xdnxx95yyku3kx0r94kvgew6y44", - "cAddress": "0x2ce3A1988632C35e268570EF595c6453414eAF00", - "amount": "4526314924062571n" - }, - { - "pAddress": "flare1hl2ya6law0zhecjs9tke5zjlm9npumcm6zkyqe", - "cAddress": "0x6EdD5c32ca99386134F52FF2211cE3097d3fe620", - "amount": "1646854788209278n" - }, - { - "pAddress": "flare160hj45zy6z39nqcrqc3l5an0qhum2sscg0f709", - "cAddress": "0x4cE53Dcb11f36852463bdd22F638890ab798A185", - "amount": "4189186988631000n" - }, - { - "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", - "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", - "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", - "amount": "50159000000000n" - }, - { - "pAddress": "flare1g64xdqpcgwcywltg9y8czz2aqpq6snrtcdaa40", - "cAddress": "0x9e8Cf3f1bAAc464729E3A973Bf321A1E719f90e0", - "amount": "2200000000000000n" - }, - { - "pAddress": "flare1h4ymmuuuxtjmz22xs2t3amwan42cph4l0te5w3", - "cAddress": "0x400F8B757955D34f8ff9665fD01b018Ad110B8EC", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fh89zpea5en3velkshxx2yj0q6cmz4rlclzaft", - "cAddress": "0x0F6cDf2e6cD544425c9ac46410F5134E436Fc261", - "amount": "75171000000000n" - }, - { - "pAddress": "flare1uy4vmgux96g9ny7chpetw28l3k6ea8lf4z0l2y", - "cAddress": "0xA781402753A02feA719697285E0385bcaE292097", - "amount": "656310000000000n" - }, - { - "pAddress": "flare1fh9mtta0ar5ww9eslhya3ayuz7j4v5082qnrft", - "cAddress": "0xAd045F656E2b3a40d372FfdBa3EE3Ae5fB47d1D9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1h3jsk0lzyds7nu89ym0lyr0nua3cqyh3j50qkd", - "cAddress": "0x092a41087F027f2465a2A625801c647920D4b08D", - "amount": "90000000000000n" - }, - { - "pAddress": "flare1rt9jyt7ljhq4ktq79f5wasj6ex89c3rtty6ac6", - "cAddress": "0x3df8c0efb2592719283e52725564B22D3c2Dc93F", - "amount": "460000000000000n" - }, - { - "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", - "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", - "amount": "50997009000000000n" - }, - { - "pAddress": "flare1q7xatnwfmwdjdcynl6za9lwrmej533u5pqpff9", - "cAddress": "0x891222fbAd4D61feDe268D71aC3259DD788b53b2", - "amount": "50000000000000n" - }, - { - "pAddress": "flare103hyqnletpm7u879q4rpk3hyr907z64786rzqd", - "cAddress": "0x76321314ab974C584E1a500B064EfDd286EEB249", - "amount": "104402701257000n" - }, - { - "pAddress": "flare1l8w3zr2dsqql3wsggzj2xwf9eedy3286w4ssal", - "cAddress": "0x6160bcF6600b07FC095BAbD9eE4C775725533322", - "amount": "50999997000000n" - }, - { - "pAddress": "flare1nq5fh5c53fpprrrst706vdjkuzq49s600q3rrs", - "cAddress": "0x8e5D34F6C5a44aa1cFDD47efBBfe8c877839f3CC", - "amount": "537899988000000n" - }, - { - "pAddress": "flare12j0zhymmdsydy258ku8vc5zlycu63evacm4mwk", - "cAddress": "0x3148dB2D64e894fedaE3eCe2f731Ea6280260148", - "amount": "197219056339909n" - }, - { - "pAddress": "flare1qtx7ecax6ssdfxhqn5x9h5tnnmsczeqlw83wmu", - "cAddress": "0x6D537DABa0420FC2193B32D00C1d64c012c98f30", - "amount": "400062809767000n" - }, - { - "pAddress": "flare1k65rjhmaunss0430j5y9chacjr2wva8vhhhh84", - "cAddress": "0x6e4A218e0f473Cb91859777c7BeC73203CfafA45", - "amount": "354588811341000n" - }, - { - "pAddress": "flare16qrzxr2vdl3vm4cs4ycyv4ka8n89mjfcr4e36f", - "cAddress": "0x16b342400b1Aad4170Abd9059eC65F2EaE9C2296", - "amount": "15345348050000000n" - }, - { - "pAddress": "flare1ynpmcplp2srs337jsw0ddlvf78a3drzd9as2df", - "cAddress": "0xC9C795F82Ae54523cE4eF2e95e97B765bd6a1759", - "amount": "61000000000000n" - }, - { - "pAddress": "flare13zfwka9m2rlqqn3zuvwnzp39acxw3c4ugf4muf", - "cAddress": "0x0c1fF5e3F7825C433610052fB141b4f0716eaa12", - "amount": "350000000000000n" - }, - { - "pAddress": "flare1hgfe2j5n3xadzsd55x0l9hhnh3hl99fr7ktlw3", - "cAddress": "0x84C164103DC04fd4F3027FDfF2a7c98f76aF5685", - "amount": "1687060000000000n" - }, - { - "pAddress": "flare1c4mlwtcn9lfc5xusn3rwy6aq77h5j3rfrw9sxc", - "cAddress": "0x894986bb328CcFc18eC05eE9F600E4BE5fDa1eCc", - "amount": "198326976000000n" - }, - { - "pAddress": "flare1wxnjxj7clvw8ur8pxpcjcsy8xzmjyu4a6cfdqx", - "cAddress": "0x177Ad3cD3D44B49944A3B58Bd9357635d42Ed8d5", - "amount": "110775989000000n" - }, - { - "pAddress": "flare1uy2lzhhlpywvugkvr4zwtavlktll9pzvvnqmuf", - "cAddress": "0x8cf53EB8762C9cC4D29e78c97D6ab9cc2C64E94c", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", - "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", - "amount": "2736895743170966n" - }, - { - "pAddress": "flare1f2py6pyasa57mtp350tdrpxtnzjpvgsg9pmgqt", - "cAddress": "0x4D0C0D8aDD0fEcE34dbBD2F85A118Bfd4EEC22Dc", - "amount": "124990000000000n" - }, - { - "pAddress": "flare1pcxs6qwuyjwnu6k04r7qhfft54hu07f7yzmt7a", - "cAddress": "0x65b34F76a4D5bEdF2C5ecA8c3260A52fd03fb867", - "amount": "60000000000000n" - }, - { - "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", - "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1luu8vet77dz5vzjav4lfmtn4u9d576tu3sylhk", - "cAddress": "0xeeA8D2626b5d8e793404Ee2b9adfE311e5739c9f", - "amount": "53329077095000n" - }, - { - "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", - "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", - "amount": "141999000000000n" - }, - { - "pAddress": "flare1a7dnacyxp26n62fcuecrzvuzsxdz4zetpxq2qs", - "cAddress": "0x6fCEA7DC0d2e4dDa36CD3EE61Bf0238Db8F39bA8", - "amount": "53400970000000n" - }, - { - "pAddress": "flare15ktmlvj75m7dcmrhufkry3m08cqnsawjzq0whj", - "cAddress": "0x830BdA342aA6090804b9d8F2717A3569465d168d", - "amount": "57829000000000n" - }, - { - "pAddress": "flare1stfpgkhzuahx8q22whsad4revf02450eqc7je5", - "cAddress": "0xb7E47cBe6B6330c1418E58bAb238c43ea3F126F0", - "amount": "438741000000000n" - }, - { - "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", - "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", - "amount": "588879408532385n" - }, - { - "pAddress": "flare1mhqmfq4fjz645546qyvfm4vkl34cfy5h83wknv", - "cAddress": "0x48a071589C8e2a91ba6c0c55F114347ddf38c313", - "amount": "365580416548000n" - }, - { - "pAddress": "flare1n4dkzd35jpekyl35y5czev73980skmyzjecump", - "cAddress": "0x8397D67d53a4B5b95625B14a9C9c3c83C8BB7DbB", - "amount": "10000000000000000n" - }, - { - "pAddress": "flare1tp6a886kgl79aeujx8w235wk55athhwtd7tuuq", - "cAddress": "0xb0061d260847B42e8616777dA9CD62C70DBfBf7B", - "amount": "2750000000000000n" - }, - { - "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", - "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", - "amount": "1026502000000000n" - }, - { - "pAddress": "flare1hvczg6mhxg92437tuy4edlplgyscu8f7l438p9", - "cAddress": "0x3DE577843BCAE0ff7AAC518c0a4A6EEc1a35B021", - "amount": "594912374425000n" - }, - { - "pAddress": "flare16zylq0yzllh93csdh8uj4lzwumd4kz36pn6qpr", - "cAddress": "0xA76000bA6601E092DB82460DF05EAE8F12be1B57", - "amount": "50000000000000n" - }, - { - "pAddress": "flare19zy0vwtdft4k5eagsksrzvp04hpf35crxd6qvm", - "cAddress": "0x82194C206b5B8e327cb080D4b77CFAB09c6c3990", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qp2usg762d4vfwz3ahert93v966lc8rqrp8a7h", - "cAddress": "0xE6dA8b844c79a56C18b8c9F96a9d2Bd04848D0bb", - "amount": "350000000000000n" - }, - { - "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", - "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1h4lz3gjwv8ghjsddwav2my3wweumal5zte6vg2", - "cAddress": "0x03334eA003ca46fF9a072E154C684bca370bF3d8", - "amount": "1012345000000000n" - }, - { - "pAddress": "flare10g5y742dsgakpcmunw9ek46rkrd96pt0nsgkn0", - "cAddress": "0xa0F4F9f5b78B5d42570b5e030254d27b6973D04A", - "amount": "188094921383000n" - }, - { - "pAddress": "flare1xpxwucuxau7dy085ut6srcjadph8gxvy6v6eak", - "cAddress": "0xA34F4D22f68D197eb621Bf09730D07921444A1E2", - "amount": "10000019256039000n" - }, - { - "pAddress": "flare14azu7ygp6k5uf2c7u3zk0etuk0qu6sh93wm8v4", - "cAddress": "0xe90EF0f6afdD0499405DAddb75506AAB1B6aB03D", - "amount": "1575681986006000n" - }, - { - "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", - "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", - "amount": "6885494606378811n" - }, - { - "pAddress": "flare1v969wd57v7d5r4jt9nkuweshk7elumcwrufmuy", - "cAddress": "0x8856f6D5cd86b639655F7E6168D3274FCc252B41", - "amount": "170999996000000n" - }, - { - "pAddress": "flare1esdv8cpjxv8ee9s3cv9y9rcs7fcp8fqd4gjll4", - "cAddress": "0xF233a25502Fb571A5d978FEFC71553DEC621C3fC", - "amount": "520000891265000n" - }, - { - "pAddress": "flare17dj54enmv5pl2nprcqxcrtplc6m8pvykq3ua7y", - "cAddress": "0xa7E440b5fFF22ee2Cbf49Ad8E4f261AE9e49727c", - "amount": "314134994000000n" - }, - { - "pAddress": "flare1w4gaqddfhzwdx8mff0uz278gk49xmmgh3teyla", - "cAddress": "0x0D6f89F80262CbEDF598C3539Cab67024e8221C8", - "amount": "150000000000000n" - }, - { - "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", - "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", - "amount": "53640000000000n" - } - ], - "totalStakeAmount": "163805384974862819n", - "cChainAddress": "0x6CD7e85E0182af99557510CEE70E00b26213F638" - }, - { - "nodeId": "NodeID-7niiMEHRfGLgT6VZ7bwb6Xa6vpGn8upVw", - "bondingAddress": "flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn", - "selfBond": "8340000000000000n", - "ftsoAddress": "0xB95f930711DA83226416FFaAB084249B2e01e1F2", - "stakeEnd": 1767178829, - "pChainAddress": [ - "flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn" - ], - "fee": 125000, - "uptimeEligible": true, - "ftsoName": "PRICEKRAKEN", - "BEB": "8340000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "5985000000000000n", - "normalDelegations": "100827006309022144n", - "totalSelfBond": "14325000000000000n", - "delegators": [ - { - "pAddress": "flare1ujl8mc48p0at9072c62mecgean6f965c32309y", - "cAddress": "0x1343A0F8D469888A52bA3f9d7E946adAf5714130", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1cnzsrxztzl6v0l9zl0xmr89canwrk62zuct26m", - "cAddress": "0x9a5f27CD3169BBA7AAEC562C35D25E920AB805cc", - "amount": "145785977000000n" - }, - { - "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", - "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", - "amount": "177606994000000n" - }, - { - "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", - "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", - "amount": "244208000000000n" - }, - { - "pAddress": "flare1395qwueuctwl7jj04xp07mt8suvd0xpjgly9sw", - "cAddress": "0x986Ab401DBd27c3D84F483D2Db90ffC0F653c718", - "amount": "50444000000000n" - }, - { - "pAddress": "flare1vvw73xg3y2kzm34tq8tzemjz43ranlll54470d", - "cAddress": "0x3cDF058eFb4a09Ed78A40F8e6941B5814187d9cd", - "amount": "169000000000000n" - }, - { - "pAddress": "flare1axeyvufctxl7y769enfkstl6unxqzjskrwwy5z", - "cAddress": "0x9fBC96366B3840dD942036e81022568e8fA0aDa2", - "amount": "80000000000000n" - }, - { - "pAddress": "flare1x9gdutq7ct8erpzydf3za2px82hc74gaeyqaan", - "cAddress": "0xAB37CA7005D8e865bd98cdC265Bd2484bFBC13EA", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1u6f8wkvvnyaru6tv4fl7px4y6d7lps6grc0xmg", - "cAddress": "0x236066A85426c4Abe4B75a45E2De45db7d8298a8", - "amount": "120002000000000n" - }, - { - "pAddress": "flare12r5j5x0rxan9qd5av756s7kxny5zw4fevhz9kq", - "cAddress": "0xFa069cc7D5643f6AAB51073ed30A026b125B7c9e", - "amount": "80000500000000n" - }, - { - "pAddress": "flare1m68cpvlajje6dg0zpvyvv5xzn9g2yf5lewkkxq", - "cAddress": "0xc7E0bA5F3d45e77D87AeeF227D043342662dC2a9", - "amount": "173199998000000n" - }, - { - "pAddress": "flare1a93kxv0f4pwyv0w8zcz7q7mqrpsugmad440zyc", - "cAddress": "0x16b57a4C93E53785Cc4cf9A6BCd42B600cd57aF2", - "amount": "52499995000000n" - }, - { - "pAddress": "flare1m02snesu93e9t3w8jcmgc0mr9rygjnp24v0gue", - "cAddress": "0x20864C8Aa16bE02FD14fEb8BAD4894835876DB69", - "amount": "1121408000000000n" - }, - { - "pAddress": "flare1xjd263vug6p9t6k0zf6hxftdkdsr4zxuh5an9l", - "cAddress": "0xa26E604adA8f979185145FFfEEA42F59B02Cb1eC", - "amount": "52477949347000n" - }, - { - "pAddress": "flare1ndfxnvnsr6su9eu278rwkfhss4a5nwc6uzqztl", - "cAddress": "0x852cD2d90cDe379BD74A4F2c81285A9f5794f506", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ycg82xvhctxwxy6utnnstpzrwr3vmzde6rsqhe", - "cAddress": "0x41BCce1a069CFEa219Cb01b2b81a142fb346550f", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1wa8kmcl2nkfy2fp467drw0twm5rt0tty0m2pfr", - "cAddress": "0xDd7D568326ea9b126091Ca1F030b456BE04Aa54c", - "amount": "601624957905000n" - }, - { - "pAddress": "flare1m7xlwgr9qfjh2dkxqyd2k7vj4kpelv88pk8vzr", - "cAddress": "0xcd2D7Bd83d5Ee91546fDb5E5d3eF45698d670189", - "amount": "100200000000000n" - }, - { - "pAddress": "flare1eshs4q9rqfdvsggxpfz5ewclfcl75k9kcf8756", - "cAddress": "0x0D43E74766424EBeA04Bac1cC5e896667a7b5442", - "amount": "55000000000000000n" - }, - { - "pAddress": "flare1rnak5cp9kjcmsh9nw8z659536h2rhlmvhv2zf3", - "cAddress": "0x692464a9dEB22497CCe40023973C1dC6DE30e2F0", - "amount": "36250585943770144n" - }, - { - "pAddress": "flare12mhnzq63jlawvk2pevxuvkwnxg5zmxl7cmq07w", - "cAddress": "0xB815F9a76d29B719b200c82016F33Af5E6cADc16", - "amount": "130061000000000n" - }, - { - "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", - "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", - "amount": "266667000000000n" - }, - { - "pAddress": "flare1ftch65mul4klgumxuyx76g2ak4re9xpmt4wf8a", - "cAddress": "0xBe45aFCb3F53FD53b9a2e1A5B731B8a5dA8dA1De", - "amount": "56221994000000n" - }, - { - "pAddress": "flare16nrawqly3rc9swq0aqwk89qf7fg068trngm4pz", - "cAddress": "0xE3D69450e9B94e8B62B9C0606F4D759E7401Bb55", - "amount": "4400000000000000n" - }, - { - "pAddress": "flare199kzascjsrp4y63g3r8zpyw6qxwhwk47l0chda", - "cAddress": "0x929BF1f0AeBb7a22331Bbc9144C0A1db4210241C", - "amount": "100000000000000n" - }, - { - "pAddress": "flare17zx65ulvsz4pxqwx6unud8jl44dvlsueza0gle", - "cAddress": "0xD55C19068c4bdF2f73E90d6964d73e30fc6A1326", - "amount": "99999998000000n" - }, - { - "pAddress": "flare1u6jhchut0w6wcxxdlypu9pu5guj7t0yek83esh", - "cAddress": "0x0EB70D854F875be2F00De68DBf397aCf9663147E", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13wcz5eg3hhf2frxgs7j8hj4qgetecs4unl24sd", - "cAddress": "0xAC899C1C7b1cD31Ab024f56401B7b53A756e4684", - "amount": "165000000000000n" - }, - { - "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", - "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", - "amount": "600000000000000n" - }, - { - "pAddress": "flare1lvx3ml58qnmjsmpelq68p42lxtftcx6xmezvjf", - "cAddress": "0xC608e849603Bf012BC3aF7AF0b2a14E6a00CFfC0", - "amount": "90000006000000n" - }, - { - "pAddress": "flare1qdvkrqg69wq2lcd4aqm3ty2hh6wmnql05evkyt", - "cAddress": "0xFd9eE2470501A628E7DfdaAbb77b46E0990aEB9f", - "amount": "100011996000000n" - } - ], - "totalStakeAmount": "115152006309022144n", - "cChainAddress": "0x5f3CF159075EabB0f5Db4B07230C4F7E8fC4D90f" - }, - { - "nodeId": "NodeID-MWNqxgXd8itY143jaNyq8aMYTeV1RXJgS", - "bondingAddress": "flare1j67sqxpslhpaf89mz88p9y39w0u0hu98khjyhe", - "selfBond": "29900091000000000n", - "ftsoAddress": "0xB53F6CFaB63CAbFc255c702ebeB273510DB541d7", - "stakeEnd": 1767340800, - "pChainAddress": [ - "flare1j67sqxpslhpaf89mz88p9y39w0u0hu98khjyhe" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Luganodes", - "BEB": "29900091000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "153487421477791397n", - "totalSelfBond": "29900091000000000n", - "delegators": [ - { - "pAddress": "flare1fktgtd6dvse59mvzy4w42zvqc3g2t3ysf0hsdg", - "cAddress": "0x91E2447bf8dD726B4D72313F900804593B98B96E", - "amount": "961431989000000n" - }, - { - "pAddress": "flare1vmh7lw53mv0qkuypad6ug8cehtzv7rqhpra3nf", - "cAddress": "0xacAD5783F500ebBc04c0a717BAF2d3c6b8D83880", - "amount": "140000000000000n" - }, - { - "pAddress": "flare1x9gdutq7ct8erpzydf3za2px82hc74gaeyqaan", - "cAddress": "0xAB37CA7005D8e865bd98cdC265Bd2484bFBC13EA", - "amount": "9350000000000000n" - }, - { - "pAddress": "flare169whag4tw9jnc52z9h5cuqwy0tpq9arkm3vgw8", - "cAddress": "0x5E49459561Cf9580e28F7630F7210326317058AE", - "amount": "100001000000000n" - }, - { - "pAddress": "flare1jch2alrm3yh90xmnmvf00r79drpygl8cy3mwav", - "cAddress": "0x2b01BD032F781c58F90d5120Ce64425bbD30035c", - "amount": "5340000000000000n" - }, - { - "pAddress": "flare1xrd8ad2lskuje2sy9p850p4a6ex7naksk73ac0", - "cAddress": "0x23DC5fC77Ed4782b80239D4d43C55307bdfFf278", - "amount": "193500000000000n" - }, - { - "pAddress": "flare17m08c58l3jkmk28vh0za8g4e5m6vtgxguyvlgs", - "cAddress": "0xE9e11C8E916f32714108b173E6315ebd44FFee44", - "amount": "37000000000000000n" - }, - { - "pAddress": "flare1h6dttlyrqn7u7tjzafhmk3w3sun26tvxkw5p7r", - "cAddress": "0x7d6D970726D3D6464b1BaB09c7E9E981dF165F9F", - "amount": "52000000000000n" - }, - { - "pAddress": "flare16d2dv7m57rvk458g24z0dkzmg6n6af5pmnq57d", - "cAddress": "0x929F34BE63fa8da803A754e739324702a54929a9", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", - "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", - "amount": "50000000000000n" - }, - { - "pAddress": "flare19rh6xddnd6yk2uvnpukecmvwdm7xh4mcxq0td7", - "cAddress": "0xf6C69cAE28eC2Bb05d79b06E147B75bb3fA4D84D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1cy8v93cfprl2snduqafxsp2hdnun5ev573xjt4", - "cAddress": "0x9207CaCfbC8493B60962f6871Eaeeadc9A6D2D2b", - "amount": "525000996000000n" - }, - { - "pAddress": "flare129z8pn8vmd7nkl5tmntshqpetk8gm8q5rm2plx", - "cAddress": "0x563521860A21Dc99c5e14cdaF9C82C99b855642a", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1dxyda5rxdn920zj4qgk0echuuu2mm6rcdhclem", - "cAddress": "0xe7FF75cf787803840395E53E42E2553e85ff4cA9", - "amount": "302299998000000n" - }, - { - "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", - "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1j4ulq4fk2aak93qftnmej649w56ce5dx3qh8sd", - "cAddress": "0x187a9e4f8dd811cfca029B1898125De594b3994E", - "amount": "264994363632326n" - }, - { - "pAddress": "flare1ftch65mul4klgumxuyx76g2ak4re9xpmt4wf8a", - "cAddress": "0xBe45aFCb3F53FD53b9a2e1A5B731B8a5dA8dA1De", - "amount": "111133968000000n" - }, - { - "pAddress": "flare1nmtqczaslta8g2w7e556h68r9x6txp87ng0dyu", - "cAddress": "0x544Cd0011f851c7513EAf245821f586689fFb562", - "amount": "50400000000000n" - }, - { - "pAddress": "flare1pc357zvyl3mphp80jfw3zv3hsv67xn0a8jenj3", - "cAddress": "0x924Eaa0bD24c67f7a86EFcd6D78FBBaf557A41f2", - "amount": "66743000000000n" - }, - { - "pAddress": "flare1zj23mfrsgjnd0s0qav90w6uqfpxhvrek86t3k6", - "cAddress": "0x69B7B4544478c52f170434d20122638D6ffD4114", - "amount": "140000000000000n" - }, - { - "pAddress": "flare13staca0ny0r7ccxmrvpl2decgvy6xgus2cty0w", - "cAddress": "0x9c17dFAcaF9832949929910a38D0E7aaFBa0416a", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1qjqcu32u9qpgj2dh67a8h4xd6psvpqun3ck54p", - "cAddress": "0x3d24e32C0aD45253d5cC342Ea6D4548a5c8647dA", - "amount": "300322105593000n" - }, - { - "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", - "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1wpyr0560z97gygyvsftr70kku84atnm40sec2f", - "cAddress": "0xA5a0B77386508494D431C8FcaAdFbeFE0Be46a13", - "amount": "1272590689434145n" - }, - { - "pAddress": "flare15d3vsctkvnzhztym80j3fq59cd90ntfem722wv", - "cAddress": "0x7A0ce230710853791F260E482330A4C2BC800913", - "amount": "206635067167000n" - }, - { - "pAddress": "flare1ye34h8qg3ke700nweqjhmp8r6zfx7jtrr5p567", - "cAddress": "0x839b752520E92008059B41f9e6DffB39Ab00514e", - "amount": "973899992000000n" - }, - { - "pAddress": "flare1nrdvkhln5nl05q9ks7wr7tw6aqkhyk2n4u4vuu", - "cAddress": "0x5004ad4c95d30EEb3436B1209b4750Dc7aBA4AFC", - "amount": "300000000000000n" - }, - { - "pAddress": "flare12av9whkdu6c0rd9tyjycehz2s6duwzdnth2fm6", - "cAddress": "0x6810f8F4eA1C53c95adeF9c0416A6b228BD69E63", - "amount": "2520988244452000n" - }, - { - "pAddress": "flare1d9w0tutzurqu676f32fqag4ksx4dl037qrdmpl", - "cAddress": "0x040a9f50fe3802b31653Caafe9600470D764ad78", - "amount": "2324935000000000n" - }, - { - "pAddress": "flare15jd2l0thftmd9396r7vm5xwja882vktjnxrtdh", - "cAddress": "0xe7c16B7bbf01cA5444472197b3D974716CA13fa9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare18dms5txs2q5req0w5rlgard3pml7ygms9g9qm5", - "cAddress": "0x087A28B0b6990cf74B7A8217171BeEe6Add2849E", - "amount": "231500000000000n" - }, - { - "pAddress": "flare1hf4w6ykcchzzxhtrllwrdsf26sjlj6pxea55mg", - "cAddress": "0x3d13c6D311e9f636a644Cf2C3fd6dA2c5B8DE41A", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1erwk24s8cjnyj00wcjtyn53uh5kt6waxmnv696", - "cAddress": "0xD009aE9Db57cEAD628c7CbD7D0081c820756ba25", - "amount": "66050000000000n" - }, - { - "pAddress": "flare1yvl38vzft6deux03ahdln07gr56escqygh5zw6", - "cAddress": "0x6De257252C6C2c13F59BF05ee9966a8E268B3A02", - "amount": "1485582998000000n" - }, - { - "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", - "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", - "amount": "314013408914000n" - }, - { - "pAddress": "flare1dphy5taxv28gus94zzramxfxvhl53qgd3vlaly", - "cAddress": "0x528022Cf31b0CA8A0998AAdd7D659EB7133F80Ac", - "amount": "60001000000000n" - }, - { - "pAddress": "flare1hqg220rwt9l3478sj6kzdrt8962vq6xf0uxsgp", - "cAddress": "0x3802C1733ad75FA886c0cac1b160Cd49B6D4F606", - "amount": "4239630510903000n" - }, - { - "pAddress": "flare1uzu6fppvdzcx2hgdllrdjs4kar3tfk4s6t9gn6", - "cAddress": "0x151E80Ed218E09De16E8bCc3dC88Af482a527e97", - "amount": "1525531735988275n" - }, - { - "pAddress": "flare13g0fw5ypr2v5d3qzuw3nhlxgpk42lqf2yglhrs", - "cAddress": "0x27600F2da6e9A1798f26a4a6e47bdA09e0A62616", - "amount": "1414670000000000n" - }, - { - "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", - "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", - "amount": "100000000000000n" - }, - { - "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", - "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", - "amount": "40148321569957584n" - }, - { - "pAddress": "flare1n7n40l9k7pg287smka6vfy3ywt3t9sucgv6206", - "cAddress": "0xC53cEBb642140F373f9f466Cae809D6270c90B95", - "amount": "205999957502000n" - }, - { - "pAddress": "flare10t0gvedta3vtvwcf4wee90l3xdnkwhsysktd0p", - "cAddress": "0xdEfe79004606284C3ce91a29D267Fab4792Ea820", - "amount": "2700000000000000n" - }, - { - "pAddress": "flare1xuhs7uvzu9w7m0dcvqh4xfzqevd4r9rqzurjm6", - "cAddress": "0xb497311cB3200b07168f83028c99991520f3B034", - "amount": "1190930000000000n" - }, - { - "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", - "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", - "amount": "60000000000000n" - }, - { - "pAddress": "flare168gcu8spavfyq2u7rumruhfxvd3gm065zxa3zt", - "cAddress": "0xd781CaEdda0Df2f27955CA0689d0981F209d9A45", - "amount": "3239835499252000n" - }, - { - "pAddress": "flare1fjpaup4dwxzhd2h84k7zg2k0dach7sj3sxs797", - "cAddress": "0x3120736C03AfDBc2132c73Ee06ee6d804A99d28b", - "amount": "1094723000000000n" - }, - { - "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", - "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", - "amount": "89847111052000n" - }, - { - "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", - "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1tq3h2tzxqy8upnakypjg78w6ukrunv2yszt08j", - "cAddress": "0x43131e554343fc2C645A194b51095d614976270A", - "amount": "3747997441943354n" - }, - { - "pAddress": "flare147xpukgwcju37fu4wyk9ahuej0jtv3dmpankny", - "cAddress": "0x5b348be8755dF31661F0Ee5dA4c4A9371A0254d3", - "amount": "1009494998000000n" - }, - { - "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", - "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", - "amount": "145029913000000n" - }, - { - "pAddress": "flare1l7835sz6t68tfjzhthfycgs89fjkpr986gl9c2", - "cAddress": "0xe83fb0d25a2F6b497DF3983c64fF6E836fFAa49B", - "amount": "599888000000000n" - }, - { - "pAddress": "flare1lyqwg6mwc63jy30jaf55gxxldynvh20f0yzqmp", - "cAddress": "0xbA9797F784E1117da12b7e5C6d44a2e8fb4f3f74", - "amount": "500579489507000n" - }, - { - "pAddress": "flare1yhyjtnc7stkt2ale3dmvr625nte6jyze8juft9", - "cAddress": "0x38499A6f4210F750C85c38Cb807f0fa7D5DcD445", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1qlxcp5h7atqyctwpl5x0kcfxt89e5nq7emwtu3", - "cAddress": "0xB5F3d8d49B3b67fb839Dc2ad288782fC3B9efaeC", - "amount": "97382000000000n" - }, - { - "pAddress": "flare1u0vr3njktal3gd92n0q52yu7pz899y43xrf8wl", - "cAddress": "0x6E95039c668A46F9C3B5a8fF2E427a2a0C5A0009", - "amount": "2173056312207000n" - }, - { - "pAddress": "flare16jxq46zhcz79tay94m0ddkwdqvh80eqa843unz", - "cAddress": "0xDC7316CaED1CeA7dc7B6B040E827b1596fDbCEB3", - "amount": "6712520956000000n" - }, - { - "pAddress": "flare1lxjj7rnfctmj3chmejz94t9m6cup43s8vrzdjx", - "cAddress": "0x5580e06302937B0B18a293322c7337eefEC7d600", - "amount": "1227823821523325n" - }, - { - "pAddress": "flare12wjh7ruu2nsja67eczrnphz5s7lqnev3fv07e5", - "cAddress": "0xD578b78Fba6b885A7DF693b16dba51Fe585C3695", - "amount": "3463220818415000n" - }, - { - "pAddress": "flare10tvznuj5hsg3fxy5uy7d3g58vdwzrd8gv9u5vw", - "cAddress": "0xDC0cB9060b36374E6C21fE18f0dc8cede76f04e4", - "amount": "535266000000000n" - }, - { - "pAddress": "flare16kj3savyz6g2595e6t0ke3kr4wgne3xuc65t5x", - "cAddress": "0xa312A0AD6eFd03260B8d678c7CdbE7532aBfA9d9", - "amount": "208291191000000n" - }, - { - "pAddress": "flare1hj8plxxaa5yxfurzk52adcwhyusvfwgcf5ef0m", - "cAddress": "0xF41719a196caD5A11202158b2f9dfE0B39600433", - "amount": "921051823125002n" - }, - { - "pAddress": "flare1vvffvdpdn3ryq7jy50n2ua7ywrv576y5030try", - "cAddress": "0x12EaAB2ea26b63ca3163Fc2aD043c1f93e920360", - "amount": "60000000000000n" - }, - { - "pAddress": "flare187knyxprcqagwx8xtngm9vny7tre40k04qknha", - "cAddress": "0x1e7B4F2Bfe2EA2fD73470A2257F5460A293613B7", - "amount": "450001000000000n" - }, - { - "pAddress": "flare1xpxwucuxau7dy085ut6srcjadph8gxvy6v6eak", - "cAddress": "0xA34F4D22f68D197eb621Bf09730D07921444A1E2", - "amount": "5000000984325000n" - }, - { - "pAddress": "flare163a96fd6x6j7x84hvjktm205qjws75ez7xx05y", - "cAddress": "0x41adc4F0a9686c281A00543D5B138d2b72A1DE59", - "amount": "97624996000000n" - }, - { - "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", - "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", - "amount": "125000000000000n" - }, - { - "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", - "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", - "amount": "67989992000000n" - }, - { - "pAddress": "flare1a9f495wt8u06gqsuxhgnztdyf5szvcvelwz02h", - "cAddress": "0x36ba3AbC89D7D526056300715351A2d07A8d5E8F", - "amount": "101343960907386n" - }, - { - "pAddress": "flare1kq44d2srzd4sf5r0tnz8wlthgzzx4ldjacusrs", - "cAddress": "0xdE4cAd6024B51f1E78188ee0dd43665cab24210B", - "amount": "55505451000000n" - }, - { - "pAddress": "flare1fmmg2wglqgkdq4ww8sq3n0gzghvvk3uezwadln", - "cAddress": "0x945f4787B84EC97e70600cf6ce47fE02c0F32B06", - "amount": "1483004658712000n" - }, - { - "pAddress": "flare1782a0tdkxtagswlxypzhg9hmtgl4mfq3n45mxv", - "cAddress": "0x58BF55d02549D5201829964Fdec4154320D2CE5C", - "amount": "50999000000000n" - }, - { - "pAddress": "flare12hnvkypdve89wxtey5qk8txf6svnzqpa89nwha", - "cAddress": "0xbcFEb38E66CB358010d41B36fCC9fC601F3682CA", - "amount": "700000000000000n" - }, - { - "pAddress": "flare1rmlaqk8jl943s8aqvyfmzhnqkw0j32af7uejf5", - "cAddress": "0xdaB54E5DeB3b7FCaf58139913aFe29e4c4fd89d0", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1ljfrqrrtu6tnlvg05wq9ph3afxq8svempzklyu", - "cAddress": "0xb98F7705c9086E8c4E8B4Eda8982D540a459f6f0", - "amount": "85327467279000n" - }, - { - "pAddress": "flare1nqs54shg6p6rhgvrgz63mnf44zqe690gxy5jta", - "cAddress": "0x033d8e968e081d089880c26CEae5a07Fcb06Dff8", - "amount": "1414007998000000n" - }, - { - "pAddress": "flare127ru9hcj304hm88slmkp0gqdvwc88zd92j5gvc", - "cAddress": "0xe52e460FeA4520bA01298e828B66b3Eb0019048A", - "amount": "91500000000000n" - } - ], - "totalStakeAmount": "183387512477791397n", - "cChainAddress": "0x8807340C9e57C66A178501Eb726f7878ff2FA985" - }, - { - "nodeId": "NodeID-JFiAG1SiqUFh3EnkY8oXcXUg8RuT2guZp", - "bondingAddress": "flare1tg3829ausf9kr3h4j235mjatc765mxzgk4k0ha", - "selfBond": "3250000000000000n", - "ftsoAddress": "0xF33A0Ac50f2E85737af577ea68583f264C7A1f78", - "stakeEnd": 1741485600, - "pChainAddress": [ - "flare1tg3829ausf9kr3h4j235mjatc765mxzgk4k0ha" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Knot Nodes", - "BEB": "3250000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "27917187999110000n", - "totalSelfBond": "3250000000000000n", - "delegators": [ - { - "pAddress": "flare1qrs9dkfezlc88unk05djn47kxflt94kla4c57f", - "cAddress": "0xf299ad5AA6be2751C67b1De62047EC75457D5918", - "amount": "27578153270000000n" - }, - { - "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", - "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1070s4sllz6fxeyxvdf2yfy2dgf7knwmwsqth54", - "cAddress": "0x7134c37F325A0783111bd3b12182b7bEe3E925C3", - "amount": "139034729110000n" - } - ], - "totalStakeAmount": "46167187999110000n", - "cChainAddress": "0x46628966E739Ed1b78007Eb58b5fcE048069872e" - }, - { - "nodeId": "NodeID-EPLACd344ouymyJAQYXZBvbmU3NJ6ooeB", - "bondingAddress": "flare13vuv3x3apzewt7y9frek94ryvm436r3fl0c4zh", - "selfBond": "7959593000000000n", - "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", - "stakeEnd": 1741366800, - "pChainAddress": [ - "flare13vuv3x3apzewt7y9frek94ryvm436r3fl0c4zh" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "AFOracle", - "BEB": "7959593000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "104114321014871332n", - "totalSelfBond": "7959593000000000n", - "delegators": [ - { - "pAddress": "flare1xck46sy4s7x9f43xkfcr0exyl2acnv64kuccsp", - "cAddress": "0xd51DE8D2BaBcf9F0c800830a54ebd9Ceb219361B", - "amount": "57100000000000n" - }, - { - "pAddress": "flare1zqy7wgsvcnd4awtw5nz4r4klejeauzq6gem83h", - "cAddress": "0x471EB30324fFE65f5eA168A6cBE1821421C4356c", - "amount": "81700000000000n" - }, - { - "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", - "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", - "amount": "4733198000000000n" - }, - { - "pAddress": "flare10g7kq75568h65fmrsgut76vve8y77g2ff6mh6w", - "cAddress": "0xDFf351C31c6e5447CC7CE25dcf75d33E53547F72", - "amount": "38412475990000000n" - }, - { - "pAddress": "flare1j3algk4wk2tsnfmaq4wmjt6ed6p6pfwncne5jt", - "cAddress": "0x1172756e9297402999bcbA3F702EaCbED0d0809e", - "amount": "1220000000000000n" - }, - { - "pAddress": "flare1eshs4q9rqfdvsggxpfz5ewclfcl75k9kcf8756", - "cAddress": "0x0D43E74766424EBeA04Bac1cC5e896667a7b5442", - "amount": "18443451093962908n" - }, - { - "pAddress": "flare13595xye67aj628a8zqfvjfa3w999dly6q5dv6u", - "cAddress": "0xe11153D636ED0576BE3f439E80f7a0EE187Fff17", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1mqed460trf2gqur5erv4y3kve6umcq8sr8c004", - "cAddress": "0x186Dc94FA7dAbdd2F5569338D67d5B3f6D58699C", - "amount": "1007930000000000n" - }, - { - "pAddress": "flare1ldumh2ghxjhjw963qkgth07j2w27cre7fddhzu", - "cAddress": "0xED89392847ab626964c670A4Ce3a9520466Da023", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1caf00agz9jzvadf2wcfwgjwc0uu33xy50fuw4w", - "cAddress": "0x7465dA36002275dF5641ad1475eF68d507DafDb0", - "amount": "40008465930908424n" - } - ], - "totalStakeAmount": "112073914014871332n", - "cChainAddress": "0xE2E7C82d765C2Fd4e22071EAD46bF7E045eE3fbe" - }, - { - "nodeId": "NodeID-2q436GJKA5faTceNaAbu7CYxftv3K8fS4", - "bondingAddress": "flare1s880acgq84yjqm29zdjjygnu3yfl54gd8djxu7", - "selfBond": "7750000000000000n", - "ftsoAddress": "0x8863eAD675DfF5Cf260D5FdC079d50996D1F3cd4", - "stakeEnd": 1767649500, - "pChainAddress": [ - "flare1s880acgq84yjqm29zdjjygnu3yfl54gd8djxu7" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Solarius", - "BEB": "7750000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "54350518459574528n", - "totalSelfBond": "7750000000000000n", - "delegators": [ - { - "pAddress": "flare1attj9fgjmw2z4a99pfn9gng29q0vp78xp7yp49", - "cAddress": "0x5784934A23166B483b95422aF697CB1e068031AF", - "amount": "274445982000000n" - }, - { - "pAddress": "flare193cp78snlzp8lh7atp4kuaa8spkgyppzjyn6wq", - "cAddress": "0x01f975FBdD5944A74A9B27b74423E23ca40E776D", - "amount": "700821969000000n" - }, - { - "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", - "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", - "amount": "821061000000000n" - }, - { - "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", - "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", - "amount": "416000000000000n" - }, - { - "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", - "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", - "amount": "80000000000000n" - }, - { - "pAddress": "flare1d68lwr55ts3zua2kdj5ycp9l7n03y2p3zj3czt", - "cAddress": "0x7C4e923AEF5740eC2d25AB2D629Fa30Ea044F8D5", - "amount": "160000991000000n" - }, - { - "pAddress": "flare1symrr4n7hp87va4d6rhu0xhfqet0kptmhkk8fp", - "cAddress": "0x007599946F7e8bf2Bf93129315EC32ffb42bA44A", - "amount": "1545814000000000n" - }, - { - "pAddress": "flare1fxdvn5tnvq3c0ptwxd0pw2s9n62htk6n42855n", - "cAddress": "0xd8A0D653f33DAfa287aD00c15f2451B67FAA513A", - "amount": "73622748524000n" - }, - { - "pAddress": "flare1zvck3463ctkf3uvj2jcc4m88dahypgmwvhdqwr", - "cAddress": "0x0B88e66c6db5e84439767ceDA3c750f3BbDBEAB5", - "amount": "232292000000000n" - }, - { - "pAddress": "flare19j76y2kndh5nztn4flktxxrc7aq06utmxrcja2", - "cAddress": "0xE204ad1c8d1ccd2dE403DD7564C80c5113894933", - "amount": "77995986000000n" - }, - { - "pAddress": "flare1a82ttp9vtyyzn4h66af9n4wgc80f2ejprrc3wh", - "cAddress": "0xef380916e58Cb53B1F1cBA69D5844E9d893d0368", - "amount": "75344500673000n" - }, - { - "pAddress": "flare127yrkh9vcdg9gufqyanhfllvpctwutpxxkd5gw", - "cAddress": "0x0BB95a64AC985a371C8B02A1664E809009CA4ff7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1cq8ffjzc5zu5ptsp5nrey948dkne57khe0apxr", - "cAddress": "0x53E1F373940728E289d47245C466de2e4691A9B4", - "amount": "777279986000000n" - }, - { - "pAddress": "flare1muc0g9e3a88drffrckaml6zvycud5g7kxu7k9h", - "cAddress": "0xD33b75231dDBe4E8D1E8B9B7F75C62f2AE01fD74", - "amount": "94654961000000n" - }, - { - "pAddress": "flare140r5uxjex5t5gx5jalqgknguz53nn5psjnvkrw", - "cAddress": "0x954be33F20f9A188F9C22B0751C08304b3F3A639", - "amount": "1354887970000000n" - }, - { - "pAddress": "flare1uhe5lqpw2wzw58554vh0twryez3vr6k3r9xgd6", - "cAddress": "0x9392ED575b4032ECB958dc3d3DA0310A517AFD8c", - "amount": "43022013501867528n" - }, - { - "pAddress": "flare1stgahl7q9v5k7thn3g9cmr6rjp0cr8c2hhem9v", - "cAddress": "0xeD29772279FE0605470Ff7f76F2E068B7C5415Be", - "amount": "450000000000000n" - }, - { - "pAddress": "flare1apgauvuwdhryl9agv2qwstqk8c242pfeflqh8n", - "cAddress": "0x882385cc017338bAb95ef6C75AbFE011b25BC773", - "amount": "349874388885000n" - }, - { - "pAddress": "flare1evvu8wsdzahz3v3e6p74xt9kma3l2wru9zv3gt", - "cAddress": "0xDEa71Fcf730e3fAaA424d0ef26514FFd085a00a4", - "amount": "226628501625000n" - }, - { - "pAddress": "flare1amceq5e8ppnpkzqaqth3s3l5naqh8l4e9yd7g8", - "cAddress": "0x5cd69F2Ef72c6A8842A73A80BAF29870b74FA98f", - "amount": "344638000000000n" - }, - { - "pAddress": "flare1dkq4392jmt8rqkzaz8f7lxzu0decz2c8s4plj6", - "cAddress": "0xdd6AaAB146138d34467FA43e0EE0c2c2AC20FaC9", - "amount": "3000000000000000n" - }, - { - "pAddress": "flare1k69z6l5rt0j6nd6xc29p6wzzkqs765hewyhauv", - "cAddress": "0x62F8928B73ddF63EDbE3Facaa3304e52CCEd8336", - "amount": "223141973000000n" - } - ], - "totalStakeAmount": "77100518459574528n", - "cChainAddress": "0x5ae2F4DEBCE13c568A460152345650eCD44e2C85" - }, - { - "nodeId": "NodeID-HZwFckGTbucqTtE7qcv6z85mnScUfAeW6", - "bondingAddress": "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc", - "selfBond": "10000000000000000n", - "ftsoAddress": "0x4990320858AE3528B645C60059281a66C3488888", - "stakeEnd": 1741473000, - "pChainAddress": [ - "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "AU", - "BEB": "10000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "122339405695955498n", - "totalSelfBond": "10000000000000000n", - "delegators": [ - { - "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", - "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", - "amount": "36672970046836800n" - }, - { - "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", - "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", - "amount": "708746000000000n" - }, - { - "pAddress": "flare1957n9rmlrdsnctacwd80jlsnrqm6x5nyg72vlk", - "cAddress": "0xb3A74b65656539358B741ce307c1dF8441248AD4", - "amount": "105000000000000n" - }, - { - "pAddress": "flare1c3pc8zy6ypmya2s96f3368m3ecgh76r3eerpad", - "cAddress": "0xCf4d9712552a4B419396701AE25e897664fBF5dc", - "amount": "606374013023109n" - }, - { - "pAddress": "flare165qvzdm070s6awv4j3ua8wtnjsatk42xwe8mux", - "cAddress": "0xF9A949052e4050bDEc1B58f7a8CF0ED2c5b24d47", - "amount": "51145000000000n" - }, - { - "pAddress": "flare13vlt4ttspst7castyeaqvavrskau67am3ugcem", - "cAddress": "0xf6b68210cA5BE5Ac9C11f09D1658DD96e4ACA8f3", - "amount": "445150000000000n" - }, - { - "pAddress": "flare1kd2dsgczyk6jfj84sfxxnw6jpygl8hzknt3s4m", - "cAddress": "0x79C213f310bBa418aB079651a9b95D81a307BF91", - "amount": "100000000000000n" - }, - { - "pAddress": "flare15xq27yk3z098wpedukyzj293r7xrazqfca89ls", - "cAddress": "0xA9Ef5f276573de03cd57B640c36d5073B2205Aa1", - "amount": "104380000000000n" - }, - { - "pAddress": "flare14uylkkkflwvyqc6q6nq79n2ayr9t3dutp7cz34", - "cAddress": "0xb4a2816292EC8F91b04A711C3c365530a1b691A2", - "amount": "419369434000000n" - }, - { - "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", - "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1djm3etv23e7k409gs2zm0dglnsgngt37yqcp0x", - "cAddress": "0x80057A70F530E9B2b6Dd5B7a7CaAAC7eD3c7f85c", - "amount": "107000000000000n" - }, - { - "pAddress": "flare1kcczaw37jgfxnfe5krdh3ee0jkrpvzldw7339l", - "cAddress": "0xE5e8C9fB35ECF19D1d05854567A9043DfC8DAE40", - "amount": "945086989000000n" - }, - { - "pAddress": "flare1xv0s8g3h7q3vgew4yum4p6jvk9yn468tl6m9cm", - "cAddress": "0x677447306623b50dFdcd359d7cDC441bEce1DED5", - "amount": "1989000000000000n" - }, - { - "pAddress": "flare1zxq20eg7uydp8ntsc5u737ujdlc9j3ujhs8eak", - "cAddress": "0x9A5D27674FDB99C4878769749b61C51764b0d888", - "amount": "206720000000000n" - }, - { - "pAddress": "flare1pl3zqd97m5se4em38app2kmkyf9ewlua08y8k2", - "cAddress": "0x45F6dea23d4F1733fBB67F6B21b1F5a9F4dd2578", - "amount": "2657407204972000n" - }, - { - "pAddress": "flare1lk3c5aatuthd0ud5ydm2kcljc7gnqljkadheuf", - "cAddress": "0xD24af9AfD2e659d7B1b115f5002F011DAD313A6A", - "amount": "184850000000000n" - }, - { - "pAddress": "flare1xn6jlkf04snp3wcrakklk5y0svl08zghcfrelc", - "cAddress": "0x668B0feFdA98785d372A67Ede07Dd1b7702Bb098", - "amount": "50230039664071n" - }, - { - "pAddress": "flare1ngmhuqpq5zgmfann349x4uqd0da95ke7ln74as", - "cAddress": "0x3af21e3C5e5e542b06C5993b8906805359E5521E", - "amount": "55000684251276n" - }, - { - "pAddress": "flare19rh6xddnd6yk2uvnpukecmvwdm7xh4mcxq0td7", - "cAddress": "0xf6C69cAE28eC2Bb05d79b06E147B75bb3fA4D84D", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1zqa2kjednnawt9an7z005fnwptsv76vruk58sq", - "cAddress": "0x003E5ea59Fc82c772ad320282048B0863e776d2c", - "amount": "50561988000000n" - }, - { - "pAddress": "flare1glawqc9yamjx8nd2le4ylqa0hw85p2k0c7fnhq", - "cAddress": "0x34d0354c1eB84bB560C4F1576C9bb9d44B53F0AB", - "amount": "52501708360000000n" - }, - { - "pAddress": "flare154etkfn0ggecgu92c748d7jacvtwlw9ahdpad3", - "cAddress": "0x42F8BA994D76524CF13eC55dCD6983ebb4054Cc4", - "amount": "350694866297000n" - }, - { - "pAddress": "flare1lzlm7du0302tzckackznjjec9x7y29mkv7pz7e", - "cAddress": "0x344F9AdEE9cCf5c00FC75404C8538F6C4119AF6D", - "amount": "50450000000000n" - }, - { - "pAddress": "flare1kt9fay92z3k4aem5uc9lu7jg9ry3qaxj2t4h68", - "cAddress": "0x055Ec7ffe8Eabb0330d173e5020A00676B02E954", - "amount": "52000000000000n" - }, - { - "pAddress": "flare14xv7da0zkrs69sd0gc0c47xa5hky0nwaaf9m5l", - "cAddress": "0x1D98544438B0056EFfB4Bca5c3C08F688c537532", - "amount": "330160988000000n" - }, - { - "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", - "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1tksgx30df28dm6qyj7jgf203ftkyh03h4t9qj4", - "cAddress": "0xc394dFA78E3C6508e7f8c2edcFe9A62E8bd33e1f", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ezgu3ymygef5futc9e0e6jclefewwe3ezrrn2a", - "cAddress": "0xDc7Bd81fFC73227537DE2765c3a16C76144353E0", - "amount": "63000000000000n" - }, - { - "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", - "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", - "amount": "50000000000000n" - }, - { - "pAddress": "flare17sm67x24gkrzspuufuf9ydyw50u8ssv78a3wvp", - "cAddress": "0x1036d302D8D75dc61ddB39b4C2C27Fd7a18491Bf", - "amount": "126516188867000n" - }, - { - "pAddress": "flare1vu2rhq4rrzgurmuzr2dj5ysvkss5v68hzw9nqj", - "cAddress": "0x648537ecE8c8022208212a61Dc41441BD0DeA23F", - "amount": "78000280000000n" - }, - { - "pAddress": "flare1had76gzfnluqknhpjxet0cyegnpdua7m0984y9", - "cAddress": "0x7D8321c6F1020354a5D25cE327fc9237cdB807Ab", - "amount": "203217305165000n" - }, - { - "pAddress": "flare1jkwqu2uh7aaxxmrk4mzrhlsgc7gz6r9pm9zlvw", - "cAddress": "0x91edbB3dC6ccC671b809CD9025E7104081c17Ee5", - "amount": "900000984000000n" - }, - { - "pAddress": "flare1t3hverkrpwcm5cyevgk5p03fgsrz7q9sh2zv5h", - "cAddress": "0xA3a5929ed912b4B2DA00E751e3C18D3DD9B1e83b", - "amount": "309021036202000n" - }, - { - "pAddress": "flare1c4l57lthazd6s98zyt4eqj5z3vg2un6nhqvs78", - "cAddress": "0x22D53A060686afC232974Df4a7A55B28a1E64A67", - "amount": "70500000000000n" - }, - { - "pAddress": "flare16pdhh0kcjx8hfuh9ak5hg6s7v830ed9rlx5szz", - "cAddress": "0xcCa3319bD691f8ed61e828343EE5Fa25097B7bF8", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1letkttkll0r4vevk24puyvykzw6x6uyja3efmu", - "cAddress": "0x9cBCE6aafD4Bc47b6C50B1627B7FB3C46048Fc1d", - "amount": "65000000000000n" - }, - { - "pAddress": "flare1vpje8spxvndwxvtxej4l4cqn70h0s8cdkccvzs", - "cAddress": "0xC42928BE9CaF61Af153c018Db5846f633D7b3aaf", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1m6jjzxmqq855uhy0nrmvnvmjrqzxlrhy6uj4pa", - "cAddress": "0xfE8900918Bd3f2D316C360167AAa038bD0424623", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1a79vfdwqydztyf5v4p7u3yrzx2f44cjac43tff", - "cAddress": "0x7910B8E68AADECcD2CaCcA31c110Dbf1E37CAd3E", - "amount": "50035000000000n" - }, - { - "pAddress": "flare1433cfhqd5dvl3q0qta8xg7hhg24n8rt5npewu3", - "cAddress": "0xbC39Cf3572c077365423545A21e98e98c1DaeBE4", - "amount": "403498426887000n" - }, - { - "pAddress": "flare1xxslvuj89eap0f7ratav4a8g3h0skg02ddzu8a", - "cAddress": "0xB71af5B1AAee70d28A3fE2Fb151e6962Cf804058", - "amount": "166360000000000n" - }, - { - "pAddress": "flare1qych6nw63k5kqk7knzrlxj9lk3nw5yvp9z2kq5", - "cAddress": "0x07E811B03F67a3A6E20922B10300234f9393255E", - "amount": "120999995000000n" - }, - { - "pAddress": "flare1uz0spuwp75kxxhf54vdz70f23slz40cszhl6e3", - "cAddress": "0x24F3Fc4684786962Cd2Ef7F3e6c8D688545D4c38", - "amount": "286878967000000n" - }, - { - "pAddress": "flare1wexp2gnuauxyymzcpy3jw3srzz47tx4jwdmwpv", - "cAddress": "0x614B55670A8aaC6Ae178ee9d7c63c5A50a9dB2e7", - "amount": "68900996892000n" - }, - { - "pAddress": "flare1zdu3me55ew8775nrsg2exz46xhnh7mruzfct9p", - "cAddress": "0xb78Ad2F2DDE461e22C5be18815fa539AFbacf852", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1fe2qn4pfd3203dnm3kwlmlf8zucxq9hvmzu5u2", - "cAddress": "0x19C0043B488642940A60672FD06cCA241646ee90", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1ef4xtpp3sdggd8qgeqqas4tvxxfat3ryhvjwv2", - "cAddress": "0x3F80271fbef36a6939026A8D45b0a35B12F96332", - "amount": "2106000000000000n" - }, - { - "pAddress": "flare19v5pft0z20xtlpqrxevyhjztt6z4lnt9wss3sh", - "cAddress": "0x5004cafa0c0BFd632C530f328ab313678edb4843", - "amount": "1730987000000000n" - }, - { - "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", - "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", - "amount": "9000000000000000n" - }, - { - "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", - "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", - "amount": "266666000000000n" - }, - { - "pAddress": "flare1l89l3gj8drdhvxzrpx23qeclaqhfh7l33deutd", - "cAddress": "0x6438D36af8424Cb0d43C7F36B7Db687bBC4a979A", - "amount": "780334080231000n" - }, - { - "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", - "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1skz34q0d6ks0kuj32p57m6t9xda7rcq73gv3qx", - "cAddress": "0xade6B063077d7156bA541BBBbe015fdA01c7F0E8", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1wm00950k8cvavnpc340ep9tz8the0ycnf9ue07", - "cAddress": "0x6A7A7854B08F2BD692B954b31F56a2CbCC1aB490", - "amount": "125004000000000n" - }, - { - "pAddress": "flare1crjmff5jecezpdtdnrcr40q7lzjjv0w8ksntq2", - "cAddress": "0x4612d94d9e25733929B99ad72A807F76f94C88f7", - "amount": "94908972650000n" - }, - { - "pAddress": "flare1zdjeya789nhan9u4cvpx23cpdk24uxlzqsz2c4", - "cAddress": "0x28397b0fe4AB9bfF3AFe693cB309477FbE3521F2", - "amount": "52399992000000n" - }, - { - "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", - "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", - "amount": "50000000000000n" - }, - { - "pAddress": "flare16vv7xu6znyhgauy5rynwgcsftwr5lfgptnwsvj", - "cAddress": "0x6f20Ea19a7196Aa61110a523820716cB68FEe9c7", - "amount": "214374000000000n" - }, - { - "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", - "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", - "amount": "643382866391000n" - }, - { - "pAddress": "flare1q3mf2jlyp5ecnw59scdmwv775dmmtzjq5nje6f", - "cAddress": "0xB92B0092c51Cd380Fcc8806757897C31409E277c", - "amount": "51000000000000n" - }, - { - "pAddress": "flare1253t3ynpr8485fzcytxrfh347mrpzxn3dzggmn", - "cAddress": "0x87455Bf06558Bfc4B66A524e8a1Ab467685A3111", - "amount": "50900000000000n" - }, - { - "pAddress": "flare1p9ahm2ffkq7zhtrzkn8v4fl3nq68wu5n7fcl8s", - "cAddress": "0x0Ca1C17FF69Da7eBb882f674947e499E88D69A33", - "amount": "223227531156000n" - }, - { - "pAddress": "flare17l8gkyd6dtm2mnz4ncghcp7w2w0tfk5lqrmf59", - "cAddress": "0xD1cDE504575b913f49369bf39e438ADEdF681776", - "amount": "51796975000000n" - }, - { - "pAddress": "flare1txcrjkdvpz7xds5wp2n27fjfhlmklfel9gqd0v", - "cAddress": "0x07bD743C3066D84Fc6Bd607a54FfEf1f1064715D", - "amount": "60726975000000n" - }, - { - "pAddress": "flare109a6sa7xrl88vhcx7hncmwa2gxmlerhs2dmred", - "cAddress": "0xe6C477CD695873e7DC03714EaF8e22Bb99236BC3", - "amount": "400000000000000n" - }, - { - "pAddress": "flare1xg3gfjlsmzk0nrg3eh2tp3h08uzzd3tcjljsfn", - "cAddress": "0x6878e46cE307D0511FeA690551F98fE99A38715B", - "amount": "85225967000000n" - }, - { - "pAddress": "flare163vr29akw77sxpg5rxl54lygqvl5uutsga8y0l", - "cAddress": "0x9614256715b73b45F53E64e4aF67F19DfD9EC363", - "amount": "249994999000000n" - }, - { - "pAddress": "flare1l9jrvhxvz0csldgvku9uw9g9yjxppverngjqne", - "cAddress": "0x95A47A1b72890a9fb24f458B29661b654c74AA91", - "amount": "78930621494000n" - }, - { - "pAddress": "flare1rsudg250kfrxxdtd454h4dycl0csmd2u4jnqg7", - "cAddress": "0x41f6192cE7F2D0DF24a2804BB540f65310E195A8", - "amount": "53396140000000n" - }, - { - "pAddress": "flare1lghng3lzkxrrzeldhue04xj62xcce8rawn58jy", - "cAddress": "0x6b6361efe804dd0410444344a183f97F468FF5d5", - "amount": "52280000000000n" - }, - { - "pAddress": "flare1g4kpqzjsyumyxhgpj7dg370pkzuna94xxksa3v", - "cAddress": "0x58b4a746e35a1aEb79f6Dad067a23Fe3B15779F3", - "amount": "200000000000000n" - }, - { - "pAddress": "flare16uuf7tz3728nr9cv2f9rr48965a7pjls5msnln", - "cAddress": "0x16eaD0B207c1F86494035aacE17c1Aa1C8542EF6", - "amount": "1818847048288000n" - }, - { - "pAddress": "flare133e2md2ywma9s3lqmt38309fcjmc36veqxw4gq", - "cAddress": "0xDb5474366Fa763d44A00c2FA2a77E60A0Db2E13C", - "amount": "50000000000000n" - }, - { - "pAddress": "flare16svh8n7fzatgaxyytkkzlw2sd2k6z859gncf2m", - "cAddress": "0xA5B91E09189a8226E984759E6C6Ea01A930a0c8b", - "amount": "200039990000000n" - }, - { - "pAddress": "flare1wdasdn2uxywxhjcqlkcvdfk92ktdclpdy35zvf", - "cAddress": "0xE096022572f13Dd76Fb32e3307284F38a6ab0D42", - "amount": "52000000000000n" - }, - { - "pAddress": "flare1s303df3ytzka6r7ns83rrv2eutyagg36x0q24k", - "cAddress": "0xB70FE3AFc4d9c1E118db5BA8F341F6E51aB9F795", - "amount": "141047743688242n" - }, - { - "pAddress": "flare14lyyw7tramgdl444vaxm30ggf9ds7wntv3wuhl", - "cAddress": "0x6Bf7d8D3042C6591b3a03bd045b0ce6B0cDc14Ae", - "amount": "50000000000000n" - } - ], - "totalStakeAmount": "147339405695955498n", - "cChainAddress": "0xD49E9e23De39c3852c1980659D82D057e791F491" - }, - { - "nodeId": "NodeID-7vz3A92AkLi9YRYTauPgvkdiMmhnuDRzj", - "bondingAddress": "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j", - "selfBond": "11000000000000000n", - "ftsoAddress": "0x111246F191a2A20012723369d3CEc77777E774E9", - "stakeEnd": 1743498000, - "pChainAddress": [ - "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Flare.Space", - "BEB": "11000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "149278131044238395n", - "totalSelfBond": "11000000000000000n", - "delegators": [ - { - "pAddress": "flare1vxsy2wcatnsepxp05snzjrgzwsmmusetuf937c", - "cAddress": "0xff71960A8a2597fbD18F81A79D5171CBf27C5665", - "amount": "135000000000000000n" - }, - { - "pAddress": "flare1fek006lyzc8jddzp5ag9llzdrrmsjf7t5wwmkq", - "cAddress": "0x030708881062EA9DEc55F44E2203f0268526d14f", - "amount": "77074000000000n" - }, - { - "pAddress": "flare1wh3rh7qg22hemz6yjde6j9jfhaj948zqegh8az", - "cAddress": "0xB2145DA747954452FF580d92Ef421fc1643538C7", - "amount": "102500000000000n" - }, - { - "pAddress": "flare192vanv3n7ehcy7shhj692jrfujtaq8ng8vz7ul", - "cAddress": "0x6eb75fBe63Cd5A790E331c8F1a6450de3b86E848", - "amount": "13722982960000000n" - }, - { - "pAddress": "flare1ej02f65m34uastyly2dr3xd0xhshc6dph5kzxh", - "cAddress": "0x1E2Cd1f542c0099762cCe9FD905760D5a3993D35", - "amount": "175960000000000n" - }, - { - "pAddress": "flare102mdym69z3zy3g5zt7tk9aykzy88e9p8cp8ljk", - "cAddress": "0x55CE731C654161Cb1E7758E6a82f390dB9564282", - "amount": "50664185320169n" - }, - { - "pAddress": "flare1s0yghx4ukjxclm5uyn9m24nssramhrvmhry0jg", - "cAddress": "0xe4d9D0bE192f728E5a926D4e947e4c1A7E60B630", - "amount": "57097376140226n" - }, - { - "pAddress": "flare19yfgmf7vxgy4f07jjhyhstqx7l49hxk9zn5kle", - "cAddress": "0xfCaBa748fF1774ba65D4AC67e5f3A59d370e4304", - "amount": "91852522778000n" - } - ], - "totalStakeAmount": "160278131044238395n", - "cChainAddress": "0x9Fd5cccC7f75409F78f9FBb865C2bd14424D5486" - }, - { - "nodeId": "NodeID-CrsvTSFLB8G3ziPaVjgH1pj8NQxSZkECD", - "bondingAddress": "flare1ejn0t8mu5kpcj2cccduhxateg5mkd57pn63hz3", - "selfBond": "3500000000000000n", - "ftsoAddress": "0xdd33Ba13F32C90D678422251B52B005335fB7A4c", - "stakeEnd": 1741466814, - "pChainAddress": [ - "flare1ejn0t8mu5kpcj2cccduhxateg5mkd57pn63hz3" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Flare Beacon", - "BEB": "3500000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "28337526482649000n", - "totalSelfBond": "3500000000000000n", - "delegators": [ - { - "pAddress": "flare1gcv6mk38g84j080nzne0ux2z54arswxseuwsf8", - "cAddress": "0xaDfD39C8f7e950335728Bd348771D987FC3D90e5", - "amount": "100000000000000n" - }, - { - "pAddress": "flare15sdml9mjg3kw9c3h26h6mp5t2c6uhh8gw9mafy", - "cAddress": "0xA7847F8343a1f994BF7df86335640608a0deBBd6", - "amount": "27359348610000000n" - }, - { - "pAddress": "flare1025k8qq4vtaujsy78e2yvcg05k3k7kx478um9w", - "cAddress": "0x11D20c33cA3eb04BB41F337A58e77E32c1F07bf7", - "amount": "54652655000000n" - }, - { - "pAddress": "flare13vmmdu457s62clu5364007muqcfxfnlz77farg", - "cAddress": "0xfB09e9edaC2C63a247fEA97F78e20f20092da0c5", - "amount": "220000000000000n" - }, - { - "pAddress": "flare1r5rkwuguvhlwpxx43ey8mc7hl5menyjvxu52ax", - "cAddress": "0x9dea656af4979B64eD1902f3bde78dCd8Af79B77", - "amount": "50150000000000n" - }, - { - "pAddress": "flare1vl46anyauk6vxupncd2ju0v9vj5cnaxfn95hhn", - "cAddress": "0x1680D75B912C2A0442d7Ef703B3541a485C60237", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1keqvun0a7l3fun5rdakw5uplvwmla6znrr7kvf", - "cAddress": "0xdaB16B5ac953245dae6Efc4F4D666693CAa8fBF5", - "amount": "53375217649000n" - } - ], - "totalStakeAmount": "46837526482649000n", - "cChainAddress": "0x25daBfcb1a2560a8FC3e243Ef3C02608Ef2D0d8F" - }, - { - "nodeId": "NodeID-2a7BPY7UeJv2njMuyUHfBSTeQCYZj6bwV", - "bondingAddress": "flare1uz66xddzplexwfdsxrzxsnlwlucyfsuax00crd", - "selfBond": "13500000000000000n", - "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", - "stakeEnd": 1744279253, - "pChainAddress": [ - "flare1uz66xddzplexwfdsxrzxsnlwlucyfsuax00crd" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Oracle Daemon", - "BEB": "13500000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "171499999999999997n", - "totalSelfBond": "13500000000000000n", - "delegators": [ - { - "pAddress": "flare1u8ujmtvxxppswtnecrgtt2ycetrzx406vhharv", - "cAddress": "0x597d41d4C647DdB04a4Bfc1D0C16bf67125c4d86", - "amount": "1200000000000000n" - }, - { - "pAddress": "flare156a6m4m4j2lgvqkhdt9g722de40dczqm6tw7h9", - "cAddress": "0xb06535b7F56e18028EE22af0808aC5555b696aF3", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1lyxma7kzcmnmnvymaxk3cfezjneqag9r6zrv88", - "cAddress": "0xDd5199799484C80f828c176a667D6291089Eb7a6", - "amount": "120238980000000n" - }, - { - "pAddress": "flare1v9f2vppjqwwl9nxtlne727e0v6eaz5nkxz990p", - "cAddress": "0x3382646143eC122ee8f93aDf1520197B78F3F040", - "amount": "79989998649125n" - }, - { - "pAddress": "flare17d5v9ncm63rsvn0w6jtrnkczvzsnyl598lfwrf", - "cAddress": "0xB7D8dC528D9e653c5D356a1c182274Fc6f0a15dE", - "amount": "50210000000000n" - }, - { - "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", - "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", - "amount": "631999995000000n" - }, - { - "pAddress": "flare19kf34vl36d52q9jfn3wluka3yl83akvqansye4", - "cAddress": "0x98f3C440432F400730ccabfC9ce373D4b71b4d24", - "amount": "350000000000000n" - }, - { - "pAddress": "flare1euv3ug3wdunltskvx7mqtsmxktqvg00p6ysggz", - "cAddress": "0x757A460D53E28D0230C6e01FFfeb725B7f9230fC", - "amount": "81486996000000n" - }, - { - "pAddress": "flare12djnz40av0yvnzq2qenjnzwfra4n44j04g35vd", - "cAddress": "0xe333ACd3a3Aaec34704de3cE739301BA976ce930", - "amount": "93575430066019520n" - }, - { - "pAddress": "flare1kcczaw37jgfxnfe5krdh3ee0jkrpvzldw7339l", - "cAddress": "0xE5e8C9fB35ECF19D1d05854567A9043DfC8DAE40", - "amount": "1090189954000000n" - }, - { - "pAddress": "flare1q7xatnwfmwdjdcynl6za9lwrmej533u5pqpff9", - "cAddress": "0x891222fbAd4D61feDe268D71aC3259DD788b53b2", - "amount": "100000974000000n" - }, - { - "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", - "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1xaa4meculrgzj4ycx8swynlk8uw9v8wq9e2pcu", - "cAddress": "0xB3E7aCA73cfd0FD8Ef7AAe7C7a8C4686046d974f", - "amount": "50031315643374n" - }, - { - "pAddress": "flare16j96722a25jemjeyv7hptyp220cej6ddvsfw96", - "cAddress": "0x230BE90734f636670251A6fa7b949377E6164228", - "amount": "731919683000000n" - }, - { - "pAddress": "flare12j0zhymmdsydy258ku8vc5zlycu63evacm4mwk", - "cAddress": "0x3148dB2D64e894fedaE3eCe2f731Ea6280260148", - "amount": "350000000000000n" - }, - { - "pAddress": "flare1rgjlucg0t2d6zenf534sqna2cp6vzeuaq3wuhe", - "cAddress": "0x938D7B51738d681b928cA0faFBfEeDF02d6544bD", - "amount": "50000000000000n" - }, - { - "pAddress": "flare16xn9l0deqgzpyhqvpcmtemn364524hqawxgy6c", - "cAddress": "0xD99603E81f9903568851f2537397c59c58cE1962", - "amount": "20131309990000000n" - }, - { - "pAddress": "flare1x0tycdzznpaqxrddggar75jzmx9v3mxhjkznpm", - "cAddress": "0x316992e537F6a60914e2832B046690472B8224E0", - "amount": "100104472000000n" - }, - { - "pAddress": "flare13d4y4y3qlkcc69ay8agl4p537z4txh44typgx4", - "cAddress": "0xafc75aef3bb2afD72BD99910bB63F3877D8cCeBC", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1e2m2zrmjje43hk6fjtdftq6k3mhngkqfp4zgkd", - "cAddress": "0x90FDCD443f7323220C6FA9DA95dabE533AEd312D", - "amount": "764030290816000n" - }, - { - "pAddress": "flare1net6ktpw5uz6fyvzhnxtum9eg0374sacku78d8", - "cAddress": "0x0Ff0d4a82012f588537bF1f9e86d1De6b776cBd6", - "amount": "57497092223000n" - }, - { - "pAddress": "flare1rt3xwxz3sae0ahsvx5zfkphe0ns85luqrgdu3p", - "cAddress": "0x1eEB33F734caF7b8c823760825baE2fb3ACD0994", - "amount": "50001997000000n" - }, - { - "pAddress": "flare1t5mcsey2yp7qktr72d6klv337j57eevhhulxv3", - "cAddress": "0x3fF764A376A099111BD8c6ECA24AfEd5Ee54eF84", - "amount": "600000000000000n" - }, - { - "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", - "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", - "amount": "204004728707000n" - }, - { - "pAddress": "flare1vy5k8vrjp6n32407av4l07lpxw3e2hqwg45kep", - "cAddress": "0x08aC21619ce9C924ad644d1ED02dB52260127593", - "amount": "189000017000000n" - }, - { - "pAddress": "flare16kwvlq9mcpmyrpegamzrjhkyggcqwswptcsvrq", - "cAddress": "0x8D1BF8D8BAb0668a18d9D53957c0a59F44F9047B", - "amount": "57731965502000n" - }, - { - "pAddress": "flare15egh8p09j9z9kmxmc0sdmndz8d668e0qshzaae", - "cAddress": "0x9dD084FA1486109Dcf76Dff15b25c1988464A0b0", - "amount": "3721939977000000n" - }, - { - "pAddress": "flare1mhpzjv5kq970q650j8vu3tg4xurq7efwja3ey4", - "cAddress": "0x75a0f46BB5235b96dc3ABC8Df54a34acbb63dC41", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", - "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", - "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", - "amount": "367944437764804n" - }, - { - "pAddress": "flare1k6tn84zrhct37srflej0vnt9m3d9c2hg4n02qe", - "cAddress": "0xc39dc41Db0D63Dd065b9aEC4aDDc7BD2911ab352", - "amount": "685371781517000n" - }, - { - "pAddress": "flare1ma64sfgpmtc5eep8vh7ez7v36qwmunjs8ten7k", - "cAddress": "0x65948797ce784D29D3a23061B0A1734220E45bF3", - "amount": "368000000000000n" - }, - { - "pAddress": "flare1rwknyyq7aa8w84mmw5yag6mqsf8w0f457zjjm8", - "cAddress": "0x3875FBCC5178c4fe74b1C4C4e639e312f50b5A1B", - "amount": "38656390000000000n" - }, - { - "pAddress": "flare1name7sa9uw4uj7w8ge6ufaxv5f9cn5nchnfxrm", - "cAddress": "0x65df373e0AbB48b5661669582C6B67d333Ea87DF", - "amount": "51000000000000n" - }, - { - "pAddress": "flare1gent5ln4jkfxrzuyjfan0apdcfj2kvcv77kyfm", - "cAddress": "0x85Fbc8d57D099923B1378402a91608Cca1e53F1e", - "amount": "60389998000000n" - }, - { - "pAddress": "flare1ckd600l7qeswr6qqws5k5vemz5ankvh8e6hxsl", - "cAddress": "0xE546B0a6F93B8FaF929016b798C41AaB4EF9bC4b", - "amount": "300000000000000n" - }, - { - "pAddress": "flare17acw658rjp3kcx4ra5g8qzh8j7cqk6l8vpnhfy", - "cAddress": "0x617D1eba48b184E7194938B41230e89a4DfB1e1B", - "amount": "561499993000000n" - }, - { - "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", - "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", - "amount": "364404985000000n" - }, - { - "pAddress": "flare1kqe3lvwp8jppr2wssfktdvmc9upr7huuvhy7g2", - "cAddress": "0x5e6AE5b0f6839f50bCCe47768d5EB70a7c9c0cf2", - "amount": "81925013267000n" - }, - { - "pAddress": "flare1am4wcytt6z83yz6a9k40s44qy32yee8q8nh5hl", - "cAddress": "0xF0FBaba99119bdE6646b480767AFE164731051b2", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ck8z3qp0n2ecfu2dcch6dxllg35wj3u3u94nn5", - "cAddress": "0xbf7E8F8660A3319cC8D834e67D6fe0ACf348684d", - "amount": "85916444476000n" - }, - { - "pAddress": "flare1fe0tmhehakjr0uhjyua3jd0rr0mnrzaul88d9f", - "cAddress": "0x469F5C21A27e80aFeDE7806cCFd9B508E4Ef4455", - "amount": "204261588540000n" - }, - { - "pAddress": "flare16x427jfysgg6ch03szulkypnxppv5ae2x5d77q", - "cAddress": "0x3BC5b15de5a2F24EFd4B72A3adF8fd9827F3952c", - "amount": "75900000000000n" - }, - { - "pAddress": "flare14xaxl35nqdrfz3gu3km6ze4jhmqkv623vuyn72", - "cAddress": "0x49d2Bff246ede47435ced3F8A4b18BBD6f25D57C", - "amount": "500005000000000n" - }, - { - "pAddress": "flare1469yetxk0cxt34kvt9z9wfse8r9m6knjeqnfv7", - "cAddress": "0x493a30766b7E9733e4060C7192a820f5E386029C", - "amount": "160000000000000n" - }, - { - "pAddress": "flare1thrv5jn50yccl29tzpwlreha95z8udc6gud580", - "cAddress": "0xEB26dD0d4e25509851096BB9d55892681917a3bB", - "amount": "439829428862250n" - }, - { - "pAddress": "flare1jw4aalnm8hz5a7p0ry767844c2820p77pryr5v", - "cAddress": "0x7e4136EEDb698055F1E1Cab189Bddb563D0fB875", - "amount": "147589998572690n" - }, - { - "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", - "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", - "amount": "600000000000000n" - }, - { - "pAddress": "flare1xtaqpku6x798dyhvl3smlu49nrlzuc2z9lx8yl", - "cAddress": "0x67316D58B6948d033aFE07293d13D709C2767c45", - "amount": "200000905672000n" - }, - { - "pAddress": "flare1av33rfqzxxht2n0k6sqnjr06x3zp4ps2gtz9ld", - "cAddress": "0xBbE0798c1E4A77d2Ac2beD11DA560365b2C4c6ec", - "amount": "174410000000000n" - }, - { - "pAddress": "flare1ehvh6fh8ggvgj60rrxflquwqmgr8hspzhargwn", - "cAddress": "0x64d5eAFF20b42D6f8FB82A98E67C16E44E033EFD", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", - "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", - "amount": "2378041932768234n" - } - ], - "totalStakeAmount": "199999999999999997n", - "cChainAddress": "0xaDEDCd23941E479b4736B38e271Eb926596BBe3d" - }, - { - "nodeId": "NodeID-9jaZDNBCn4AwMzRqFBhxfem2ZZtiArRm2", - "bondingAddress": "flare1lrpxldsg9zf5yep0as934azpynfcw8d4q8patj", - "selfBond": "3250000000000000n", - "ftsoAddress": "0x670a7Fd22cAa9C2Fb5B798078d084B29AB4bC63C", - "stakeEnd": 1741874405, - "pChainAddress": [ - "flare1lrpxldsg9zf5yep0as934azpynfcw8d4q8patj" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Burst FTSO", - "BEB": "3250000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "29729550911414073n", - "totalSelfBond": "3250000000000000n", - "delegators": [ - { - "pAddress": "flare1w8wp57dwuuv79yllfjp3l84ry2hw4kzklc4x2c", - "cAddress": "0xd010e5FDBb3240AE917EacFa84CD4Eb1F03FDca1", - "amount": "226000000000000n" - }, - { - "pAddress": "flare1xxta9ws430f0ae9ryp5dldtq2yktw9k9jkrlcy", - "cAddress": "0x23ED49F7ecD7099E8688c5D4B2f4111Edf8468Dd", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1e0732phzuc772lauqd6rm96g8ldxh37fqp8v3c", - "cAddress": "0x1D40eae4067B61e013Fa62A5FA5f2Fb1056B351c", - "amount": "263126000000000n" - }, - { - "pAddress": "flare1cmsyvmf65x96fta5y5y8wv5ckyldnp26d8vjqu", - "cAddress": "0xdc3Fd7d96F2fA4A1D0aAF1Ecf5b6d2091998f159", - "amount": "55999998000000n" - }, - { - "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", - "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", - "amount": "611262000000000n" - }, - { - "pAddress": "flare1kv9v54lu8ud6u8p6zhs4rjearau2ggwxg25r2j", - "cAddress": "0x2fBACbA8d5518b71c46ab0700Dd5d0a8E6540e5c", - "amount": "750000000000000n" - }, - { - "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", - "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", - "amount": "185000000000000n" - }, - { - "pAddress": "flare1asv4ajkqkn94p5dy4u2druunk478x9l52s9u68", - "cAddress": "0x0EBfa86Ca6E7E65e946c50E7cd36213037404Af9", - "amount": "18470115730000000n" - }, - { - "pAddress": "flare1y6shyzgt73trwr8m45dw347kl0ae656k2em7g5", - "cAddress": "0xf2064e64765DdBbe5978CdBA8f1169c387468620", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", - "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", - "amount": "189077584000000n" - }, - { - "pAddress": "flare1zdmjffhjn29awm463cs9k6rsxalumr3usqmja3", - "cAddress": "0x9440AE12F4d804A2d2E9ddbC79Ba2CF096779181", - "amount": "750000000000000n" - }, - { - "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", - "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", - "amount": "1032599995000000n" - }, - { - "pAddress": "flare15l8pyt5kw0vjg0lpkhpwwd9mmr2d3u5dree0vw", - "cAddress": "0x37DDD9686932D5D36D572354bBb63A1b66C6FBFf", - "amount": "162591542156073n" - }, - { - "pAddress": "flare1jyad8jcytmd82q2jx7fqdeuv689j9jz6w0mlly", - "cAddress": "0x4c83A74E1076ced299D2D2D2B379b96a79FB630A", - "amount": "2000000000000000n" - }, - { - "pAddress": "flare1rzs3q920n3vmaxuphp9vmswkw9l8chedn9qhvt", - "cAddress": "0x26ce2168fc17001E5e9Be5e84BF8Ee0A87E195Bb", - "amount": "2071811514800000n" - }, - { - "pAddress": "flare1ynpmcplp2srs337jsw0ddlvf78a3drzd9as2df", - "cAddress": "0xC9C795F82Ae54523cE4eF2e95e97B765bd6a1759", - "amount": "52300000000000n" - }, - { - "pAddress": "flare1c3j4zexzjk0xqf8ngsvtcxyc5zautvw03tx3tc", - "cAddress": "0xFE00394AeA2f8Ed73DE2dd594a032e5Ba4492209", - "amount": "231699998000000n" - }, - { - "pAddress": "flare1v3azdvh9eryjkj6xj8c7mkf8wxx59gsyusf2pd", - "cAddress": "0xFb9c8d1336a9cbE9F97E1c649eC8338Dbe5797D0", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", - "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", - "amount": "180662600000000n" - }, - { - "pAddress": "flare1j5q6eq6pr38c5er4m824yxfcxh25q7jraszhlm", - "cAddress": "0x0deb598308c82E3b79888f6312C4B8fE05928C04", - "amount": "1952896405918000n" - }, - { - "pAddress": "flare159cu5dquavjts20634h26a2cfhmujzjtnxywrh", - "cAddress": "0x4eB96d90b04d38C44c8df5Ab049209FAA9CbeD09", - "amount": "144407543540000n" - } - ], - "totalStakeAmount": "47979550911414073n", - "cChainAddress": "0x3D1d7F2E99E669BC6E2823F2bD57C811dbFDBfC1" - }, - { - "nodeId": "NodeID-J9JZSkVJWCUYZ43n36q4fCixu7Tj4QR1P", - "bondingAddress": "flare19jsd4uuq8r74qpyyddf2veadymlmv8mgs2j9qd", - "selfBond": "4750000000000000n", - "ftsoAddress": "0x58048528D3d3aea14Ec95eb5e98b18dE51780e27", - "stakeEnd": 1744520400, - "pChainAddress": [ - "flare19jsd4uuq8r74qpyyddf2veadymlmv8mgs2j9qd" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "FlareFTSO", - "BEB": "4750000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "50918292176691439n", - "totalSelfBond": "4750000000000000n", - "delegators": [ - { - "pAddress": "flare1tkutjq0sn0yrqjpvfqxq3fznr7cm7kwthlrv7e", - "cAddress": "0xBeF030F26b1D0e6D32c5e42E6616a2b9bd409885", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1wrz27n0jsprg6w7laal7me8w27qmpdwrvp6e2r", - "cAddress": "0x3cb7ACC13cCc821A7D03d830F86365d923E6b29B", - "amount": "2109390000000000n" - }, - { - "pAddress": "flare1p5rf43etv8xhznme4pkx404ugkta6kcaay0agn", - "cAddress": "0xbdF6A7c644aBC3cC0a3670229473C215b9EFFCC6", - "amount": "281432835229867n" - }, - { - "pAddress": "flare170st6nazvuc6s9y6tm06mvlcu4xd5jz2qer3ry", - "cAddress": "0xeb3cb7473156F9eD3d9A6Ab1a6020dC772E1575C", - "amount": "121858377867000n" - }, - { - "pAddress": "flare19wjqa2mmwgz896e93gdwx9y9fx7vuuqt2fsez5", - "cAddress": "0x57253A81FA56526e2b8877bd1df3094A5372680A", - "amount": "34575220531650572n" - }, - { - "pAddress": "flare14cyrctgqy5jjjjzrsgcqapnjt5t0yencpl90gr", - "cAddress": "0x4CBC289fb8946D1684709113416Ccb26623Cf470", - "amount": "13290512370000000n" - }, - { - "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", - "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", - "amount": "222392287122000n" - }, - { - "pAddress": "flare1gwx3xvuvnjvstxsfxjeqfq9mh5sz587vjxldgv", - "cAddress": "0x8ec0eCca951F4Cf3E4c976adD533Eb1100b50dA5", - "amount": "117352525822000n" - }, - { - "pAddress": "flare1ru5sdty7jztxfzvq440vknzxh6xsneaev24mv6", - "cAddress": "0x05dd03DB066C4109112a5715b539dcc0500d74C0", - "amount": "99999997000000n" - }, - { - "pAddress": "flare1ag5mfdktcfrgax6l9lx0drkasa9gs47m3fx2xh", - "cAddress": "0x5482c9697f716E5eABbd3bF49c28f23C9e63AC37", - "amount": "50133252000000n" - } - ], - "totalStakeAmount": "70668292176691439n", - "cChainAddress": "0x9C1d660Ee6F1b6f0773163126A04cA53CD6635C5" - }, - { - "nodeId": "NodeID-3qpQ3cVcU8UxvmCtkwGV4ZB3RYcKoDBRn", - "bondingAddress": "flare1e9ahmxyn6dsurf3f03dggxsygjr05cg5up42jd", - "selfBond": "14000000000000000n", - "ftsoAddress": "0xCaA49C97318b6Bb62b7F9241891D70F87FC05D35", - "stakeEnd": 1743992138, - "pChainAddress": [ - "flare1e9ahmxyn6dsurf3f03dggxsygjr05cg5up42jd" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "DataVector", - "BEB": "14000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "185999999945417803n", - "totalSelfBond": "14000000000000000n", - "delegators": [ - { - "pAddress": "flare1vwseeyqeagkh66r58vvjl7fgd2hk8fxe0vst2u", - "cAddress": "0xbBAF5DC49289966E81DB4032c2Fd7d600edeDEAD", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1f9etvryqwamcyhtr2hmqc8y5ntrdhauu0rwlzx", - "cAddress": "0xbF6A058994b821e9bC332F2A85e7CacacE88DaE5", - "amount": "80274493778996n" - }, - { - "pAddress": "flare176nyuw252zyw7jjvugv6xr85k62p5u8fyhfuqs", - "cAddress": "0x6ec0F21bCde2076a46c3baC800c3204eC54309Da", - "amount": "74459314124935n" - }, - { - "pAddress": "flare16svh8n7fzatgaxyytkkzlw2sd2k6z859gncf2m", - "cAddress": "0xA5B91E09189a8226E984759E6C6Ea01A930a0c8b", - "amount": "150000999000000n" - }, - { - "pAddress": "flare1nh2d4qxapd9982vv6vh6xwuydrz2r34zj02znd", - "cAddress": "0x2365AEE6c826a4e3C6244c237315Ac5d5e475171", - "amount": "886686106225000n" - }, - { - "pAddress": "flare1fh89zpea5en3velkshxx2yj0q6cmz4rlclzaft", - "cAddress": "0x0F6cDf2e6cD544425c9ac46410F5134E436Fc261", - "amount": "80000000000000n" - }, - { - "pAddress": "flare13qtxh6hf9jacelq4z3kdyl6pe53h8vvgadeyay", - "cAddress": "0x6E737C17a50911d2956F2587c4FEa20f440bF97c", - "amount": "359810847281047n" - }, - { - "pAddress": "flare1puhax0v92nerwrhm9upkmgr0v5mdtxk7e3e6a9", - "cAddress": "0xdcfB1c9F1BAc1b8e117d6E09E71963C9a8B99174", - "amount": "450001000000000n" - }, - { - "pAddress": "flare13797c7az6wflphqng087eavf3j69f67wusaxa0", - "cAddress": "0x69542fA33270A78e24c4C99660b2CdaC19Ea5705", - "amount": "7165044143758000n" - }, - { - "pAddress": "flare1kv9v54lu8ud6u8p6zhs4rjearau2ggwxg25r2j", - "cAddress": "0x2fBACbA8d5518b71c46ab0700Dd5d0a8E6540e5c", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1y6shyzgt73trwr8m45dw347kl0ae656k2em7g5", - "cAddress": "0xf2064e64765DdBbe5978CdBA8f1169c387468620", - "amount": "850000000000000n" - }, - { - "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", - "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", - "amount": "930000000000000n" - }, - { - "pAddress": "flare1f4s7kr7h5mea928xsrv34d3plt6zpz3ecjagxr", - "cAddress": "0x07aF3e9A498e42Bc8c58Fd4D4e1304A9F34c6D5f", - "amount": "705464978000000n" - }, - { - "pAddress": "flare1s8u48ej9p44ms57wtkramjwqtdfusw484kuhew", - "cAddress": "0xe87C2d0ACcA05411f03437fbB9F7ec11C9175575", - "amount": "52510000000000n" - }, - { - "pAddress": "flare1pcd2029twu4uapjyj6ysmu40arday2yzz6lesh", - "cAddress": "0xBE4d53DF9960CA62667083c14010f1BC5a3fC396", - "amount": "100000000000000n" - }, - { - "pAddress": "flare18usqymv2emzx3wzzdrc7ju460278qp4a8cedga", - "cAddress": "0xeD1047c9c45fCB7Ffa97de979A4f2cE85C29b343", - "amount": "50039999000000n" - }, - { - "pAddress": "flare1zpp22caxwwgmkl3red2387xdu4zwtae6pwc3ct", - "cAddress": "0xf565c7F45BAed4e613cCF1f5c96a0A9ffA9B8ADd", - "amount": "260339479596712n" - }, - { - "pAddress": "flare1yqd9edq3t9qrk9js5536sn2r8p3wuh9587fe7w", - "cAddress": "0x32e5da5D721D2A45822d53827610eE1Ac15B9ec4", - "amount": "50754433038000n" - }, - { - "pAddress": "flare1glag5y4rycvuxj8kyxcm7cwrwynrk2vdekw5a3", - "cAddress": "0xBF95028ab6BDADC4cCF0EB1ac592Aa52349cB232", - "amount": "840000000000000n" - }, - { - "pAddress": "flare1d45n38vhkr5vetpscq7el6k64g2r95k57e5med", - "cAddress": "0x181f6F4F1656B1cD7dB8d73af17E94f6d61F4a36", - "amount": "55897781631000n" - }, - { - "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", - "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", - "amount": "804098925850385n" - }, - { - "pAddress": "flare12n7s0e8sgs5h8x7fmaptc5ml4r30fqgh8eh6te", - "cAddress": "0xadeB4415bf773da39e05b47edDe32943201bC5B3", - "amount": "89859264027000n" - }, - { - "pAddress": "flare1zdmjffhjn29awm463cs9k6rsxalumr3usqmja3", - "cAddress": "0x9440AE12F4d804A2d2E9ddbC79Ba2CF096779181", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1xwzcdt9qu939ge7n5qkt70zegpm447vp7ppfva", - "cAddress": "0x217F7139bb2ED365E8B7eAD262dd985d09b9f66C", - "amount": "880246068151000n" - }, - { - "pAddress": "flare1stkjf7mtmqdt0hk2a56sz5swn4hqse4lhzhdj5", - "cAddress": "0xABe0Faf2EB82a9cFc01633F4178A056Ae5C29067", - "amount": "160000000000000000n" - }, - { - "pAddress": "flare1sewadlyzg2drw8wdfmgssuy6cgcx4frwf8ucdj", - "cAddress": "0x7c7b33cC7A1FE5F622eA74b667503AC4fa1CDA4c", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare1uzu6fppvdzcx2hgdllrdjs4kar3tfk4s6t9gn6", - "cAddress": "0x151E80Ed218E09De16E8bCc3dC88Af482a527e97", - "amount": "591870315666330n" - }, - { - "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", - "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", - "amount": "800000000000000n" - }, - { - "pAddress": "flare1sru0p28uevaww0p0z2q908hgzvvy73nx6p9p5k", - "cAddress": "0x53dc8744DDd13536DFB450f1245f79B6E922310D", - "amount": "162094000000000n" - }, - { - "pAddress": "flare1wngknrcvldqmxngp5q5pg7r2y49uener6jje2v", - "cAddress": "0x3e2F2d4C1d94FD379001dFf184C2145DD00B3072", - "amount": "690202000000000n" - }, - { - "pAddress": "flare1h92jsdzfx7y9ylmfgjznlt47pvyssreqsgyqyc", - "cAddress": "0xea0486440F03dD92cc7354a90e1C18d71E397DB4", - "amount": "138418000000000n" - }, - { - "pAddress": "flare1nu4upte7c6ka9hpq372jetx9hfws3g8addv30n", - "cAddress": "0x2b00B2fac5EFcDdb4477264bD62f9E88FFFC3fBB", - "amount": "51334000000000n" - }, - { - "pAddress": "flare15knd97lmyzl75ds0dkmcd6fpmvh5v32runcpln", - "cAddress": "0xB8258E4245f44033Bb98Ee5f5c071f6817536f4a", - "amount": "2620881916818000n" - }, - { - "pAddress": "flare1djuen9j7f2lv37y8gl0m76f329myyh5vy6fky2", - "cAddress": "0x3B258675928438aF3320d5B75e887566788379C4", - "amount": "849895444232000n" - }, - { - "pAddress": "flare1q03ztypwht45cjlv3l4k3avc2v9prjw25p6pxw", - "cAddress": "0x977c62a6418aB80f26E5688a75Bf9355956F649C", - "amount": "150440000000000n" - }, - { - "pAddress": "flare1wq06u2y95rcquazyhle3myzl88hpkr5mhm63ml", - "cAddress": "0x2894E48528C3D968eaFC406C713d2c183F686736", - "amount": "1185500000000000n" - }, - { - "pAddress": "flare1lnumtjg8spxjczrfct5q0fe8hg0jpdryv5d6mx", - "cAddress": "0xb9d9Ac8a02fEed905d526dC3a70dc7539A4ee6C2", - "amount": "50278000000000n" - }, - { - "pAddress": "flare1ascezmxu33twsh53spwg4purvqlmp0e2wzetp8", - "cAddress": "0xD6ed3a61908B3249FdE2e85f25D21aE86571ea3C", - "amount": "55250000000000n" - }, - { - "pAddress": "flare184u7m7skht2t293ddss7ertwgngy4xfh6dc66k", - "cAddress": "0xb93E7Ad18E00C19aCc7f8D7287f391E1Cf9d4D4a", - "amount": "50139000000000n" - }, - { - "pAddress": "flare1crfwmvtnw5h30ky5jhgkxmtfrphfz6z9wlxgr4", - "cAddress": "0x3333B449C51a105D40c396dEAa440d1795Ca0605", - "amount": "430700000000000n" - }, - { - "pAddress": "flare1n5z6n8cldzwk3uvfkekmfqqmkns87ek4j2rwt0", - "cAddress": "0xd8a5B1B433cc4E2853A193B739122eF44CC335cE", - "amount": "153338539239398n" - }, - { - "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", - "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1ultt4lvhmmwaxgkg6nksjw58kwglmc6qtrw007", - "cAddress": "0xa8A2dFB9048bfE731F539C2BD42F6A5CfC11ec64", - "amount": "70835996000000n" - }, - { - "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", - "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", - "amount": "930000000000000n" - }, - { - "pAddress": "flare1gwjzy44ukunfdzs27duy30a5nmtaszzy4nlmhf", - "cAddress": "0x0968438CE241Eb2631EC8a7fC72DD4040A80C750", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", - "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", - "amount": "303334900000000n" - } - ], - "totalStakeAmount": "199999999945417803n", - "cChainAddress": "0x714783a6e709b878F9181CE43222683Fd32EacCd" - }, - { - "nodeId": "NodeID-MN7sJduRdGUs3aWyYUmym2CFVsptzgKcJ", - "bondingAddress": "flare1hs5xs2dgpnw29weylxqkhdnzuc0lzt8n63cc4q", - "selfBond": "14000000000000000n", - "ftsoAddress": "0x3D2c08eD9B2333cbce2b8A219e02F4Aa31ebcCd3", - "stakeEnd": 1744722937, - "pChainAddress": [ - "flare1hs5xs2dgpnw29weylxqkhdnzuc0lzt8n63cc4q" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "FTSO Plus", - "BEB": "14000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "169635465374398591n", - "totalSelfBond": "14000000000000000n", - "delegators": [ - { - "pAddress": "flare166qu6093h0tyuxcpqgyzu2uwn8w2400nrju4le", - "cAddress": "0xc9F314887750169424bd78770ccfd5AAC87A4b5F", - "amount": "124000100000000000n" - }, - { - "pAddress": "flare1v3klq5h3r3lng0udxfcuw8lcjmrtpwlgmetyvv", - "cAddress": "0xc506a2E354BC10649907a2086dAE2BEED3E760fE", - "amount": "20000000000000000n" - }, - { - "pAddress": "flare197jc7dl3vzjn502fuytzfvmlnpre770nkxxa50", - "cAddress": "0xE55E6828cbc397F2f271c2fC27055Dc7D8fB8AdD", - "amount": "1876351000000000n" - }, - { - "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", - "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", - "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", - "amount": "133000000000000n" - }, - { - "pAddress": "flare189ee28cupxqu3plvl6nmp7jwt30vgauhzdmrhl", - "cAddress": "0x81AB270076fcc4d0835d858D5Ac5B2791FF05F55", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", - "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", - "amount": "176346000000000n" - }, - { - "pAddress": "flare1fek006lyzc8jddzp5ag9llzdrrmsjf7t5wwmkq", - "cAddress": "0x030708881062EA9DEc55F44E2203f0268526d14f", - "amount": "70000000000000n" - }, - { - "pAddress": "flare1yhgaggk09d95mrjy9jzznwpjfvm83unyjczdh0", - "cAddress": "0x13d62C679eF73b840F094aa47625104c30DfEB19", - "amount": "58653284043503n" - }, - { - "pAddress": "flare1mmgfahhn5t2nf00q67y9zl9qelu0mmhmphnq85", - "cAddress": "0xFd890CE5Bc97B0141b2E9F9D52833A3DCF34cD58", - "amount": "58300000000000n" - }, - { - "pAddress": "flare1822ru0tfvxqcdfqhj3w7trfqcpvagtsdp0attr", - "cAddress": "0x1Dab7c094f4Ae8d66E158381E6F2a6503202D3C4", - "amount": "64803993000000n" - }, - { - "pAddress": "flare1djtyetkmevnl8mkew0vy2evphmw69trlwvln7l", - "cAddress": "0xDB834A0EF529d255bd73696b8c75E51c636Af2dB", - "amount": "666877982000000n" - }, - { - "pAddress": "flare15ac6hxhr9y2c294akkknan7utcqm6rlhly8q05", - "cAddress": "0x4E4F7ddF982885FF4C5786f762F8e7b5dffDFA11", - "amount": "175000000000000n" - }, - { - "pAddress": "flare1vzjt2wqhhjffjxqrrdp9px942g3x75jgmsa0gx", - "cAddress": "0x8Ff00392865c86F6b89B9737DD40134C7C61CD92", - "amount": "100000000000000n" - }, - { - "pAddress": "flare12pe3vf3c8mafzt356p8r332fhsg70h9u9z2p3q", - "cAddress": "0x058fcDFb70db04AfbDA6E89A5aBC8edDC1B67964", - "amount": "100000000000000n" - }, - { - "pAddress": "flare15khhpwux648x9f6rkg8hnxsqlq2frwpug0h9kw", - "cAddress": "0x611C2d756f66b0Cd5b8CfE8B4CB13b8Bfeb5f94B", - "amount": "50000000000000n" - }, - { - "pAddress": "flare10fvfe9ct90rzvjclnn676p5daxc7q4edw698xw", - "cAddress": "0x661819452BBdF83F3a236B23e4D3daaD0D38975F", - "amount": "270180000000000n" - }, - { - "pAddress": "flare13290levf6qj0kfm7znjaryt7q97yt9rxkdxnf0", - "cAddress": "0x2b959D1DEEa93ee44111a276EF83F7B3A2Ed6ef7", - "amount": "398982000000000n" - }, - { - "pAddress": "flare1jpkyayksdkps3nx8kvcq3478fjxgxlu786mw89", - "cAddress": "0xe316081D28336E9806eC36056285CD1Fc839b8E9", - "amount": "403555000000000n" - }, - { - "pAddress": "flare1nu4upte7c6ka9hpq372jetx9hfws3g8addv30n", - "cAddress": "0x2b00B2fac5EFcDdb4477264bD62f9E88FFFC3fBB", - "amount": "50000000000000n" - }, - { - "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", - "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", - "amount": "15222137795355088n" - }, - { - "pAddress": "flare1wq9lawvhjn9cqlqfnqdgh3x6uxq7jx8nx5ucac", - "cAddress": "0xbf9307c2b1C4bc25e3349449C5498187587F1bC9", - "amount": "50000000000000n" - }, - { - "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", - "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", - "amount": "5402561320000000n" - }, - { - "pAddress": "flare1j2026ey2g9zd4etqxwhdlkffru4t4jj9mf62kc", - "cAddress": "0x995E33a17CB1E91e180E5Bbc56F448e5437A58b8", - "amount": "158617000000000n" - } - ], - "totalStakeAmount": "198635465374398591n", - "cChainAddress": "0x4db34eC67d015Fa0cDA7966eccaBcC168B107682" - }, - { - "nodeId": "NodeID-NV7ZpcJvqzmvvT4PaeHWbTELWKFT2Jqxw", - "bondingAddress": "flare1j7d03n445syract4hkyjcfccvk7w2y32uv63t3", - "selfBond": "2536700000000000n", - "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", - "stakeEnd": 1752589800, - "pChainAddress": [ - "flare1j7d03n445syract4hkyjcfccvk7w2y32uv63t3" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "sToadz FTSO", - "BEB": "2536700000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "24971371981000000n", - "totalSelfBond": "2536700000000000n", - "delegators": [ - { - "pAddress": "flare1hyp6fdrupturp4xa7kmpr00xpgukxvq9kapr2x", - "cAddress": "0x3B635ea2d4eb3E4BA0fA2EDbB268d66b1c32Af65", - "amount": "151000000000000n" - }, - { - "pAddress": "flare19wsc3dnvswekux0qudccm32l7tn68guqrhq8dv", - "cAddress": "0x6031b4C5ACCfEE45866d3F80397A7391de82f0Bd", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", - "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", - "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", - "amount": "133000000000000n" - }, - { - "pAddress": "flare149dkt3ahkxnehvvhg9ktd55222vljdtuk0rhyw", - "cAddress": "0xA08E3D5eAeE38f4afEF12c41eC8616EAE2FEB223", - "amount": "64775000000000n" - }, - { - "pAddress": "flare1tr977ve40n7l6wdg4mqpmkzhcv29artac8gv37", - "cAddress": "0x956F2451862CA006ddD619C9D8B7FD616B34c0FC", - "amount": "411070000000000n" - }, - { - "pAddress": "flare1vfl7qxxuwv0jakpgfv6v8neygr5s2xkwm9d50u", - "cAddress": "0x10ba287FfF2250c95e0Bc39EE27fC30F14EAe2b1", - "amount": "63245000000000n" - }, - { - "pAddress": "flare1mgcv4cf4hwm27ux9wx6z7kjg88d4adqdgthp68", - "cAddress": "0xf50E0EA0Efe44c4562eE30e82f409eaDF26AeDcf", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", - "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1xqtl54us2r6njys4tgjstd07q7vt3f04dt0e7g", - "cAddress": "0x2039F4dEc5EA45B3298D137ECB6bb7EAEA9ca03c", - "amount": "1848280981000000n" - }, - { - "pAddress": "flare1rvwjktu56x5wpgn7u97d8hhdd90da0ey4q86hh", - "cAddress": "0x8D77124459B882afa733cfB2530F8f281B502772", - "amount": "22000001000000000n" - } - ], - "totalStakeAmount": "27508071981000000n", - "cChainAddress": "0x263A185d15EBd164922278E0241f6355160c0239" - }, - { - "nodeId": "NodeID-CtSfUZd8nvr4RDaQnKRiP9cae15Nrb1bX", - "bondingAddress": "flare1njkr3hlgge6wswrcsle2qpn4ufwagrqatfd7d0", - "selfBond": "3600000000000000n", - "ftsoAddress": "0x02a256FF137D680aC591f1959D64a8669006c95c", - "stakeEnd": 1746012650, - "pChainAddress": [ - "flare1njkr3hlgge6wswrcsle2qpn4ufwagrqatfd7d0" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Poseidon FTSO", - "BEB": "3600000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "50226591218222318n", - "totalSelfBond": "3600000000000000n", - "delegators": [ - { - "pAddress": "flare125w639h79mprpv5jtx9hrdetrq2774k6keu5hh", - "cAddress": "0x6552278F466BC3Edee3A70FD046D8E5Cf0069caC", - "amount": "101645766813691n" - }, - { - "pAddress": "flare1k95f3eslwnwu3j6xq8l5zcj5k9vhuwawag54yw", - "cAddress": "0x97bD9d937F49Dd84490E7D616349BeaCb601eFa4", - "amount": "111250000000000n" - }, - { - "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", - "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", - "amount": "6500000000000000n" - }, - { - "pAddress": "flare1te3qs33mdrft6esqmdpda84xgnn0wsuwqr0f7q", - "cAddress": "0xb22D6Fa211D490d22c188Ad27B78E161728aB445", - "amount": "70564911957000n" - }, - { - "pAddress": "flare1s7lvyssdkwrz05x7dum580a3y3kk8klymem47k", - "cAddress": "0xa6321946320fbb74D6D3D7Faa85d7C4058123D30", - "amount": "301004360000000n" - }, - { - "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", - "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", - "amount": "1500000000000000n" - }, - { - "pAddress": "flare1vas0cm3kxr29sg7es2f74ql9tj5zpvphfx2c0r", - "cAddress": "0x5975E7e45B7341B6D9B8e2e0e2da26e75E3c76bE", - "amount": "223449879380007n" - }, - { - "pAddress": "flare1d7xzc62kpuww0tj4pjg00p6eusfj7ccjat9fpw", - "cAddress": "0x70B439b1390243edd8d48C2D34308628BD24369D", - "amount": "300500000000000n" - }, - { - "pAddress": "flare168gmsmk28urht45j24pcdsfsj5uz8dve30qa72", - "cAddress": "0x60bc6615BEa31BFeDDae2caC750e5F131a92f23a", - "amount": "337800000000000n" - }, - { - "pAddress": "flare1p4vx6z8uq8ftkj6ytpx63nv24qk8qdgald5rg8", - "cAddress": "0xf5561E3CEDb9162B5e147897330e8030DDCc7869", - "amount": "1100350870040905n" - }, - { - "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", - "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", - "amount": "3103133967000000n" - }, - { - "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", - "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", - "amount": "180000000000000n" - }, - { - "pAddress": "flare1ntwpnyv0dt3zw800uutjl28a7pnvuk9ljv9cnu", - "cAddress": "0xFCD50096423588e7B0FBC4091693860E9Ca6e583", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ym8cc3y262ehuyqjf2vdlheflaz4dmet0nrfpu", - "cAddress": "0xB3aEbA90EB2659ff653DaE03439635699E6a43c0", - "amount": "464373891284000n" - }, - { - "pAddress": "flare14g2psmqgfw5yaa9yjy3st3y247y9tf84exqqrw", - "cAddress": "0xa362028F68f84187412274cD58CF3Ae91229c91F", - "amount": "50010000000000n" - }, - { - "pAddress": "flare18f7e30r954w62sh8rf4plw8mcdvjc4azhmg4rl", - "cAddress": "0x1b556001df291bBFd697a5A60F00BD301c73105D", - "amount": "14991047340000000n" - }, - { - "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", - "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", - "amount": "266999045125000n" - }, - { - "pAddress": "flare1w8wp57dwuuv79yllfjp3l84ry2hw4kzklc4x2c", - "cAddress": "0xd010e5FDBb3240AE917EacFa84CD4Eb1F03FDca1", - "amount": "75000000000000n" - }, - { - "pAddress": "flare103ugav2sd3hqlym8kr6uysh5l2js03xfm769hz", - "cAddress": "0x6bb595bc3E86dc1C020e36b9E51C7781b8A876F7", - "amount": "466067877856835n" - }, - { - "pAddress": "flare13jwrwka8mfw09vaac3dt67uq2eu6cnudz80fcv", - "cAddress": "0x53588371f6f3b4C5E3d0e71A20d023Cf7a33dB05", - "amount": "1927076867308720n" - }, - { - "pAddress": "flare17nssucfjf329qktzcjlduc00cvmwryewtlkg5z", - "cAddress": "0x68A80B75aD34E2e42013199F53172745d1Db579c", - "amount": "60203922772381n" - }, - { - "pAddress": "flare170hehnkj97uc8z5kk4wtlqsfgnz67k2gn446f6", - "cAddress": "0xDBA3CE3Fd7bD05E75d8b2632aF2630d04FaaA2c0", - "amount": "64900000000000n" - }, - { - "pAddress": "flare1x7jnat9x6gaeqtgv3f6pp0fnwtcja9gsjggzpq", - "cAddress": "0x0B036dE48623fFB6006d297cb4D3C439F2eD410E", - "amount": "160756238557000n" - }, - { - "pAddress": "flare1rg3vdeaypxe8gtv3cgy7j3ty8pa4a9vfe9e8w3", - "cAddress": "0xCF82D300eC7926c10bFB1efA0BCC8FE851348BdC", - "amount": "51000000000000n" - }, - { - "pAddress": "flare15egh8p09j9z9kmxmc0sdmndz8d668e0qshzaae", - "cAddress": "0x9dD084FA1486109Dcf76Dff15b25c1988464A0b0", - "amount": "109299996000000n" - }, - { - "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", - "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1secf4s4lj3ywrfljcqt2cvalnz2u8xrmqwknlm", - "cAddress": "0x5D78169F7B46C7505661ec6ae7b9a7C624c13bF7", - "amount": "7030800000000000n" - }, - { - "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", - "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", - "amount": "350000000000000n" - }, - { - "pAddress": "flare1lhpyc7a2keesd3yrcfhg0qdnk3a99y3rd9gndu", - "cAddress": "0x293c17cA71322CCd1A3010C3757600Fe30d72199", - "amount": "55000000000000n" - }, - { - "pAddress": "flare1tp6a886kgl79aeujx8w235wk55athhwtd7tuuq", - "cAddress": "0xb0061d260847B42e8616777dA9CD62C70DBfBf7B", - "amount": "2828474000000000n" - }, - { - "pAddress": "flare1ufjh7lz5wjppjc84sa4qx7rfcwehlphjz6k9rk", - "cAddress": "0x3C97103B07fD1DA89BC75522075791bAb92e5975", - "amount": "50901210391150n" - }, - { - "pAddress": "flare19hnjtuhx4rwm8vvwjhlueyr4htgdt4scgn9hkw", - "cAddress": "0x180b87ffD26aF306394B469928DE35a2a75EA614", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", - "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", - "amount": "50200000000000n" - }, - { - "pAddress": "flare10kx0nyhprq4qt7208n2ywjsh52r39496avwzlv", - "cAddress": "0xa28569372DFFd0Dc44999981C9136Cd3e8a8a084", - "amount": "2166479018066255n" - }, - { - "pAddress": "flare1wq3hz74jfkrrn9trzzs6h7sejesyf236wevpg7", - "cAddress": "0x8851924938db253C2602cFB473C33b88dEb83C43", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", - "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1j5czmyd85dd8eda0sytvmxw7rvpfqsa0mt4axq", - "cAddress": "0xfB39d91229191761aFD60264BA961e90B8e70F1B", - "amount": "1467659000000000n" - }, - { - "pAddress": "flare1qs42g3arkzelhwmxcu2u6urzc2kes6zcsy3e7n", - "cAddress": "0x0a852A20620d01A04cE0025e15339C5FE6AE0526", - "amount": "820600000000000n" - }, - { - "pAddress": "flare1h89t8wg2azu7jjw6lq0y57hnr6pmq7wpzp298r", - "cAddress": "0x0246C65be664FFaa501739A9c82FA8118288Ad41", - "amount": "51000000000000n" - }, - { - "pAddress": "flare1fjpaup4dwxzhd2h84k7zg2k0dach7sj3sxs797", - "cAddress": "0x3120736C03AfDBc2132c73Ee06ee6d804A99d28b", - "amount": "57617055669374n" - }, - { - "pAddress": "flare14x532ejhaq73x2vadfap06zfzaevae8apuc65n", - "cAddress": "0xDEba1417DD873Bd6224D2B1050978B50277D1e85", - "amount": "430200000000000n" - }, - { - "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", - "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", - "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", - "amount": "400000000000000n" - }, - { - "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", - "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", - "amount": "185641000000000n" - }, - { - "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", - "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", - "amount": "860585000000000n" - }, - { - "pAddress": "flare1pz8vmjq3mmg8tursfqle7akfnyd024qgrldkjf", - "cAddress": "0x281b31f32753C82b32cE794F7b76d7f6CaA2F9E6", - "amount": "55000000000000n" - } - ], - "totalStakeAmount": "53826591218222318n", - "cChainAddress": "0x14C1901AFb6CD6a6e55072578a48B7E4eAaB9da1" - }, - { - "nodeId": "NodeID-KiAUisCU8UvXGnMRiUvoeyWneSdUm987", - "bondingAddress": "flare1uzwl6dnjppwyqsg47ws3djywv02nyl0yx4hwlk", - "selfBond": "2000000000000000n", - "ftsoAddress": "0x1e68DC808A240C096F0261144dc41fd4c883Cfb0", - "stakeEnd": 1742295600, - "pChainAddress": [ - "flare1uzwl6dnjppwyqsg47ws3djywv02nyl0yx4hwlk" - ], - "fee": 180000, - "uptimeEligible": true, - "BEB": "2000000000000000n", - "boostDelegations": "6000000000000000n", - "boost": "6000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "19250730362000000n", - "totalSelfBond": "2000000000000000n", - "delegators": [ - { - "pAddress": "flare1glawqc9yamjx8nd2le4ylqa0hw85p2k0c7fnhq", - "cAddress": "0x34d0354c1eB84bB560C4F1576C9bb9d44B53F0AB", - "amount": "18777212130000000n" - }, - { - "pAddress": "flare1j5r9j5tfcrhqzu0dauv43j8skmjcx6r64u576n", - "cAddress": "0xfFF9A77C90D9d148f1e82aED77Eb9D3328d454FA", - "amount": "473518232000000n" - } - ], - "totalStakeAmount": "27250730362000000n", - "cChainAddress": "0x868822C4A79ee2a18bedfdd5f1EF3b23B190cf1e" - }, - { - "nodeId": "NodeID-C6i8mruq11VdxGQ7tiUBgrRqoLBot86df", - "bondingAddress": "flare1a39c7ht9l7ry9gvsrk7zyd7x9eaegaa6w7zdgw", - "selfBond": "1000000000000000n", - "ftsoAddress": "0x0000000000000000000000000000000000000000", - "stakeEnd": 1747119600, - "pChainAddress": [ - "flare1a39c7ht9l7ry9gvsrk7zyd7x9eaegaa6w7zdgw" - ], - "fee": 200000, - "uptimeEligible": true, - "BEB": "1000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "0n", - "totalSelfBond": "1000000000000000n", - "delegators": [], - "totalStakeAmount": "1000000000000000n", - "cChainAddress": "0xEBCfF277299009C208adfA571f70EA54E34AAC4F" - }, - { - "nodeId": "NodeID-B9o4BTqdc1qkrAn5BxLHL7pimWf9UwBkd", - "bondingAddress": "flare1h6psvqnxsptc92e3yvl8sgf6lnm0ve2jlmqsfv", - "selfBond": "7000000000000000n", - "ftsoAddress": "0xb0421af2cFfB21D8a0Be4087448146E4f9cbD306", - "stakeEnd": 1750626053, - "pChainAddress": [ - "flare1h6psvqnxsptc92e3yvl8sgf6lnm0ve2jlmqsfv" - ], - "fee": 130000, - "uptimeEligible": true, - "ftsoName": "FTSO EU", - "BEB": "7000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "82805033133638666n", - "totalSelfBond": "7000000000000000n", - "delegators": [ - { - "pAddress": "flare1vscpfkhah52g7nfl7c3p0scwpx67px3mqf43ga", - "cAddress": "0xfFC4a5F9a76C7ea43A5519891B48081Df5DB5583", - "amount": "500000986000000n" - }, - { - "pAddress": "flare1ky0umtzwp70jynl45ujn7j84zyg025jmqqkjw7", - "cAddress": "0x61725372e5426e9e360774b733f467C64d2a500c", - "amount": "326050000000000n" - }, - { - "pAddress": "flare1nz7whcsg7jjru35ujnzgl03wd2ydq3qwfymwep", - "cAddress": "0xdD6b673dA2B509d6b8c7CA1cBdD4e4a2f947CCEC", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1whhlc9rkuhyx48jt90gveesplk3wx6um55268e", - "cAddress": "0x9a9A7a20b3c589d8bcC93da89251bD14b76CE54d", - "amount": "54722332260085n" - }, - { - "pAddress": "flare18cl7ugx0urdsu5z7d3yw48u7s8czl3f83fnr5v", - "cAddress": "0xc93D18fff20C6bB7C3B262021216e2B306ea0Eb3", - "amount": "80310471530000n" - }, - { - "pAddress": "flare1jfvpfjy0pqykgz8mxnv57k4vmupqrgmaky8e8c", - "cAddress": "0x38d188d26EA95C9706A6083191A770B8b69A9312", - "amount": "50000000000000n" - }, - { - "pAddress": "flare178v7getmac6nppek3y0d83nwvz6d8hlm06wrme", - "cAddress": "0xFC3CA1656B2da82c6a218c64ae256c310623fB66", - "amount": "93370000000000n" - }, - { - "pAddress": "flare1t8e7eu46qjq0lyvx25a88d7anfylcnfyzwmuuk", - "cAddress": "0x80C8204b9b1d6605928f7dc90bE062Ea8E241c37", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1z2mffv8fazhq2lc8367kgahthulf7j2vvjdwra", - "cAddress": "0x0D4813ec907b97D27E21310713C606ff05fb2b90", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1kt9epey96ef2fxz4vr9gmrpx6v8vwh3vz8atsh", - "cAddress": "0xEDb1f9F70b8058fC925cFF7C914fc8732B9DB9DB", - "amount": "473224412561000n" - }, - { - "pAddress": "flare19f89vr6cp8gfvm8m39qju47k0czs93jmy93upm", - "cAddress": "0x0a2B76B41F3466A692636322F169F83835F63915", - "amount": "50065000000000n" - }, - { - "pAddress": "flare1g4qyaawkxs2889lfzj4xuy9rd90dw4jdjhhgw9", - "cAddress": "0x8Aa9F64042D468aF80251fC7CB53f2b68690827F", - "amount": "126587267275714n" - }, - { - "pAddress": "flare1ghmyksa4888kmjqx5vssc7ycarc92tppp5e9en", - "cAddress": "0xeCe104B5486F3D48bEd9521dBd0759d1780e106B", - "amount": "150000000000000n" - }, - { - "pAddress": "flare15vxzp832tj7pmhpp9d0uts5ml6qwahm6rrpygc", - "cAddress": "0x461Df3491F64EddFf068B6F5E98a8692A546afC6", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fjzawdkvjqegmawc49jxh7qczh8pn9jnw33t6g", - "cAddress": "0xd492aE7b0985695c74C6a95d459056F50fDb705B", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1es6c486memsg3rlgwachvhkjee006uct9l20re", - "cAddress": "0x3e64cd2CA96178F3Fa47e5A2112d8719EF07ca13", - "amount": "272000000000000n" - }, - { - "pAddress": "flare19a7e0rcdd5wa0rmgkq56m4f5qcd2t7arqgp92y", - "cAddress": "0x8E434A912e6C4e466b4236a08A4B2277059F7bc7", - "amount": "50011781426116n" - }, - { - "pAddress": "flare1hrgkft6pxat9p93rrjctshmz9ppe4laz3w7kdu", - "cAddress": "0x7De140ea256fb6B4F5163aaA877060c09CdfcA37", - "amount": "66077768147540n" - }, - { - "pAddress": "flare1mu75fry3j3waaaxys3djzn90rj8fuhhukxmft7", - "cAddress": "0x9e1d5a3e28D2088233619eaB94DDbD87eA57599C", - "amount": "50095000000000n" - }, - { - "pAddress": "flare13plwpvjasdzg5xey5nejc4cjlumy3dtjcqp3yw", - "cAddress": "0xCE18eE399dFfC872664D56c9e3269fE0167B90cf", - "amount": "90700872780466n" - }, - { - "pAddress": "flare13g8cevk9uswm6vu4t8htmwr7f7hhfjzfmpygv3", - "cAddress": "0x8e471b4D2c08cD29142adF30a31D294350f874c1", - "amount": "60999998000000n" - }, - { - "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", - "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", - "amount": "159109191756000n" - }, - { - "pAddress": "flare1mp5y9w7l9t5kgdyut3evmd5d9yrq8j9f64y0rq", - "cAddress": "0x82F9e14DFeb06020eF323a5617C9E71a2371210C", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12nwm86fjmxvkvnhs8fesn2usppdcx2cn4dymkk", - "cAddress": "0xD15c3714e575B4EF045beD42CCE79770C1C44C1f", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1q80ehhn87ru8dgd58gg3gvcuyul8t5e5rd6nuh", - "cAddress": "0x3407B58C43D56d6954E6A19Fa27dEF558E5E4b14", - "amount": "315212230788000n" - }, - { - "pAddress": "flare13lcwckz83n2m8pkmpmkzklpf5drzleve3mr228", - "cAddress": "0xf5460a9225f258C080B506841be032539D95830f", - "amount": "60000000000000n" - }, - { - "pAddress": "flare17pagn4rhz0l23x5k7fmvgva0mu5kh5s9aez9rc", - "cAddress": "0x25cDEae2F216400C74221B78D2dd8568DdfB8068", - "amount": "189931989249000n" - }, - { - "pAddress": "flare1ctfrjhjxpeu9uhtyxw39cm5u8ww9g3pgcy740j", - "cAddress": "0x9351061D49b6c01f660872361b2658E9a6ea2532", - "amount": "324400000000000n" - }, - { - "pAddress": "flare1gent5ln4jkfxrzuyjfan0apdcfj2kvcv77kyfm", - "cAddress": "0x85Fbc8d57D099923B1378402a91608Cca1e53F1e", - "amount": "63023287455000n" - }, - { - "pAddress": "flare1lhpyc7a2keesd3yrcfhg0qdnk3a99y3rd9gndu", - "cAddress": "0x293c17cA71322CCd1A3010C3757600Fe30d72199", - "amount": "75000000000000n" - }, - { - "pAddress": "flare1sm7ew6h6d47zqw0fsgpc4gvqnv0u3gsvz3477t", - "cAddress": "0x9D40eFEdF62BF29708240C1f9585A100a06f6603", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1lhr3v0tsusj6xm3cuelnnk6w65q5g89z35khmm", - "cAddress": "0x0EE699d199190aCCD85E37Bf519112fD499bABcC", - "amount": "69000000000000n" - }, - { - "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", - "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", - "amount": "50200000000000n" - }, - { - "pAddress": "flare1pl3zqd97m5se4em38app2kmkyf9ewlua08y8k2", - "cAddress": "0x45F6dea23d4F1733fBB67F6B21b1F5a9F4dd2578", - "amount": "78388998000000n" - }, - { - "pAddress": "flare1rsya3j4w9c90h427jzalqzmz09xy0evnuc8fmg", - "cAddress": "0x795EF8125697b5a8C037A957566f7bCe93076007", - "amount": "33799341247945604n" - }, - { - "pAddress": "flare1zdu3me55ew8775nrsg2exz46xhnh7mruzfct9p", - "cAddress": "0xb78Ad2F2DDE461e22C5be18815fa539AFbacf852", - "amount": "250000000000000n" - }, - { - "pAddress": "flare1wfkzrr8ltgqtgwqkdteql2ss3ny7305f0ysv66", - "cAddress": "0x2De71bC2633022d92dddae6Dd836ff4826eA56dc", - "amount": "106367000000000n" - }, - { - "pAddress": "flare1gtuq6x7h26jnfk4hk8ejx23y8gmcg607dfve04", - "cAddress": "0x96852b641C8f32F29845FB1C74eC84CE99FE0321", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1gpar5z4x38k78tw2mg5ahj306lhezj2clg9a68", - "cAddress": "0x0989671cb1c720328A3109Cce2cD4E40d53197c1", - "amount": "135794993000000n" - }, - { - "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", - "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", - "amount": "40000000000000000n" - }, - { - "pAddress": "flare1x5r5qaefegvfp66ay5ted7862q877csxu5lum3", - "cAddress": "0xC927D925844aE039650edB44f1BB83F215771695", - "amount": "103211120638000n" - }, - { - "pAddress": "flare1sdym44a9e5g7spdux25v5r30jajua4mjvshlxp", - "cAddress": "0x0903BEF27724b2AB36C53905863e4D68eF8b44e3", - "amount": "58000000000000n" - }, - { - "pAddress": "flare17e6p2ph0dxa8fmchwm8e4qm4gzvysukuyv86rj", - "cAddress": "0x2c73d82F2d16B0b911369e82ceB354b1d759DE2A", - "amount": "80000000000000n" - }, - { - "pAddress": "flare10knlks6gggvnjdra420kk86mpfdzc26v6qqkdp", - "cAddress": "0xd32739E06c6F3CB66e6Ca4f1495a57b84F3963b6", - "amount": "133935846600000n" - }, - { - "pAddress": "flare1j4ueyqy40ua00ckheas3cqemvx6zlwdu2s8gf2", - "cAddress": "0xb687634f7D5417B8FDa1b0625ecD230a2287FDDf", - "amount": "57785959793000n" - }, - { - "pAddress": "flare1fhytpt44eml0r9mvng4ztptqsayfqetzara5dy", - "cAddress": "0xae94aB64f858A81e9F476d85384682764FbE1ccC", - "amount": "2000001977000000n" - }, - { - "pAddress": "flare1jsxh5tpfhzmcwtll5h50227mk66v35d0z5k3qs", - "cAddress": "0x80A05CC212e3960ce90dbd7f776710efEa5fFBd4", - "amount": "61999998649125n" - }, - { - "pAddress": "flare1gf8u80vw5f8u5xfh57nwugfarta4e73nfn6gr6", - "cAddress": "0x38C3452D46c82e75bEA04a229639233E9027C727", - "amount": "100950000000000n" - }, - { - "pAddress": "flare16etgp93kwxw86a2asf05sxxjay5ksgx7wanf7x", - "cAddress": "0x83B60fA132B17Ace5174962c2a28B00f75f6cba1", - "amount": "358009981000000n" - }, - { - "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", - "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", - "amount": "335435293145349n" - }, - { - "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", - "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", - "amount": "63215955665000n" - }, - { - "pAddress": "flare1cqzq4eqnu4rjvkaptctnc792ef2cwlr7qrt2yn", - "cAddress": "0x94d5FDF97b37D6b18a63fd320E001d325f8b212a", - "amount": "131502186070517n" - }, - { - "pAddress": "flare1zqaa8yvlup38ppd9tz3dg7ja5yxg94d8e2auje", - "cAddress": "0x73Ea2D65e375D65dF75f1E6962D2234302a12799", - "amount": "100998986903150n" - }, - { - "pAddress": "flare1paappcmwnx65ptta5pk8036lmlhun5rsyu6y75", - "cAddress": "0x0297e817Ba04E283F45ABb88A3842EAc00B82d0a", - "amount": "50001000000000n" - } - ], - "totalStakeAmount": "104805033133638666n", - "cChainAddress": "0xB5027c6924e1699Ce333b700dE63274aBf1650BE" - }, - { - "nodeId": "NodeID-KzPd2Vx5WomGtur91B9K9R7to3mYyYga", - "bondingAddress": "flare1dkeqvpd68stg3rgclmayr900jtmxqx9yp2y29d", - "selfBond": "3000000000000000n", - "ftsoAddress": "0x9e55a49D251324B1623dc2A81894D1AfBfB8bbdC", - "stakeEnd": 1750680043, - "pChainAddress": [ - "flare1dkeqvpd68stg3rgclmayr900jtmxqx9yp2y29d" - ], - "fee": 180000, - "uptimeEligible": true, - "ftsoName": "FTSOCAN", - "BEB": "3000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "3465840933583450n", - "totalSelfBond": "3000000000000000n", - "delegators": [ - { - "pAddress": "flare1m6ca2hr5jdnfam68qyhffkp6hcttmyd927zmg8", - "cAddress": "0x47A214613f68ae4f3428EF9503cF38B9Ff323275", - "amount": "100000000000000n" - }, - { - "pAddress": "flare107gdqwg3u9apqlnwhda0s9h34ua07hxf5jymgl", - "cAddress": "0xDC17aDE3DDF495a2D8332BA21dE799861eF5469c", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1de75gtan6lsfcy4k2tfw28p5xgc6jru2dky5rt", - "cAddress": "0xf09499EECE42dCC1635b02fD0e366232372bbCA0", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1v69de8q444ytcx4cv7a4xe90zx8ydxqmu6dv73", - "cAddress": "0xDAF7346b32a4860d1E44e73770180b2a9A9736Fa", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1tyjl9gq87ndcfxxdlmfwsna6h9k68w3hrspmjl", - "cAddress": "0x7eb71527EF0191A3172E2568ce13B6AbEDB5faCA", - "amount": "200000000000000n" - }, - { - "pAddress": "flare1wm000ujygyzdfq9pgcu04v7r26s6qgsnykmf8l", - "cAddress": "0xeBB68135bcC10E36acD4DEC2D5EA5F3BC089E4F0", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", - "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", - "amount": "2365840933583450n" - }, - { - "pAddress": "flare1wez9zay6r57q4epedjcvzsex84j29wjv3yk6fm", - "cAddress": "0x8D49051A66516BE80220CFACf3753622dE799be0", - "amount": "50000000000000n" - } - ], - "totalStakeAmount": "21465840933583450n", - "cChainAddress": "0x5F4E1FB306d4c071b962afcAeD7beE2287E84679" - }, - { - "nodeId": "NodeID-FERvNWfCH4mjCSoFnjF4YouDBuYZCpfKm", - "bondingAddress": "flare1daqetq0w8dclhf2g5d8u6zv9xklgcc2jw67ed0", - "selfBond": "3500000000000000n", - "ftsoAddress": "0x9C44c70180642cF4Cfd06d77b84Bb8F864ea5697", - "stakeEnd": 1743296400, - "pChainAddress": [ - "flare1daqetq0w8dclhf2g5d8u6zv9xklgcc2jw67ed0" - ], - "fee": 170000, - "uptimeEligible": true, - "ftsoName": "Comfy Nodes", - "BEB": "3500000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "27005644153840938n", - "totalSelfBond": "3500000000000000n", - "delegators": [ - { - "pAddress": "flare1ylgnw4pwdyaz02qkutz4ug3v5xfqvh7vzx84cj", - "cAddress": "0xc49Efa5A58189C5BEeFddd9Ee4FC6905658226A8", - "amount": "109180822569744n" - }, - { - "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", - "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1eaqkys49ucjr3ty869jv2l5xnh45r20x6a839u", - "cAddress": "0x2DFFe4d89E9C184288F25BCE2173CC4F6BE30068", - "amount": "15236466670000000n" - }, - { - "pAddress": "flare1l6wcjqt8248v5gw39f964mpuj9089kwd6mn70m", - "cAddress": "0x52C0C588C147c4bfad9881e7ab4eBc6BB780e6f6", - "amount": "2395768741671550n" - }, - { - "pAddress": "flare1up5q3p032pc7s0pew4h8ta0cvyzwfcyrvt2gsh", - "cAddress": "0xAF22D1D9f879C14b08bf96E78Ce8eED655Ff93a1", - "amount": "2128322155400000n" - }, - { - "pAddress": "flare1kh05ae9nj6w56xxzcavk8ed2896rks9dplr8gd", - "cAddress": "0x518b07a61D65146A3EE7fAc6Db1E33b6F0Dc317B", - "amount": "2182936020000000n" - }, - { - "pAddress": "flare1vwpx6kjmgfrqzrlfwamhw2dmv97uln7hpwgcuq", - "cAddress": "0x50Cdf300a7983325b1B2eA5B5A68A97fbeEdE86a", - "amount": "2195982014000000n" - }, - { - "pAddress": "flare1r5dcy57ffd70gpsc79kh23dxyuaatprhmeuxsl", - "cAddress": "0x2609eB6717Df5A970b4c293382E16Ab752Fe4B9A", - "amount": "2198093667754644n" - }, - { - "pAddress": "flare1j5ranyselathy9c7ac7tg24wx6ka2g9gn9384x", - "cAddress": "0x40059E33D754681F703C7746aAcA37fC7039B8c0", - "amount": "458894062445000n" - }, - { - "pAddress": "flare16s3mqkqnngaslrx9fsn84px3k2twhu56jz55j6", - "cAddress": "0x0c1c7c72BC21b90b199ec18adf95AEe43951ac27", - "amount": "50000000000000n" - } - ], - "totalStakeAmount": "45505644153840938n", - "cChainAddress": "0x0A255b5642B3FB56B355A8bd3B265783805c9999" - }, - { - "nodeId": "NodeID-Ckyh9cpfkkXSo5PYNNFactcrKkY2XhkXR", - "bondingAddress": "flare178j3uxpsnz4xcwhg56qvrgmks789tpan44838h", - "selfBond": "2000000000000000n", - "ftsoAddress": "0xb6deD9D9CA19af10C67f9A8be8ca75e38E166faA", - "stakeEnd": 1743094440, - "pChainAddress": [ - "flare178j3uxpsnz4xcwhg56qvrgmks789tpan44838h" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "True FTSO", - "BEB": "2000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "25174381500000000n", - "totalSelfBond": "2000000000000000n", - "delegators": [ - { - "pAddress": "flare10cmqrdrakmg38vk46yvahs8y88fd3fmktyk3kd", - "cAddress": "0xdD301559a59b386F7d5298e94BC4336887625268", - "amount": "25124331500000000n" - }, - { - "pAddress": "flare1g9vlw0qqtgvv6yleqgldg72ex3w8madug8gpd7", - "cAddress": "0xE25c8573c18789200214E0F2596ae5F897f3b821", - "amount": "50050000000000n" - } - ], - "totalStakeAmount": "27174381500000000n", - "cChainAddress": "0xF9cb594530F5C7E74AB36C493c00a1eC7547C302" - }, - { - "nodeId": "NodeID-MsF6Xc1PsMWtcxVudCepWb5kUeF1EF8RX", - "bondingAddress": "flare16v4pgq4me95tqcjq2kh42vvsvc8klyp8vawxmp", - "selfBond": "13340000000000000n", - "ftsoAddress": "0x07702A7494F760B0b3642463BdD2B7A13cFDDbb2", - "stakeEnd": 1769364000, - "pChainAddress": [ - "flare16v4pgq4me95tqcjq2kh42vvsvc8klyp8vawxmp" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Atlas TSO", - "BEB": "13340000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "104679931105879554n", - "totalSelfBond": "13340000000000000n", - "delegators": [ - { - "pAddress": "flare1psc6906h2rlyanxhay6u2n82uy7cqht983gf0h", - "cAddress": "0x74f9Fd5C86131Ba79ad84a5eF6E021926ddc17E4", - "amount": "3367454991000000n" - }, - { - "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", - "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", - "amount": "134500000000000n" - }, - { - "pAddress": "flare16uklpqwvj2y9td04gtp0q4c5xxshjthv7ht3ay", - "cAddress": "0x260e2f87b8fa89b1a38BDc74A4672cE22E6b599C", - "amount": "44092783000000000n" - }, - { - "pAddress": "flare17jgy5gjx8dscguh8ftgyf57gt7p7sfqez6cvda", - "cAddress": "0xaeBAc365379876441b215639f4aF0e5ab620Fb97", - "amount": "264081040000000n" - }, - { - "pAddress": "flare1ewmaz56mmr77s8hrsy2zn8ecuszdnx5gpg3qm7", - "cAddress": "0xAf923eeC216da2d4A5fB433ae37B8A4CAcD80f39", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1uutvq0268dux0sujfpg9y327rw87resx06jst2", - "cAddress": "0x45d128E26FbB443CE295df9Ac533945646d87dd2", - "amount": "151171959000000n" - }, - { - "pAddress": "flare1pc357zvyl3mphp80jfw3zv3hsv67xn0a8jenj3", - "cAddress": "0x924Eaa0bD24c67f7a86EFcd6D78FBBaf557A41f2", - "amount": "333256000000000n" - }, - { - "pAddress": "flare15ac6hxhr9y2c294akkknan7utcqm6rlhly8q05", - "cAddress": "0x4E4F7ddF982885FF4C5786f762F8e7b5dffDFA11", - "amount": "170278000000000n" - }, - { - "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", - "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1zwhsscjc8ydvv5yhlrz4rvhvwutr0st9d7jhfc", - "cAddress": "0xb13f9a18EdF6b5967f1bE73f96995C9C7fFd0E5c", - "amount": "50949000000000n" - }, - { - "pAddress": "flare1mahx8twgvtvdtgs636a4zpr2ljctgc7g5psnsl", - "cAddress": "0x2D7D3CdB28836038067a4e64BE71165638bcf861", - "amount": "199997999000000n" - }, - { - "pAddress": "flare197tw9uu44v35ymztu3aeda4qj9ugrcd62mz48h", - "cAddress": "0xF02a279198eF0ae79406e67906Df6e9730853a8F", - "amount": "106607000000000n" - }, - { - "pAddress": "flare1ymcfaxzy9wv0efnrpfhxzpmt3wnwpce4rq4uxg", - "cAddress": "0x771757f1f37D351131405d87EbCCD736E21E5D27", - "amount": "100004000000000n" - }, - { - "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", - "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", - "amount": "70000000000000n" - }, - { - "pAddress": "flare13595xye67aj628a8zqfvjfa3w999dly6q5dv6u", - "cAddress": "0xe11153D636ED0576BE3f439E80f7a0EE187Fff17", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1lgtdg5u6areljjpmpaxv8x92h2ll6drhq6vy7z", - "cAddress": "0xc70544a8C0BcBfa8F372155B9302c0d0A5773c0F", - "amount": "681710970000000n" - }, - { - "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", - "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", - "amount": "218377764388000n" - }, - { - "pAddress": "flare1slr9rnwyufnjkx7csvdljn8t4kgpv3gecs87dy", - "cAddress": "0x631C8Cd84c5Bd8dd7db369ab203322f6946a4df9", - "amount": "3643880000000000n" - }, - { - "pAddress": "flare1rnak5cp9kjcmsh9nw8z659536h2rhlmvhv2zf3", - "cAddress": "0x692464a9dEB22497CCe40023973C1dC6DE30e2F0", - "amount": "20000000000000000n" - }, - { - "pAddress": "flare1anfdlfxqyv4dr96zgn2ycc2sdcs6s8ypqel24c", - "cAddress": "0xfF87B38d2eB383c99a34380F86f5dE58a02f9099", - "amount": "91568368130000n" - }, - { - "pAddress": "flare1z2nh3pzw7r3w9s7yc02s6a4uhqp4xv2znpue5u", - "cAddress": "0xF8922eB3a6f85002b90c4f5A98Cc05099BD60a26", - "amount": "76435395955880n" - }, - { - "pAddress": "flare1xha9g8gayjkyexdmka2g8n306lw08lutz4fa88", - "cAddress": "0x6f8b51C2E5Bf7E676C720b4dc5f7575C5a5C4595", - "amount": "152491630513000n" - }, - { - "pAddress": "flare1jnyvcjm95nl8lkkc39h584zjftulphn2wstxth", - "cAddress": "0xfdec2DEd137836d9d8F4692cbb105bCb50E44368", - "amount": "82072674770000n" - }, - { - "pAddress": "flare14k83ykcm7vx9u72t68x2jkttm648e4mq9kcmg7", - "cAddress": "0xE3570EF6Db10246e7065ce42eAFaF8D285005590", - "amount": "3083989976000000n" - }, - { - "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", - "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", - "amount": "250000100000000n" - }, - { - "pAddress": "flare1ym7agfyk76ef7zeglhctrxe7q2c7hzk5qr07xe", - "cAddress": "0xCCD123260f643FB248822110662a84b4c1DB802C", - "amount": "500000000000000n" - }, - { - "pAddress": "flare199gxnrxl2dmfg6n9yagwe30f7m3nqu5ahfxmvj", - "cAddress": "0xe037Baa3203DA31903B1cd778C8c23f9cC55c3f5", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1hdt4kwphm4pu4hu5f7mu8ug6v4x72l6cwl9kkp", - "cAddress": "0xA5e2A47031FF63Cc6b53Cb7a92A0e9a3EB07d323", - "amount": "500000000000000n" - }, - { - "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", - "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", - "amount": "50010000000000n" - }, - { - "pAddress": "flare1t6qrfzkrz0kjdgsn2ewwfxvccs3rq7zhzx2eu7", - "cAddress": "0xD71A946e6c10c6CF0F809D3f28f0ec99d1ed2124", - "amount": "135412582571000n" - }, - { - "pAddress": "flare18ny4capvpe63l36nh3nx8qtxxn568qfczxxu9y", - "cAddress": "0x0920f2823AC243868664E57E9A044aA2E313d403", - "amount": "8000000603185000n" - }, - { - "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", - "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", - "amount": "101099995000000n" - }, - { - "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", - "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", - "amount": "51000000000000n" - }, - { - "pAddress": "flare14nsq48ctw5kseg2wwr7zhrv8rg6wv8dpg32hv9", - "cAddress": "0xf5714a7A6683772798BaA859A1502D52A6c22C81", - "amount": "4648410260366674n" - }, - { - "pAddress": "flare1hvc02e7dt78t2q2d0xu4jftmar737xvqga8d2k", - "cAddress": "0xE8b570A7A02cBEE7E743c4cb1679A21Cce615BF2", - "amount": "12201000000000000n" - }, - { - "pAddress": "flare16253fwk7rhpe686v5mh2atdvhx2qu4dg0q3jpf", - "cAddress": "0x0E6b23E0b826014d0F69e4060aa2474EfDC9E521", - "amount": "257861000000000n" - }, - { - "pAddress": "flare1xl4kanc40zdc2eq2gmwr4xryp2sgv9cnhepjs6", - "cAddress": "0xE77B7Cec06Dd472aCef3163Ac3B302c9698Dc1a3", - "amount": "60776796000000n" - }, - { - "pAddress": "flare1acgrxppgw34uts4gjkse3wptgxmql8v5n7n24h", - "cAddress": "0x12736AC8D368412e912AC0A00330918B64D60058", - "amount": "52750000000000n" - } - ], - "totalStakeAmount": "133019931105879554n", - "cChainAddress": "0x278F11EEEe212a796C750f03382Ddb0970F7A631" - }, - { - "nodeId": "NodeID-AW81N9vGQttoQMMdpqbihU5hEwH793YXj", - "bondingAddress": "flare143aen950cgnymsl42d3d93ryyj3k764m0gwm69", - "selfBond": "2464475000000000n", - "ftsoAddress": "0xC7cF3238D2ca63d01Ad4d42B4cCB9dB8b0adE702", - "stakeEnd": 1743250851, - "pChainAddress": [ - "flare143aen950cgnymsl42d3d93ryyj3k764m0gwm69" - ], - "fee": 90000, - "uptimeEligible": true, - "ftsoName": "Bushido FTSO", - "BEB": "2464475000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "30988540615844129n", - "totalSelfBond": "2464475000000000n", - "delegators": [ - { - "pAddress": "flare1mjtzwa6xdl370le677wmntd3etku4fau8njtge", - "cAddress": "0xDa72f7fee2D64D4cB097DD809a0C099D5507C629", - "amount": "50483997231566n" - }, - { - "pAddress": "flare1ytsc8wpsvcz4t0tz6tmwwfmj3mlwk8cr39flac", - "cAddress": "0xDac244E82fF83D43c18821D572345371007aEE08", - "amount": "58093767639376n" - }, - { - "pAddress": "flare1syc8y6a9dveg6ak0xqwdt82dyd5uk7ulupsq50", - "cAddress": "0x9bB00529c014baa1C4C5A22f877cbe05945cBbd9", - "amount": "3541014000000000n" - }, - { - "pAddress": "flare1d9exgmyzwvgr6p2jy3p72kgsszvgajcskarezk", - "cAddress": "0x91B63f6405a0c10D6d70a633b2130292c2faE893", - "amount": "24462722530000000n" - }, - { - "pAddress": "flare10apl603luz07t35h4hwtqj37zn2k4h67kgpj0c", - "cAddress": "0x0e2fa9aF5610d8D62203D9e176c4F641a1a59661", - "amount": "1185000000000000n" - }, - { - "pAddress": "flare15m29qhn4pmtt532cfk2g2g886d5nt7usqquzxe", - "cAddress": "0xD6fDfdBBa8FF86B25139544aa974924D548A791e", - "amount": "666226320973187n" - }, - { - "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", - "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", - "amount": "825000000000000n" - }, - { - "pAddress": "flare17vh42a9d7v4fe6nzf4vnykc64epvzjscxcdnpc", - "cAddress": "0x584ebc298278A83d849E02B10c62bD04F73D347B", - "amount": "200000000000000n" - } - ], - "totalStakeAmount": "33453015615844129n", - "cChainAddress": "0xB75879b43daA5C6718559da8e08f6F9Ad4Fc2DDE" - }, - { - "nodeId": "NodeID-HGNPxSh8dZqCNCmHfMMNWYC8CNQiUwDWK", - "bondingAddress": "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw", - "selfBond": "3280000000000000n", - "ftsoAddress": "0x112B1130BD78B5A520adeace6130151E07a270a7", - "stakeEnd": 1743836400, - "pChainAddress": [ - "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Xdrops Oracle", - "BEB": "3280000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "200000000000000n", - "normalDelegations": "14298228139596410n", - "totalSelfBond": "3480000000000000n", - "delegators": [ - { - "pAddress": "flare15ey2l0wex3wv6xyccqj60eq6v7aqzlx2pttnzh", - "cAddress": "0x6A1d0a5C643F7118c1997246FA056Ad7A304CA92", - "amount": "3067086000000000n" - }, - { - "pAddress": "flare12pfds3f3aak50lqfj5ya5f7gsrrqy6t9aq04kw", - "cAddress": "0x618DcB07D1B1f0495f02fEe1a1F7Beb876961139", - "amount": "155689000000000n" - }, - { - "pAddress": "flare12dqvwvsvw5dlqz2l3gnk20wn7vz33qycwvg50z", - "cAddress": "0xd313c072996302FA9D4dC2Ab3E780c7e161b0d09", - "amount": "8446378080000000n" - }, - { - "pAddress": "flare1e43vcgvcnp94w39ajtmkafzyq7nxlgr6kk525y", - "cAddress": "0xF0E519CbA209FD5f190d94e0AE9c0f63E26171BB", - "amount": "2629075059596410n" - } - ], - "totalStakeAmount": "17778228139596410n", - "cChainAddress": "0x216f3f9476cC26ec95AafB2A494e23979d0494e8" - }, - { - "nodeId": "NodeID-NbTToANYcdsreLC5PBcE9gsMBpBY7N7s1", - "bondingAddress": "flare1tyc9lm0tlye8yc5qej64meuk7x2e7y0er7q4wv", - "selfBond": "4500000000000000n", - "ftsoAddress": "0x4A74e79738009711a6ddB6653614d43ba9F431b9", - "stakeEnd": 1746882000, - "pChainAddress": [ - "flare1tyc9lm0tlye8yc5qej64meuk7x2e7y0er7q4wv" - ], - "fee": 190000, - "uptimeEligible": true, - "ftsoName": "WitterFTSO", - "BEB": "4500000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "0n", - "totalSelfBond": "4500000000000000n", - "delegators": [], - "totalStakeAmount": "19500000000000000n", - "cChainAddress": "0xE96aA06057e3628864eB0fd497eE9a1f80956C80" - }, - { - "nodeId": "NodeID-EBcyABp9i2wEgZbhiwnyLaqBwFFTdZXyd", - "bondingAddress": "flare18mjhtldw6qy34n20kcg4ewm9urs92zxn9nfppw", - "selfBond": "10556500000000000n", - "ftsoAddress": "0xeFb939Ebe430efD987c2650367a1b2c9f070d3f1", - "stakeEnd": 1746151200, - "pChainAddress": [ - "flare18mjhtldw6qy34n20kcg4ewm9urs92zxn9nfppw" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Scintilla", - "BEB": "10556500000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "16569961669484231n", - "totalSelfBond": "10556500000000000n", - "delegators": [ - { - "pAddress": "flare1jw0p6kvpxw4tysmxquu2fq3m0jtazt5frq7cey", - "cAddress": "0x190a319dDF4Fa0Becb6975f1B813E218b12aebFD", - "amount": "95100000000000n" - }, - { - "pAddress": "flare1umn5v7c5rpprnlpct82xxj2q6gqudlwj003jgy", - "cAddress": "0xaEfbEd67fb7071E45acbaeaDF9e9e6171F25Fbf9", - "amount": "270300000000000n" - }, - { - "pAddress": "flare1y5m2ykpfztdhhfguufn3rcq9d24t3rnsmu6qv8", - "cAddress": "0x4191486abA87CB73E41244bC6bAC93Cbf9499Ef2", - "amount": "50000000000000n" - }, - { - "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", - "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", - "amount": "15854334170000000n" - }, - { - "pAddress": "flare1vehldnrsmmd68xgj2ray26kzkx6ns23p3lhfx2", - "cAddress": "0xF23233920Ee5B2FE2e90D61FC760E54c7e0d952F", - "amount": "250177499484231n" - }, - { - "pAddress": "flare1g9vlw0qqtgvv6yleqgldg72ex3w8madug8gpd7", - "cAddress": "0xE25c8573c18789200214E0F2596ae5F897f3b821", - "amount": "50050000000000n" - } - ], - "totalStakeAmount": "42126461669484231n", - "cChainAddress": "0x68B8d806394B87D025aebAA889bF9d20BaD2dE67" - }, - { - "nodeId": "NodeID-KRkND3cB1bYaWt71CSQdCUjRSR95d3cNz", - "bondingAddress": "flare18ukwkqu2fdzdd0xpvkea93fvhj7jkej7yg2w7j", - "selfBond": "6000000000000000n", - "ftsoAddress": "0x47B6EfFE71ABD4e8CdCC56f2341BEb404f804b87", - "stakeEnd": 1746975600, - "pChainAddress": [ - "flare18ukwkqu2fdzdd0xpvkea93fvhj7jkej7yg2w7j" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "AlphaOracle", - "BEB": "6000000000000000n", - "boostDelegations": "15000000000000000n", - "boost": "15000000000000000n", - "selfDelegations": "0n", - "normalDelegations": "34010250207131009n", - "totalSelfBond": "6000000000000000n", - "delegators": [ - { - "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", - "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", - "amount": "50200000000000n" - }, - { - "pAddress": "flare1c0q5rtnxg34687xl3rw55navaq0ylsxcmmm5m8", - "cAddress": "0x31Ef126FA2938312CF401A86A8108511f3f4f5Dd", - "amount": "322630000000000n" - }, - { - "pAddress": "flare1d5jsm0k02vq9a0fhsatcxlxfq05umzyfwr9g8t", - "cAddress": "0x50f747c6A02EA53B7986cE21c18Bb848eFDFcdd4", - "amount": "518999999000000n" - }, - { - "pAddress": "flare1sexs75rx3e35ea802k24n00693tqn5y230vxu8", - "cAddress": "0x6F7522d342970BFE0243D27210c1017862f2bfB0", - "amount": "225085003000000n" - }, - { - "pAddress": "flare1gmaqu5hl56jsmtnh4ml5s2axlj0fwfwegavt7c", - "cAddress": "0x97c85cd206Ed78Af692ab0d1a2b54caD4aA108E1", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1scm2w37ru4pdqpgydjgf55p2v73xphfej4w6mu", - "cAddress": "0x5ddE6Fb49cd61eeeE47e021424C301B4486E6Cc1", - "amount": "56279320000000n" - }, - { - "pAddress": "flare1memewxae3q3jrs2jelga03j2czjcf3dvmdwk20", - "cAddress": "0xA37836409eeE8CaEF6649DC79a5867EdFE815Dee", - "amount": "50942108113640n" - }, - { - "pAddress": "flare1euck9fjr669p6jky44ejhulfujatxjhdzntem4", - "cAddress": "0xf3047172Be67e3f44A1a56804cd2773DCE1D770A", - "amount": "55000000000000n" - }, - { - "pAddress": "flare17tslsqlu9lml80sfq2z556c7s0n899528lwfhc", - "cAddress": "0x6fd29097e92e6145053344c3CFB57fF30A502B8D", - "amount": "155686000000000n" - }, - { - "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", - "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", - "amount": "1029215000000000n" - }, - { - "pAddress": "flare1t4ktqy4tj0ak3sruxuqqy3py76utszq3w0hf2a", - "cAddress": "0x143A3f9E08FECed1A5111a3827761B807954DC24", - "amount": "111110000000000n" - }, - { - "pAddress": "flare1hvc02e7dt78t2q2d0xu4jftmar737xvqga8d2k", - "cAddress": "0xE8b570A7A02cBEE7E743c4cb1679A21Cce615BF2", - "amount": "12200000000000000n" - }, - { - "pAddress": "flare1d6ne62qkzmjd9e0uyk09c6s5ytzt8qx3k6nrmh", - "cAddress": "0x50F510E44944D9180404f188E5f84330E8619DFb", - "amount": "2000000000000000n" - }, - { - "pAddress": "flare1nvlgd0urwk6fk762xs2sp47wkze3rp2jthw9ue", - "cAddress": "0x401104ff35a3536a8D1a908e6b228a0C71a5cA01", - "amount": "733990000000000n" - }, - { - "pAddress": "flare163kfjxf3ums8ymn3xpgynunnzswhlwft7h5cfu", - "cAddress": "0x69E131d6864006CBE9D5bD0dff723cCcACb9ea20", - "amount": "696241864754049n" - }, - { - "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", - "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", - "amount": "15510651970000000n" - }, - { - "pAddress": "flare1h633pvzzyk4s7u02clmrhzenpfwwuux89qkuf3", - "cAddress": "0x3B4E212c25d4469B4BEE5b5F8537B9874e69c305", - "amount": "193402309219775n" - }, - { - "pAddress": "flare1uc7w3we2gzfnkp0tu6a29f97cs653y6sahqf2q", - "cAddress": "0xE37ccbfa8923F0b993020C5A3E026A9C28e133b3", - "amount": "50816633043545n" - } - ], - "totalStakeAmount": "55010250207131009n", - "cChainAddress": "0x9Ba3d6247b9C541c54627a5dAbC8e5e9dD51587d" - }, - { - "nodeId": "NodeID-CeX1NfNPHCdaJXUVtkLysShaZCtsHRK3D", - "bondingAddress": "flare1kdctcmkm97t0hkl7zkghr9k9qu5my76hn24raw", - "selfBond": "2650000000000000n", - "ftsoAddress": "0xc0452CEcee694Ab416d19E95a0907f022DEC5664", - "stakeEnd": 1743732000, - "pChainAddress": [ - "flare1kdctcmkm97t0hkl7zkghr9k9qu5my76hn24raw" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "FTSOExpress", - "BEB": "2650000000000000n", - "boostDelegations": "13250000000000000n", - "boost": "13250000000000000n", - "selfDelegations": "0n", - "normalDelegations": "19397669480000000n", - "totalSelfBond": "2650000000000000n", - "delegators": [ - { - "pAddress": "flare1s3gn9sky9y729c0glactcth2wxxpqv89klrkqu", - "cAddress": "0xEcB4b9c9C6d33b4C5B98041DCEc84258bB04d233", - "amount": "19397669480000000n" - } - ], - "totalStakeAmount": "35297669480000000n", - "cChainAddress": "0x74e90C9B4384498D907eBa09ff6f92cF11C192da" - }, - { - "nodeId": "NodeID-GZEWkCpn852hwKhbGNJgZvbjtvEfU6Ktg", - "bondingAddress": "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q", - "selfBond": "4441750000000000n", - "ftsoAddress": "0x9A46864A3b0a7805B266C445289C3fAD1E48f18e", - "stakeEnd": 1746414000, - "pChainAddress": [ - "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Bifrost Wallet", - "BEB": "4441750000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "62184500000000000n", - "totalSelfBond": "4441750000000000n", - "delegators": [ - { - "pAddress": "flare1g9m4ygek6yunfsly8s0mhy6jcm68p8egm46kxc", - "cAddress": "0xa47030BC817d342d73375476C14aD224C9936017", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1wuw9dsk68nttmaxa5yexx4a8q7cs7qm7aft9vt", - "cAddress": "0x9e29b6EEdD5a844962F172AB23d92FcEfF228Bd2", - "amount": "133999988000000n" - }, - { - "pAddress": "flare1mce9usf83wc0f2c7chlyn5u9dydgh88frrp0xs", - "cAddress": "0xE3eAA4FFD622295f55bA48B05D6d9685aAeAcc01", - "amount": "50000000000000n" - }, - { - "pAddress": "flare13fsw8vfwj60ju4yjfgkn0a7cqqrwkzsclxg37h", - "cAddress": "0x2D95CDF812d73Db65898596b91aa97704f408769", - "amount": "50020994000000n" - }, - { - "pAddress": "flare1wtlngxktmpzzp3mzz3nma70xdqrxqnmcde88n3", - "cAddress": "0xbfF82aAF34Aa83fE1EA9Fe580ef778413904A414", - "amount": "57599998000000n" - }, - { - "pAddress": "flare12w9w0634jkj3yf5gatp6pyts8z5elq2rpgyljn", - "cAddress": "0x0b9f523835534Cc5fAA5bf2F9DE7E5E5EfAF65cA", - "amount": "67990823243000n" - }, - { - "pAddress": "flare1wup9966z4ny2naqwkp98wmut7wy4zk3k6yuxhk", - "cAddress": "0xEAecE500fD3B7c2E1141b64e7Ae7a63047D48d7D", - "amount": "50004997000000n" - }, - { - "pAddress": "flare1msgwtynf3d0w0afzzmfxamnwaldha25zhnqk0y", - "cAddress": "0xE968f7F5F0F357a3743D7F592AFC429f9a23699C", - "amount": "115508000000000n" - }, - { - "pAddress": "flare1m00n756huz0zz39v0yt8934nwtj3z3cvmnctdx", - "cAddress": "0x706291145e486471b68f9F0cCbE509c7f8E7a7Ba", - "amount": "167004999000000n" - }, - { - "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", - "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1udu573v6fwveaxwvgl65484gr73nsqaac2rdcw", - "cAddress": "0x328b15da9E7Bdb0d820Aacd4CB0D943Dd5d69e84", - "amount": "300000000000000n" - }, - { - "pAddress": "flare1zna9tc4g8fca0k4dfgr3t6d0n0yjseqeaxsm97", - "cAddress": "0x09D1a16A80DfCa1c79B3Fe84DE95128d0261c487", - "amount": "89470516223000n" - }, - { - "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", - "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", - "amount": "792602364965000n" - }, - { - "pAddress": "flare1nkkencuu4kumzg6tkx0n9tj47gyzlwjktu098g", - "cAddress": "0x47E1700695b4CfA2aCfc63e622c9B0bB77F76350", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", - "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", - "amount": "50000000000000n" - }, - { - "pAddress": "flare15jzepyr2dc9ws29datmgkte3usvylxz99jr80e", - "cAddress": "0xC8ABA52E6953cc6B7235455C5c390C46924D10Ee", - "amount": "50915114345000n" - }, - { - "pAddress": "flare15v9j4z56ur6avc2ypsflmdguqcvwduqs2h7ctu", - "cAddress": "0x08d86A83C6eB070F49d36E11ed740fb24A89a04c", - "amount": "270495000000000n" - }, - { - "pAddress": "flare12hf7hdlwuhknhggeg9rmg357d0rqvdazw876y5", - "cAddress": "0xEc9928c369cFb6f9B11DFFc525C2A430968225C0", - "amount": "100000000000000n" - }, - { - "pAddress": "flare160h6tvuew78uuymfyfxuqxmf225x6dt7rx6pe3", - "cAddress": "0xd4c8D8bB6EF70518BCfe4cA2Db3E0c3957dDA15b", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1dk23g83z7uktc2ffj9fdkqyn4weec8c30tmt0t", - "cAddress": "0xB743129f28352fB1B41466CEd22d2b9d1C5074Af", - "amount": "88009362069000n" - }, - { - "pAddress": "flare1htdmv35jrp56sq0u3cy6sj2g22hx2gqqx5vg6w", - "cAddress": "0x4549d230d4A8Cbdd079D515Be459E52fBB08fa18", - "amount": "50000975000000n" - }, - { - "pAddress": "flare1vkmdduz3xxatuddtwyh6gczd6l7nzappgv03q9", - "cAddress": "0xBF2D943542657995eb39D93942216aA89C13CCc8", - "amount": "93981646768000n" - }, - { - "pAddress": "flare1v4pgw3ygel3nxswqfsvdnvz8luxwjdc4hge7ej", - "cAddress": "0xb9BD6533f149E6776cb2516Eab8831332EF12e01", - "amount": "53732990000000n" - }, - { - "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", - "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", - "amount": "50099998000000n" - }, - { - "pAddress": "flare1h9nrmaxm9vnx8057hv3llqlkwfw4nzg06zz8xk", - "cAddress": "0xD265052FA6F41fEd85e924A07E20a0c8c1B6731E", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1755a3m9hd3pjq3tj85yxhdrmc76rqrfxzz4pwn", - "cAddress": "0xDcFCe2722871576a2678797745e76D9F0dF367e6", - "amount": "51999998000000n" - }, - { - "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", - "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", - "amount": "100005000000000n" - }, - { - "pAddress": "flare19lxvnyq9vvyj97e63gu2xlrpqsjgs6xcfauvj9", - "cAddress": "0x523A233fA9f41eE8Fb5a999Edaec22c1FC0d32C0", - "amount": "61637803474000n" - }, - { - "pAddress": "flare1gqyhw52nlekl9t8fu38wkkm9e0uvzw59zj0sj2", - "cAddress": "0x3A8Af4616E8FD65B3B44C65ee52b7051942f0AfF", - "amount": "124731000000000n" - }, - { - "pAddress": "flare152lkwrmrggjstqnqvsy28vzc5rm9ewtzrg02xk", - "cAddress": "0xDb852815C5725E081f8377F35aE90D2f9AD065b0", - "amount": "51508257653000n" - }, - { - "pAddress": "flare17dquzh3xq6zav8nh0fvgsqqtay8d0c9ezp2dyw", - "cAddress": "0x4C85643eA632E85014D98BFEDBFad6aEcCaE139d", - "amount": "364916000000000n" - }, - { - "pAddress": "flare1hpg5x7xfnty3eadrnehhu2utne99yzem8r0g00", - "cAddress": "0x67e029c639B6e98a6EE9EcA7Eb2BD6dE9E460EC4", - "amount": "50903988000000n" - }, - { - "pAddress": "flare17aazcvkdfdh860sp20jwp2mk7rzmzms4uew3lk", - "cAddress": "0x446808Acb0b2b823d9F1dE282D07Af1463858394", - "amount": "875481890996000n" - }, - { - "pAddress": "flare1rqgfcg28hlvfaucuzalc09eg4k66xhepnm87nd", - "cAddress": "0xEC6104654270B2667D0C9943135f9dAeEcb6A18B", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1fefu4xykq3pm289479t0wwymj536yeg664d0zd", - "cAddress": "0x98118cf073aac296Fbe79cb1C49Dbb8a8cc5a783", - "amount": "334669995000000n" - }, - { - "pAddress": "flare1322rx87p46k8y32x6ghe3t2mevsr4mdgh3pt6y", - "cAddress": "0x4D74D11C5cd94B8909642eC8b0436a37c7Ed61F1", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1j39nv05auy0zy3t4y9zf8q9ll0azl42zexlfhs", - "cAddress": "0xc53c3F99c930fB0AaEd58077Ce2adfd9E90A9169", - "amount": "782551990000000n" - }, - { - "pAddress": "flare1l80w6szjjcq3hw9u0wngkczcrmfxkwy0ruwnl0", - "cAddress": "0x734EA496Fe9fe8cAf8a5ce4929b7BF994a716c14", - "amount": "50700864029000n" - }, - { - "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", - "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", - "amount": "19417639054583168n" - }, - { - "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", - "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", - "amount": "36200000000000000n" - }, - { - "pAddress": "flare17580e8fw40kaj894vp5deg0pqj58e9elhxz6uc", - "cAddress": "0xbdB3e7C5CE10384c78EbC2B6288EdC04019aE5dd", - "amount": "278893111714000n" - }, - { - "pAddress": "flare1s02squ2dyd8eah6nd6kwues3pgc9f0qxjmpucg", - "cAddress": "0xdcf68ef8D11482D8616F89FFD51f220857f8Dfa2", - "amount": "84100000000000n" - }, - { - "pAddress": "flare1rv9hr52yyxytw75yj0sxcld0n9nr3u32zenwwm", - "cAddress": "0xEFed7008C363b7f1153A0bE3489bf41aBa28452E", - "amount": "59999997000000n" - }, - { - "pAddress": "flare1cevpg4uver7fr6paf7pn6k0j6sdc7rf8gmwhax", - "cAddress": "0x455c7B038e40AB0e70037503EBc09C4af7A2D54C", - "amount": "263323282937832n" - } - ], - "totalStakeAmount": "66626250000000000n", - "cChainAddress": "0xD448D833dd419944008133C69550FBc2e429f5cD" - }, - { - "nodeId": "NodeID-LcbbZYhBHn8HVjTzPASuHtFVAckcdctWS", - "bondingAddress": "flare1dcl0rtm5yqhr6ws37cp72z8rzh4vcjec52gecg", - "selfBond": "12007000000000000n", - "ftsoAddress": "0x35149714467F2FE71b46eEb4d11689ED8728Bd25", - "stakeEnd": 1754402400, - "pChainAddress": [ - "flare1dcl0rtm5yqhr6ws37cp72z8rzh4vcjec52gecg" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Ugly Kitty", - "BEB": "12007000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "7315945229194000n", - "totalSelfBond": "12007000000000000n", - "delegators": [ - { - "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", - "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", - "amount": "491000004000000n" - }, - { - "pAddress": "flare15xgrpc2uy297ftmxpgjxmfajlgfffepy0877cj", - "cAddress": "0xbe303CC50e4A001e74ac26E186365B8488d52195", - "amount": "900010000000000n" - }, - { - "pAddress": "flare184mqtd7n9redsz7l2catn2qcxxhkr57xj3ukzc", - "cAddress": "0x363ADC334cd10bffD48e07b8F8a74A6cB761aD0a", - "amount": "1162030000000000n" - }, - { - "pAddress": "flare12nkuaak09hdze3et8chqgpluf38k2cxk5h95tc", - "cAddress": "0x73eEB273b13E4572684943321FcAd7bb2EdFaD92", - "amount": "50574995000000n" - }, - { - "pAddress": "flare1wffcpf8llxm8rsdmjslhgcvz86w72wjmyaumz8", - "cAddress": "0x09eae10D1e9c2B0B1eA1Dea096Eb22336409F325", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1ascezmxu33twsh53spwg4purvqlmp0e2wzetp8", - "cAddress": "0xD6ed3a61908B3249FdE2e85f25D21aE86571ea3C", - "amount": "55311000000000n" - }, - { - "pAddress": "flare19emalwkx07ut2dju36ylpz6gr5d5fn69k2qmcp", - "cAddress": "0xAb251CFb507D82a4FD5C97e0CC3d7BAFf61700AF", - "amount": "350009000000000n" - }, - { - "pAddress": "flare1uwk8mrywg5jwvv9kfz446glm37z2uhqhn8hh20", - "cAddress": "0x424559e59a6A2CE7742637677087C8e03A01D143", - "amount": "621700000000000n" - }, - { - "pAddress": "flare10gme3436wm39vz59dukskf788z2d438ggc9wsv", - "cAddress": "0x7adc29263d105b54e185585379F1Fa4992Fc0481", - "amount": "1711489000000000n" - }, - { - "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", - "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", - "amount": "1520000286754000n" - }, - { - "pAddress": "flare1v9qwukcxjg4xf0gwp3fzdyy95q2fzqlvz0979r", - "cAddress": "0xFdAC058d47dc99A70f076523c95a5c97b3805bBB", - "amount": "264999997000000n" - }, - { - "pAddress": "flare183vl0vxxu3h0jt4l603czg8sha6axyztsu2c5v", - "cAddress": "0x7fAD02560Ac4a7d1308787A2C9D0A12D6947feF6", - "amount": "138820946440000n" - } - ], - "totalStakeAmount": "19322945229194000n", - "cChainAddress": "0xb6379cD18Bd767a56e323A2E6d33e709dA5b945C" - }, - { - "nodeId": "NodeID-Bo98cjoi5LvF6jXAMHZZLQYutyeGutBQ1", - "bondingAddress": "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc", - "selfBond": "7000000000000000n", - "ftsoAddress": "0x4990320858AE3528B645C60059281a66C3488888", - "stakeEnd": 1743897600, - "pChainAddress": [ - "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "AU", - "BEB": "7000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "97945881086717297n", - "totalSelfBond": "7000000000000000n", - "delegators": [ - { - "pAddress": "flare1mnxcmw60vjvf2x799kjdy00k2634czvj503h86", - "cAddress": "0xfF0aCE724184414B8A4D05eeA38cB4262B0f4D6C", - "amount": "19025100000000000n" - }, - { - "pAddress": "flare1j65pvm94vh42584v2s7ss7kck6nctuk278zp9j", - "cAddress": "0x1b2ACDFBCf55112bBF072Ad46b70D3cbD805D369", - "amount": "741000000000000n" - }, - { - "pAddress": "flare1v69smxayhf4cpeds5g3jqf0gga62a93mz6w8mw", - "cAddress": "0x2E3E6A7b70A9c029AE9A7eBfafFEa9b972d0D3a0", - "amount": "402100000000000n" - }, - { - "pAddress": "flare19pdclmn7dwzjg2hltn9u893rkc2u30fs2xc98v", - "cAddress": "0x449967f987ae0AEea8cF313f17EeD0F897847D25", - "amount": "400897000000000n" - }, - { - "pAddress": "flare1xqv2gwxpsen434hn8qas585l8tvft2w03ug36h", - "cAddress": "0x35aa0A6e56c63017D6Fa4f7eDA7d37304E13050e", - "amount": "514189984000000n" - }, - { - "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", - "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", - "amount": "1297149998000000n" - }, - { - "pAddress": "flare1ck7pztandlwudwet0kdctqnyl5fwfuhamhwp0e", - "cAddress": "0xA544c0eD10496632C3F13EC4f83c8077f033d402", - "amount": "259711584320000n" - }, - { - "pAddress": "flare1r2ffxnthl7gsaht6shtmgeapwm3j2zuvdmwm7q", - "cAddress": "0x462bA1F305C8bD140d1CF02d528B8129F136B8Ed", - "amount": "670730988000000n" - }, - { - "pAddress": "flare12s0z5myrje9fxetyl47cx0lv57q2dfhdefdw5c", - "cAddress": "0xD3192402915F0062C932fccEcF145588ef517e16", - "amount": "103999997000000n" - }, - { - "pAddress": "flare1yf492ew7wmu39v95cnhtsmzvwl3hs7lu0ht7tv", - "cAddress": "0x1BB3f830F0Eaa442c33A2BcDE2856becB21a54F6", - "amount": "500400000000000n" - }, - { - "pAddress": "flare18jnuhsrq0d6zjrrvut9p9yteq5rnr5ckf8qpj7", - "cAddress": "0xf581bE044E9A69B5a8B7020ED32723BCB4594A5b", - "amount": "1441895972000000n" - }, - { - "pAddress": "flare1cjug340c03pptm5pel386rya4wreushnpp3cae", - "cAddress": "0x71B1059631692C6FF9c4e910F5DFb2CB78531ccd", - "amount": "3000000000000000n" - }, - { - "pAddress": "flare1m7wneyvxx7fucqgtqzjgfngckfvzpf3fa0gugr", - "cAddress": "0x63cc4f541d571b40AA690c0C01813278d8289477", - "amount": "400000000000000n" - }, - { - "pAddress": "flare1sru0p28uevaww0p0z2q908hgzvvy73nx6p9p5k", - "cAddress": "0x53dc8744DDd13536DFB450f1245f79B6E922310D", - "amount": "86134000000000n" - }, - { - "pAddress": "flare10gqst4a4mr7taf9zq5vhs4dsrdua2y2wu7e8rf", - "cAddress": "0x3aFcd19383baeDD8010d3F3F0006C03C069072B3", - "amount": "750000000000000n" - }, - { - "pAddress": "flare1rn0j9cr4dt6cnrsy65kf63dwa84n8uzyu80zr5", - "cAddress": "0xF0D5735B074ef4D7eb5D7541B45EC681C87Ea9e2", - "amount": "400000977000000n" - }, - { - "pAddress": "flare1zjhpyw6u4lz4c4hzq0m8rnhqkr5e7jcdhhqqpq", - "cAddress": "0xe4BC88b85595Bd7F19f9aFb698c758d0e82704ef", - "amount": "105670000000000n" - }, - { - "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", - "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1vm5h6tczhgy24njywdjssktfpu77ew3cs3tsr7", - "cAddress": "0x4010A4c1911A4768849D59aF8dd3C114771298b9", - "amount": "235865998000000n" - }, - { - "pAddress": "flare1d9x87mx4fh0cccrvtku3p6umrsxv9e0jhc4w0m", - "cAddress": "0x77Fa775e158eFFf790a82Bf5eeBAAE249BEf233c", - "amount": "16258423000000000n" - }, - { - "pAddress": "flare1rcv4neqn368v64gkjcsvy2wf0ezj9y6dm88zz0", - "cAddress": "0x7C2d7614cdB4858d3b9B8b29e80E9406b5daDaa1", - "amount": "1800000000000000n" - }, - { - "pAddress": "flare16pdhh0kcjx8hfuh9ak5hg6s7v830ed9rlx5szz", - "cAddress": "0xcCa3319bD691f8ed61e828343EE5Fa25097B7bF8", - "amount": "100000000000000n" - }, - { - "pAddress": "flare1shc6k4tc36p3ug75saggercdddxy6zc69vpalk", - "cAddress": "0xAe1503224bfE7BDD73beD0B5dCdF33b72c90960e", - "amount": "3486899986000000n" - }, - { - "pAddress": "flare163yacgx3ygnfr7nzkryna2ycj2zsam8925m7wp", - "cAddress": "0x28B9081BCAa20f89B4800097153824158a40ac22", - "amount": "804366553689000n" - }, - { - "pAddress": "flare1wrznzm3guy7ntmv8jnmsnsgex6vx6edp0nvp88", - "cAddress": "0x679751569a7a1Bfac127d898534028CB65FA3c8E", - "amount": "531114028558000n" - }, - { - "pAddress": "flare1j29wqym6zm7p97lhf6xgt9acq3z7pjhn53s0jd", - "cAddress": "0xE4fA53C7B0226558b9D27F5b17dCA6Ec80ee59F5", - "amount": "1639216995000000n" - }, - { - "pAddress": "flare123320nw7y2gvdjm4vq0grufczmwk4cjel9pj2k", - "cAddress": "0x2531E6220E411213c08cd91e08Eb3eBaaa23EbEE", - "amount": "355660000000000n" - }, - { - "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", - "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", - "amount": "698292000000000n" - }, - { - "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", - "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", - "amount": "100000000000000n" - }, - { - "pAddress": "flare163vr29akw77sxpg5rxl54lygqvl5uutsga8y0l", - "cAddress": "0x9614256715b73b45F53E64e4aF67F19DfD9EC363", - "amount": "259344682570229n" - }, - { - "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", - "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", - "amount": "1820931605369059n" - }, - { - "pAddress": "flare1rp76dfqczyrdr03zzxq6llu5sxa9vr7xktxxgn", - "cAddress": "0x6Da1F633AF85E482db8A681D000E96A87f9D6103", - "amount": "50000000000000n" - }, - { - "pAddress": "flare1d9exgmyzwvgr6p2jy3p72kgsszvgajcskarezk", - "cAddress": "0x91B63f6405a0c10D6d70a633b2130292c2faE893", - "amount": "9095262930000000n" - }, - { - "pAddress": "flare13kzrzwlrxx0xd8wcpyaa4ey82alzw7y5dtwye0", - "cAddress": "0xa1379d0B315c7FfdD2ABcb71A8441bC47Bc22229", - "amount": "406144150000000n" - }, - { - "pAddress": "flare1w44n528vtws9mtmtt77vpqrdsfz9yjd5tk2w0p", - "cAddress": "0x5B02D652dd6B15f7e2B934C4A6d028e07BB28589", - "amount": "120049992000000n" - }, - { - "pAddress": "flare135mmr50dcqttmtzvh8tcjkj05rljp5sq709f6t", - "cAddress": "0xB97a94f2f54b13124374185b333C4fF4bf79FB77", - "amount": "9802959249000000n" - }, - { - "pAddress": "flare109a6sa7xrl88vhcx7hncmwa2gxmlerhs2dmred", - "cAddress": "0xe6C477CD695873e7DC03714EaF8e22Bb99236BC3", - "amount": "100000000000000n" - }, - { - "pAddress": "flare18xuluwmf2964aknwdp08ger5pmvp8akd2kc6ky", - "cAddress": "0x3a547fdFe1D59a41634d5Af3080D56D9e648b2E1", - "amount": "1618065000000000n" - }, - { - "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", - "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", - "amount": "2673998998000000n" - }, - { - "pAddress": "flare1puhax0v92nerwrhm9upkmgr0v5mdtxk7e3e6a9", - "cAddress": "0xdcfB1c9F1BAc1b8e117d6E09E71963C9a8B99174", - "amount": "150000000000000n" - }, - { - "pAddress": "flare1c9qn6p9263geux4grcg0ults89dmqzf3rrcaxy", - "cAddress": "0x34fA1F8Af237385d71238B6cEC2507d53e894Ecb", - "amount": "151757000000000n" - }, - { - "pAddress": "flare1t25g52cs6dny70jchny4h8e60elv3pv9awsjsq", - "cAddress": "0x995B1126A3A2ebc33c1528CE6505Fab22aaa689a", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare14gayv7nglfq4zfmpyrnpwxunrhnm08x0zpnh5k", - "cAddress": "0x5baD58A4bf3a5c5C1774911E2265a0347602238a", - "amount": "1000034000000000n" - }, - { - "pAddress": "flare1d80dgwzvuhd34hdzz0tehfhjdwz2jtfvufyefj", - "cAddress": "0xEbae206B804491ce1E629fC3103Ec211E25392Df", - "amount": "2400000000000000n" - }, - { - "pAddress": "flare1tra4ppaam2hnrevv3ktrstzv2mw72xq6rvvyc3", - "cAddress": "0x1bDDF0451968f75C0975621fB61352De1B3b5Cb6", - "amount": "50319976000000n" - }, - { - "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", - "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", - "amount": "319999793633000n" - }, - { - "pAddress": "flare19wtdxakvhuk3qhpff5muuua596almfhuhuzulu", - "cAddress": "0x844a002dcc954bD5A7878815f54e5FcA8f2De58F", - "amount": "482023816802000n" - }, - { - "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", - "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", - "amount": "150000000000000n" - }, - { - "pAddress": "flare17xl6lhpuvdwg4sl3u97657ptl2uwh6alu230g4", - "cAddress": "0x63321a4B97D62E2E1e26Ceb911eFDDa960117E02", - "amount": "332175021452000n" - }, - { - "pAddress": "flare1fcjkrdsrpannsuj2l9qx2gajrk5gpk6cve39x4", - "cAddress": "0x8e8079AB80E5775746B9286E37d20e203cdE96b2", - "amount": "699999997000000n" - }, - { - "pAddress": "flare1snel605g0vd5x2rnfr4e27kywz7kas58w5fcpr", - "cAddress": "0xbA1A90Ff570AB6d193F1AE863fA7423a2fD726Fd", - "amount": "350000000000000n" - }, - { - "pAddress": "flare1vl46anyauk6vxupncd2ju0v9vj5cnaxfn95hhn", - "cAddress": "0x1680D75B912C2A0442d7Ef703B3541a485C60237", - "amount": "586299997000000n" - }, - { - "pAddress": "flare15u7km4khlqvrq5yczuu9vjrl9xdwu8cz9k6j6q", - "cAddress": "0xaD37815f435577485766BE1bf2Cce769B15A791c", - "amount": "4054090074454009n" - }, - { - "pAddress": "flare14vuh033jka8zy77e6gy77n0v8k82e3hcyjej9u", - "cAddress": "0x6fD76CA69f80fDBF8Cd6a1Dd02a4e03959613dA6", - "amount": "2209694125778000n" - }, - { - "pAddress": "flare1k2l4za0elqy5d5ukjee9vmu0rvjlynnuyqfrgz", - "cAddress": "0x50397Eeba2fAe71BF81eF1a1a8f71537fc2042Cb", - "amount": "50000000000000n" - }, - { - "pAddress": "flare10ptfn68ddxlngtxry37m6m897gptltcym6sjua", - "cAddress": "0x593798fd09b74B5F371295AF4b1bbDE224948ECC", - "amount": "62193891496000n" - }, - { - "pAddress": "flare19m6mvdr50y3cuvlm9d33ns4ew8lc8dlecen0c4", - "cAddress": "0xD29A0a87558aEEE92359cbB4f98043DE6FfD3dDE", - "amount": "1000000000000000n" - }, - { - "pAddress": "flare14l58546ykry684ejt9mpe647mqrw3nvdyy7gcw", - "cAddress": "0xA2FD14bD0CecF38bD4581B9664f5e41FB34342fE", - "amount": "291717724596000n" - }, - { - "pAddress": "flare1gd5xwt36pxa50suvxypj8vehsh69ttucr4ulhc", - "cAddress": "0xEfCa66c0A08d027652032e7010C4D464FbADBBf3", - "amount": "500000000000000n" - } - ], - "totalStakeAmount": "104945881086717297n", - "cChainAddress": "0xD49E9e23De39c3852c1980659D82D057e791F491" - }, - { - "nodeId": "NodeID-FHPDnySFVqde5bGvEXsFnvZGhXwcyRfNY", - "bondingAddress": "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53", - "selfBond": "15000000000000000n", - "ftsoAddress": "0x6df84895f1f1f6F6767C59324F94089d4097051A", - "stakeEnd": 1754553600, - "pChainAddress": [ - "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Kiln", - "BEB": "15000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "1386298992000000n", - "totalSelfBond": "15000000000000000n", - "delegators": [ - { - "pAddress": "flare1wxtd67rqwu7wzkufz70zrh9cw2grkpcgwuuf7q", - "cAddress": "0x073B52093758280718dd32eb56f2CD315458252A", - "amount": "62000000000000n" - }, - { - "pAddress": "flare1q50p9cqzccesjzhmclxtnylf3jjt3kytxcxtax", - "cAddress": "0x2bAedA463F934642e10143e5a2D82fb7f0AFA1CC", - "amount": "531499994000000n" - }, - { - "pAddress": "flare1sjs5um5wvlu0jl9hjsrgvvcp2lfturw0xl8sjs", - "cAddress": "0x0b37401c34A331FF772445515a045f47DD35906f", - "amount": "249999998000000n" - }, - { - "pAddress": "flare10vf9e0p3hztwfktq395ykxxutj2jl84hahcscd", - "cAddress": "0xB3943AE7DD820aCbAEe28DA94dD44d936553Df72", - "amount": "50000000000000n" - }, - { - "pAddress": "flare12rx4lvlsfyyu3ad2ygpmezfhuq7e3k4u5x9kl7", - "cAddress": "0x2B136746e911D983e7D6aE5F3b1fc7a555DdE80A", - "amount": "392799000000000n" - }, - { - "pAddress": "flare168yx7vky80efjcm22p30sxz4ra8f06zhufnud4", - "cAddress": "0x5C9e865772D9e5868B87857caE7905ca22509378", - "amount": "100000000000000n" - } - ], - "totalStakeAmount": "16386298992000000n", - "cChainAddress": "0x36A65098AF668a74F42c9b5551911B43DB4489A2" - }, - { - "nodeId": "NodeID-5V2bQbryZTU4pAe59KNHNBru1BwEfcXqg", - "bondingAddress": "flare1xsuurmk7pyf59uez6kcl3em92hey4aeh49w2j0", - "selfBond": "8000000000000000n", - "ftsoAddress": "0xDe40311b4b538392e0e7dCC134426C397c956cA9", - "stakeEnd": 1746792000, - "pChainAddress": [ - "flare1xsuurmk7pyf59uez6kcl3em92hey4aeh49w2j0" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Flare Dienst", - "BEB": "8000000000000000n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "10732959999000000n", - "totalSelfBond": "8000000000000000n", - "delegators": [ - { - "pAddress": "flare102rqulun05s9lv6m9lh9tnwgwhz9ucen662p26", - "cAddress": "0x35650B764Cf76aae899A099D68920ab7f348c466", - "amount": "10000000000000000n" - }, - { - "pAddress": "flare17tpau3ye8qk08rtprangna8zwzu7djlke3h6es", - "cAddress": "0xD15b434f4880352A0727b7dB60999D98C95BD587", - "amount": "168599999000000n" - }, - { - "pAddress": "flare1rzrqcuve9l08cc84rwhv5fdnwrndy8x2fqyffu", - "cAddress": "0xa85adee061A29D042cB946A96F20389D8727b780", - "amount": "564360000000000n" - } - ], - "totalStakeAmount": "18732959999000000n", - "cChainAddress": "0x15C978f2364C54d3db744E6a07863A2a3f3E8d5C" - }, - { - "nodeId": "NodeID-9WF8MvjNhmR45AdNjVfAWp27KKq7KCGpm", - "bondingAddress": "flare1w69rq8dwpyrrw7xkkasm34phunw927c0cj546w", - "selfBond": "4130006689658323n", - "ftsoAddress": "0x3fE77e9be1ECcDe815311f9bcc40814F4eC6AE09", - "stakeEnd": 1744275600, - "pChainAddress": [ - "flare1w69rq8dwpyrrw7xkkasm34phunw927c0cj546w" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Defi Oracles", - "BEB": "4130006689658323n", - "boostDelegations": "0n", - "boost": "0n", - "selfDelegations": "0n", - "normalDelegations": "1000000000000000n", - "totalSelfBond": "4130006689658323n", - "delegators": [ - { - "pAddress": "flare1lz0yp5wtz27940296dqjkvp6jr8hf9zf66n39l", - "cAddress": "0xAd9362402e224419F124783282B5e80d88ed399d", - "amount": "1000000000000000n" - } - ], - "totalStakeAmount": "5130006689658323n", - "cChainAddress": "0x365623E776bC0C4dA02ecc097690F5455C3149e9" - } -] \ No newline at end of file diff --git a/generated-files/reward-epoch-266/nodes-data.json b/generated-files/reward-epoch-266/nodes-data.json deleted file mode 100644 index f4aa6de..0000000 --- a/generated-files/reward-epoch-266/nodes-data.json +++ /dev/null @@ -1,20998 +0,0 @@ -[ - { - "nodeId": "NodeID-2a7BPY7UeJv2njMuyUHfBSTeQCYZj6bwV", - "bondingAddress": "flare1uz66xddzplexwfdsxrzxsnlwlucyfsuax00crd", - "selfBond": "13500000000000000", - "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", - "stakeEnd": 1744279253, - "pChainAddress": [ - "flare1uz66xddzplexwfdsxrzxsnlwlucyfsuax00crd" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Oracle Daemon", - "BEB": "13500000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "171499999999999997", - "totalSelfBond": "13500000000000000", - "delegators": [ - { - "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", - "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", - "amount": "367944437764804", - "delegatorRewardAmount": "407999484400762763856" - }, - { - "pAddress": "flare12djnz40av0yvnzq2qenjnzwfra4n44j04g35vd", - "cAddress": "0xe333ACd3a3Aaec34704de3cE739301BA976ce930", - "amount": "93575430066019520", - "delegatorRewardAmount": "103762207825302292809679" - }, - { - "pAddress": "flare12j0zhymmdsydy258ku8vc5zlycu63evacm4mwk", - "cAddress": "0x3148dB2D64e894fedaE3eCe2f731Ea6280260148", - "amount": "350000000000000", - "delegatorRewardAmount": "388101585140816581031" - }, - { - "pAddress": "flare13d4y4y3qlkcc69ay8agl4p537z4txh44typgx4", - "cAddress": "0xafc75aef3bb2afD72BD99910bB63F3877D8cCeBC", - "amount": "300000000000000", - "delegatorRewardAmount": "332658501549271355169" - }, - { - "pAddress": "flare1469yetxk0cxt34kvt9z9wfse8r9m6knjeqnfv7", - "cAddress": "0x493a30766b7E9733e4060C7192a820f5E386029C", - "amount": "160000000000000", - "delegatorRewardAmount": "177417867492944722757" - }, - { - "pAddress": "flare14xaxl35nqdrfz3gu3km6ze4jhmqkv623vuyn72", - "cAddress": "0x49d2Bff246ede47435ced3F8A4b18BBD6f25D57C", - "amount": "500005000000000", - "delegatorRewardAmount": "554436380223811413139" - }, - { - "pAddress": "flare156a6m4m4j2lgvqkhdt9g722de40dczqm6tw7h9", - "cAddress": "0xb06535b7F56e18028EE22af0808aC5555b696aF3", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare15egh8p09j9z9kmxmc0sdmndz8d668e0qshzaae", - "cAddress": "0x9dD084FA1486109Dcf76Dff15b25c1988464A0b0", - "amount": "3721939977000000", - "delegatorRewardAmount": "4127116585350498306758" - }, - { - "pAddress": "flare16j96722a25jemjeyv7hptyp220cej6ddvsfw96", - "cAddress": "0x230BE90734f636670251A6fa7b949377E6164228", - "amount": "731919683000000", - "delegatorRewardAmount": "811597683337325663856" - }, - { - "pAddress": "flare16kwvlq9mcpmyrpegamzrjhkyggcqwswptcsvrq", - "cAddress": "0x8D1BF8D8BAb0668a18d9D53957c0a59F44F9047B", - "amount": "57731965502000", - "delegatorRewardAmount": "64016763784631824766" - }, - { - "pAddress": "flare16x427jfysgg6ch03szulkypnxppv5ae2x5d77q", - "cAddress": "0x3BC5b15de5a2F24EFd4B72A3adF8fd9827F3952c", - "amount": "75900000000000", - "delegatorRewardAmount": "84162600891965652857" - }, - { - "pAddress": "flare16xn9l0deqgzpyhqvpcmtemn364524hqawxgy6c", - "cAddress": "0xD99603E81f9903568851f2537397c59c58cE1962", - "amount": "20131309990000000", - "delegatorRewardAmount": "22322838051657589698507" - }, - { - "pAddress": "flare17acw658rjp3kcx4ra5g8qzh8j7cqk6l8vpnhfy", - "cAddress": "0x617D1eba48b184E7194938B41230e89a4DfB1e1B", - "amount": "561499993000000", - "delegatorRewardAmount": "622625820971021183609" - }, - { - "pAddress": "flare17d5v9ncm63rsvn0w6jtrnkczvzsnyl598lfwrf", - "cAddress": "0xB7D8dC528D9e653c5D356a1c182274Fc6f0a15dE", - "amount": "50210000000000", - "delegatorRewardAmount": "55675944542629715810" - }, - { - "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", - "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", - "amount": "600000000000000", - "delegatorRewardAmount": "665317003098542710339" - }, - { - "pAddress": "flare19kf34vl36d52q9jfn3wluka3yl83akvqansye4", - "cAddress": "0x98f3C440432F400730ccabfC9ce373D4b71b4d24", - "amount": "350000000000000", - "delegatorRewardAmount": "388101585140816581031" - }, - { - "pAddress": "flare1am4wcytt6z83yz6a9k40s44qy32yee8q8nh5hl", - "cAddress": "0xF0FBaba99119bdE6646b480767AFE164731051b2", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1av33rfqzxxht2n0k6sqnjr06x3zp4ps2gtz9ld", - "cAddress": "0xBbE0798c1E4A77d2Ac2beD11DA560365b2C4c6ec", - "amount": "174410000000000", - "delegatorRewardAmount": "193396564184028056850" - }, - { - "pAddress": "flare1ck8z3qp0n2ecfu2dcch6dxllg35wj3u3u94nn5", - "cAddress": "0xbf7E8F8660A3319cC8D834e67D6fe0ACf348684d", - "amount": "85916444476000", - "delegatorRewardAmount": "95269452259424441215" - }, - { - "pAddress": "flare1ckd600l7qeswr6qqws5k5vemz5ankvh8e6hxsl", - "cAddress": "0xE546B0a6F93B8FaF929016b798C41AaB4EF9bC4b", - "amount": "300000000000000", - "delegatorRewardAmount": "332658501549271355169" - }, - { - "pAddress": "flare1e2m2zrmjje43hk6fjtdftq6k3mhngkqfp4zgkd", - "cAddress": "0x90FDCD443f7323220C6FA9DA95dabE533AEd312D", - "amount": "764030290816000", - "delegatorRewardAmount": "847203905603681933477" - }, - { - "pAddress": "flare1ehvh6fh8ggvgj60rrxflquwqmgr8hspzhargwn", - "cAddress": "0x64d5eAFF20b42D6f8FB82A98E67C16E44E033EFD", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1euv3ug3wdunltskvx7mqtsmxktqvg00p6ysggz", - "cAddress": "0x757A460D53E28D0230C6e01FFfeb725B7f9230fC", - "amount": "81486996000000", - "delegatorRewardAmount": "90357806617038229072" - }, - { - "pAddress": "flare1fe0tmhehakjr0uhjyua3jd0rr0mnrzaul88d9f", - "cAddress": "0x469F5C21A27e80aFeDE7806cCFd9B508E4Ef4455", - "amount": "204261588540000", - "delegatorRewardAmount": "226497846559300726955" - }, - { - "pAddress": "flare1gent5ln4jkfxrzuyjfan0apdcfj2kvcv77kyfm", - "cAddress": "0x85Fbc8d57D099923B1378402a91608Cca1e53F1e", - "amount": "60389998000000", - "delegatorRewardAmount": "66964154144144980133" - }, - { - "pAddress": "flare1jw4aalnm8hz5a7p0ry767844c2820p77pryr5v", - "cAddress": "0x7e4136EEDb698055F1E1Cab189Bddb563D0fB875", - "amount": "147589998572690", - "delegatorRewardAmount": "163656892562833844877" - }, - { - "pAddress": "flare1k6tn84zrhct37srflej0vnt9m3d9c2hg4n02qe", - "cAddress": "0xc39dc41Db0D63Dd065b9aEC4aDDc7BD2911ab352", - "amount": "685371781517000", - "delegatorRewardAmount": "759982499478666044153" - }, - { - "pAddress": "flare1kcczaw37jgfxnfe5krdh3ee0jkrpvzldw7339l", - "cAddress": "0xE5e8C9fB35ECF19D1d05854567A9043DfC8DAE40", - "amount": "1090189954000000", - "delegatorRewardAmount": "1208869855005696891420" - }, - { - "pAddress": "flare1kqe3lvwp8jppr2wssfktdvmc9upr7huuvhy7g2", - "cAddress": "0x5e6AE5b0f6839f50bCCe47768d5EB70a7c9c0cf2", - "amount": "81925013267000", - "delegatorRewardAmount": "90843507176014652754" - }, - { - "pAddress": "flare1lyxma7kzcmnmnvymaxk3cfezjneqag9r6zrv88", - "cAddress": "0xDd5199799484C80f828c176a667D6291089Eb7a6", - "amount": "120238980000000", - "delegatorRewardAmount": "133328396382042691629" - }, - { - "pAddress": "flare1ma64sfgpmtc5eep8vh7ez7v36qwmunjs8ten7k", - "cAddress": "0x65948797ce784D29D3a23061B0A1734220E45bF3", - "amount": "368000000000000", - "delegatorRewardAmount": "408061095233772862341" - }, - { - "pAddress": "flare1mhpzjv5kq970q650j8vu3tg4xurq7efwja3ey4", - "cAddress": "0x75a0f46BB5235b96dc3ABC8Df54a34acbb63dC41", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677584" - }, - { - "pAddress": "flare1name7sa9uw4uj7w8ge6ufaxv5f9cn5nchnfxrm", - "cAddress": "0x65df373e0AbB48b5661669582C6B67d333Ea87DF", - "amount": "51000000000000", - "delegatorRewardAmount": "56551945263376130378" - }, - { - "pAddress": "flare1net6ktpw5uz6fyvzhnxtum9eg0374sacku78d8", - "cAddress": "0x0Ff0d4a82012f588537bF1f9e86d1De6b776cBd6", - "amount": "57497092223000", - "delegatorRewardAmount": "63756321807811478288" - }, - { - "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", - "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1q7xatnwfmwdjdcynl6za9lwrmej533u5pqpff9", - "cAddress": "0x891222fbAd4D61feDe268D71aC3259DD788b53b2", - "amount": "100000974000000", - "delegatorRewardAmount": "110887247214358815024" - }, - { - "pAddress": "flare1rgjlucg0t2d6zenf534sqna2cp6vzeuaq3wuhe", - "cAddress": "0x938D7B51738d681b928cA0faFBfEeDF02d6544bD", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1rt3xwxz3sae0ahsvx5zfkphe0ns85luqrgdu3p", - "cAddress": "0x1eEB33F734caF7b8c823760825baE2fb3ACD0994", - "amount": "50001997000000", - "delegatorRewardAmount": "55445297988303872177" - }, - { - "pAddress": "flare1rwknyyq7aa8w84mmw5yag6mqsf8w0f457zjjm8", - "cAddress": "0x3875FBCC5178c4fe74b1C4C4e639e312f50b5A1B", - "amount": "38656390000000000", - "delegatorRewardAmount": "42864589242347459070931" - }, - { - "pAddress": "flare1t5mcsey2yp7qktr72d6klv337j57eevhhulxv3", - "cAddress": "0x3fF764A376A099111BD8c6ECA24AfEd5Ee54eF84", - "amount": "600000000000000", - "delegatorRewardAmount": "665317003098542710340" - }, - { - "pAddress": "flare1thrv5jn50yccl29tzpwlreha95z8udc6gud580", - "cAddress": "0xEB26dD0d4e25509851096BB9d55892681917a3bB", - "amount": "439829428862250", - "delegatorRewardAmount": "487709995808626423073" - }, - { - "pAddress": "flare1u8ujmtvxxppswtnecrgtt2ycetrzx406vhharv", - "cAddress": "0x597d41d4C647DdB04a4Bfc1D0C16bf67125c4d86", - "amount": "1200000000000000", - "delegatorRewardAmount": "1330634006197085420680" - }, - { - "pAddress": "flare1v9f2vppjqwwl9nxtlne727e0v6eaz5nkxz990p", - "cAddress": "0x3382646143eC122ee8f93aDf1520197B78F3F040", - "amount": "79989998649125", - "delegatorRewardAmount": "88697843631820541398" - }, - { - "pAddress": "flare1vy5k8vrjp6n32407av4l07lpxw3e2hqwg45kep", - "cAddress": "0x08aC21619ce9C924ad644d1ED02dB52260127593", - "amount": "189000017000000", - "delegatorRewardAmount": "209574874826689374882" - }, - { - "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", - "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", - "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", - "amount": "364404985000000", - "delegatorRewardAmount": "404074720890615683139" - }, - { - "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", - "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", - "amount": "631999995000000", - "delegatorRewardAmount": "700800571052823295737" - }, - { - "pAddress": "flare1x0tycdzznpaqxrddggar75jzmx9v3mxhjkznpm", - "cAddress": "0x316992e537F6a60914e2832B046690472B8224E0", - "amount": "100104472000000", - "delegatorRewardAmount": "111002012179669969980" - }, - { - "pAddress": "flare1xaa4meculrgzj4ycx8swynlk8uw9v8wq9e2pcu", - "cAddress": "0xB3E7aCA73cfd0FD8Ef7AAe7C7a8C4686046d974f", - "amount": "50031315643374", - "delegatorRewardAmount": "55477808308211379889" - }, - { - "pAddress": "flare1xtaqpku6x798dyhvl3smlu49nrlzuc2z9lx8yl", - "cAddress": "0x67316D58B6948d033aFE07293d13D709C2767c45", - "amount": "200000905672000", - "delegatorRewardAmount": "221773338631148953885" - }, - { - "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", - "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", - "amount": "2378041932768234", - "delegatorRewardAmount": "2636919553253379393070" - }, - { - "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", - "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", - "amount": "204004728707000", - "delegatorRewardAmount": "226213024535454140017" - } - ], - "totalStakeAmount": "199999999999999997", - "cChainAddress": "0xaDEDCd23941E479b4736B38e271Eb926596BBe3d", - "eligible": true, - "overboost": "0", - "rewardingWeight": "199999999999999997", - "cappedWeight": "199999999999999997", - "nodeRewardAmount": "246413704851312111244424", - "validatorRewardAmount": "56243928132311989865577" - }, - { - "nodeId": "NodeID-2hCHs6H4Vde8mdGGKidMvT4Fjit7goCBT", - "bondingAddress": "flare1sv39x5grnctjjjjc79n3ah88wdky45pj2jf8ws", - "selfBond": "3000000000000000", - "ftsoAddress": "0xB6d68Ea6C4dE734Ec481F92AFD1C35F712441b73", - "stakeEnd": 1740985200, - "pChainAddress": [ - "flare1sv39x5grnctjjjjc79n3ah88wdky45pj2jf8ws" - ], - "fee": 20000, - "uptimeEligible": true, - "ftsoName": "HEWG", - "BEB": "3000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "41999999934074477", - "totalSelfBond": "3000000000000000", - "delegators": [ - { - "pAddress": "flare10d28pv63zqyszqtv7jj27ml9693mqy5zp88ag2", - "cAddress": "0x2E7eF81929CC91CB20DAe97faF6030589A12e2dc", - "amount": "452079540931000", - "delegatorRewardAmount": "545853113384611731823" - }, - { - "pAddress": "flare10mc043hqwaqswt3n99mpnkhk22dsmltjpdxsuc", - "cAddress": "0x978c6401CEE48699595E498ee8E8D7F04B414851", - "amount": "255000000000000", - "delegatorRewardAmount": "307893924211714487618" - }, - { - "pAddress": "flare10taydvpyn2gg7cc63usu4z8u820feekvvta50z", - "cAddress": "0xC8717f46e03327FA3c1aE045fd3d1F9cAD67dfF7", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare10uwqfpv46wawhq335g55umc4tt73pm4pkn42dx", - "cAddress": "0x330E03eAf71dea0E2CA2675dA7E3176E9F2CC84c", - "amount": "290000000000000", - "delegatorRewardAmount": "350153874593714515330" - }, - { - "pAddress": "flare123nnsh0g6z6fsuugwjkj9j2yd4gs4720acz82y", - "cAddress": "0xbe3940A3dDe8eb2E394D9459dE90d0dE648Ba1A1", - "amount": "59600991000000", - "delegatorRewardAmount": "71963854925086577533" - }, - { - "pAddress": "flare1262uu9p8amxk4r26wfx2djnxwquw4ugl0xmmfg", - "cAddress": "0x97B8853E6f46EE7d70e23C07Cb1dB02ad79afF6F", - "amount": "56949998000000", - "delegatorRewardAmount": "68762973992428594691" - }, - { - "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", - "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", - "amount": "253389996000000", - "delegatorRewardAmount": "305949961664433871257" - }, - { - "pAddress": "flare12jk8afgqu6kne5syuw48vnc2rmsverw6sc6c8p", - "cAddress": "0xf655A4685DD579b1CD90df819eB32e711D9Db56A", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare12lk23gnsmzcqs4w2c2e2m0z9nvj5q6pc3y74lp", - "cAddress": "0xbA67Af2F07Eb85fD79772ab8911d1aDEc36A21Ac", - "amount": "87789033030000", - "delegatorRewardAmount": "105998862283758901437" - }, - { - "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", - "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", - "amount": "50006000000000", - "delegatorRewardAmount": "60378602251494096736" - }, - { - "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", - "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", - "amount": "300000000000000", - "delegatorRewardAmount": "362228146131428808962" - }, - { - "pAddress": "flare12x5c925zp2xer5jel8xlpy5sg4npc7lzknnj43", - "cAddress": "0x1023993e27375b5a86C7C8Fd1aF1E00975BC1ADC", - "amount": "247411000000000", - "delegatorRewardAmount": "298730759541743110180" - }, - { - "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", - "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", - "amount": "400447626070000", - "delegatorRewardAmount": "483511337380225735887" - }, - { - "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", - "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", - "amount": "160671509150000", - "delegatorRewardAmount": "193999142985144669939" - }, - { - "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", - "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1465ezfrjsvd63n53d00lz3ryle7susfa5pf6su", - "cAddress": "0xb8AA79263Cf19BF8C4819082791622300c3Bfb62", - "amount": "1600000000000000", - "delegatorRewardAmount": "1931883446034286981134" - }, - { - "pAddress": "flare14mp85sdhvaq9hrf0qaz8fch6gyjvktxkmt0n5t", - "cAddress": "0xaa76CC79718E17c816caCDb80e0CC7033CE57D58", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare14qxgc4uzf5vtp33c4kkhdx2m9427cfn7z9sxlu", - "cAddress": "0xed8b2a1D1bc80f70BEa9aE4b11Cd5BaaC64888D7", - "amount": "75300000000000", - "delegatorRewardAmount": "90919264678988631049" - }, - { - "pAddress": "flare15fpv0enhghvg48ycek2gyd3x5qqw0tt9w2k2uw", - "cAddress": "0x65491ACefA1ce88b5F7eD3ed244bA7Aa29328759", - "amount": "93319998000000", - "delegatorRewardAmount": "112677099575095480631" - }, - { - "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", - "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare15re874g2x6xj6qdwz9wxeed9p95mclqgk3fkdj", - "cAddress": "0xe3794481059D3894483A298c0897112BF83EAD09", - "amount": "50349991000000", - "delegatorRewardAmount": "60793946325547084494" - }, - { - "pAddress": "flare15zv00mjm9qk0ylvwwflk92sn2h37gxh773h9dk", - "cAddress": "0xFeD0A62C6b2C7B9D42e55BE1dc7e64D16248aa4F", - "amount": "242488000000000", - "delegatorRewardAmount": "292786595663726363425" - }, - { - "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", - "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare16ss2v7wrce6fnpm6aj60v47tqnc4fex9xpe6yn", - "cAddress": "0x0c71d89263Af8fC7A3A8849D1efb7bc9Ca0Dc7a1", - "amount": "53663471710000", - "delegatorRewardAmount": "64794732908298919438" - }, - { - "pAddress": "flare179t0nygd5mkmemy6cykjnz6f0fn0z93rwcza4x", - "cAddress": "0xF5afA65b1f2ffdD62848a10416058565f875AB9e", - "amount": "102000000000000", - "delegatorRewardAmount": "123157569684685795047" - }, - { - "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", - "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare17yz2pzv37pjags7fw6k8zd62wf82z2z4mgu7qa", - "cAddress": "0xA7B685e40A92110DAfa356E62F472a1417bD80b3", - "amount": "519782000000000", - "delegatorRewardAmount": "627598900841621097267" - }, - { - "pAddress": "flare18gn0kljg4qdj6jkwrlwgcpq7c9sapjmc4z3z2j", - "cAddress": "0x263C2B6F55020B6E44D589E560BF0A7c819Fc13B", - "amount": "201220990000000", - "delegatorRewardAmount": "242959687234769250180" - }, - { - "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", - "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", - "amount": "67835138000000", - "delegatorRewardAmount": "81905987601032131310" - }, - { - "pAddress": "flare18w5wtkh3scw89vsqvq3ut6vfwx2xphup5srldq", - "cAddress": "0x8b2270C8eCaf1af6cE18EbcdC6f509Ad433b98CA", - "amount": "53445156440000", - "delegatorRewardAmount": "64531133123217978319" - }, - { - "pAddress": "flare19asm2ux6fjc7qg9xf5ypx90makdx733d7l043r", - "cAddress": "0x8B9005236748A4987A4463E0EC67b069702Bb82A", - "amount": "83249076585000", - "delegatorRewardAmount": "100517195595126294642" - }, - { - "pAddress": "flare19c83tus8w69px979u6czdz52yt0x3gsh939zme", - "cAddress": "0x964c4017c562C0bB02BB5a9C85Db84d1e61C7A2e", - "amount": "4866324000000000", - "delegatorRewardAmount": "5875731736649597224491" - }, - { - "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", - "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", - "amount": "139457533440000", - "delegatorRewardAmount": "168384812673443132536" - }, - { - "pAddress": "flare19ttnzgx6dakppj8dmgfkwqlce7lw8fssxs0trs", - "cAddress": "0x1Bb648F2c3090d9a973d6EF864a1278F41d4b2B7", - "amount": "80000000000000", - "delegatorRewardAmount": "96594172301714349056" - }, - { - "pAddress": "flare19uptlwgwhcnmwhdn4rqehtqzvsq9kngs9sdgs4", - "cAddress": "0x5970A0e9cd3f7417DF763AB0398bDC0B31C6024C", - "amount": "271220998000000", - "delegatorRewardAmount": "327479597658186535776" - }, - { - "pAddress": "flare1ajq0usu00stjx9drhgr20a04l8d87h5njarvqt", - "cAddress": "0x9F2583db3AE715EC5045883E3CB6aeA718B392D4", - "amount": "50000997000000", - "delegatorRewardAmount": "60372561493443778275" - }, - { - "pAddress": "flare1akm74tuv25vmfdy32tzuud5c4p7njg609fqt22", - "cAddress": "0xa49C0428307f9E1f9cD12bFaCB88506Cb24673F9", - "amount": "321000935871600", - "delegatorRewardAmount": "387585246357411109103" - }, - { - "pAddress": "flare1atd72wj8p2vzntquc4wtkg47v3m4eny755t3nw", - "cAddress": "0xAa3128f0F0B98eF4A284C82d7A303d1137709868", - "amount": "3000000000000000", - "delegatorRewardAmount": "3622281461314288089629" - }, - { - "pAddress": "flare1azr5ae49dyfc364mhgzyu8j8evdk7456qjc64a", - "cAddress": "0x505B6F62E4eed5C5E78c3c97Cac48e5B1A778dbC", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", - "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", - "amount": "260000000000000", - "delegatorRewardAmount": "313931059980571634434" - }, - { - "pAddress": "flare1c75ydf7g8rq56l3mkvdc6swz4rwxqlpqyqsgxw", - "cAddress": "0xa6475eb10e6B0BFA84C40e652A5F9e3A8500AF42", - "amount": "104857982000000", - "delegatorRewardAmount": "126608374756475772281" - }, - { - "pAddress": "flare1cd5x62rc23xzzyctdfna3jltnzedcv3eh37vry", - "cAddress": "0x58D6eBeE2F07c53559c2329AAa0f7Df233287cB4", - "amount": "1257400994000000", - "delegatorRewardAmount": "1518220103334786130100" - }, - { - "pAddress": "flare1cp0lyn6xlglkus2l05v7szwhsmt27laxh67e9s", - "cAddress": "0x580f6Cd88d86163962940e1ABC3d749c58EDA80A", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1cyvaw8qjdlc0vsnz6hqqyep07ld7nqfuuysa2p", - "cAddress": "0x27Ec7a2a878999657E888bC365331eF73edbbf5e", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", - "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", - "amount": "82499996000000", - "delegatorRewardAmount": "99612735356434307379" - }, - { - "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", - "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", - "amount": "113200000000000", - "delegatorRewardAmount": "136680753806925803915" - }, - { - "pAddress": "flare1djywxkdgldz2tzd5c80d55wdtmvy8meu23v4n8", - "cAddress": "0x72EA25A4cF4C2BE3D22830b135EDCa856c800bB9", - "amount": "400000000000000", - "delegatorRewardAmount": "482970861508571745283" - }, - { - "pAddress": "flare1dtwj64cnchkfhthgk4a7f4j8aqmnz9kwakd8rq", - "cAddress": "0x6F645ba08480dCD33231F01644A90Cd80dCE3F51", - "amount": "182739492900759", - "delegatorRewardAmount": "220644625794797761550" - }, - { - "pAddress": "flare1dx094vcq87dl740yvnlpv76967qscj66h2her9", - "cAddress": "0xf2a5B9c0404CaEbAFDf06b12165fBdBbACd6B658", - "amount": "53482564661000", - "delegatorRewardAmount": "64576300825027660932" - }, - { - "pAddress": "flare1dxe4awuhars2pk8lfvvafhsrtw8n7ju7e5cswl", - "cAddress": "0x51905F6727b5de3D54081C3952a52fEff4bd2c93", - "amount": "3147833920350918", - "delegatorRewardAmount": "3800780150994469198343" - }, - { - "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", - "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", - "amount": "449000000000000", - "delegatorRewardAmount": "542134792043371784081" - }, - { - "pAddress": "flare1euv3ug3wdunltskvx7mqtsmxktqvg00p6ysggz", - "cAddress": "0x757A460D53E28D0230C6e01FFfeb725B7f9230fC", - "amount": "52372998000000", - "delegatorRewardAmount": "63236579909616762496" - }, - { - "pAddress": "flare1f322pn2lykr0mt3gjg2dlc20wnnszjqgc7zcux", - "cAddress": "0x73edAE94Fc39a6a86b6044a7820cE7c92ffC7903", - "amount": "75599000000000", - "delegatorRewardAmount": "91280285397966288429" - }, - { - "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", - "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1ggz38lyyyp87qrl3mauuq0ep7x40vfz245m8mf", - "cAddress": "0xce4e60a122b0ffa95c2CA1Ef156b4B1A2B73D674", - "amount": "50014995000000", - "delegatorRewardAmount": "60389463058742270743" - }, - { - "pAddress": "flare1ghujcl04hy2jmdv5scw4xt4ddvqkrch8ayksee", - "cAddress": "0xeB1bFe6A7Ff5Be8c40fd3cD0E9843335D8FEb62d", - "amount": "683039000000000", - "delegatorRewardAmount": "824719835684883340817" - }, - { - "pAddress": "flare1gkm53aysgje53y0sxawhgwht3mdjvcfdr6pudh", - "cAddress": "0x388037f6C0Ba6e9Df6f1Aee39Cd3EfeC83A59A72", - "amount": "112776998000000", - "delegatorRewardAmount": "136170009706026181751" - }, - { - "pAddress": "flare1gp2s77kegrw56qrw4swajuwuam8an4q8vmlk0l", - "cAddress": "0xb107DFea8aEC9E61B7a87127d8AFdCE5F6AA57dC", - "amount": "113999999000000", - "delegatorRewardAmount": "137646694322515793634" - }, - { - "pAddress": "flare1guswzmwyk2y0c0vx23ttyqedr0z3zta7mu57v7", - "cAddress": "0x2Cd2902dC836DC8CDA9e694BeceA220E63225f14", - "amount": "768000000000000", - "delegatorRewardAmount": "927304054096457750945" - }, - { - "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", - "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", - "amount": "100450000000000", - "delegatorRewardAmount": "121286057596340079534" - }, - { - "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", - "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", - "amount": "50001000000000", - "delegatorRewardAmount": "60372565115725239589" - }, - { - "pAddress": "flare1h288wtgadl34r9c74xvdselsxvvaeaexw22lfv", - "cAddress": "0x96C781236C5f3E7Ab9a6fc2e160eAE02E0B607BA", - "amount": "975999000000000", - "delegatorRewardAmount": "1178447694653761287063" - }, - { - "pAddress": "flare1h86u9ah5hvx8kuf56fegyu8mqzp87f2hhlttxw", - "cAddress": "0xAB7b350117FeE05974b93d69700F200E5D59A60F", - "amount": "231600000000000", - "delegatorRewardAmount": "279640128813463040519" - }, - { - "pAddress": "flare1hm9wh4shmdaemrp66mna56sx6zqdgck7wvu5l0", - "cAddress": "0x196C2d3322925080A10b143B3B5F1670B45b970c", - "amount": "104004000000000", - "delegatorRewardAmount": "125577253700843739491" - }, - { - "pAddress": "flare1j7r3h82jlupn2n0a6fs4s8kk8rq7xday3g0vku", - "cAddress": "0x2c3a68A873a344aa7f3C0D140E9763EF77E1a336", - "amount": "676091179530000", - "delegatorRewardAmount": "816330848589876366186" - }, - { - "pAddress": "flare1jvm6lkl54jfqjfjzedgd59z6wj4leu0rsq8zf7", - "cAddress": "0x2800EfB7025910611FB75A830F643c4A26Aafbb5", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1k3qxrg5tu56jlcetlzsckmkzuf4q6tv2uq0y6w", - "cAddress": "0x2903DfA12444f8EAaD56bD320b9d9905a6eaA480", - "amount": "150000000000000", - "delegatorRewardAmount": "181114073065714404481" - }, - { - "pAddress": "flare1ke576xwggvy2t6kshgw03ayz7szldmc27d7es3", - "cAddress": "0x53eC0eF1B7321AC80b71dBc574A2836C917cdb73", - "amount": "101000000000000", - "delegatorRewardAmount": "121950142530914365684" - }, - { - "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", - "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", - "amount": "50558000000000", - "delegatorRewardAmount": "61045102040375925745" - }, - { - "pAddress": "flare1kvslxx5r0z8yz2dmzczs4k3f239zq96j4q53x3", - "cAddress": "0xe5eB4FE3Bfb58FF77E0CB8adC9E8Ed775e78Fb1b", - "amount": "67001997000000", - "delegatorRewardAmount": "80900030534711848879" - }, - { - "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", - "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", - "amount": "462425801000000", - "delegatorRewardAmount": "558345468731903394197" - }, - { - "pAddress": "flare1l8y5zplv2c7c70a3a3n8u0jkwd7dvhugqqdzrt", - "cAddress": "0x9D26Ac9173fb8a48F79C7f9b5BdF03Cf3ab9eB55", - "amount": "136000000000000", - "delegatorRewardAmount": "164210092912914393396" - }, - { - "pAddress": "flare1ljf2ytc85q50wmym9xvtxh7v6kqupx82gmzjzp", - "cAddress": "0x2b8328AaCA09810bc41a7a35D79Eb7AA07369Ed3", - "amount": "500000000000000", - "delegatorRewardAmount": "603713576885714681605" - }, - { - "pAddress": "flare1m42nw6za4r872p5dkndmcgvkupf7ukv0u3pll4", - "cAddress": "0xd66C5fC960550154495a4F9949dA2b9fdca00558", - "amount": "51900000000000", - "delegatorRewardAmount": "62665469280737183950" - }, - { - "pAddress": "flare1mjmr0tc40jg5sdyls44lgn04kct32t7z5epjfk", - "cAddress": "0xb2b65d8215C3E0101A2271Cb265ad990d2e5Df25", - "amount": "51283996000000", - "delegatorRewardAmount": "61921689324305368377" - }, - { - "pAddress": "flare1mkkjralv0z2pysw7nxq7q6x3xme3xv8gc2sde6", - "cAddress": "0x6f0b454D65F6a075D2E514C23095756F33f8bdfE", - "amount": "162831047276426", - "delegatorRewardAmount": "196606627958596100306" - }, - { - "pAddress": "flare1nj8l22krvc3ap5canshk753lqau84zk9lp4vcr", - "cAddress": "0x838c7c88748929538B1789EB6513243d6DB518A2", - "amount": "91574516104000", - "delegatorRewardAmount": "110569557337448642556" - }, - { - "pAddress": "flare1nl5zwsm825fs8zqesf9kflnmrk4saffr8kld49", - "cAddress": "0xA965598bAC6B627Ef57B09497d717D02bEd63111", - "amount": "150000000000000", - "delegatorRewardAmount": "181114073065714404481" - }, - { - "pAddress": "flare1nx2qfjxsxgf582jjrdrrwnjuts5xvkmpe8huk0", - "cAddress": "0xC77eea5eE92BbE1b22Da3417710B2dbDbDe5C8E1", - "amount": "110000000000000", - "delegatorRewardAmount": "132816986914857229953" - }, - { - "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", - "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", - "amount": "450000000000000", - "delegatorRewardAmount": "543342219197143213444" - }, - { - "pAddress": "flare1pvuqn366yh3qpnkzcusxlrg8erjwfhl78u6gp2", - "cAddress": "0xb27ed54A89EEec2808CEaeC6d0e6830358F0724E", - "amount": "51000000000000", - "delegatorRewardAmount": "61578784842342897523" - }, - { - "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", - "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", - "amount": "794830971000000", - "delegatorRewardAmount": "959700497043911512818" - }, - { - "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", - "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", - "amount": "60000000000000", - "delegatorRewardAmount": "72445629226285761792" - }, - { - "pAddress": "flare1qehmu6pcmf5g7pktau4q9aeyzmn7sw5rhfkak0", - "cAddress": "0x5b660C62AC21f83d6616f3270dcFF10f0E2C12B1", - "amount": "420606991000000", - "delegatorRewardAmount": "507852301999495206229" - }, - { - "pAddress": "flare1qgks8mz3r6uycfcwv9kqtfzzptqj9tnh90d8wa", - "cAddress": "0xAB52Ba1dF93a53B2C6f5f7aBD147629C415dCCa9", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", - "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", - "amount": "250000000000000", - "delegatorRewardAmount": "301856788442857340802" - }, - { - "pAddress": "flare1qmqrvet7rz7dfdywu78fw0dx63f55e68r9psdj", - "cAddress": "0xE39C1715cc4F1A58E1D638090cb9761a2dB29488", - "amount": "118439739055000", - "delegatorRewardAmount": "143007357020609452893" - }, - { - "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", - "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1r3u9csgne347p4yt7xv6x2qcyy4jk65cdnflfe", - "cAddress": "0x185178dfd671c4340cD2ef152DBf28BEdf7134A9", - "amount": "74999999000000", - "delegatorRewardAmount": "90557035325430048469" - }, - { - "pAddress": "flare1r5ejvl3s2l5c25keu2q2t0ffp9g542k0cfyp6d", - "cAddress": "0x77ac1E3c4133ad03348c6078Ca2f9E90fE2ADDb3", - "amount": "153739998000000", - "delegatorRewardAmount": "185629848205965242757" - }, - { - "pAddress": "flare1rhtym8x4mv84zw9r25a7m9qrx4d9h5jax4v6ct", - "cAddress": "0x489554d07290B3350D18D95AeFc6769940A9A8A9", - "amount": "127000000000000", - "delegatorRewardAmount": "153343248528971529127" - }, - { - "pAddress": "flare1rk0tgnyuw7p88qccx77taw2q8uwephg2a65rfd", - "cAddress": "0x2193bc6C4b6dCDeFd6A17AFe56c9d3a627427d52", - "amount": "50665769147000", - "delegatorRewardAmount": "61175225434802510520" - }, - { - "pAddress": "flare1sann6d2ll9he90zlurpcpujcngeuxt2ufpq7h3", - "cAddress": "0x85cDa2D7db50D72A29740C2146F5FeDB7dd1bdfD", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1sgvha4esvg4a4vf7zmllsf5zx4tnx4qsplkcu3", - "cAddress": "0xb6EF750371165BdC189E2996a4C6cF1701a6d961", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", - "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", - "amount": "1900000000000000", - "delegatorRewardAmount": "2294111592165715790101" - }, - { - "pAddress": "flare1spsnv8pc6cwdyl3vy3ewhwv75fpwhdwkd0p4un", - "cAddress": "0xE54C5D05aea6A740D519e74BF58e2F7C3Ed10918", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1stx3tj0r9djucqvv9020k7yuha3w6xp7trrm7w", - "cAddress": "0xf9C2bbDEA296afb0FeDd364095303Adbf734aaAc", - "amount": "77200000000000", - "delegatorRewardAmount": "93213376271154346839" - }, - { - "pAddress": "flare1stxpd0vxqe9xuja3ek4dutf5shpv78qg2e6a30", - "cAddress": "0x0c99DD909e9fA69A277d3b540dFd910Dd258FE92", - "amount": "56503990000000", - "delegatorRewardAmount": "68224451822429307024" - }, - { - "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", - "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", - "amount": "358036062334000", - "delegatorRewardAmount": "432302463691471686675" - }, - { - "pAddress": "flare1uajm8numvd4p5wuqsg9fnqscux2pe5t6nwqefk", - "cAddress": "0x4c6FF89674cCd7137f42d0a257ED82Bd7E2BaF4a", - "amount": "535200000000000", - "delegatorRewardAmount": "646215012698468995190" - }, - { - "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", - "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", - "amount": "444867000000000", - "delegatorRewardAmount": "537144495616834466523" - }, - { - "pAddress": "flare1upclufy090605fzc556qwya0762sdf9f56ru7m", - "cAddress": "0x00EcE59264615fCECf033A93649B3b97920186a8", - "amount": "724461540080000", - "delegatorRewardAmount": "874734535355660696775" - }, - { - "pAddress": "flare1uqfdtrd3xphq9qjmjvp7j3jmw4zrj6x9zyfa7j", - "cAddress": "0x2aB5D776229A26C5bC64b5aA55D97046b464D027", - "amount": "406467706872662", - "delegatorRewardAmount": "490780146409257936470" - }, - { - "pAddress": "flare1vu2de65zvvgemfmvyup0q5r7z4l3nt8pt9jlwh", - "cAddress": "0x4c254A6Cae5a01A6feA6BdcCB0D72D84023387f7", - "amount": "58958291389259", - "delegatorRewardAmount": "71187841963359566332" - }, - { - "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", - "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1wxxwrvlentu0vez8zlptjmqfs239g8mxtlvhcm", - "cAddress": "0xd6e068bcF9071b1dF73CcdFeefCd82c4DA82BC60", - "amount": "162184098000000", - "delegatorRewardAmount": "195825483835126569443" - }, - { - "pAddress": "flare1x02kxx3ex0wts2n646y647wfsyp5urrg88whq5", - "cAddress": "0xC5C6A2eeD2530Fabc28b6d5Af701C12e637a14F5", - "amount": "62168042749000", - "delegatorRewardAmount": "75063382911965617227" - }, - { - "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", - "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", - "amount": "5862507000000000", - "delegatorRewardAmount": "7078550140975081041836" - }, - { - "pAddress": "flare1x978g9pfsn2vzgtppap7atju8rl5nw3yfa3jud", - "cAddress": "0x0be1bEc9AFb0D361e815985881d4FD8d36F88728", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1xd534t5ut96063ctmeqcvtxkymhrcuwedgxn3y", - "cAddress": "0x184D25eaBd6919b8B07cfd16ed68B675a0581002", - "amount": "340005992000000", - "delegatorRewardAmount": "410532467185791381897" - }, - { - "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", - "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", - "amount": "130057488656615", - "delegatorRewardAmount": "157034943355316609722" - }, - { - "pAddress": "flare1xymnsyeqztqgg22wmylydgamxe6xeqfqncanx2", - "cAddress": "0xd174A53e75C90135b292826c68005A903A095743", - "amount": "65999932263205", - "delegatorRewardAmount": "79690110361668745523" - }, - { - "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", - "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", - "amount": "127500000000000", - "delegatorRewardAmount": "153946962105857243809" - }, - { - "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", - "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1ys9ar00wtnk895uw4xhhumvaaqt55fdrgammed", - "cAddress": "0x7B19d588BC87EF24Aae5CdcEA357B38fF5633798", - "amount": "61557701772000", - "delegatorRewardAmount": "74326440643276433795" - }, - { - "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", - "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", - "amount": "60744012000000", - "delegatorRewardAmount": "73343969517817550496" - }, - { - "pAddress": "flare1zattjunvye58zyh0ulf9khq6hggm00a3v06rz6", - "cAddress": "0x3343FcAd15Cc7311ec27C67b28D29BD2296c0B70", - "amount": "85968857299000", - "delegatorRewardAmount": "103801132681513740589" - }, - { - "pAddress": "flare1zfefgqv07ttkdstz9ksg2qz2ksgfjdqxdvttnw", - "cAddress": "0x547Eb31C40A33E6403844a0c42baa848140F6C8a", - "amount": "110773000000000", - "delegatorRewardAmount": "133750328104722544852" - }, - { - "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", - "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", - "amount": "204013294406033", - "delegatorRewardAmount": "246331191396209097007" - } - ], - "totalStakeAmount": "44999999934074477", - "cChainAddress": "0xb595192f238808EbAC932AA94824B6EEe065AaD1", - "eligible": true, - "overboost": "0", - "rewardingWeight": "44999999934074477", - "cappedWeight": "44999999934074477", - "nodeRewardAmount": "55443083510320464028189", - "validatorRewardAmount": "4731143131520697370190" - }, - { - "nodeId": "NodeID-2miZhA7JAnyf9s5rYzDeNciwg4448LKsP", - "bondingAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", - "selfBond": "13500000000000000", - "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", - "stakeEnd": 1739272244, - "pChainAddress": [ - "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr" - ], - "fee": 110000, - "uptimeEligible": true, - "ftsoName": "Oracle Daemon", - "BEB": "13500000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "0", - "totalSelfBond": "13500000000000000", - "delegators": [], - "totalStakeAmount": "13500000000000000", - "cChainAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6", - "eligible": true, - "overboost": "0", - "rewardingWeight": "13500000000000000", - "cappedWeight": "13500000000000000", - "nodeRewardAmount": "16632925077463567758492", - "validatorRewardAmount": "16632925077463567758492" - }, - { - "nodeId": "NodeID-2q436GJKA5faTceNaAbu7CYxftv3K8fS4", - "bondingAddress": "flare1s880acgq84yjqm29zdjjygnu3yfl54gd8djxu7", - "selfBond": "7750000000000000", - "ftsoAddress": "0x8863eAD675DfF5Cf260D5FdC079d50996D1F3cd4", - "stakeEnd": 1767649500, - "pChainAddress": [ - "flare1s880acgq84yjqm29zdjjygnu3yfl54gd8djxu7" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Solarius", - "BEB": "7750000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "54350518459574528", - "totalSelfBond": "7750000000000000", - "delegators": [ - { - "pAddress": "flare127yrkh9vcdg9gufqyanhfllvpctwutpxxkd5gw", - "cAddress": "0x0BB95a64AC985a371C8B02A1664E809009CA4ff7", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare140r5uxjex5t5gx5jalqgknguz53nn5psjnvkrw", - "cAddress": "0x954be33F20f9A188F9C22B0751C08304b3F3A639", - "amount": "1354887970000000", - "delegatorRewardAmount": "1418917598471237048805" - }, - { - "pAddress": "flare193cp78snlzp8lh7atp4kuaa8spkgyppzjyn6wq", - "cAddress": "0x01f975FBdD5944A74A9B27b74423E23ca40E776D", - "amount": "700821969000000", - "delegatorRewardAmount": "733941585745545986661" - }, - { - "pAddress": "flare19j76y2kndh5nztn4flktxxrc7aq06utmxrcja2", - "cAddress": "0xE204ad1c8d1ccd2dE403DD7564C80c5113894933", - "amount": "77995986000000", - "delegatorRewardAmount": "81681939463612055143" - }, - { - "pAddress": "flare1a82ttp9vtyyzn4h66af9n4wgc80f2ejprrc3wh", - "cAddress": "0xef380916e58Cb53B1F1cBA69D5844E9d893d0368", - "amount": "75344500673000", - "delegatorRewardAmount": "78905149591775963288" - }, - { - "pAddress": "flare1amceq5e8ppnpkzqaqth3s3l5naqh8l4e9yd7g8", - "cAddress": "0x5cd69F2Ef72c6A8842A73A80BAF29870b74FA98f", - "amount": "344638000000000", - "delegatorRewardAmount": "360924987253322644842" - }, - { - "pAddress": "flare1apgauvuwdhryl9agv2qwstqk8c242pfeflqh8n", - "cAddress": "0x882385cc017338bAb95ef6C75AbFE011b25BC773", - "amount": "349874388885000", - "delegatorRewardAmount": "366408838690401740522" - }, - { - "pAddress": "flare1attj9fgjmw2z4a99pfn9gng29q0vp78xp7yp49", - "cAddress": "0x5784934A23166B483b95422aF697CB1e068031AF", - "amount": "274445982000000", - "delegatorRewardAmount": "287415817626250198836" - }, - { - "pAddress": "flare1cq8ffjzc5zu5ptsp5nrey948dkne57khe0apxr", - "cAddress": "0x53E1F373940728E289d47245C466de2e4691A9B4", - "amount": "777279986000000", - "delegatorRewardAmount": "814012874492403054326" - }, - { - "pAddress": "flare1d68lwr55ts3zua2kdj5ycp9l7n03y2p3zj3czt", - "cAddress": "0x7C4e923AEF5740eC2d25AB2D629Fa30Ea044F8D5", - "amount": "160000991000000", - "delegatorRewardAmount": "167562357131813645673" - }, - { - "pAddress": "flare1dkq4392jmt8rqkzaz8f7lxzu0decz2c8s4plj6", - "cAddress": "0xdd6AaAB146138d34467FA43e0EE0c2c2AC20FaC9", - "amount": "3000000000000000", - "delegatorRewardAmount": "3141774736854229465493" - }, - { - "pAddress": "flare1evvu8wsdzahz3v3e6p74xt9kma3l2wru9zv3gt", - "cAddress": "0xDEa71Fcf730e3fAaA424d0ef26514FFd085a00a4", - "amount": "226628501625000", - "delegatorRewardAmount": "237338567018850896602" - }, - { - "pAddress": "flare1fxdvn5tnvq3c0ptwxd0pw2s9n62htk6n42855n", - "cAddress": "0xd8A0D653f33DAfa287aD00c15f2451B67FAA513A", - "amount": "73622748524000", - "delegatorRewardAmount": "77102030456825070261" - }, - { - "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", - "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", - "amount": "80000000000000", - "delegatorRewardAmount": "83780659649446119079" - }, - { - "pAddress": "flare1k69z6l5rt0j6nd6xc29p6wzzkqs765hewyhauv", - "cAddress": "0x62F8928B73ddF63EDbE3Facaa3304e52CCEd8336", - "amount": "223141973000000", - "delegatorRewardAmount": "233687271167736192108" - }, - { - "pAddress": "flare1muc0g9e3a88drffrckaml6zvycud5g7kxu7k9h", - "cAddress": "0xD33b75231dDBe4E8D1E8B9B7F75C62f2AE01fD74", - "amount": "94654961000000", - "delegatorRewardAmount": "99128188395907450913" - }, - { - "pAddress": "flare1stgahl7q9v5k7thn3g9cmr6rjp0cr8c2hhem9v", - "cAddress": "0xeD29772279FE0605470Ff7f76F2E068B7C5415Be", - "amount": "450000000000000", - "delegatorRewardAmount": "471266210528134419824" - }, - { - "pAddress": "flare1symrr4n7hp87va4d6rhu0xhfqet0kptmhkk8fp", - "cAddress": "0x007599946F7e8bf2Bf93129315EC32ffb42bA44A", - "amount": "1545814000000000", - "delegatorRewardAmount": "1618866457691861288990" - }, - { - "pAddress": "flare1uhe5lqpw2wzw58554vh0twryez3vr6k3r9xgd6", - "cAddress": "0x9392ED575b4032ECB958dc3d3DA0310A517AFD8c", - "amount": "43022013501867528", - "delegatorRewardAmount": "45055158382922986629112" - }, - { - "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", - "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", - "amount": "821061000000000", - "delegatorRewardAmount": "859862902405423499722" - }, - { - "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", - "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", - "amount": "416000000000000", - "delegatorRewardAmount": "435659430177119819215" - }, - { - "pAddress": "flare1zvck3463ctkf3uvj2jcc4m88dahypgmwvhdqwr", - "cAddress": "0x0B88e66c6db5e84439767ceDA3c750f3BbDBEAB5", - "amount": "232292000000000", - "delegatorRewardAmount": "243269712391114223667" - } - ], - "totalStakeAmount": "77100518459574528", - "cChainAddress": "0x5ae2F4DEBCE13c568A460152345650eCD44e2C85", - "eligible": true, - "overboost": "0", - "rewardingWeight": "77100518459574528", - "cappedWeight": "77100518459574528", - "nodeRewardAmount": "94993121997903695706856", - "validatorRewardAmount": "38074093387496794469350" - }, - { - "nodeId": "NodeID-2xbUrUGcj9HuntjA4YPHQFWiMuQz428SL", - "bondingAddress": "flare18gdh9zj7zvjfr0ce7mj9m704nmrv8kkwlv7uym", - "selfBond": "1330500000000000", - "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", - "stakeEnd": 1745247600, - "pChainAddress": [ - "flare18gdh9zj7zvjfr0ce7mj9m704nmrv8kkwlv7uym" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "sToadz FTSO", - "BEB": "1330500000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "16346718918562000", - "totalSelfBond": "1330500000000000", - "delegators": [ - { - "pAddress": "flare10ka4px0zf2cj5dckzrymek6lcz9wdhmut3fksw", - "cAddress": "0x239d66E153Be508BD20A6B9bACddFca351BB4425", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1246kp4l5kh2c6y72g3jdj4jlwsz480f8nwue9y", - "cAddress": "0xA29073E603114eCdcac2A0930190Db14Bdd54658", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare12j8045ehsuaknmpq5u9hkddwz3alff560ufsym", - "cAddress": "0x14f46A3DA7a17330e20eC4754e783777aa61FE13", - "amount": "206114913344000", - "delegatorRewardAmount": "203158157688808755902" - }, - { - "pAddress": "flare12yj9eu5526hk0aks4wttcazgqjaytrvnj4rmta", - "cAddress": "0x7d41D87F8e3c84f68FB0cDd042aD920C187412df", - "amount": "93852879108000", - "delegatorRewardAmount": "92506542607858356154" - }, - { - "pAddress": "flare13v9tnphkwft5g7j3r95ygqylzs4vth9kzf92v3", - "cAddress": "0xA87833C7ab8Bc5e2f75d3837F1e0936DF28AdA94", - "amount": "50283097309000", - "delegatorRewardAmount": "49561777197238929807" - }, - { - "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", - "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare187dcd8tpyzp9fw386s99jjv9j26q5zf0hly67k", - "cAddress": "0x631e0E85fF006d89EB3FAd9d9285DE07a57F2712", - "amount": "60693984000000", - "delegatorRewardAmount": "59823317838505039532" - }, - { - "pAddress": "flare19wsc3dnvswekux0qudccm32l7tn68guqrhq8dv", - "cAddress": "0x6031b4C5ACCfEE45866d3F80397A7391de82f0Bd", - "amount": "59298744801000", - "delegatorRewardAmount": "58448093597787571015" - }, - { - "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", - "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1hq70slga3c5uv43hvvt9p96w3ugjq8ycxhdnyd", - "cAddress": "0x362D2770028e1BBc5F936A0Faf4BA45EE359091e", - "amount": "610713000000000", - "delegatorRewardAmount": "601952211723437502607" - }, - { - "pAddress": "flare1jas5pxrxtr7v8e9etfhuc0jw84e8d3xhx4umqs", - "cAddress": "0xa1e14ddB9f3B814d34453629DB8d78F187f896c6", - "amount": "650000000000000", - "delegatorRewardAmount": "640675632613411498845" - }, - { - "pAddress": "flare1kxcn4s62nfykdeuw3cmzzjacrgd3v8xhd76jry", - "cAddress": "0xd63FD88Cc5225B9F0A32d422C03e1474Ce827724", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1n0j3tf0phflcvxcsalzv9e7ksxdkl7rd4lcxzg", - "cAddress": "0xd288e9Aa97019fed7cb46e19d8171Aa1190C1abc", - "amount": "229029000000000", - "delegatorRewardAmount": "225743537633564649491" - }, - { - "pAddress": "flare1t79w6e7urczy5609kch52aecu9ytl033p7wnnm", - "cAddress": "0x9926A7EDDD62f2773390a5259929D4a85278c21b", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1upthd6v9zuwehvkdghqvpnquksuwsfqdvwt4rg", - "cAddress": "0xbC11734b9f47AF0916D1B1f28d503E602Fe8dd8F", - "amount": "727849000000000", - "delegatorRewardAmount": "717407874649290686189" - }, - { - "pAddress": "flare1vas4gp4j0fa5lnnan82l6s2u9fmkfq7w6ea72u", - "cAddress": "0xf8F603Dc252A405df06EC8d68D277F188062Af12", - "amount": "53600000000000", - "delegatorRewardAmount": "52831098320121317443" - }, - { - "pAddress": "flare1wyh5p06pdl4dv463mjl2z8pr4hwdgwevc44ce3", - "cAddress": "0xF66095b87168c082f3278FE98D3bf594CC8181FA", - "amount": "13255284300000000", - "delegatorRewardAmount": "13065134852881725246294" - }, - { - "pAddress": "flare1xrxvajmqa5r3eyhc8uxzsjv5qsrmf0xunuzva0", - "cAddress": "0x32D573d79990A8035781236e5f5e83CaBeAb1dC7", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422989" - } - ], - "totalStakeAmount": "17677218918562000", - "cChainAddress": "0xe72f3012c8Fb18276CeC11D1A7efc0EE4256a804", - "eligible": true, - "overboost": "0", - "rewardingWeight": "17677218918562000", - "cappedWeight": "17677218918562000", - "nodeRewardAmount": "21779545025952836987387", - "validatorRewardAmount": "5667322742409250473191" - }, - { - "nodeId": "NodeID-3phxSiKoYMj1dNSJysZhHYQKUbLX786jy", - "bondingAddress": "flare1ysd4vw287u88nu0f0vh3zrxg4ett3ansnn0v8v", - "selfBond": "7000000000000000", - "ftsoAddress": "0x9269fb79B098AB314de8A1E2AFb8705678520443", - "stakeEnd": 1744399249, - "pChainAddress": [ - "flare1ysd4vw287u88nu0f0vh3zrxg4ett3ansnn0v8v" - ], - "fee": 170000, - "uptimeEligible": true, - "ftsoName": "Aureus Ox", - "BEB": "7000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "1870000000000000", - "normalDelegations": "40648375153657318", - "totalSelfBond": "8870000000000000", - "delegators": [ - { - "pAddress": "flare13y0kygxz4luu7wmxkpq8kfvayph7ta8s0lv0vu", - "cAddress": "0xcd17cB61daC93d3dc5596F4aDDE2Ea50Fa76626c", - "amount": "119920525045000", - "delegatorRewardAmount": "122632752585820001795" - }, - { - "pAddress": "flare1420rs2xkj9ghpp5zpa6rhfhl60j9s92n4j4es6", - "cAddress": "0xD05f1E87F5D0dAEc515B716C2d38527E8a023132", - "amount": "374986567684073", - "delegatorRewardAmount": "383467592061915411645" - }, - { - "pAddress": "flare145a8rq6fxkhrggnmhh39csjy9uzxnnn72xy8kc", - "cAddress": "0x1aC6d149f76CA1C4f7A899465621286C37430D7F", - "amount": "163600000000000", - "delegatorRewardAmount": "167300120771749847317" - }, - { - "pAddress": "flare15wf0285spm8x9g0hnxnhwnuc2zez7u3pzhctsg", - "cAddress": "0x5b61d4fa8D4a76B09D1Ae70E457141d71120F968", - "amount": "8000000000000000", - "delegatorRewardAmount": "8180935001063562216029" - }, - { - "pAddress": "flare168ewpaad5jevcgywsus2huzyd4ppmwugftpl48", - "cAddress": "0x3d21d038152C71BEaA1425fEA8EC17C83c7Aa13C", - "amount": "100050000000000", - "delegatorRewardAmount": "102312818357051174964" - }, - { - "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", - "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", - "amount": "50000500000000", - "delegatorRewardAmount": "51131355065084830322" - }, - { - "pAddress": "flare18seaveq7a06x7t3k7vfuzzuwz8pncx4dpkgj4y", - "cAddress": "0x41fEE376CeB3778c793477c6F5a250eC404F19BB", - "amount": "50000000000000", - "delegatorRewardAmount": "51130843756647263850" - }, - { - "pAddress": "flare1a06sztf08x57zg4g22qryr0r98tu9tkjd0eyfm", - "cAddress": "0x8374AB8d7406456abF882964ccfb0fEceb1064E8", - "amount": "1024600702432687", - "delegatorRewardAmount": "1047773968580735101996" - }, - { - "pAddress": "flare1dt6rful7vgslxl4983fkzz5dcgaw5q2e95tajf", - "cAddress": "0x94CAcDda3C60e9c94B92E01Bcd33BA4989f74068", - "amount": "117396650720000", - "delegatorRewardAmount": "120051796110360230249" - }, - { - "pAddress": "flare1ej02f65m34uastyly2dr3xd0xhshc6dph5kzxh", - "cAddress": "0x1E2Cd1f542c0099762cCe9FD905760D5a3993D35", - "amount": "176000000000000", - "delegatorRewardAmount": "179980570023398368752" - }, - { - "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", - "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", - "amount": "300000000000000", - "delegatorRewardAmount": "306785062539883583101" - }, - { - "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", - "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", - "amount": "1000000000000000", - "delegatorRewardAmount": "1022616875132945277003" - }, - { - "pAddress": "flare1frdxxndts2lkq4mkan46tg4trhgmg253utas3s", - "cAddress": "0x118645886cAB846eA00C04e28677eF6f10B8aF85", - "amount": "530843732701321", - "delegatorRewardAmount": "542849759118933356481" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "200000000000000", - "delegatorRewardAmount": "204523375026589055400" - }, - { - "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", - "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", - "amount": "235000000000000", - "delegatorRewardAmount": "240314965656242140095" - }, - { - "pAddress": "flare1gygcfkxp6a5plljflyrv43aafhcgc374p7z972", - "cAddress": "0xAc97F9b50736eb5Ec19aECc9FB4095fB634967D3", - "amount": "159786054431000", - "delegatorRewardAmount": "163399915672051924392" - }, - { - "pAddress": "flare1j7v4xf49ynhggaxxmzhzpwkvt8gdjr4c2ytvsz", - "cAddress": "0xfF26215FC65dAEC6B03ba42fbaAc85092B7f3559", - "amount": "279149996000000", - "delegatorRewardAmount": "285463496602894173543" - }, - { - "pAddress": "flare1j9m9pgl03g7axu2u5awr27kq4h5d5crz66lp5q", - "cAddress": "0x3c7904F8C7b3cFc88509ee0F887919A9dfe8d649", - "amount": "1200000000000000", - "delegatorRewardAmount": "1227140250159534332404" - }, - { - "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", - "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", - "amount": "435485000000000", - "delegatorRewardAmount": "445334309867270673956" - }, - { - "pAddress": "flare1p3k4t6gne923hf33a3qut3wht2gan6ns08k4j5", - "cAddress": "0x7c3cCD055591f92C1E8dF0767aDce30b504dA12d", - "amount": "200000000000000", - "delegatorRewardAmount": "204523375026589055400" - }, - { - "pAddress": "flare1pkgawj8lsqsfnsmmm7d79naa4n3v0x2z5zfx3a", - "cAddress": "0x3bF7fb2D2bD036B47538C0B4ccB0ba64542Fa5A9", - "amount": "21221070630000000", - "delegatorRewardAmount": "21701024934626122363226" - }, - { - "pAddress": "flare1q4cpyy75r6lvn7e200z8jkry40nalstztyrk6d", - "cAddress": "0xcC187c1AC17e360714E8a8066B03B7C16a59eD70", - "amount": "2000000000000000", - "delegatorRewardAmount": "2045233750265890554008" - }, - { - "pAddress": "flare1rkp4dmm8sua35q4deza2w89tppka4u74a0e20g", - "cAddress": "0xca8F388b22433701BFcfF21e74495646Aa7f001F", - "amount": "279289011038000", - "delegatorRewardAmount": "285605655726650221186" - }, - { - "pAddress": "flare1s30t87gegalz9syr4589g700xx3cddca5hpjq2", - "cAddress": "0x75E1484739bA1210Bb4EFCA8e5e8E07BDB2d013E", - "amount": "311705000000000", - "delegatorRewardAmount": "318754793063314707568" - }, - { - "pAddress": "flare1sm4kesu03etpr42rcc22ljxrxl3hvug9lxe6qk", - "cAddress": "0x0F93136dDb0B36b7C1B4201D2C6ED9E78e0d7D9c", - "amount": "50000000000000", - "delegatorRewardAmount": "51130843756647263850" - }, - { - "pAddress": "flare1suc7num8jfecr44qf0zrw5s5keze2mrmu5g45m", - "cAddress": "0x930577dB9Bff3689245B3A9D2B068C3749D96783", - "amount": "324040015878631", - "delegatorRewardAmount": "331368788455835602169" - }, - { - "pAddress": "flare1uxmqs2ruk24s30g7xnzj057nlakgacqa6399cv", - "cAddress": "0x674d59B57B29efd6cE7F1E8a84550BEb8F14bB7F", - "amount": "53450767726606", - "delegatorRewardAmount": "54659657066038709197" - }, - { - "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", - "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", - "amount": "1136000000000000", - "delegatorRewardAmount": "1161692770151025834678" - }, - { - "pAddress": "flare1z4vw0jaehfzswjnnzafpah9krwegueyxum635w", - "cAddress": "0x27aD6D636ACAC9b3ADe2260d6b2C565841DBe1B5", - "amount": "50000000000000", - "delegatorRewardAmount": "51130843756647263850" - }, - { - "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", - "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", - "amount": "506000000000000", - "delegatorRewardAmount": "517444138817270310166" - } - ], - "totalStakeAmount": "64518375153657318", - "cChainAddress": "0xB514d30ab6D6AaA7E71ED6bBA5C9Ed6d49F54973", - "eligible": true, - "overboost": "0", - "rewardingWeight": "64518375153657318", - "cappedWeight": "64518375153657318", - "nodeRewardAmount": "79491059262997716398394", - "validatorRewardAmount": "37923344884133015549802" - }, - { - "nodeId": "NodeID-3qpQ3cVcU8UxvmCtkwGV4ZB3RYcKoDBRn", - "bondingAddress": "flare1e9ahmxyn6dsurf3f03dggxsygjr05cg5up42jd", - "selfBond": "14000000000000000", - "ftsoAddress": "0xCaA49C97318b6Bb62b7F9241891D70F87FC05D35", - "stakeEnd": 1743992138, - "pChainAddress": [ - "flare1e9ahmxyn6dsurf3f03dggxsygjr05cg5up42jd" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "DataVector", - "BEB": "14000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "185999999945417803", - "totalSelfBond": "14000000000000000", - "delegators": [ - { - "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", - "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", - "amount": "804098925850385", - "delegatorRewardAmount": "891634479235892436884" - }, - { - "pAddress": "flare12n7s0e8sgs5h8x7fmaptc5ml4r30fqgh8eh6te", - "cAddress": "0xadeB4415bf773da39e05b47edDe32943201bC5B3", - "amount": "89859264027000", - "delegatorRewardAmount": "99641493738473877512" - }, - { - "pAddress": "flare13797c7az6wflphqng087eavf3j69f67wusaxa0", - "cAddress": "0x69542fA33270A78e24c4C99660b2CdaC19Ea5705", - "amount": "7165044143758000", - "delegatorRewardAmount": "7945042827989727644839" - }, - { - "pAddress": "flare13qtxh6hf9jacelq4z3kdyl6pe53h8vvgadeyay", - "cAddress": "0x6E737C17a50911d2956F2587c4FEa20f440bF97c", - "amount": "359810847281047", - "delegatorRewardAmount": "398980457658956041404" - }, - { - "pAddress": "flare15knd97lmyzl75ds0dkmcd6fpmvh5v32runcpln", - "cAddress": "0xB8258E4245f44033Bb98Ee5f5c071f6817536f4a", - "amount": "2620881916818000", - "delegatorRewardAmount": "2906195503954193106695" - }, - { - "pAddress": "flare16svh8n7fzatgaxyytkkzlw2sd2k6z859gncf2m", - "cAddress": "0xA5B91E09189a8226E984759E6C6Ea01A930a0c8b", - "amount": "150000999000000", - "delegatorRewardAmount": "166330358527445836658" - }, - { - "pAddress": "flare176nyuw252zyw7jjvugv6xr85k62p5u8fyhfuqs", - "cAddress": "0x6ec0F21bCde2076a46c3baC800c3204eC54309Da", - "amount": "74459314124935", - "delegatorRewardAmount": "82565079543957907322" - }, - { - "pAddress": "flare184u7m7skht2t293ddss7ertwgngy4xfh6dc66k", - "cAddress": "0xb93E7Ad18E00C19aCc7f8D7287f391E1Cf9d4D4a", - "amount": "50139000000000", - "delegatorRewardAmount": "55597215363929721589" - }, - { - "pAddress": "flare18usqymv2emzx3wzzdrc7ju460278qp4a8cedga", - "cAddress": "0xeD1047c9c45fCB7Ffa97de979A4f2cE85C29b343", - "amount": "50039999000000", - "delegatorRewardAmount": "55487436949556790211" - }, - { - "pAddress": "flare1ascezmxu33twsh53spwg4purvqlmp0e2wzetp8", - "cAddress": "0xD6ed3a61908B3249FdE2e85f25D21aE86571ea3C", - "amount": "55250000000000", - "delegatorRewardAmount": "61264607368657474577" - }, - { - "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", - "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", - "amount": "303334900000000", - "delegatorRewardAmount": "336356444338660238644" - }, - { - "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", - "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", - "amount": "930000000000000", - "delegatorRewardAmount": "1031241354802741201026" - }, - { - "pAddress": "flare1crfwmvtnw5h30ky5jhgkxmtfrphfz6z9wlxgr4", - "cAddress": "0x3333B449C51a105D40c396dEAa440d1795Ca0605", - "amount": "430700000000000", - "delegatorRewardAmount": "477586722057570575572" - }, - { - "pAddress": "flare1d45n38vhkr5vetpscq7el6k64g2r95k57e5med", - "cAddress": "0x181f6F4F1656B1cD7dB8d73af17E94f6d61F4a36", - "amount": "55897781631000", - "delegatorRewardAmount": "61982907590989484661" - }, - { - "pAddress": "flare1djuen9j7f2lv37y8gl0m76f329myyh5vy6fky2", - "cAddress": "0x3B258675928438aF3320d5B75e887566788379C4", - "amount": "849895444232000", - "delegatorRewardAmount": "942416483172564795460" - }, - { - "pAddress": "flare1f4s7kr7h5mea928xsrv34d3plt6zpz3ecjagxr", - "cAddress": "0x07aF3e9A498e42Bc8c58Fd4D4e1304A9F34c6D5f", - "amount": "705464978000000", - "delegatorRewardAmount": "782263074923232274969" - }, - { - "pAddress": "flare1f9etvryqwamcyhtr2hmqc8y5ntrdhauu0rwlzx", - "cAddress": "0xbF6A058994b821e9bC332F2A85e7CacacE88DaE5", - "amount": "80274493778996", - "delegatorRewardAmount": "89013309377157048761" - }, - { - "pAddress": "flare1fh89zpea5en3velkshxx2yj0q6cmz4rlclzaft", - "cAddress": "0x0F6cDf2e6cD544425c9ac46410F5134E436Fc261", - "amount": "80000000000000", - "delegatorRewardAmount": "88708933746472361378" - }, - { - "pAddress": "flare1glag5y4rycvuxj8kyxcm7cwrwynrk2vdekw5a3", - "cAddress": "0xBF95028ab6BDADC4cCF0EB1ac592Aa52349cB232", - "amount": "840000000000000", - "delegatorRewardAmount": "931443804337959794475" - }, - { - "pAddress": "flare1gwjzy44ukunfdzs27duy30a5nmtaszzy4nlmhf", - "cAddress": "0x0968438CE241Eb2631EC8a7fC72DD4040A80C750", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1h92jsdzfx7y9ylmfgjznlt47pvyssreqsgyqyc", - "cAddress": "0xea0486440F03dD92cc7354a90e1C18d71E397DB4", - "amount": "138418000000000", - "delegatorRewardAmount": "153486414891490141466" - }, - { - "pAddress": "flare1kv9v54lu8ud6u8p6zhs4rjearau2ggwxg25r2j", - "cAddress": "0x2fBACbA8d5518b71c46ab0700Dd5d0a8E6540e5c", - "amount": "250000000000000", - "delegatorRewardAmount": "277215417957726129308" - }, - { - "pAddress": "flare1lnumtjg8spxjczrfct5q0fe8hg0jpdryv5d6mx", - "cAddress": "0xb9d9Ac8a02fEed905d526dC3a70dc7539A4ee6C2", - "amount": "50278000000000", - "delegatorRewardAmount": "55751347136314217317" - }, - { - "pAddress": "flare1n5z6n8cldzwk3uvfkekmfqqmkns87ek4j2rwt0", - "cAddress": "0xd8a5B1B433cc4E2853A193B739122eF44CC335cE", - "amount": "153338539239398", - "delegatorRewardAmount": "170031228977107620233" - }, - { - "pAddress": "flare1nh2d4qxapd9982vv6vh6xwuydrz2r34zj02znd", - "cAddress": "0x2365AEE6c826a4e3C6244c237315Ac5d5e475171", - "amount": "886686106225000", - "delegatorRewardAmount": "983212238137888493005" - }, - { - "pAddress": "flare1nu4upte7c6ka9hpq372jetx9hfws3g8addv30n", - "cAddress": "0x2b00B2fac5EFcDdb4477264bD62f9E88FFFC3fBB", - "amount": "51334000000000", - "delegatorRewardAmount": "56922305061767652487" - }, - { - "pAddress": "flare1pcd2029twu4uapjyj6ysmu40arday2yzz6lesh", - "cAddress": "0xBE4d53DF9960CA62667083c14010f1BC5a3fC396", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", - "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", - "amount": "930000000000000", - "delegatorRewardAmount": "1031241354802741201026" - }, - { - "pAddress": "flare1puhax0v92nerwrhm9upkmgr0v5mdtxk7e3e6a9", - "cAddress": "0xdcfB1c9F1BAc1b8e117d6E09E71963C9a8B99174", - "amount": "450001000000000", - "delegatorRewardAmount": "498988861185578863659" - }, - { - "pAddress": "flare1q03ztypwht45cjlv3l4k3avc2v9prjw25p6pxw", - "cAddress": "0x977c62a6418aB80f26E5688a75Bf9355956F649C", - "amount": "150440000000000", - "delegatorRewardAmount": "166817149910241275572" - }, - { - "pAddress": "flare1s8u48ej9p44ms57wtkramjwqtdfusw484kuhew", - "cAddress": "0xe87C2d0ACcA05411f03437fbB9F7ec11C9175575", - "amount": "52510000000000", - "delegatorRewardAmount": "58226326387840796199" - }, - { - "pAddress": "flare1sewadlyzg2drw8wdfmgssuy6cgcx4frwf8ucdj", - "cAddress": "0x7c7b33cC7A1FE5F622eA74b667503AC4fa1CDA4c", - "amount": "1000000000000000", - "delegatorRewardAmount": "1108861671830904517232" - }, - { - "pAddress": "flare1sru0p28uevaww0p0z2q908hgzvvy73nx6p9p5k", - "cAddress": "0x53dc8744DDd13536DFB450f1245f79B6E922310D", - "amount": "162094000000000", - "delegatorRewardAmount": "179739823833758636816" - }, - { - "pAddress": "flare1stkjf7mtmqdt0hk2a56sz5swn4hqse4lhzhdj5", - "cAddress": "0xABe0Faf2EB82a9cFc01633F4178A056Ae5C29067", - "amount": "160000000000000000", - "delegatorRewardAmount": "177417867492944722757270" - }, - { - "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", - "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677584" - }, - { - "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", - "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", - "amount": "800000000000000", - "delegatorRewardAmount": "887089337464723613786" - }, - { - "pAddress": "flare1ultt4lvhmmwaxgkg6nksjw58kwglmc6qtrw007", - "cAddress": "0xa8A2dFB9048bfE731F539C2BD42F6A5CfC11ec64", - "amount": "70835996000000", - "delegatorRewardAmount": "78547320950367265059" - }, - { - "pAddress": "flare1uzu6fppvdzcx2hgdllrdjs4kar3tfk4s6t9gn6", - "cAddress": "0x151E80Ed218E09De16E8bCc3dC88Af482a527e97", - "amount": "591870315666330", - "delegatorRewardAmount": "656302307736851881140" - }, - { - "pAddress": "flare1vwseeyqeagkh66r58vvjl7fgd2hk8fxe0vst2u", - "cAddress": "0xbBAF5DC49289966E81DB4032c2Fd7d600edeDEAD", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1wngknrcvldqmxngp5q5pg7r2y49uener6jje2v", - "cAddress": "0x3e2F2d4C1d94FD379001dFf184C2145DD00B3072", - "amount": "690202000000000", - "delegatorRewardAmount": "765338543621033959603" - }, - { - "pAddress": "flare1wq06u2y95rcquazyhle3myzl88hpkr5mhm63ml", - "cAddress": "0x2894E48528C3D968eaFC406C713d2c183F686736", - "amount": "1185500000000000", - "delegatorRewardAmount": "1314555511955537305180" - }, - { - "pAddress": "flare1xwzcdt9qu939ge7n5qkt70zegpm447vp7ppfva", - "cAddress": "0x217F7139bb2ED365E8B7eAD262dd985d09b9f66C", - "amount": "880246068151000", - "delegatorRewardAmount": "976071126752498174625" - }, - { - "pAddress": "flare1y6shyzgt73trwr8m45dw347kl0ae656k2em7g5", - "cAddress": "0xf2064e64765DdBbe5978CdBA8f1169c387468620", - "amount": "850000000000000", - "delegatorRewardAmount": "942532421056268839649" - }, - { - "pAddress": "flare1yqd9edq3t9qrk9js5536sn2r8p3wuh9587fe7w", - "cAddress": "0x32e5da5D721D2A45822d53827610eE1Ac15B9ec4", - "amount": "50754433038000", - "delegatorRewardAmount": "56279645471346374178" - }, - { - "pAddress": "flare1zdmjffhjn29awm463cs9k6rsxalumr3usqmja3", - "cAddress": "0x9440AE12F4d804A2d2E9ddbC79Ba2CF096779181", - "amount": "250000000000000", - "delegatorRewardAmount": "277215417957726129309" - }, - { - "pAddress": "flare1zpp22caxwwgmkl3red2387xdu4zwtae6pwc3ct", - "cAddress": "0xf565c7F45BAed4e613cCF1f5c96a0A9ffA9B8ADd", - "amount": "260339479596712", - "delegatorRewardAmount": "288680470589197724038" - } - ], - "totalStakeAmount": "199999999945417803", - "cChainAddress": "0x714783a6e709b878F9181CE43222683Fd32EacCd", - "eligible": true, - "overboost": "0", - "rewardingWeight": "199999999945417803", - "cappedWeight": "199999999945417803", - "nodeRewardAmount": "246413704784063108032159", - "validatorRewardAmount": "40165433884038974044474" - }, - { - "nodeId": "NodeID-3RJrjDMzeZQVDyHDjZ6u1X3Y3WCKY5nbb", - "bondingAddress": "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt", - "selfBond": "13340000000000000", - "ftsoAddress": "0x00c0fFEf480E392f5Fe7af592214855Ff872fa80", - "stakeEnd": 1739192447, - "pChainAddress": [ - "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "NORTSO", - "BEB": "13340000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "163376606658079934", - "totalSelfBond": "13340000000000000", - "delegators": [ - { - "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", - "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare12wjh7ruu2nsja67eczrnphz5s7lqnev3fv07e5", - "cAddress": "0xD578b78Fba6b885A7DF693b16dba51Fe585C3695", - "amount": "1817265717739000", - "delegatorRewardAmount": "2015096301933056175750" - }, - { - "pAddress": "flare14cuxup6nmmq85dj98s6m9hwcvl0d6x95rxz8t0", - "cAddress": "0x5134Da103A0312b1B166a99a53319EFeF04BAC1d", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677584" - }, - { - "pAddress": "flare16ztay2eu09cu80eyq7ffq3pahte2tem8cqmv3n", - "cAddress": "0xCD19BbE8d897C8B8b96F4834636C15Ecb0a2C541", - "amount": "73148975825573", - "delegatorRewardAmount": "81112095626663295756" - }, - { - "pAddress": "flare17yvprxnwu0srgdcapdjmzremzkacjnkhh4ankg", - "cAddress": "0xEb111ba063736258f92622BA7a18A56AA9763cb8", - "amount": "149903981748285", - "delegatorRewardAmount": "166222779815512702070" - }, - { - "pAddress": "flare1889ez0mm5km9w2csvwzluyupn4ccf2zezuhk2s", - "cAddress": "0xCF2bf146861d7035325ac76b9B5e680549c50A67", - "amount": "433999957018000", - "delegatorRewardAmount": "481245917913520181843" - }, - { - "pAddress": "flare18vpn4m5c9hrsq64fm3js7hkk9zvm3xgt22avgr", - "cAddress": "0xD00Fa063A305b43fd408E551c481DB298691E1eF", - "amount": "51465000000000", - "delegatorRewardAmount": "57067565940777500979" - }, - { - "pAddress": "flare1965tza4w39tcp9cadhnz3grk9t2stnthgvtvmn", - "cAddress": "0xD2548A968c6b1150919046f09FC785F1e917C5E2", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare19ky9yfnf8tw5lp0fs9u2pussvgu4dqq8eqx6at", - "cAddress": "0x87e8684Dc160142FF1D2D0D35538737EE56B4640", - "amount": "151801446000000000", - "delegatorRewardAmount": "168326805197908773203880" - }, - { - "pAddress": "flare19lha35dcd4em89sym95h83v27gd5httxfr8v82", - "cAddress": "0xbb75d2A8B4869E19D7900A3387A15e8EC9b74751", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare19tgzun3fd3htq9dace73ncdtf0qp8g3a9372f7", - "cAddress": "0x6a8E003af899bEdA28cEb222115480521e48F0af", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare19w83s774khdgu69s5kr2kywa228npdykv5l5ml", - "cAddress": "0xBBca2DC5ec12d66DE023aBc443f0c014b2eF17F1", - "amount": "120741965000000", - "delegatorRewardAmount": "133886137170048559138" - }, - { - "pAddress": "flare1dk8xqn36mkm4v8pw986ejx74qkttak2gg6ay0v", - "cAddress": "0xe96BDB4Ee869E2A1Ac2C2C34D7eff1080B365BB1", - "amount": "86160900586000", - "delegatorRewardAmount": "95540520270248320711" - }, - { - "pAddress": "flare1dn94za5cqn5zx0mz4ad086h2sn0xrgycmar4yy", - "cAddress": "0x71CB1E6455fBf064B3e74Bd9d1A287A52d92B742", - "amount": "600699998000000", - "delegatorRewardAmount": "666093204051100999840" - }, - { - "pAddress": "flare1dpmwzwm3sqgeesnhthr8pu7ddv8xrkw7hpwvde", - "cAddress": "0x644889666e757a86c57acC7033D990693238F7A1", - "amount": "54593000000000", - "delegatorRewardAmount": "60536085250264570309" - }, - { - "pAddress": "flare1e7m9r6msc50muq7cezzgyaj9zh6dclnwywgpt2", - "cAddress": "0x949FA5Ec1e616a88c50A85797c155d4222Ba7f0C", - "amount": "55900000000000", - "delegatorRewardAmount": "61985367455347562513" - }, - { - "pAddress": "flare1ekr9dskcwar06jf64gvm87f89wrun5xwjauenx", - "cAddress": "0x37982C49A7d0C39174bFCb810441C8BeecBAd54D", - "amount": "150099981000000", - "delegatorRewardAmount": "166440115873447003249" - }, - { - "pAddress": "flare1fs38g2r3h4xpsxpp6esqtq8zua9pafkxtc3z8e", - "cAddress": "0x33361078e74d340f9217fF003eaD1da3145eF54b", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1h4lz3gjwv8ghjsddwav2my3wweumal5zte6vg2", - "cAddress": "0x03334eA003ca46fF9a072E154C684bca370bF3d8", - "amount": "900000000000000", - "delegatorRewardAmount": "997975504647814065510" - }, - { - "pAddress": "flare1j4yssyrd363yatdvngshf0n74epxc0rzy2rn34", - "cAddress": "0x12ffa86dE1a90F8118C995F9E9Bf6234B38B7798", - "amount": "88907000000000", - "delegatorRewardAmount": "98585564657470227913" - }, - { - "pAddress": "flare1j778tv9quldar4sthpmhurddquwvdce8gqadjj", - "cAddress": "0xa9945e92F5FaF334a3a44481fc7c7D4D59BFD8d3", - "amount": "124854203294000", - "delegatorRewardAmount": "138446040599700465786" - }, - { - "pAddress": "flare1je7r7rq38phzagdtpuxhtgfhzsqnm2r0xxw8k3", - "cAddress": "0x6780cC9b7CaE96C91a4EdE40e45960467f823aF0", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1jnf0yxphklcd300v8g2nny9wahh7ft5kp550wk", - "cAddress": "0x936f7d2513811B621c1f0924e3CCD9441A83179F", - "amount": "73349995000000", - "delegatorRewardAmount": "81334998084488487184" - }, - { - "pAddress": "flare1k0rtrg3g5a822yn4tweqtp4macr2e87krpqr23", - "cAddress": "0x8221B012560f1d8Ed7e36602c16F0280568Dd417", - "amount": "50099994000000", - "delegatorRewardAmount": "55553963105558285327" - }, - { - "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", - "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677585" - }, - { - "pAddress": "flare1kega5xjek8fl9tlkx7letmsg42r2p63fan9ven", - "cAddress": "0xBF0F85c1668E0CeB068c185aC6E6cA86e17E7db8", - "amount": "187483928754446", - "delegatorRewardAmount": "207893742680081183550" - }, - { - "pAddress": "flare1kysuhj5uhpp3qt7q3tcpgkv4h473j99ke5vjv9", - "cAddress": "0xA48E841404623aD68F8E9FE02B741bf0868C9bc9", - "amount": "77100000000000", - "delegatorRewardAmount": "85493234898162738278" - }, - { - "pAddress": "flare1kyvgzdt8euy62mtw4zrfhyk5fuenpnc8da9ank", - "cAddress": "0xd619B083880c106dC1fb520F8A24adD95f1ec27F", - "amount": "50766238112000", - "delegatorRewardAmount": "56292735665438101722" - }, - { - "pAddress": "flare1l5q3kl2jllnkly4n9s88u5l6m3jdp8umtslynn", - "cAddress": "0x0ddf294e133b3BA08D7d4fF99a3d73F7bB305311", - "amount": "374034000000000", - "delegatorRewardAmount": "414751966561600540199" - }, - { - "pAddress": "flare1lgt2k2md27rej72fpk9tkuxpw3tkxgzx2wk62h", - "cAddress": "0xA0d2B4cc187c96337322c329308616Ef66B7f160", - "amount": "50990000000000", - "delegatorRewardAmount": "56540856646657821333" - }, - { - "pAddress": "flare1lln86kuxwvsvhmvjma2f8rax32j59dt2lk4n4k", - "cAddress": "0x79bb252C9681BFb56d519A916bB4d64b03cfBDda", - "amount": "348322300379098", - "delegatorRewardAmount": "386241248334353114591" - }, - { - "pAddress": "flare1nt24mcth7w3cyzemkxgd9hquf7r9280gkwpj5h", - "cAddress": "0xd8E9717522bfEA2E2aED2eE47a42ed9d2e87F3a2", - "amount": "182300000000000", - "delegatorRewardAmount": "202145482774773893491" - }, - { - "pAddress": "flare1pafa6pp92ptqp5vn03lp2a9j0u30vaz5xgheqx", - "cAddress": "0x9E046467Af62242876D59c7DE7F4983870FDc9BD", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1pcl0m5m5a9f9k8hdpkcjrm7ay3vqvak7zm407v", - "cAddress": "0x58b41cCFf4477B63C2104716C2086fCFC553A627", - "amount": "156334727216000", - "delegatorRewardAmount": "173353586985962168980" - }, - { - "pAddress": "flare1r0nefgqkd56wfwjfstfd05wt4app78aem9pj56", - "cAddress": "0x4Cf7890CDA0499CdEeE991A31706d88eC3D8b082", - "amount": "63759998000000", - "delegatorRewardAmount": "70701017978215128357" - }, - { - "pAddress": "flare1r5tf45n98v2l6c8ucq5h80d7ql8ckkgpxj9nck", - "cAddress": "0x20B981Bd35c7BfBcad97E98831E96402e0FD5cd0", - "amount": "186190000000000", - "delegatorRewardAmount": "206458954678196112063" - }, - { - "pAddress": "flare1rkne0nzghtpqa9mk9d0h5np7a0n6jhg953rdql", - "cAddress": "0x928633e8501B197CDC4eED45364c762e70902F00", - "amount": "88530000000000", - "delegatorRewardAmount": "98167523807189976910" - }, - { - "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", - "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", - "amount": "120920142666000", - "delegatorRewardAmount": "134083711554652247651" - }, - { - "pAddress": "flare1ucsk2wt9wjg4tlvh560csmhchcv0s68epskvz9", - "cAddress": "0x1c9ee1e1158bC71ee2ae11702fCEC8ed2cF57550", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1v7u7mmyq3ev4m4kyetkagwa2jmc4mtqmc20f3c", - "cAddress": "0x46bCF52beBB75e5d99450740D1aBC34f0F29D914", - "amount": "101199992000000", - "delegatorRewardAmount": "112216792318394162497" - }, - { - "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", - "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677585" - }, - { - "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", - "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", - "amount": "294000000000000", - "delegatorRewardAmount": "326005331518285928067" - }, - { - "pAddress": "flare1wlt6g34qejsh3zruen5nn5venyhxq8rne85v4z", - "cAddress": "0xA6fF4f0520C8A1390a8Fc82B5ACF1B0dD9547573", - "amount": "83725873298000", - "delegatorRewardAmount": "92840411840722767290" - }, - { - "pAddress": "flare1ww0zqrjp2vp786jpdl2tajd85t7cx53sk8waz8", - "cAddress": "0x3A0D9c760171f806cbdd31BB3b85653AF487296e", - "amount": "2445019000000000", - "delegatorRewardAmount": "2711187855998326331828" - }, - { - "pAddress": "flare1xr8tx94xvcwdw038670s974dg7vl2h7v8x0a9x", - "cAddress": "0x28580DDd4b31d9A547619289D29BD531D2981967", - "amount": "220000000000000", - "delegatorRewardAmount": "243949567802798993792" - }, - { - "pAddress": "flare1xun3w5l0jlx94t7rz6n52qawraly9sxr2sm73c", - "cAddress": "0x07b7b5716C90381FCf20F7BEC3AFa52BAA1E4753", - "amount": "186082256921000", - "delegatorRewardAmount": "206339482507487962844" - }, - { - "pAddress": "flare1y47cr4us7967hlk32suxx4ly62lg6npur6y6fp", - "cAddress": "0xA1396035d7b714F43Fd050b4E7de7500516c0BC5", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1y9s5xq067387ukp4ul3jjmacq4l82j495taduz", - "cAddress": "0xb9b6A9945dD373e02A8C171A75E80a1E20Dda698", - "amount": "58659992000000", - "delegatorRewardAmount": "65045816798707484333" - }, - { - "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", - "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", - "amount": "396687339750532", - "delegatorRewardAmount": "439871386749928939189" - }, - { - "pAddress": "flare1z4jv9kumlkmwxpdk9mvcqez2husgdupctvjvj7", - "cAddress": "0x5472DC0A733968A24E6fDb86869bd013034D0480", - "amount": "71864201772000", - "delegatorRewardAmount": "79687458921693370892" - }, - { - "pAddress": "flare1zytgs3r5q9ylsvyanw8hh6ftysmpcqdnsyj29h", - "cAddress": "0x672303ae629DFF83044241ea58440fc4143F12c7", - "amount": "99999998000000", - "delegatorRewardAmount": "110886164965367108063" - } - ], - "totalStakeAmount": "176716606658079934", - "cChainAddress": "0x5406C889F64c0191C26D2774F3F4992d042E4f6A", - "eligible": true, - "overboost": "0", - "rewardingWeight": "176716606658079934", - "cappedWeight": "176716606658079934", - "nodeRewardAmount": "217726968776847631121185", - "validatorRewardAmount": "36564911579909029372004" - }, - { - "nodeId": "NodeID-4e5tHaeoLvpXjtY5uMXtuYJgEWZ2JiC4D", - "bondingAddress": "flare1s5e3wmra32hm0t7tc57ryk7yj3t6h9amh4rfhk", - "selfBond": "2250000000000000", - "ftsoAddress": "0xA9C69eb9De79188A9ABa46c5336607F88A80eC89", - "stakeEnd": 1745514024, - "pChainAddress": [ - "flare1s5e3wmra32hm0t7tc57ryk7yj3t6h9amh4rfhk" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "LightFTSO", - "BEB": "2250000000000000", - "boostDelegations": "11250000000000000", - "boost": "11250000000000000", - "selfDelegations": "746024000000000", - "normalDelegations": "18248354389427000", - "totalSelfBond": "2996024000000000", - "delegators": [ - { - "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", - "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare10g7kq75568h65fmrsgut76vve8y77g2ff6mh6w", - "cAddress": "0xDFf351C31c6e5447CC7CE25dcf75d33E53547F72", - "amount": "3537193040000000", - "delegatorRewardAmount": "3704354577482870653301" - }, - { - "pAddress": "flare12m66ql7r984unmn6mcetrh8kysa543gyqkkxlt", - "cAddress": "0xF386C0cBFA8f32408f1FA94BE4d43566B47B5d18", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare13nccx764p0r3h5psj5xywwrhrkwvuh094tcg09", - "cAddress": "0x8bdac835DfFb3CaC12Cca0bb2b4cA297A913c905", - "amount": "120027000000000", - "delegatorRewardAmount": "125699265446800866684" - }, - { - "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", - "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", - "amount": "914683886913000", - "delegatorRewardAmount": "957910242703631452593" - }, - { - "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", - "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", - "amount": "120999996000000", - "delegatorRewardAmount": "126718243530754272635" - }, - { - "pAddress": "flare14jd4j9z6yuppuzqs9fuyuh6e7yml9rfc4kgv6u", - "cAddress": "0x82846899C161C03ED7440D32c4D03d89Ab08E7C9", - "amount": "400000000000000", - "delegatorRewardAmount": "418903298247230595399" - }, - { - "pAddress": "flare14xwx68hs5qqhq872gf9elsf8236casxk7dszrg", - "cAddress": "0x1D3901bEDC2162E12eda9006fcaFe1F8D2dB2cEB", - "amount": "500000000000000", - "delegatorRewardAmount": "523629122809038244249" - }, - { - "pAddress": "flare15m3epq6f8w60x4luls7xd74wjmv9curm88s73r", - "cAddress": "0x5c4C55ad9dC2aa4DC85b1df134f157527d69C2C1", - "amount": "98302995000000", - "delegatorRewardAmount": "102948622082702544958" - }, - { - "pAddress": "flare178heykrkjkqtk80xzpe3dc40mn34czwyq0as9r", - "cAddress": "0xafd7884f7C515A8Ec10287C17cEf868f452783EB", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare178n4qm37mj3p4xyacyymkkxavj5frdx2ehl2em", - "cAddress": "0xD3147e4185aFbb1df41cc93350C06Fb6E229d370", - "amount": "50050000000000", - "delegatorRewardAmount": "52415275193184728249" - }, - { - "pAddress": "flare17tqev2z48prgctwjsrdusr69z8qy60n025dyfc", - "cAddress": "0xb65Bc374546D9F5d46041F09c97B89c4f9b8F9aa", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare18833wqa224ejg8prmartykaqt2pk7ja6wcj8hx", - "cAddress": "0xd0557A5B16b67212fDff07906CDbf9a11ec942fe", - "amount": "206223587650000", - "delegatorRewardAmount": "215969352607404625150" - }, - { - "pAddress": "flare18c0pduwttk70ezvc2cvn0974ukdxp9606rwxsk", - "cAddress": "0xCE57b8652457FA976213434eE8e4166cddf9FF82", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1cw666qnw3eumcj9c47uv4647jpkssytdv4hhha", - "cAddress": "0x13D0C03EC0DDf1fdFECcF0eBE347c5c2661eb6C6", - "amount": "210998995000000", - "delegatorRewardAmount": "220970437330877292906" - }, - { - "pAddress": "flare1dp93th77dzap0lrxktvrekltewtglyv9nfw7fz", - "cAddress": "0x82d83A144332C57903A479545c8897c7CfF99F12", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1e2d8rnk5ak6urxtnpr4fsw6sdhtvahzdcze9xg", - "cAddress": "0x526Da6AF0c227885B14bAde8B43dFf975b94Ad83", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", - "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", - "amount": "156300000000000", - "delegatorRewardAmount": "163686463790105355152" - }, - { - "pAddress": "flare1hc94lsyvf7cp2h0c7zzvemffl67wm2geum0uyx", - "cAddress": "0xd7eB2aA24Dc5A0f475Bb9d449e87c3b1Ac43a9f7", - "amount": "51000000000000", - "delegatorRewardAmount": "53410170526521900913" - }, - { - "pAddress": "flare1hksmum9jj4xlp25e8ss9dzq2mltk8lw5xmuv07", - "cAddress": "0x085379f03A7eadc2A072E67878c5AFb49775b4d9", - "amount": "65593382499000", - "delegatorRewardAmount": "68693210680058181778" - }, - { - "pAddress": "flare1l5q3kl2jllnkly4n9s88u5l6m3jdp8umtslynn", - "cAddress": "0x0ddf294e133b3BA08D7d4fF99a3d73F7bB305311", - "amount": "6638520000000000", - "delegatorRewardAmount": "6952244808700513130428" - }, - { - "pAddress": "flare1m55c8fgrautgsmlczg0ymyywlx0stqvf0qdf3l", - "cAddress": "0x72eE54791cD61477d56a78FaE3962B9bAb9E365C", - "amount": "68000996000000", - "delegatorRewardAmount": "71214603771241836822" - }, - { - "pAddress": "flare1mkgnqprhace98dqjvw3s920knp7xu32kw9m8mg", - "cAddress": "0x9592a4526F4337054b7dDd72E3D38D20906ea430", - "amount": "76141964000000", - "delegatorRewardAmount": "79740299636554737736" - }, - { - "pAddress": "flare1mu5666sfc8fkeym5ujamd3e5px20y0zwcap7jt", - "cAddress": "0xD211e82bd10cCA1d917AB806072B8FA16F9e8749", - "amount": "60000000000000", - "delegatorRewardAmount": "62835494737084589309" - }, - { - "pAddress": "flare1q3s4t3f0r2suznhzz4hy9nc45uqpy3qtupltve", - "cAddress": "0x5Faf217757CDD0af338FaA313dDCd191E4836616", - "amount": "53253832000000", - "delegatorRewardAmount": "55770514672759781481" - }, - { - "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", - "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", - "amount": "250000000000000", - "delegatorRewardAmount": "261814561404519122124" - }, - { - "pAddress": "flare1stgahl7q9v5k7thn3g9cmr6rjp0cr8c2hhem9v", - "cAddress": "0xeD29772279FE0605470Ff7f76F2E068B7C5415Be", - "amount": "450000000000000", - "delegatorRewardAmount": "471266210528134419824" - }, - { - "pAddress": "flare1tcpx7zapnnpyua27xamlx9sr6wm30wn7g72m2l", - "cAddress": "0xdA43E7c5D86034F234C31E5668f4074C88050d6B", - "amount": "203482753834000", - "delegatorRewardAmount": "213098991793729767289" - }, - { - "pAddress": "flare1vhy4tmlsj534khgp4nf0wppur0mq8w47netk36", - "cAddress": "0xb7675Da2d6Ed9D452fa7bca88a77AadF46555796", - "amount": "299999997000000", - "delegatorRewardAmount": "314177470543648209695" - }, - { - "pAddress": "flare1wr3e26efwlrdk5hjkep8zht8xd0f0jdsnk9axt", - "cAddress": "0x485bf6D4ff8422daBB5dE2750e611e1e79DDDf11", - "amount": "102999996000000", - "delegatorRewardAmount": "107867595109628895843" - }, - { - "pAddress": "flare1wuw00m8p3twc02vsls28gxtn0x3hlym7yls9nj", - "cAddress": "0x413d8CEDf7A8963aB3058b1087538C1795ff97ab", - "amount": "200000980000000", - "delegatorRewardAmount": "209452675436696003415" - }, - { - "pAddress": "flare1xrxvajmqa5r3eyhc8uxzsjv5qsrmf0xunuzva0", - "cAddress": "0x32D573d79990A8035781236e5f5e83CaBeAb1dC7", - "amount": "99411975000000", - "delegatorRewardAmount": "104110010531928079422" - }, - { - "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", - "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", - "amount": "455065991000000", - "delegatorRewardAmount": "476571611375111384753" - }, - { - "pAddress": "flare1yg650xurvjlrqp4nuy43nfkjtgc4hj8xgkzvg3", - "cAddress": "0xB30D485DAf2A8b418669e4e92978935ad8BC6a3C", - "amount": "181101021531000", - "delegatorRewardAmount": "189659538088196556546" - }, - { - "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", - "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648850" - }, - { - "pAddress": "flare1z5lkqctp38hda4mmmd2x30mn365ymnfeyxzv4k", - "cAddress": "0xb9fBe36eaC84fB9224f9242cb63c2D2e0D906E3d", - "amount": "69000000000000", - "delegatorRewardAmount": "72260818947647277706" - }, - { - "pAddress": "flare1z8hrs3f99etlkfeynw6zv7k0vlstuhdw9amcer", - "cAddress": "0xFdFeB243017b0a403b94fbED64A000623954f4E5", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824425" - }, - { - "pAddress": "flare1zrerz4z3t8tmx6gqec28dyqpxgsjmwugjkfljp", - "cAddress": "0xD95e577Adda0F102F42E8bb6dA18BB8322936F51", - "amount": "2110002000000000", - "delegatorRewardAmount": "2209716992770632626891" - } - ], - "totalStakeAmount": "32494378389427000", - "cChainAddress": "0xF3F551cBe72A32649c721939DE3b6C1B3bD50Ccd", - "eligible": true, - "overboost": "0", - "rewardingWeight": "32494378389427000", - "cappedWeight": "32494378389427000", - "nodeRewardAmount": "40035300828895597489961", - "validatorRewardAmount": "20924561225607352112467" - }, - { - "nodeId": "NodeID-4h6PNpK5oo9pjmE8zKSbm31S2LStg4tyF", - "bondingAddress": "flare14dqj5g8cwxpnegzckyvuyferwe9w2ywl6ekr3x", - "selfBond": "1250000000000000", - "ftsoAddress": "0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5", - "stakeEnd": 1739900122, - "pChainAddress": [ - "flare14dqj5g8cwxpnegzckyvuyferwe9w2ywl6ekr3x" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "InGen.FTSO", - "BEB": "1250000000000000", - "boostDelegations": "6250000000000000", - "boost": "6250000000000000", - "selfDelegations": "0", - "normalDelegations": "1095179351119000", - "totalSelfBond": "1250000000000000", - "delegators": [ - { - "pAddress": "flare18l239uvd4jqv2x6nw4vcggp36s657475mp8lcz", - "cAddress": "0xf0b0152eD07d160FFA1b05399eFB87F46a50FaDa", - "amount": "500000000000000", - "delegatorRewardAmount": "492827409702624229881" - }, - { - "pAddress": "flare1arqlxjpykywpkl77q7fs5fv3ljn7c7la5v64hl", - "cAddress": "0x32009A38299569A0cEe331C6B3d32eEBa85A85cF", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1awsnhlqskxrdls0f0nnne9fpv7n9elsk5aqfcp", - "cAddress": "0xf09607bdf5c529E248b93a792BC6546af979Bbc9", - "amount": "59660000000000", - "delegatorRewardAmount": "58804166525717123109" - }, - { - "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", - "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", - "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", - "amount": "57461504343000", - "delegatorRewardAmount": "56637208685953565047" - }, - { - "pAddress": "flare1v6r3pyj2cnt3nlvw549l8c2y64rfpxyguc9lra", - "cAddress": "0xbA63eE05f6eA43241054954A3AB5BB9d8AFfC31f", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1v9yz9kprn0uf3l7nmjhedlh7lfxq5pc08d06dg", - "cAddress": "0x7F6Edd1165C11943f0f5afAfF9219301Ce4A3E71", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1wrneccyj2dg9vr3nuggzd7ptc3t7w7248vnvah", - "cAddress": "0xF057f94D73BD7c51537B2fD3AF32506cFb25209C", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", - "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", - "amount": "228057846776000", - "delegatorRewardAmount": "224786315777948104689" - } - ], - "totalStakeAmount": "8595179351119000", - "cChainAddress": "0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5", - "eligible": true, - "overboost": "0", - "rewardingWeight": "8595179351119000", - "cappedWeight": "8595179351119000", - "nodeRewardAmount": "10589849938853648232355", - "validatorRewardAmount": "9510381133310093094689" - }, - { - "nodeId": "NodeID-4hyFQEeDqpG9yyEnafTwqQQTTFex32KG2", - "bondingAddress": "flare1ewq55d8gwfd7dy06fe9wu34ge8dklhljk65dhx", - "selfBond": "8000000000000000", - "ftsoAddress": "0xF0F095bbd5e2E33e9c1703cdEDd0015280406E90", - "stakeEnd": 1744459225, - "pChainAddress": [ - "flare1ewq55d8gwfd7dy06fe9wu34ge8dklhljk65dhx" - ], - "fee": 180000, - "uptimeEligible": true, - "ftsoName": "Flare Oracle", - "BEB": "8000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "2000000000000000", - "normalDelegations": "10391564463210830", - "totalSelfBond": "10000000000000000", - "delegators": [ - { - "pAddress": "flare10gqst4a4mr7taf9zq5vhs4dsrdua2y2wu7e8rf", - "cAddress": "0x3aFcd19383baeDD8010d3F3F0006C03C069072B3", - "amount": "750810328599604", - "delegatorRewardAmount": "758540814314523881663" - }, - { - "pAddress": "flare10t6uwzaxcws9tn5xnedtawuxpmxacfxqhnj2zf", - "cAddress": "0x726aC935c5e5f603ed9eB09034Ea2601732Bc97e", - "amount": "83699972000000", - "delegatorRewardAmount": "84561762805531461553" - }, - { - "pAddress": "flare123320nw7y2gvdjm4vq0grufczmwk4cjel9pj2k", - "cAddress": "0x2531E6220E411213c08cd91e08Eb3eBaaa23EbEE", - "amount": "355660000000000", - "delegatorRewardAmount": "359321942896412433879" - }, - { - "pAddress": "flare13vj4lvwqewrlrnmvjd90vvvwus2ud57mkzc57k", - "cAddress": "0x1fA764aFb89C4eD8F0D04Ec74C4ea227621f3Fcf", - "amount": "100000000000000", - "delegatorRewardAmount": "101029618989037967125" - }, - { - "pAddress": "flare16hstm7w8yckew4ayxezwgeh02lqyhsk66vf3tp", - "cAddress": "0xD5f689d7f3FEe8ecB3cb48E6E716EF670e495a6B", - "amount": "305492990000000", - "delegatorRewardAmount": "308638403835219858007" - }, - { - "pAddress": "flare1834qzvmuayrjm2d0tu4dmnxfv8ge5ayr8xvtwu", - "cAddress": "0xe1b658c58Ad1Cb40C17F06434AA57b7107BCe880", - "amount": "63061263413683", - "delegatorRewardAmount": "63710554156517532341" - }, - { - "pAddress": "flare195qukaw5gvv23rcwe2ugrfzn7wvrs7ac6dutr3", - "cAddress": "0x733dF11080fa72572FdCd3C7d2F3dB59FE9315de", - "amount": "799200966000000", - "delegatorRewardAmount": "807429690906510867375" - }, - { - "pAddress": "flare1cadgm0gxd0dl3js4g2u79uepu5j4dwd3lqrcjq", - "cAddress": "0xBb6056EC703395F3d884aEa64F2Aa20F6910B8dE", - "amount": "52485237675543", - "delegatorRewardAmount": "53025635649092100073" - }, - { - "pAddress": "flare1d7z4320qzj6ar0x65e97tcv9prjqc595ny96ed", - "cAddress": "0x24472d6ae74eF4488E4A239843673Ba25AA3D799", - "amount": "60499983000000", - "delegatorRewardAmount": "61122902313332741974" - }, - { - "pAddress": "flare1ekrj7y89pzf25rs2lqmv2uysehdnw3xz3pukjf", - "cAddress": "0xBBc4B3f0acdB5af3444559Ed915Dfd8355687591", - "amount": "60499994000000", - "delegatorRewardAmount": "61122913426590830768" - }, - { - "pAddress": "flare1ez7au47gqvkge6tcq4xsxv92nja8t76tzhryt4", - "cAddress": "0x5801D09a05209e034E39b5134251fe3736e77D61", - "amount": "5329250680000000", - "delegatorRewardAmount": "5384121656974714988505" - }, - { - "pAddress": "flare1hdx6ecym3pkpxkckm8x2zstyzf3cefyrqjtjkz", - "cAddress": "0xf9aB95086A530f5F732A2e82C833fE47195a793d", - "amount": "156004754024000", - "delegatorRewardAmount": "157611008595233076138" - }, - { - "pAddress": "flare1kvc0wz6hzgvur28hcfrd8aeqfvpy9zhehgzy9p", - "cAddress": "0xf6Ea7b1ABB950232c9C75bF472c9cB75f98988Dc", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", - "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", - "amount": "435484000000000", - "delegatorRewardAmount": "439967825958222100758" - }, - { - "pAddress": "flare1ll5dqx064zkv62exm95eawzg25g57fs989e76e", - "cAddress": "0xdd41AA6aE91EA1f4e1917585C89870D85c17c9f7", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1mrwsh9g84rjvtzx5pmq46d6nf5wfe8jp9yy2p2", - "cAddress": "0x894Ba3c2f5305601B0C253b4fA5ad1E6Ab9ed9B7", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1p7nk4phrzp7z53hqa3rv9yq8r72kc4sq4dmld8", - "cAddress": "0x7D86518DB76Fa124c72D260522F39BBFD9677a00", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1pr0lq5wvx844hjcq2j9pdn86saeeq0khqrfzqh", - "cAddress": "0xEf00c0312cf953D6B8978edE3Df96de2F3d9496A", - "amount": "100000000000000", - "delegatorRewardAmount": "101029618989037967125" - }, - { - "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", - "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", - "amount": "113900000000000", - "delegatorRewardAmount": "115072736028514244556" - }, - { - "pAddress": "flare1tegl864s5ay8zz7h4zf0mhs8fk3rvn2lkk567g", - "cAddress": "0x508e7b989Fd886A2ea2e72842C4EbB22488577c0", - "amount": "199999995000000", - "delegatorRewardAmount": "202059232926594984800" - }, - { - "pAddress": "flare1wv6jn3wq2u9kzd2zpctemf05juefx9wzq5rvjr", - "cAddress": "0x164C935302e700eA04485B2A43184Da514f91635", - "amount": "598000000000000", - "delegatorRewardAmount": "604157121554447043414" - }, - { - "pAddress": "flare1yt08kkertvjcwfftxtgkeeaxc8lhs8xud53xra", - "cAddress": "0x9C95c6B14eBE4549379C938D9F3eeA9Fe7D26784", - "amount": "329100000000000", - "delegatorRewardAmount": "332488476092923949812" - }, - { - "pAddress": "flare1yvu0k6zk9yefpdllmlfya8je8ch23flz2jsyuu", - "cAddress": "0x99Ef53E33112abEd7e2fbF4B9B00440aF75Bf0FA", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983563" - }, - { - "pAddress": "flare1z5zyndx25kelz0jhvc5q40f74eyquwynzq5ra5", - "cAddress": "0xB09f0896DAd6A2f39A8D76878daE5DeE700E46A7", - "amount": "100000000000000", - "delegatorRewardAmount": "101029618989037967126" - }, - { - "pAddress": "flare1zu97kj9dwyecs4x73l52mc37k4frmgtngwgg9s", - "cAddress": "0xD19d14e09bDC975C5DEa2332dDb411dC372B9224", - "amount": "148414299498000", - "delegatorRewardAmount": "149942401308079088320" - } - ], - "totalStakeAmount": "20391564463210830", - "cChainAddress": "0x4EEE5c3d3De96418BeF8f4dAFAF24bE5bDe24dA2", - "eligible": true, - "overboost": "0", - "rewardingWeight": "20391564463210830", - "cappedWeight": "20391564463210830", - "nodeRewardAmount": "25123804735470691116692", - "validatorRewardAmount": "14625246751288521113569" - }, - { - "nodeId": "NodeID-4zWvBNmsbaS9UKQf6wcWgWGWRfitcGAuV", - "bondingAddress": "flare1zudxqy4pu62a8m4rzfwwatgqwpr3wvjgp75wdf", - "selfBond": "14999995000000000", - "ftsoAddress": "0xB1Aa0F2691Db6bBb2969EfC7BE70787F58DD2461", - "stakeEnd": 1758444921, - "pChainAddress": [ - "flare1zudxqy4pu62a8m4rzfwwatgqwpr3wvjgp75wdf" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "InfStones", - "BEB": "14999995000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "25707972000000000", - "totalSelfBond": "14999995000000000", - "delegators": [ - { - "pAddress": "flare1kcsl4xx8cgsk74sgnqm3erdt2q3rmrzgs2sws7", - "cAddress": "0xFb3213AfA7984D1A22E1772AD8AE94F9809621A3", - "amount": "20534470000000000", - "delegatorRewardAmount": "22769886734361553881982" - }, - { - "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", - "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", - "amount": "3252784000000000", - "delegatorRewardAmount": "3606887504344816919183" - }, - { - "pAddress": "flare1pm9acx9pfkfulhlpmzh27nd5rk0d4d2pp5czzw", - "cAddress": "0x9D6599c7cDb32f4FFE497E263Ba2e250856BE7A2", - "amount": "60000000000000", - "delegatorRewardAmount": "66531700309854271033" - }, - { - "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", - "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", - "amount": "1680718000000000", - "delegatorRewardAmount": "1863683771356294178395" - }, - { - "pAddress": "flare1veyd3dqtwxt0x440nxphxnyqrux2n0h33g2mmr", - "cAddress": "0x07195Fa254f49D6533fdACc95CD568F02FFB7Ab0", - "amount": "180000000000000", - "delegatorRewardAmount": "199595100929562813103" - } - ], - "totalStakeAmount": "40707967000000000", - "cChainAddress": "0xcCFC7e7f1a3cDD5F2a7fA9797dBdD6019806EF23", - "eligible": true, - "overboost": "0", - "rewardingWeight": "40707967000000000", - "cappedWeight": "40707967000000000", - "nodeRewardAmount": "50155004827174767408517", - "validatorRewardAmount": "21648420015872685344821" - }, - { - "nodeId": "NodeID-5JkXthgpWVDq6utrtV1YVG7aspsHjhezM", - "bondingAddress": "flare1296uk26exmrjaxvnd669ra092r0t4h7ggtl32r", - "selfBond": "15000000000000000", - "ftsoAddress": "0xB1Aa0F2691Db6bBb2969EfC7BE70787F58DD2461", - "stakeEnd": 1758444921, - "pChainAddress": [ - "flare1296uk26exmrjaxvnd669ra092r0t4h7ggtl32r" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "InfStones", - "BEB": "15000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "118204910467357615", - "totalSelfBond": "15000000000000000", - "delegators": [ - { - "pAddress": "flare12g5rgag2hgzshgtj6vc79wcq34f5cns8zhr5q9", - "cAddress": "0x962D880d4D1DeDb248e08807dCE9aeE84fD4D132", - "amount": "896590868655105", - "delegatorRewardAmount": "994195249565222655855" - }, - { - "pAddress": "flare12p2cr4hnyfsvp2demsfz28rdwdu9utl5dz7m88", - "cAddress": "0x2Ac1200E5cdbb166d940BBF401808C3119372Bb0", - "amount": "298450241468722", - "delegatorRewardAmount": "330940033713344224960" - }, - { - "pAddress": "flare13dqr0gzjd4furddxn7c7xa6cm5dkjw2a07k92q", - "cAddress": "0x0F55E4e897Ce9CF67e7B2B8c3Cc28cF0451d7d0B", - "amount": "106149052550117664", - "delegatorRewardAmount": "117704615873990011413536" - }, - { - "pAddress": "flare1575m2hwnx06p7avs805jrd0mzqxcrkyxaudn2z", - "cAddress": "0xf2608cb4a9065558d7C08dcab32690663b7AeBE4", - "amount": "145720000000000", - "delegatorRewardAmount": "161583322819199406251" - }, - { - "pAddress": "flare17fs5g5mrw9f0eghfaq2a32mjsd62ts5sh8cddw", - "cAddress": "0x4F50A6C435824c94d133C0bD07439f248B0d4d99", - "amount": "246194010000000", - "delegatorRewardAmount": "272995101523354425024" - }, - { - "pAddress": "flare18hz83gqv8ea6l6d7f5rp7vj46hduj5uwc504mq", - "cAddress": "0x6fbdC4FaE582eCb75BC5CF26C72859Ab522Ab5a3", - "amount": "60000000000000", - "delegatorRewardAmount": "66531700309854271033" - }, - { - "pAddress": "flare18rxwux9nk7ydpu7asznm5wrjkf4xfgssha9s2g", - "cAddress": "0x266238fd6E6a96d910e8ac29cdB0FCDfA706c1d5", - "amount": "89890000000000", - "delegatorRewardAmount": "99675575680880007054" - }, - { - "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", - "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", - "amount": "5000000000000000", - "delegatorRewardAmount": "5544308359154522586165" - }, - { - "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", - "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", - "amount": "439500603712560", - "delegatorRewardAmount": "487345374203401122239" - }, - { - "pAddress": "flare1f2f54q43tt32vdl4jhp7d7c0x9qza2jym7vwf7", - "cAddress": "0xF439237a8705933e988FF601DB89eF760FBA8A8d", - "amount": "367500000000000", - "delegatorRewardAmount": "407506664397857410083" - }, - { - "pAddress": "flare1f9etvryqwamcyhtr2hmqc8y5ntrdhauu0rwlzx", - "cAddress": "0xbF6A058994b821e9bC332F2A85e7CacacE88DaE5", - "amount": "919093744088768", - "delegatorRewardAmount": "1019147825639596800535" - }, - { - "pAddress": "flare1ffy4sde9jk9mekp2lzrfxs68tgug945zxrjmj2", - "cAddress": "0xb1E6cD6cFB6A12F517C3bf6dcaf839c1e71C84A2", - "amount": "300300000000000", - "delegatorRewardAmount": "332991160050820626525" - }, - { - "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", - "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", - "amount": "100000000825570", - "delegatorRewardAmount": "110886168098533382136" - }, - { - "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", - "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", - "amount": "103637300298099", - "delegatorRewardAmount": "114919430072591556235" - }, - { - "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", - "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", - "amount": "1500000000000000", - "delegatorRewardAmount": "1663292507746356775850" - }, - { - "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", - "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", - "amount": "840333675152254", - "delegatorRewardAmount": "931813803925136596524" - }, - { - "pAddress": "flare1nuwneum3znzzz73d582je7lkj7vh6uym7jr0av", - "cAddress": "0x72501C4F933535bbd31ca785D1A5B0572CdF030e", - "amount": "201537851641077", - "delegatorRewardAmount": "223477599107933445781" - }, - { - "pAddress": "flare1qgem2cec6a5k9v8u5lezpfjv56kpgd409hvknr", - "cAddress": "0x597ef567226831a800Bc5C0AF495Ef8a39167c6C", - "amount": "200000000000000", - "delegatorRewardAmount": "221772334366180903447" - }, - { - "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", - "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", - "amount": "233659621397796", - "delegatorRewardAmount": "259096198422536263192" - }, - { - "pAddress": "flare1xx963vnd4q08autw0t948phxg5lv0hxr3ap8dy", - "cAddress": "0x76b1bAE0dA82A528A91CfD98abF8f72b3ab4Ec40", - "amount": "113450000000000", - "delegatorRewardAmount": "125800356669216117481" - } - ], - "totalStakeAmount": "133204910467357615", - "cChainAddress": "0x7b0b9b23f70e0fB6100b408d03d10E9BF4888397", - "eligible": true, - "overboost": "0", - "rewardingWeight": "133204910467357615", - "cappedWeight": "133204910467357615", - "nodeRewardAmount": "164117577463244575275997", - "validatorRewardAmount": "33044682823788025286091" - }, - { - "nodeId": "NodeID-5jV2rg4CGt6ewiDbB9QeWDEptVudskJeY", - "bondingAddress": "flare19dc6w5s84wddducwhxjl9lw3vawcpcnjvqm6wj", - "selfBond": "3000000000000000", - "ftsoAddress": "0x64D998BC81424131E5aF05071263fDeBD1a82986", - "stakeEnd": 1739948705, - "pChainAddress": [ - "flare19dc6w5s84wddducwhxjl9lw3vawcpcnjvqm6wj" - ], - "fee": 170000, - "uptimeEligible": true, - "ftsoName": "Ivy Oracle", - "BEB": "3000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "8928886358679000", - "totalSelfBond": "3000000000000000", - "delegators": [ - { - "pAddress": "flare103vcej4pepv83mzvzhsaj3ayh8lg826xhl9nn3", - "cAddress": "0x2bc701A2824863AB27833AAaF0f9b90ef2c132EF", - "amount": "52504992000000", - "delegatorRewardAmount": "53692490847920290705" - }, - { - "pAddress": "flare192ahptheknfhl8wutq4yma0s6z2j80ts83e9gt", - "cAddress": "0xcF5E01d5E5A0f4A4FBC1435E0C079dD4B834093c", - "amount": "300005962000000", - "delegatorRewardAmount": "306791159381693125720" - }, - { - "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", - "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", - "amount": "200000000000000", - "delegatorRewardAmount": "204523375026589055400" - }, - { - "pAddress": "flare1m79fezxk4erzkfwyyvvz5xdqq2eajy00xau0q0", - "cAddress": "0xcd350059472123d1A5a2bc222ba9403382080B58", - "amount": "52775600971000", - "delegatorRewardAmount": "53969220148227252515" - }, - { - "pAddress": "flare1nj45nluvjfghvmkucp68wslvvkl5jz2p3a6c6p", - "cAddress": "0x6a5299097B930a4EDB283e0e0101E51EaD07949b", - "amount": "52000000000000", - "delegatorRewardAmount": "53176077506913154404" - }, - { - "pAddress": "flare1phwc04zjqtlf6caayrkk0ynfp3hf27lletj377", - "cAddress": "0x690Edd3c103556E07A37b787a0AAd6B6EfDFd9B9", - "amount": "58000534708000", - "delegatorRewardAmount": "59312325559134894653" - }, - { - "pAddress": "flare1tktjeu3e5wnryhlsg3wxa84r9scyn9hgge4fyt", - "cAddress": "0x6d9B26d20c4aDE06452e5E6dc824d11e76B83f0d", - "amount": "7896515040000000", - "delegatorRewardAmount": "8075109534645104379358" - }, - { - "pAddress": "flare1upc2j99zpk5fgzglj20xm2sg24unk3eap66sp9", - "cAddress": "0x5e45e23a693f93340cE684B627579C11a89b69D9", - "amount": "99999999000000", - "delegatorRewardAmount": "102261686490677652567" - }, - { - "pAddress": "flare1uwl449l5dnsafylfqfaymtn6ynv379l3t220ss", - "cAddress": "0x1FAF7B400699A9669323674E1272083CAD14e0B9", - "amount": "115900000000000", - "delegatorRewardAmount": "118521295827908357605" - }, - { - "pAddress": "flare1yr4v2vvq0qk3zk4707ytlujtr7893w2qnahkyn", - "cAddress": "0x5a01e449ab3003358564dAC21b721B282F79BFd0", - "amount": "101184230000000", - "delegatorRewardAmount": "103472701095333215487" - } - ], - "totalStakeAmount": "26928886358679000", - "cChainAddress": "0xf5520b813E7825845a59744144c64D4032688c9D", - "eligible": true, - "overboost": "0", - "rewardingWeight": "26928886358679000", - "cappedWeight": "26928886358679000", - "nodeRewardAmount": "33178233275810260680094", - "validatorRewardAmount": "24047403409280759301680" - }, - { - "nodeId": "NodeID-5V2bQbryZTU4pAe59KNHNBru1BwEfcXqg", - "bondingAddress": "flare1xsuurmk7pyf59uez6kcl3em92hey4aeh49w2j0", - "selfBond": "8000000000000000", - "ftsoAddress": "0xDe40311b4b538392e0e7dCC134426C397c956cA9", - "stakeEnd": 1746792000, - "pChainAddress": [ - "flare1xsuurmk7pyf59uez6kcl3em92hey4aeh49w2j0" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Flare Dienst", - "BEB": "8000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "10732959999000000", - "totalSelfBond": "8000000000000000", - "delegators": [ - { - "pAddress": "flare102rqulun05s9lv6m9lh9tnwgwhz9ucen662p26", - "cAddress": "0x35650B764Cf76aae899A099D68920ab7f348c466", - "amount": "10000000000000000", - "delegatorRewardAmount": "10472582456180764884976" - }, - { - "pAddress": "flare17tpau3ye8qk08rtprangna8zwzu7djlke3h6es", - "cAddress": "0xD15b434f4880352A0727b7dB60999D98C95BD587", - "amount": "168599999000000", - "delegatorRewardAmount": "176567739163949450342" - }, - { - "pAddress": "flare1rzrqcuve9l08cc84rwhv5fdnwrndy8x2fqyffu", - "cAddress": "0xa85adee061A29D042cB946A96F20389D8727b780", - "amount": "564360000000000", - "delegatorRewardAmount": "591030663497017647050" - } - ], - "totalStakeAmount": "18732959999000000", - "cChainAddress": "0x15C978f2364C54d3db744E6a07863A2a3f3E8d5C", - "eligible": true, - "overboost": "0", - "rewardingWeight": "18732959999000000", - "cappedWeight": "18732959999000000", - "nodeRewardAmount": "23080290380925110459234", - "validatorRewardAmount": "11840109522083378476866" - }, - { - "nodeId": "NodeID-66rV9yEWSVGLC8fs9ynKptVf9f6bSbHC8", - "bondingAddress": "flare15t8hn6pmv6fd6r4g8z5xqdrhd00v9ddmuh84y4", - "selfBond": "12000000000000000", - "ftsoAddress": "0xf8B1Dcf2594AfD082aae088661bF574CB9BbDC61", - "stakeEnd": 1741251603, - "pChainAddress": [ - "flare15t8hn6pmv6fd6r4g8z5xqdrhd00v9ddmuh84y4" - ], - "fee": 140000, - "uptimeEligible": true, - "ftsoName": "Flaris", - "BEB": "12000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "950000000000000", - "normalDelegations": "17251238118344902", - "totalSelfBond": "12950000000000000", - "delegators": [ - { - "pAddress": "flare10g5y742dsgakpcmunw9ek46rkrd96pt0nsgkn0", - "cAddress": "0xa0F4F9f5b78B5d42570b5e030254d27b6973D04A", - "amount": "100000000000000", - "delegatorRewardAmount": "105957893086064209424" - }, - { - "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", - "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", - "amount": "50799997000000", - "delegatorRewardAmount": "53826606508983825805" - }, - { - "pAddress": "flare127y5m673uphxgrk0qju73me4h66sss3lptps8a", - "cAddress": "0x81A242681053E28AfD7EBc9bc07D279D16edAe69", - "amount": "72805993000000", - "delegatorRewardAmount": "77143696223187392289" - }, - { - "pAddress": "flare13sa8ypqve6xvq5kwsm5k67urwrl3m28v5hkmfx", - "cAddress": "0xaCAbC0e90374769Da5d9586A0843aFadEE914238", - "amount": "54601133613000", - "delegatorRewardAmount": "57854210777441608070" - }, - { - "pAddress": "flare16f3awpzaaepy26fedatwzewn2ghdzdxmagxu0x", - "cAddress": "0xaCAE0cc5d9f8300CE9A950c61B79dB1f25385B7c", - "amount": "50000000000000", - "delegatorRewardAmount": "52978946543032104712" - }, - { - "pAddress": "flare179t0nygd5mkmemy6cykjnz6f0fn0z93rwcza4x", - "cAddress": "0xF5afA65b1f2ffdD62848a10416058565f875AB9e", - "amount": "111405000000000", - "delegatorRewardAmount": "118042390792529832509" - }, - { - "pAddress": "flare17ss2qfswk736r36addl03pfjdzk3juhpa3fac9", - "cAddress": "0x7BC173aDE72DE1D0B4430fB736BA040c31fBb157", - "amount": "149541644729000", - "delegatorRewardAmount": "158451176041095794266" - }, - { - "pAddress": "flare1atmcra4spys2slvv6y8s0s0wjyc0atxl47u5mh", - "cAddress": "0xE7873448BD13f4bd7D433E874F7AA09F11fAA512", - "amount": "68982528790000", - "delegatorRewardAmount": "73092434103371662744" - }, - { - "pAddress": "flare1ccjeg0vkxjmswv004azpr85dak0vyj0zxsn9ug", - "cAddress": "0x95427ecB84Be756d11Ff73a4ede1973fB69e7477", - "amount": "50000000000000", - "delegatorRewardAmount": "52978946543032104712" - }, - { - "pAddress": "flare1ex6ttjmfxktaqljrk298zuukvf3tw0n3xmqrdx", - "cAddress": "0xB857Bc0650cEc996F0FB30C1e160dE30705e5087", - "amount": "50000000000000", - "delegatorRewardAmount": "52978946543032104712" - }, - { - "pAddress": "flare1fv2m6rlvzp65hh6fj83nxutnkgnm7h2en7nvv9", - "cAddress": "0x445C00aFd7dcdd99415d3284bf8fBa1521d224f5", - "amount": "50000000000000", - "delegatorRewardAmount": "52978946543032104712" - }, - { - "pAddress": "flare1g9aquyskpu8na0kyfv5f8grrr7xaxmgl90tnpj", - "cAddress": "0x1D98bce7b3697D3443632663A0cbb51e3855f9aF", - "amount": "50121730349000", - "delegatorRewardAmount": "53107929456078817544" - }, - { - "pAddress": "flare1jvdpnzvxjutk9ddg4lnhed24c5r32narq366lp", - "cAddress": "0xA0aB2C8e83Bc846daddDF189d98ef7851e550351", - "amount": "233667788729000", - "delegatorRewardAmount": "247589465758044215019" - }, - { - "pAddress": "flare1kdgmtsmcrg6dl6us73fdztqaqrefnxrvrar24l", - "cAddress": "0x70d6376338ab23AEfCB94b71C60AddD973dDBa65", - "amount": "168800000000000", - "delegatorRewardAmount": "178856923529276385508" - }, - { - "pAddress": "flare1lln86kuxwvsvhmvjma2f8rax32j59dt2lk4n4k", - "cAddress": "0x79bb252C9681BFb56d519A916bB4d64b03cfBDda", - "amount": "464336662620902", - "delegatorRewardAmount": "492001344539254014547" - }, - { - "pAddress": "flare1m0y823vjwcjc9aetlaeemjf7mv9ns0ysnk8zph", - "cAddress": "0x21a88953DCD564094FA5D9AfCc6718741807969C", - "amount": "69299980000000", - "delegatorRewardAmount": "73428798717063879918" - }, - { - "pAddress": "flare1nt9z99ew36vep9khtg2yqx7n5z5qhqscq7gdae", - "cAddress": "0x6b70DDde371F77E58891245F88AB6a97B60889C7", - "amount": "50002000000000", - "delegatorRewardAmount": "52981065700893825996" - }, - { - "pAddress": "flare1nypyqtcaumnztp3a0sjec5fwks7x9cq32nfd2k", - "cAddress": "0x57bCcb19C5A7ee612Bef7A7Cf7dAbA4E54B1B4fc", - "amount": "151770953000000", - "delegatorRewardAmount": "160813304115440760835" - }, - { - "pAddress": "flare1pxylh8w24mt500egavcdh5vgdu67qnpmuftyy3", - "cAddress": "0xde694bD8354f0d88c3Ee52FE1592dbB3812b0C10", - "amount": "50999995000000", - "delegatorRewardAmount": "54038520175998092503" - }, - { - "pAddress": "flare1pz7kzkxfek0eqd8477s5tm3wwxmg09fmwc6ul0", - "cAddress": "0x830e4605967A3527cb5d956466Eb693d7c13fcDD", - "amount": "50000000000000", - "delegatorRewardAmount": "52978946543032104712" - }, - { - "pAddress": "flare1q7mrw6cd6rm630e8utac6y50n0vtsyx7c94rx2", - "cAddress": "0xBe444734903b84228DB6abA31379368685B87f40", - "amount": "201665816480000", - "delegatorRewardAmount": "213680850217016857033" - }, - { - "pAddress": "flare1q92mgvsc2tzs83ly390y57m3drjyqrn0hhm4fq", - "cAddress": "0x767D4e1FcD412E26010DC446E99A171eE44C97bD", - "amount": "50000000000000", - "delegatorRewardAmount": "52978946543032104712" - }, - { - "pAddress": "flare1rypk4smrvcenrc82jmyj4w56sucj4262s9sx79", - "cAddress": "0x38b970957208CAd75Eedc44b721571CBDd2D3815", - "amount": "511140966000000", - "delegatorRewardAmount": "541594198273355811432" - }, - { - "pAddress": "flare1s7xtqvvjrc27e2qx7gt552dngjvcfp8mu7va2q", - "cAddress": "0x6549eDd41D5f73Fd3bB2Ba61e0C4085850b7Fcf9", - "amount": "13696804470000000", - "delegatorRewardAmount": "14512845436529863583529" - }, - { - "pAddress": "flare1shqur2ltsmlghhnxzn4praa4c7xlaxzfsqmc4e", - "cAddress": "0xe58Fde4A9986616dFF28A78aF087331CBF16E96f", - "amount": "50000000000000", - "delegatorRewardAmount": "52978946543032104712" - }, - { - "pAddress": "flare1v6txazn4kkfk5pfk65mameuhqk9l7cnz0y7ctr", - "cAddress": "0xfb20abF91D27fED2F8259E70EaF0FD5492A99870", - "amount": "84491474034000", - "delegatorRewardAmount": "89525385723785422778" - }, - { - "pAddress": "flare1x8c04dcc6lqflnsz7af6wg6x3neveyv9360snd", - "cAddress": "0x50EAd867C1B80960ffDa1beF1F212B9E1C9606b8", - "amount": "100000000000000", - "delegatorRewardAmount": "105957893086064209424" - }, - { - "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", - "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", - "amount": "359999985000000", - "delegatorRewardAmount": "381448399216147191020" - }, - { - "pAddress": "flare1yran6xpvsza9409dj9g42j2rr5xp2ca6gjmzpp", - "cAddress": "0x15B9A5144Dcf5b4Fb5D5E120ec669193d16e6286", - "amount": "50000000000000", - "delegatorRewardAmount": "52978946543032104712" - }, - { - "pAddress": "flare1yylf20x8dzcyxdv4zt8nzl94gnxfjma7k7ptew", - "cAddress": "0x713865AE73dEA7E6326FcF2A3940389fce5803eC", - "amount": "50000000000000", - "delegatorRewardAmount": "52978946543032104713" - } - ], - "totalStakeAmount": "45201238118344902", - "cChainAddress": "0xbc1682730aE5BD0Aed7d210da330Ed581D9F2c4D", - "eligible": true, - "overboost": "0", - "rewardingWeight": "45201238118344902", - "cappedWeight": "45201238118344902", - "nodeRewardAmount": "55691022743038596359001", - "validatorRewardAmount": "37411974301580350024399" - }, - { - "nodeId": "NodeID-6cnsMcUNTJwCcDuAyPwJqEaVa6yMrk8eq", - "bondingAddress": "flare1shr6l602f2cyg8fda4w50n2u02qscx7xnd6f2g", - "selfBond": "13333334000000000", - "ftsoAddress": "0xAF7504242064532CbD3370aD7591452B1D09BBdc", - "stakeEnd": 1756886400, - "pChainAddress": [ - "flare1shr6l602f2cyg8fda4w50n2u02qscx7xnd6f2g" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "A-FTSO", - "BEB": "13333334000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "163290573973247931", - "totalSelfBond": "13333334000000000", - "delegators": [ - { - "pAddress": "flare1006md29xh72tzrmfuhvnn0q2qxgk5df0nnsdqv", - "cAddress": "0xF571984995c342EE84ea20C9C63fC7d3F1BA89e2", - "amount": "178233942000000", - "delegatorRewardAmount": "186656965408513999002" - }, - { - "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", - "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare10enpjra2cfvdc83n6a3v7zvrgcnqj5xqlsca9r", - "cAddress": "0x515f8564A9B206e2031AAc4010ac20119266866B", - "amount": "85811064000000", - "delegatorRewardAmount": "89866344339260481111" - }, - { - "pAddress": "flare10h7lpdx4srewf3av7pmxunnrme0tqmhqafeygm", - "cAddress": "0xEf7D0505e3f9225C40Af92DfCFA276766b87bB6E", - "amount": "3833480965000000", - "delegatorRewardAmount": "4014644550016190878569" - }, - { - "pAddress": "flare10l4jrvdd2nc0xtrsm8jxm0n5nf0l2fmw65uc0z", - "cAddress": "0x2C27d9Ee0BBBb350B8F503EA134d618956cebcD9", - "amount": "155889964000000", - "delegatorRewardAmount": "163257050208105101541" - }, - { - "pAddress": "flare12em33gjdt8d4lrp3684893nmwr07mnagthsc4q", - "cAddress": "0x5b16c6480F73AF75d61ECbca76833dDB8b81BD8e", - "amount": "2850310000000000", - "delegatorRewardAmount": "2985010650067659595929" - }, - { - "pAddress": "flare12keaufrznakj8drukg98slt5chzpyk3776p9y0", - "cAddress": "0x48D1F722850B3c95603F889DD77a919E7Cf0E4AF", - "amount": "50050124271011", - "delegatorRewardAmount": "52415405337025689293" - }, - { - "pAddress": "flare12qad80ger76yh8204vguufsf2hllwywqmnlf4a", - "cAddress": "0x474361291c87aB60C2A7C46505E722c807B05FA2", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648849" - }, - { - "pAddress": "flare12zr5qmmgjeweeuqyv66dykl6xgrs7sg26wd34m", - "cAddress": "0xd57686f6545d50bABD08B15c6A9eb7f292EFE28f", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare13e5cc7avdr96wruyf5ree5004ykjwazysq9jcd", - "cAddress": "0xd0E68a76fbb23125323bE092476221dFC34e670B", - "amount": "77014073000000", - "delegatorRewardAmount": "80653622977882472804" - }, - { - "pAddress": "flare13elhmduqew6f4r6vv6mmjqpeq7d6vv46k6efc0", - "cAddress": "0x7E619E9C280f8C65fD1B6202deF63B5e3B584Cf6", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare13g0fw5ypr2v5d3qzuw3nhlxgpk42lqf2yglhrs", - "cAddress": "0x27600F2da6e9A1798f26a4a6e47bdA09e0A62616", - "amount": "56392908769321040", - "delegatorRewardAmount": "59057938703059393220290" - }, - { - "pAddress": "flare13hey5yjmtu7ea8p3vev7r656kksda64002l2sn", - "cAddress": "0xc4C5E0F499A26917e91c9aA368A026e582a28D5d", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare13shtpwvryyq9hf982al8v6n47qptdfjpqwc4z3", - "cAddress": "0x487011B01e860B1128125008353Ee3D56CC0430c", - "amount": "60000000000000", - "delegatorRewardAmount": "62835494737084589309" - }, - { - "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", - "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", - "amount": "599999984000000", - "delegatorRewardAmount": "628354930614713963209" - }, - { - "pAddress": "flare14603sfxc9ttcwek5l4zwneut8ac9ttq7yckgyd", - "cAddress": "0xaD079b3545253f6658c5282C5Cdde5b73A239156", - "amount": "405950000000000", - "delegatorRewardAmount": "425134484808658150505" - }, - { - "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", - "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", - "amount": "7904261783091000", - "delegatorRewardAmount": "8277803327865889702354" - }, - { - "pAddress": "flare14gqw3emr9lal9zdfcthw7vj4zdygze7nhl8dr5", - "cAddress": "0xB48bAeb3AC5940666644c2fcf4Ec275B2e426ABa", - "amount": "2162506050379478", - "delegatorRewardAmount": "2264702292458887860269" - }, - { - "pAddress": "flare14h7aa9806shktwfq7yz6l03q2m2umez959lcsz", - "cAddress": "0xAaa4bbF3124783841562A016f4596EE803252D9F", - "amount": "432634000000000", - "delegatorRewardAmount": "453079523834730903524" - }, - { - "pAddress": "flare14jd4j9z6yuppuzqs9fuyuh6e7yml9rfc4kgv6u", - "cAddress": "0x82846899C161C03ED7440D32c4D03d89Ab08E7C9", - "amount": "400000000000000", - "delegatorRewardAmount": "418903298247230595399" - }, - { - "pAddress": "flare14qnppqnmsvmqlqjk8ylrc7v2ndhdqlpudqr3v6", - "cAddress": "0x6026f1331130DA7323a1C89aA63934BC46f00FE8", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare154etkfn0ggecgu92c748d7jacvtwlw9ahdpad3", - "cAddress": "0x42F8BA994D76524CF13eC55dCD6983ebb4054Cc4", - "amount": "350694450000000", - "delegatorRewardAmount": "367267654454996244191" - }, - { - "pAddress": "flare1580ux8pr74vhsqazqt0j3yfzc0jlmeh54ex778", - "cAddress": "0x9CCfbc6D9993b40e6CEA064Fcc160d228e743CD5", - "amount": "299999998000000", - "delegatorRewardAmount": "314177471590906455313" - }, - { - "pAddress": "flare15g3k2gke35z9u0jsqqxq05u62r467yunpqm0gt", - "cAddress": "0x21804807F7a74c3De57B69c4aF46CfcBe9E5d666", - "amount": "51529121186000", - "delegatorRewardAmount": "53964297051491616848" - }, - { - "pAddress": "flare15g92xwwpy3m868msv5x889ndjzm4fngxgh9l6d", - "cAddress": "0xa6E8c074c73c10c12E9714D6ad48EdfA900C2677", - "amount": "50999997000000", - "delegatorRewardAmount": "53410167384747164059" - }, - { - "pAddress": "flare15hns7kn8lqkn9mrku0vyhvv6pk35svutpm45mj", - "cAddress": "0x44d75A5a3F90dF2d2d68A9745D36849E2DDd6C45", - "amount": "3863362429238000", - "delegatorRewardAmount": "4045938159830578051367" - }, - { - "pAddress": "flare15jx9hunya4uqac6lvd0p9kwmqk02j876w0gnur", - "cAddress": "0x39A2Cf73DA71387D3efBE03D9c8ec56C40d65064", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare15zwvyg4yn4dk5q2vqyfe60p466e2sjn8j8nfy3", - "cAddress": "0xaF59eF2E0527aCa57BbfACe87F83141f7Be9D733", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", - "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", - "amount": "250000000000000", - "delegatorRewardAmount": "261814561404519122124" - }, - { - "pAddress": "flare169yt6v5jwrgmyjcfylf2zn8fpye89fxv685kx2", - "cAddress": "0x3FA84B70A195bBAAff5d2419D7F48a108a8Ed7C0", - "amount": "77595649832000", - "delegatorRewardAmount": "81262684110654911610" - }, - { - "pAddress": "flare16h7xzcxcjz5n5876ejexmg4a6ze3adzmue0qxw", - "cAddress": "0xC0aCe27701E89ba5435E382BfBDF8DEd8509258E", - "amount": "639704630020000", - "delegatorRewardAmount": "669935948548505906298" - }, - { - "pAddress": "flare16nsh3ejhlrgfn53zjp0wc8pz958amue3u7558p", - "cAddress": "0x41F63D324C236257897C5e9b93c3539EBa2f09B1", - "amount": "270739877116000", - "delegatorRewardAmount": "283534568727355773964" - }, - { - "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", - "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", - "amount": "503250000000000", - "delegatorRewardAmount": "527032712107296992836" - }, - { - "pAddress": "flare16q9c8yx3ckdwkyeh9h34jj5weztv6sga9nxnaw", - "cAddress": "0x956647Ef4F3F7cDcB1CB42CeC653F63ce104f84E", - "amount": "150000000000000", - "delegatorRewardAmount": "157088736842711473274" - }, - { - "pAddress": "flare16uzuezefgh9dsv4yhtpwq0tgu652hncj0jmyup", - "cAddress": "0x86449A46C5928037559264Ac3aE2863406AAE762", - "amount": "2063521652250000", - "delegatorRewardAmount": "2161040065330249518012" - }, - { - "pAddress": "flare170s30r8ukcpp204p6mwlxqygnefanmakrfpv53", - "cAddress": "0x85b418A043139F1659F3fBFc52F4D674ec444838", - "amount": "53000000000000", - "delegatorRewardAmount": "55504687017758053890" - }, - { - "pAddress": "flare180l8cw4h0na8ulqa8ez49340lygvdnyx4wefnf", - "cAddress": "0x9Dda2F149a6A028056ccEf03Fb8c811a64af00EC", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare184mvjja60dnatfy7nhlmfycr8q7xtdfceapv5f", - "cAddress": "0xb69b8ae8899a4c6371b5ADA33fB29bD3961cb9b7", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648849" - }, - { - "pAddress": "flare18833wqa224ejg8prmartykaqt2pk7ja6wcj8hx", - "cAddress": "0xd0557A5B16b67212fDff07906CDbf9a11ec942fe", - "amount": "53128624995000", - "delegatorRewardAmount": "55639390604364387750" - }, - { - "pAddress": "flare18vlz3apu5au6hmf0rtnmvmyvxtgq0p283d9lcx", - "cAddress": "0x36EC72053F6E26BFB8Ef275A57D0Ad84B84ac646", - "amount": "112044975000000", - "delegatorRewardAmount": "117340023948821239701" - }, - { - "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", - "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", - "amount": "107055015647000", - "delegatorRewardAmount": "112114247871092947662" - }, - { - "pAddress": "flare19acwktse4sp6zmwlr05zuhpsa8dh6hzh6y320j", - "cAddress": "0xF8b6134d068Bc9478C17314f7DBe509769c4fFF5", - "amount": "50010000000000", - "delegatorRewardAmount": "52373384863360005189" - }, - { - "pAddress": "flare19kzyd53kl2rpa6juv9zkclgue23g5es3khx6fy", - "cAddress": "0xaef9e414e305572c03f32472D570353CFe572DB5", - "amount": "88059977000000", - "delegatorRewardAmount": "92221537022188166361" - }, - { - "pAddress": "flare19pkqvvjf6qc2guudeq84mxvzgtqqchh0tmz2aw", - "cAddress": "0x4c78Ef34eCccA0f35f91bE0d488feD33e274E60A", - "amount": "113549990000000", - "delegatorRewardAmount": "118916163317350129088" - }, - { - "pAddress": "flare19uvhftn6fsuph8337zh4587pax8cxu5vyfvapw", - "cAddress": "0x14f5653C359B232aD73796eaDBc2eA68E74C67B7", - "amount": "968580974862000", - "delegatorRewardAmount": "1014354412473024364958" - }, - { - "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", - "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1aa3tktja0ya8xzgjv8kj73e9wwqwgfyrxrj4t8", - "cAddress": "0xd22F20f36b4745e84785968fc9FCbA33e2690235", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1aetc6xwg72s8u7pd5p62v7cy7vqyvpaesh86mn", - "cAddress": "0xee31E2408965dC56f7040ff5fC9adA1e1B7cc5f9", - "amount": "83470000000000", - "delegatorRewardAmount": "87414645761740844494" - }, - { - "pAddress": "flare1an7990npt3dtkv7gtjgd4kp6zs8ytntx749tzu", - "cAddress": "0xDB997cD209523a1b279C7D095C879ecd00b2E254", - "amount": "190667653680017", - "delegatorRewardAmount": "199678272489049588846" - }, - { - "pAddress": "flare1c0d82j3ct04wekea3rrt59fuzp4jxc3wv4fks9", - "cAddress": "0xc1052e29C1Ced80f81F14116A029013e3B24c7F9", - "amount": "55769400262000", - "delegatorRewardAmount": "58404964277554415269" - }, - { - "pAddress": "flare1cq8ffjzc5zu5ptsp5nrey948dkne57khe0apxr", - "cAddress": "0x53E1F373940728E289d47245C466de2e4691A9B4", - "amount": "4481990925000000", - "delegatorRewardAmount": "4693801952991639837403" - }, - { - "pAddress": "flare1ct70x450kxxa0ht3cvr4n7stj93885rsduyhjy", - "cAddress": "0x5E55DFa773089eFe37396B9faE9d4F31C81Ce0eA", - "amount": "191030669950000", - "delegatorRewardAmount": "200058444271082803428" - }, - { - "pAddress": "flare1d9x87mx4fh0cccrvtku3p6umrsxv9e0jhc4w0m", - "cAddress": "0x77Fa775e158eFFf790a82Bf5eeBAAE249BEf233c", - "amount": "8000000000000000", - "delegatorRewardAmount": "8378065964944611907984" - }, - { - "pAddress": "flare1da385jdn45gcf2as4p8zr90eh6vla0qqg6ywa7", - "cAddress": "0x6D179F338fB4beCaF0987Fc657Ab6F2C324f998d", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1dn8qvdw87sq4esrxgqh5mhrlujv8cf5qa92q2s", - "cAddress": "0x973B2A256e7D81F321a4Cc0268f6167b598635fB", - "amount": "259025000000000", - "delegatorRewardAmount": "271266067071222262433" - }, - { - "pAddress": "flare1dvgw9n8uazknh9cle5th6wn6zdcggfzdmhh9tj", - "cAddress": "0x31c85360A302057031a1119B8BB1B573746Ab0B8", - "amount": "166658984000000", - "delegatorRewardAmount": "174534995200331079607" - }, - { - "pAddress": "flare1e4l66vt4yr6rr786z2fr8hxujdma5ufdpxklqt", - "cAddress": "0x2554bfcdb2436fAa0b1831F3619e5Cd829B1079d", - "amount": "1909382998000000", - "delegatorRewardAmount": "1999617088698463248601" - }, - { - "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", - "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", - "amount": "250000100000000", - "delegatorRewardAmount": "261814666130343683932" - }, - { - "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", - "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", - "amount": "831200000000000", - "delegatorRewardAmount": "870481053757745177239" - }, - { - "pAddress": "flare1eqtmray6cusdph2ksd40x8490ky56rj98yxpam", - "cAddress": "0xBD2d49103cd698c53010e641D59Ed420D4533229", - "amount": "300000002339000", - "delegatorRewardAmount": "314177476134959983050" - }, - { - "pAddress": "flare1exur6tmdfgxzpdjr6g9090nx2afk2rv9qgr9g2", - "cAddress": "0x128C6783d274b541Cbbb4F4133E1fbb2a599965A", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1f289kanxtqpfqk0tcvrdv52jr46kt5d8l3cjc2", - "cAddress": "0xb53c8522Ded2d4Fd8A6dceEE7E6C7163774B48B9", - "amount": "82211114664000", - "delegatorRewardAmount": "86096267713327161747" - }, - { - "pAddress": "flare1f47dhm37atr9gkvlsyxw60ht47lze4tl44rtwl", - "cAddress": "0x13c379d3b6243f23A4dfbE652Da4a1E808AF08f9", - "amount": "233879957000000", - "delegatorRewardAmount": "244932713453051167552" - }, - { - "pAddress": "flare1f4w980dhnykc8jzzmq87dfph5krxxvf8ydmkhk", - "cAddress": "0x25820aE02D575e324561636fB621bEd25C936043", - "amount": "71797996000000", - "delegatorRewardAmount": "75191043329853673248" - }, - { - "pAddress": "flare1f70fhky49gsypgy8w7qg4ztxnax8raumvzhzjq", - "cAddress": "0x930912A1Ad1ED915fCe2346Eff955E9865234076", - "amount": "72182963000000", - "delegatorRewardAmount": "75594203194894527300" - }, - { - "pAddress": "flare1f7f0fmvvxg34d0zuxtkapnd2e0yjn74lcvra67", - "cAddress": "0x6cbc6412FadBC4aaCABCCb415B73BbABb1B57DfD", - "amount": "90249997000000", - "delegatorRewardAmount": "94515053525256666232" - }, - { - "pAddress": "flare1fd95sxqs530jjhd62p7ugj82udn5yxhe2el0qa", - "cAddress": "0x38Ffd385b2c6ba91eC1a1a01B0747ee95a31b1AF", - "amount": "200987596385000", - "delegatorRewardAmount": "210485917581149152130" - }, - { - "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", - "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", - "amount": "1000000000000000", - "delegatorRewardAmount": "1047258245618076488498" - }, - { - "pAddress": "flare1fgx0ajjdpy39ljsxhrtl0lhp2pvvnvfzwszdhw", - "cAddress": "0xd438eC32D5E3b60eDf3fd986F69873C307f6721d", - "amount": "114521922413000", - "delegatorRewardAmount": "119934027551047852846" - }, - { - "pAddress": "flare1fmunu2z9xwdzmarzu0vs5p48vseefugs8ar6dz", - "cAddress": "0x558ebf487A1220Ae6fF58328048f37323Bc656F8", - "amount": "700000000000000", - "delegatorRewardAmount": "733080771932653541948" - }, - { - "pAddress": "flare1fs38g2r3h4xpsxpp6esqtq8zua9pafkxtc3z8e", - "cAddress": "0x33361078e74d340f9217fF003eaD1da3145eF54b", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1fyhcmgn8wvwytkyh8f9gamx5sdd6a5tlc5r0ey", - "cAddress": "0x19daCF0C7404241c8323DeFD08E58C55820aFd2f", - "amount": "204678893350000", - "delegatorRewardAmount": "214351658764770382421" - }, - { - "pAddress": "flare1fzsq5skzesrjth4fhyqhkpcz55xnwrwnun9x52", - "cAddress": "0xf9CA159Aa8209E3996c2F2FcDfB05ADA8229B738", - "amount": "1195000977015000", - "delegatorRewardAmount": "1251474626700616246300" - }, - { - "pAddress": "flare1g4hr5kwkrwvh60j9pmgtvsxejdrtdle6a04ql2", - "cAddress": "0x06Cb66E56D2B29bf99bf80C6B50721F4B0dEb368", - "amount": "70000000000000", - "delegatorRewardAmount": "73308077193265354194" - }, - { - "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", - "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", - "amount": "80000000000000", - "delegatorRewardAmount": "83780659649446119079" - }, - { - "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", - "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", - "amount": "500000000000000", - "delegatorRewardAmount": "523629122809038244249" - }, - { - "pAddress": "flare1gpar5z4x38k78tw2mg5ahj306lhezj2clg9a68", - "cAddress": "0x0989671cb1c720328A3109Cce2cD4E40d53197c1", - "amount": "116765984000000", - "delegatorRewardAmount": "122284139551708389366" - }, - { - "pAddress": "flare1gpnmjclggphdldy5rx092qqzftwqg7z678lmts", - "cAddress": "0x161fcB1d8f60049EcdB2153720320882eeAD226d", - "amount": "1500000000000000", - "delegatorRewardAmount": "1570887368427114732747" - }, - { - "pAddress": "flare1gpny8mlhg5wvhmla7zeqgyfur7a753vf5tpwt4", - "cAddress": "0x9f096346CcC67B25Be60B6f590FB68F63ffFe29b", - "amount": "63147718559574", - "delegatorRewardAmount": "66131968953483515331" - }, - { - "pAddress": "flare1gqnxd6wh8vyfcd4tra9x7ugemc2t48p2sz5wec", - "cAddress": "0x0BD3A28C148A9f5075358B3156Eac85f608Eb61a", - "amount": "203476000000000", - "delegatorRewardAmount": "213091918785383731573" - }, - { - "pAddress": "flare1gtyl9fts86nxe38tfen8gxjtf2rl0mga5sjpc7", - "cAddress": "0x06Ad7734782a6DCb8F837e11a80fa512b9a07f04", - "amount": "772217836388134", - "delegatorRewardAmount": "808711496570824040335" - }, - { - "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", - "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", - "amount": "1400000000000000", - "delegatorRewardAmount": "1466161543865307083897" - }, - { - "pAddress": "flare1hjakr2lcv79drzf5zu7jdqemldcf0xstqjayw9", - "cAddress": "0xEa54089AeA82fF3e4da3D80000b213D095A06591", - "amount": "72350000000000", - "delegatorRewardAmount": "75769134070467833942" - }, - { - "pAddress": "flare1hm6me5k4n75a66gwkhqep4fggvwspjzrgpjese", - "cAddress": "0xc35D55f075D0ef43Ee9e9c2183ce38Ac58f209A9", - "amount": "1597917000000000", - "delegatorRewardAmount": "1673431754063299928271" - }, - { - "pAddress": "flare1j4ulq4fk2aak93qftnmej649w56ce5dx3qh8sd", - "cAddress": "0x187a9e4f8dd811cfca029B1898125De594b3994E", - "amount": "7578669000000000", - "delegatorRewardAmount": "7936823601060102123011" - }, - { - "pAddress": "flare1j82e3qduv7868jyv7w3lrevyn44tgu6pazqgu9", - "cAddress": "0xbB35aD43DB34433CDbd189695D91c4644842973F", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1je0ly86cua0ns4cnalxfj9e7qrxsv5xn4d7qkx", - "cAddress": "0xe44C49F4127e6174ebA67059A82c3c09412bD02A", - "amount": "300000000000000", - "delegatorRewardAmount": "314177473685422946549" - }, - { - "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", - "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1jnm4gk30g8zcgggyq6xlperpnklh36m5hreuag", - "cAddress": "0xA314AF25870746cD949a2cFe2E7d07923EdA6321", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1jnuygfpw2g66d4znjnlf899ghgss7zzv5dse3s", - "cAddress": "0xc391f45E0CE1EFe30778082A9e9c982FDf4F4232", - "amount": "50009989000000", - "delegatorRewardAmount": "52373373343519303390" - }, - { - "pAddress": "flare1jqexqu4vj0pr5drl4yfcwvtv9gnkw7fxr4sqe0", - "cAddress": "0xEf01281e7B22FF3E3bd232c66FbE6148fE24613A", - "amount": "75000000000000", - "delegatorRewardAmount": "78544368421355736637" - }, - { - "pAddress": "flare1k7nuznx2kpezwq7pddznqyvgxy8kaaefhpf4s9", - "cAddress": "0xaf07a0626441F784c2BB2Bc3aea7b6c64Fa7B172", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", - "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", - "amount": "299900000000000", - "delegatorRewardAmount": "314072747860861138900" - }, - { - "pAddress": "flare1kdaj5afd3zfj99xk629pqyx5hy4cj5ha9x5st3", - "cAddress": "0xbeA1d7BEB5cc34Fad18E4E44fa2724f7EFD61316", - "amount": "67508161730490", - "delegatorRewardAmount": "70698479018774327937" - }, - { - "pAddress": "flare1kkggt5379uy0ds8302hzpscfhuwm2txrtsx97g", - "cAddress": "0x86d15E3Ec9ae92E6596E6a6527Eb619c07038b95", - "amount": "118437922868316", - "delegatorRewardAmount": "124035091317721675736" - }, - { - "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", - "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", - "amount": "62646693854651", - "delegatorRewardAmount": "65607266699994539901" - }, - { - "pAddress": "flare1kuycww9mzy0fh3lhh9uy0g2kft0pm9ygy66qlq", - "cAddress": "0xdC5CB4651570D70145bD00C405b03eD7E735A6ae", - "amount": "129767148151000", - "delegatorRewardAmount": "135899715911477278246" - }, - { - "pAddress": "flare1kz2v9258txnx0y8r2p4w4sr8tyaqs9a6y9hg2t", - "cAddress": "0xE0a598dD7a75e70acC99958a5E7C3A529f3D4441", - "amount": "827002993000000", - "delegatorRewardAmount": "866085703570078390891" - }, - { - "pAddress": "flare1l7uqfsq9ffyfvqqsgfhw6cg4q5rrgyzx88hv7w", - "cAddress": "0xA8Cf24EB0F02bd1DA037d9625808D52de63Cbb30", - "amount": "50008000000000", - "delegatorRewardAmount": "52371290346868769036" - }, - { - "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", - "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", - "amount": "702024000000000", - "delegatorRewardAmount": "735200422621784528761" - }, - { - "pAddress": "flare1lc5huux0ydpg44k87hurn32ngdv7rgna342d96", - "cAddress": "0x8A2B259A87F08fbcb63500Da471A2856133AeD0F", - "amount": "241230340162000", - "delegatorRewardAmount": "252630462827907937256" - }, - { - "pAddress": "flare1m2v59xa5pra8k29sup3g0nmg289mffw5wjlpks", - "cAddress": "0xd2d169E55f23Ce26f56Fb45723BB77173B112Eab", - "amount": "58165681558000", - "delegatorRewardAmount": "60914489623610785918" - }, - { - "pAddress": "flare1m5d2nzr6f5smec6ja8pvw3d0aewgvdkwnq5jyj", - "cAddress": "0x81105CFb28feAc3dbd8f47D77e58dCaAc8F0b493", - "amount": "84568979000000", - "delegatorRewardAmount": "88565560581251952576" - }, - { - "pAddress": "flare1mjvgrqetapwj0nyt9j0pq3s8y6c00jc3d4sxgt", - "cAddress": "0xd343D6DC7e50314F619010BF5cfa923161c9DA04", - "amount": "387302983000000", - "delegatorRewardAmount": "405606242499227702717" - }, - { - "pAddress": "flare1mkcd8gm5rvt88x25eas087hq4mq3y5wpmnlytv", - "cAddress": "0xF1c26Ce42cB2eb8AcF6CdC8F0626530AF1eC138a", - "amount": "50230322341670", - "delegatorRewardAmount": "52604119252367795818" - }, - { - "pAddress": "flare1msgwtynf3d0w0afzzmfxamnwaldha25zhnqk0y", - "cAddress": "0xE968f7F5F0F357a3743D7F592AFC429f9a23699C", - "amount": "164328000000000", - "delegatorRewardAmount": "172093852985927273202" - }, - { - "pAddress": "flare1mtuda2zd9k8ej42enysptaemf4dq0rauzqyftw", - "cAddress": "0x7af18fD206127cF406729f6180a2dA7C4687dEE5", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1mvmfw734vc793zsk49h7uyqxf0ptuthh4kdzf5", - "cAddress": "0xdEa62Eada1aEf16829D6dcB7008DB157E83F1635", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1n5gqj0wkg0gh2s2ce0vtqcreqs0jnamkfcm2aq", - "cAddress": "0x909A1477824e9214851913B65f1672DDD3989E3c", - "amount": "123087998000000", - "delegatorRewardAmount": "128904920842121307580" - }, - { - "pAddress": "flare1nduyezajcql7j546w2h842we0nq48400087qm3", - "cAddress": "0xDd629E7B4949a332aA80fed1bc8eFb96cA115f96", - "amount": "51000000000000", - "delegatorRewardAmount": "53410170526521900913" - }, - { - "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", - "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", - "amount": "4768921725069359", - "delegatorRewardAmount": "4994292599286067803371" - }, - { - "pAddress": "flare1pcxs6qwuyjwnu6k04r7qhfft54hu07f7yzmt7a", - "cAddress": "0x65b34F76a4D5bEdF2C5ecA8c3260A52fd03fb867", - "amount": "64335000000000", - "delegatorRewardAmount": "67375359231838950887" - }, - { - "pAddress": "flare1pkzncdlywxfw4z0vqewpsl7e47n32zjhcv9wdy", - "cAddress": "0x29F6D8648ABcb33d0d17d5067Dc533e116b7CF15", - "amount": "250000000000000", - "delegatorRewardAmount": "261814561404519122124" - }, - { - "pAddress": "flare1pss3m7q436nd44cc8y9v33jffs7nu8jye24yy8", - "cAddress": "0x0898d3c7486c3fC4619701e78a7d9eF1F91c6CEb", - "amount": "1559449991000000", - "delegatorRewardAmount": "1633146861703785169426" - }, - { - "pAddress": "flare1q0u73q9mw9pwgq8lcddq0v6yrd2vhec0698fcx", - "cAddress": "0x058Fc775F8819532A8449B152F83D33612433344", - "amount": "162073000000000", - "delegatorRewardAmount": "169732285642058510720" - }, - { - "pAddress": "flare1qegjh489yqw0cz630gpqz6yca5zmx86h02sycs", - "cAddress": "0xE9B479469F8308Da2DF880522B2f59539c518a60", - "amount": "250000000000000", - "delegatorRewardAmount": "261814561404519122124" - }, - { - "pAddress": "flare1qk47jz66c5ngajfl6h0zk75lx6u7j3jzpkjglu", - "cAddress": "0xa5742045395838A148d430651D17c3Fe1E923345", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1qntscv6gr2rddjqcwaadgfu6uj0m5hm9e6dkpd", - "cAddress": "0x9a70dADaDD78AE2caea35fefd1d58e6BB8F055e1", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", - "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", - "amount": "250000000000000", - "delegatorRewardAmount": "261814561404519122124" - }, - { - "pAddress": "flare1r3u9csgne347p4yt7xv6x2qcyy4jk65cdnflfe", - "cAddress": "0x185178dfd671c4340cD2ef152DBf28BEdf7134A9", - "amount": "74999974000000", - "delegatorRewardAmount": "78544341192641350567" - }, - { - "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", - "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", - "amount": "1328577146000000", - "delegatorRewardAmount": "1391363371088231067099" - }, - { - "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", - "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", - "amount": "570000000000000", - "delegatorRewardAmount": "596937200002303598444" - }, - { - "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", - "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", - "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", - "amount": "75050000000000", - "delegatorRewardAmount": "78596731333636640461" - }, - { - "pAddress": "flare1rhd08e04acjdf33mu423456thcf3cvhagm59kz", - "cAddress": "0x4a04b932202469f3675D1A1efeD6d60381a2b0b0", - "amount": "681094622148000", - "delegatorRewardAmount": "713281959090621182652" - }, - { - "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", - "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", - "amount": "1700000000000000", - "delegatorRewardAmount": "1780339017550730030448" - }, - { - "pAddress": "flare1rynpmc5fzfy4xen9k3r6vx6h26c9u4vkylhlmf", - "cAddress": "0x424456c44FC32f9f8C6292cEAc5d16323D907871", - "amount": "240228995000000", - "delegatorRewardAmount": "251581795850293668665" - }, - { - "pAddress": "flare1sfexpqf48jsvv7ltcahex93jx26uyu7ahfe9ap", - "cAddress": "0xe01a1296BA44EE51EBc9Da978E2e95BBeDFb40eb", - "amount": "134485731017000", - "delegatorRewardAmount": "140841290725527953545" - }, - { - "pAddress": "flare1sfnu6e5hnfmmgjfqhj5gvyzhe62vx5r9nu6qmz", - "cAddress": "0xA0BA1672aAEb5C764523466e8C3a28625B9A507d", - "amount": "101419979000000", - "delegatorRewardAmount": "106212909278162159483" - }, - { - "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", - "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1tnnelmazadnwmg39xkhudnt2uqvc98v7ahrgjp", - "cAddress": "0xb020cB5C1f050f5edd4584693784CA882F6f6F65", - "amount": "700002000000000", - "delegatorRewardAmount": "733082866449144778102" - }, - { - "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", - "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", - "amount": "150000000000000", - "delegatorRewardAmount": "157088736842711473274" - }, - { - "pAddress": "flare1u6f8wkvvnyaru6tv4fl7px4y6d7lps6grc0xmg", - "cAddress": "0x236066A85426c4Abe4B75a45E2De45db7d8298a8", - "amount": "50001000000000", - "delegatorRewardAmount": "52363959539149442501" - }, - { - "pAddress": "flare1u7vrjgtucw72dxl93zp9zp5fptw5x48kmffthw", - "cAddress": "0xBaDB542F685CFa7C0cfC62ceFf2d0A6809Dfe11a", - "amount": "80000000000000", - "delegatorRewardAmount": "83780659649446119079" - }, - { - "pAddress": "flare1uagw84kfjjfyujvsmge8ncxeld20mwjt309ck8", - "cAddress": "0x377e47eA006e467Ec186b5ed4C4BcdDB1A831Bef", - "amount": "3973739985000000", - "delegatorRewardAmount": "4161531965233501581137" - }, - { - "pAddress": "flare1uc4umk6mfcte8kk5tpfeegnvultf53p627lzy9", - "cAddress": "0x471eAB2C25048E236bcF4B2Dfe615Fb55bAAbA12", - "amount": "50000996000000", - "delegatorRewardAmount": "52363955350116460029" - }, - { - "pAddress": "flare1ugp4nkvg08j76s547r6jg0ryrcdmsndjwc27t9", - "cAddress": "0x98aA8783bD0a511D4d32802950F6298Db5cEfb2B", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1unxe2frn3fh7sdssyjggv8emxlmxujw7jk8lp5", - "cAddress": "0xa1D409dC422382851381d1E70F79d65210347d47", - "amount": "60000000000000", - "delegatorRewardAmount": "62835494737084589309" - }, - { - "pAddress": "flare1utx5d5cvf2074llkcz6hxjkjaqvwwc9mqh3n34", - "cAddress": "0x056D11E02668d4A068875B41C108dCAD42b1e368", - "amount": "117969991000000", - "delegatorRewardAmount": "123545045810240272785" - }, - { - "pAddress": "flare1uz4emx0vd079vrgk8zlrardyqxgccvgqhrnume", - "cAddress": "0x5B416D5270157C261e3BEe6C0e5D7E076996c960", - "amount": "600000000000000", - "delegatorRewardAmount": "628354947370845893099" - }, - { - "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", - "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", - "amount": "752000000000000", - "delegatorRewardAmount": "787538200704793519351" - }, - { - "pAddress": "flare1v22h6ca72jfvkc5s53yd0w49un0q3tevm9kvpf", - "cAddress": "0x848A584C158e85ae2871bCe07F703bD86B127fE4", - "amount": "700000000000000", - "delegatorRewardAmount": "733080771932653541949" - }, - { - "pAddress": "flare1v99a78merl79cry70833836defzldcq7wfdmjn", - "cAddress": "0xBCc104AE0301d21008bD15f9de3296D83128cB6c", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1vax0hflkp0224u856tvy7us6tcg9ucmrsypxvp", - "cAddress": "0x3441d1EFB5b4a66c07a190CfaB824773aF59cdC9", - "amount": "101723981000000", - "delegatorRewardAmount": "106531277879346545972" - }, - { - "pAddress": "flare1vlyjdzwdh38ylxgrx3peetqwc4nj4pf29rz8mc", - "cAddress": "0x86c22169ddddB819276A4cB3DB06FF8c0695E9D7", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1vmlh28thwmws2pjqvd78gek0edq77l6v7a6szr", - "cAddress": "0x3f30BCABFD0b1c2f941284CC3B93095A5c53eBB5", - "amount": "199999973000000", - "delegatorRewardAmount": "209451620847642666011" - }, - { - "pAddress": "flare1vurvrmdu09v9lwmhjul0arukdymkttet0y4quj", - "cAddress": "0xE858254fCe3697bdb28e19f6AcAdC21984E24530", - "amount": "13625005000000000", - "delegatorRewardAmount": "14268898832837520246190" - }, - { - "pAddress": "flare1vvep3a7394hl5sr0883xszp5qm8tv2k9dskv93", - "cAddress": "0xa39920849b02CaceB28748D94b2d9adBD0cF7907", - "amount": "90316287670191", - "delegatorRewardAmount": "94584476976221739412" - }, - { - "pAddress": "flare1vzkckh2t0ztqsadw2g55evdk0rjgfg76serlhj", - "cAddress": "0x4719ac741d80E68f5Ba848866c96a4D01FDa6eba", - "amount": "911025419705000", - "delegatorRewardAmount": "954078882753730110070" - }, - { - "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", - "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824425" - }, - { - "pAddress": "flare1wa34teseglnlfgwnpptjkjf5racnhhgzr2qnlt", - "cAddress": "0xcE23A5E98C120d6De7bf119f126487915Ac0bE11", - "amount": "106000302758000", - "delegatorRewardAmount": "111009691101328034618" - }, - { - "pAddress": "flare1wnyl92jfffygmjxwd0sc5xpxqse0hn6fqkvljl", - "cAddress": "0xbaC14b097fE2f1206672f2015dd2F063F57dA9D8", - "amount": "100000975000000", - "delegatorRewardAmount": "104726845638597126474" - }, - { - "pAddress": "flare1wq9lawvhjn9cqlqfnqdgh3x6uxq7jx8nx5ucac", - "cAddress": "0xbf9307c2b1C4bc25e3349449C5498187587F1bC9", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824425" - }, - { - "pAddress": "flare1wv6jn3wq2u9kzd2zpctemf05juefx9wzq5rvjr", - "cAddress": "0x164C935302e700eA04485B2A43184Da514f91635", - "amount": "598000000000000", - "delegatorRewardAmount": "626260430879609740123" - }, - { - "pAddress": "flare1ww0zqrjp2vp786jpdl2tajd85t7cx53sk8waz8", - "cAddress": "0x3A0D9c760171f806cbdd31BB3b85653AF487296e", - "amount": "550000000000000", - "delegatorRewardAmount": "575992035089942068675" - }, - { - "pAddress": "flare1x4h89gur43z3hhp3areyzvh60sl6yt667yt29u", - "cAddress": "0x1682Eb9B28d718516554eA8CB81152836e37c4a8", - "amount": "214549975000000", - "delegatorRewardAmount": "224689230415902170155" - }, - { - "pAddress": "flare1x7dqq4pqaejerjjfsm2fz99h68l5jna93v8spm", - "cAddress": "0x709465e5355A7f000fd98d9B2CAAC4b642b4540B", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824425" - }, - { - "pAddress": "flare1xahq4sm7czewqq07502x4z7pday6grl6cf9z5r", - "cAddress": "0xE7d9294B83f8901531759bA1fad96B69B6c191b0", - "amount": "80000000000000", - "delegatorRewardAmount": "83780659649446119080" - }, - { - "pAddress": "flare1y6dw4sh6quyjwmht775ukummvme94e5g4gtyyd", - "cAddress": "0x24e260f48Baa5a53fC87040a32eEB21128513685", - "amount": "58800990000000", - "delegatorRewardAmount": "61579821628006059419" - }, - { - "pAddress": "flare1y6yl4sd4khggwmygtaq0pqp2cuv23kgzdl26vm", - "cAddress": "0xb79b7aEC0A18Df3bF6d037878A54Ba95ac4FeB9C", - "amount": "117740000000000", - "delegatorRewardAmount": "123304185839072325756" - }, - { - "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", - "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", - "amount": "199999998000000", - "delegatorRewardAmount": "209451647029098806464" - }, - { - "pAddress": "flare1yg643qy0m9xcmt69xmdzjnhqhxpr0x4f00p0dw", - "cAddress": "0x1d6566b68E1A1eC40E8ef08c3F217CF0E840AdE2", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648850" - }, - { - "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", - "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648850" - }, - { - "pAddress": "flare1ywcwxvuuk43g94pmem2ngzkvksmuf7dl5tyezu", - "cAddress": "0x7e63259055f26A569AB8EB787822a94cc054471D", - "amount": "56145004000000", - "delegatorRewardAmount": "58798318389259886919" - }, - { - "pAddress": "flare1ywk26gwjfapl57fftkqe6undsn5wgj8lgr9zm8", - "cAddress": "0xe05848dCF80dCFEF493EFb6b0fD654F41499E807", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824425" - }, - { - "pAddress": "flare1z8f68z4yv9sg5u7ux5muc9v8nnpyky6eu59kz5", - "cAddress": "0x2620eaAF2c51921025043CD861840bC050DdFaB9", - "amount": "441615977000000", - "delegatorRewardAmount": "462485973309932817331" - }, - { - "pAddress": "flare1zgx2stzl5qddnnw85tnsa5ajzzan6zcch95tmt", - "cAddress": "0x8Ccf9B061cfB4F5617A07f220D6bbF4f358aaF78", - "amount": "121500000000000", - "delegatorRewardAmount": "127241876842596293353" - }, - { - "pAddress": "flare1zll3yfnahrttv829ymxxlul5s7wc80qttuf8cn", - "cAddress": "0x59bB624841caf0f73f84494f4397f5ec4f5924c6", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824425" - }, - { - "pAddress": "flare1zzq2gw00pvl59zzjlkjqegwjxmy9lqct2qd42g", - "cAddress": "0x21cfC00363c51d0fe65539B166839E76acbE1A46", - "amount": "61783000000000", - "delegatorRewardAmount": "64702756189021619689" - }, - { - "pAddress": "flare1zzrejt36cnkx7ark96ze7hefglxelemfzhy7u4", - "cAddress": "0x2F69527B887Ebd1371FEC590577285FC2eccb4EC", - "amount": "74668972000000", - "delegatorRewardAmount": "78197696618825276015" - } - ], - "totalStakeAmount": "191623907973247931", - "cChainAddress": "0x4705B22512229FC92B50d6d263Ae16e57a6E51ea", - "eligible": true, - "overboost": "0", - "rewardingWeight": "191623907973247931", - "cappedWeight": "191623907973247931", - "nodeRewardAmount": "236093785508874549789704", - "validatorRewardAmount": "65086385483682180054606" - }, - { - "nodeId": "NodeID-7HLcuEFt7c1qTggK8AkLim9ekhPu2NYLM", - "bondingAddress": "flare16rg8a4lj05uxmdvrj3a5s4uks4cgha3r0v2eal", - "selfBond": "30000000000000000", - "ftsoAddress": "0x6434b1ED626585D3e58E995aD3C2cc0D6718755c", - "stakeEnd": 1761969499, - "pChainAddress": [ - "flare16rg8a4lj05uxmdvrj3a5s4uks4cgha3r0v2eal" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Chainbase Staking", - "BEB": "30000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "1052369000000000", - "totalSelfBond": "30000000000000000", - "delegators": [ - { - "pAddress": "flare1m3kgzn878ackqgtr20yg4n7e66rupfqsqd77kn", - "cAddress": "0x993A7995be8821C1D49e4e1D7DcaE940D502484E", - "amount": "882229000000000", - "delegatorRewardAmount": "923921594773390002370" - }, - { - "pAddress": "flare1rc5n3gx8ekc7jk23q07w5fre9f59vslv5q9m8v", - "cAddress": "0x17F7Ffec85d54bE5d3985a1F2720D60790de39Bd", - "amount": "120000000000000", - "delegatorRewardAmount": "125670989474169178620" - }, - { - "pAddress": "flare1ykhuzgspurm0nfnsh30a58jathd3kk84x2vwua", - "cAddress": "0x7187E970383dc109cb51511968db319deA0f8d10", - "amount": "50140000000000", - "delegatorRewardAmount": "52509528435290355134" - } - ], - "totalStakeAmount": "31052369000000000", - "cChainAddress": "0x15646dDb42Ee60B26A0BA727CFeB4E8b1A319cdE", - "eligible": true, - "overboost": "0", - "rewardingWeight": "31052369000000000", - "cappedWeight": "31052369000000000", - "nodeRewardAmount": "38258646448500169636534", - "validatorRewardAmount": "37156544335817320100410" - }, - { - "nodeId": "NodeID-7joNh7X4xsHBSXCpLQig22nSqU6xp41k8", - "bondingAddress": "flare1yy8k3ejh39de9qr6kfygsccuv6esfpqmk6xysd", - "selfBond": "8730800000000000", - "ftsoAddress": "0xCaA49C97318b6Bb62b7F9241891D70F87FC05D35", - "stakeEnd": 1739244632, - "pChainAddress": [ - "flare1yy8k3ejh39de9qr6kfygsccuv6esfpqmk6xysd" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "DataVector", - "BEB": "8730800000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "11972633223124166", - "totalSelfBond": "8730800000000000", - "delegators": [ - { - "pAddress": "flare10c3nsz8874x35zvuvg50rc0rexmer40ht5c7rl", - "cAddress": "0x1C544dBD208E17Ab18D26CdB8BbdB7928c16f2ce", - "amount": "73207966000000", - "delegatorRewardAmount": "81177507570100015646" - }, - { - "pAddress": "flare10yljv356a3zj8c4a3nctvx32xe7kjasyte0gfu", - "cAddress": "0x8d17Aa0eCe992dF87F10DACa223AF0CB5834d188", - "amount": "142424250000000", - "delegatorRewardAmount": "157928791964262702688" - }, - { - "pAddress": "flare12x5c925zp2xer5jel8xlpy5sg4npc7lzknnj43", - "cAddress": "0x1023993e27375b5a86C7C8Fd1aF1E00975BC1ADC", - "amount": "250000000000000", - "delegatorRewardAmount": "277215417957726129308" - }, - { - "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", - "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", - "amount": "360000000000000", - "delegatorRewardAmount": "399190201859125626203" - }, - { - "pAddress": "flare15mw52p02ru3kndt2spg7ts4w4gsj9qaautydys", - "cAddress": "0x04dE9F11549c06a849713CC7E94B3062fCb427B6", - "amount": "346872386203000", - "delegatorRewardAmount": "384633494077033757812" - }, - { - "pAddress": "flare162r0fuqzmxj9wsacjm9fa27q37ftd38yuud5gr", - "cAddress": "0xCdf75862Aa6D3e39cc1fcA149b18899b5366Acd6", - "amount": "1280000000000000", - "delegatorRewardAmount": "1419342939943557782058" - }, - { - "pAddress": "flare17u6a5z4eaad8u9lne8n697lqy7ftsftt5wqaz4", - "cAddress": "0x5D1470ddE778504199b9440e14A59b0180496002", - "amount": "68999998000000", - "delegatorRewardAmount": "76511453138609068027" - }, - { - "pAddress": "flare189nezdjfhsn2qm7q6rwnrg93lsv4ggc5v0w8vh", - "cAddress": "0xF4E1E0c6f42b4fc7747556A5f07e38b58Ac6070f", - "amount": "63420998000000", - "delegatorRewardAmount": "70325113871464451725" - }, - { - "pAddress": "flare192s0w06kwjlhfqufm98e6nmr5n9rj4fjde87h9", - "cAddress": "0xb88D306A514dbAE3fB293Cfc3a6B081FFE2B09b9", - "amount": "60901000000000", - "delegatorRewardAmount": "67530784676173916004" - }, - { - "pAddress": "flare1956v6w53qkr7cxaz4fmcnjd3m6p7q0u3lyf6tk", - "cAddress": "0x6E5E312086CfeA6adF6561C9399Ee22c901bADd0", - "amount": "207186376162862", - "delegatorRewardAmount": "229741031452537821325" - }, - { - "pAddress": "flare198mlse6r8x39s987mzvjw5pgmnxjtw2mzv9g4q", - "cAddress": "0xECD3ba1B00fab097a4D4E577cD7CcB8e3C32295f", - "amount": "336689982000000", - "delegatorRewardAmount": "373342616329237148951" - }, - { - "pAddress": "flare1adp0xfalw30xur52h8rgch5pa9jxvney87y38k", - "cAddress": "0xDAF1DBE2f0B63050a21f8D1A7D2f34840c44C303", - "amount": "778022981824304", - "delegatorRewardAmount": "862719864348563171961" - }, - { - "pAddress": "flare1apxf76h5nuagd9c3kd587eqk5svecyzmsaayq0", - "cAddress": "0x3F37eca2D25c2b513E6cbcAe79b079E6fD47b951", - "amount": "401317110000000", - "delegatorRewardAmount": "445005161528947009542" - }, - { - "pAddress": "flare1cgt092c26kfqnlu56xf9dngp2de78h8f0rqj4w", - "cAddress": "0x6fE52F00Ccbbd5DEf586fdFa9588D9e4701a067F", - "amount": "51899996000000", - "delegatorRewardAmount": "57549916332577257120" - }, - { - "pAddress": "flare1lxal68k3vy776cl3l0uwmgd3u4dg20e6chtg54", - "cAddress": "0x40ada26B347d9cc25Af9C41a85BEEa2664D5BA73", - "amount": "116999987000000", - "delegatorRewardAmount": "129736801189014094714" - }, - { - "pAddress": "flare1n59cynmjg8zdxsg7pp7tez9s45zw8st5nm5ky2", - "cAddress": "0x6Afa7820c9a9eC8B2Ebd27Bb54217862F6d59a21", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1nqs54shg6p6rhgvrgz63mnf44zqe690gxy5jta", - "cAddress": "0x033d8e968e081d089880c26CEae5a07Fcb06Dff8", - "amount": "2854444992000000", - "delegatorRewardAmount": "3165184645978472870047" - }, - { - "pAddress": "flare1p0ndqvp45wsxvjudvu3hxjrk4zey4sk6kt4wu9", - "cAddress": "0xb56176f0D7fddc8246d2117f65E5D7371f7BF4cF", - "amount": "57986766098000", - "delegatorRewardAmount": "64299302399495895648" - }, - { - "pAddress": "flare1pq6z7jhavz8fs39jw22dscnsw273mjxuy6qas2", - "cAddress": "0x8a31959A732e009cAF2F504c1937043a646c38b4", - "amount": "2566745000000000", - "delegatorRewardAmount": "2846165151863615015087" - }, - { - "pAddress": "flare1pt60l62km6wryhgzmdgzy8j7rvyj9wte4ayktn", - "cAddress": "0x09fEcA812F9DB6ECc6cB91C0a753A64A127E2Eb8", - "amount": "54006445836000", - "delegatorRewardAmount": "59885677819352151760" - }, - { - "pAddress": "flare1qtx7ecax6ssdfxhqn5x9h5tnnmsczeqlw83wmu", - "cAddress": "0x6D537DABa0420FC2193B32D00C1d64c012c98f30", - "amount": "403000000000000", - "delegatorRewardAmount": "446871253747854520445" - }, - { - "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", - "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", - "amount": "200000000000000", - "delegatorRewardAmount": "221772334366180903447" - }, - { - "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", - "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", - "amount": "900000000000000", - "delegatorRewardAmount": "997975504647814065511" - }, - { - "pAddress": "flare1waj2pdsp2z56gexk0wjscq9t3umjm2u8flmrya", - "cAddress": "0xCF5aa529e6333B280ce71127713eEBFEaADFF282", - "amount": "51221988000000", - "delegatorRewardAmount": "56798099248182529211" - }, - { - "pAddress": "flare1x84956nvkayu5j5hczj5smleqh365x4pty6q6t", - "cAddress": "0xd4e1383cBa0ef905a35cCbb3E42f0B1E61a0B458", - "amount": "173270000000000", - "delegatorRewardAmount": "192132461878140825701" - }, - { - "pAddress": "flare1y0a98wuapegnkaz8wnuv8e9sgf9436vmdjg258", - "cAddress": "0x25De42b15a2Bb43f96B88ae7899D78C469D24891", - "amount": "74015000000000", - "delegatorRewardAmount": "82072396640564397843" - }, - { - "pAddress": "flare1yfhwhndqn7dan5wgamd7lsaqh436kk3vh7peva", - "cAddress": "0x8cE5c5188449552133Eb48C3b43c977eD2ca12a5", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225863" - } - ], - "totalStakeAmount": "35703433223124166", - "cChainAddress": "0x82ebF2f88E70f74B9943E4b6510225d0102589dC", - "eligible": true, - "overboost": "0", - "rewardingWeight": "35703433223124166", - "cappedWeight": "35703433223124166", - "nodeRewardAmount": "43989076282107247218951", - "validatorRewardAmount": "30713082190095553639443" - }, - { - "nodeId": "NodeID-7niiMEHRfGLgT6VZ7bwb6Xa6vpGn8upVw", - "bondingAddress": "flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn", - "selfBond": "8340000000000000", - "ftsoAddress": "0xB95f930711DA83226416FFaAB084249B2e01e1F2", - "stakeEnd": 1767178829, - "pChainAddress": [ - "flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn" - ], - "fee": 125000, - "uptimeEligible": true, - "ftsoName": "PRICEKRAKEN", - "BEB": "8340000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "5985000000000000", - "normalDelegations": "100827006309022144", - "totalSelfBond": "14325000000000000", - "delegators": [ - { - "pAddress": "flare12mhnzq63jlawvk2pevxuvkwnxg5zmxl7cmq07w", - "cAddress": "0xB815F9a76d29B719b200c82016F33Af5E6cADc16", - "amount": "130061000000000", - "delegatorRewardAmount": "140213556291665959293" - }, - { - "pAddress": "flare12r5j5x0rxan9qd5av756s7kxny5zw4fevhz9kq", - "cAddress": "0xFa069cc7D5643f6AAB51073ed30A026b125B7c9e", - "amount": "80000500000000", - "delegatorRewardAmount": "86245335727938602474" - }, - { - "pAddress": "flare1395qwueuctwl7jj04xp07mt8suvd0xpjgly9sw", - "cAddress": "0x986Ab401DBd27c3D84F483D2Db90ffC0F653c718", - "amount": "50444000000000", - "delegatorRewardAmount": "54381656557898198926" - }, - { - "pAddress": "flare13wcz5eg3hhf2frxgs7j8hj4qgetecs4unl24sd", - "cAddress": "0xAC899C1C7b1cD31Ab024f56401B7b53A756e4684", - "amount": "165000000000000", - "delegatorRewardAmount": "177879893189540932972" - }, - { - "pAddress": "flare16nrawqly3rc9swq0aqwk89qf7fg068trngm4pz", - "cAddress": "0xE3D69450e9B94e8B62B9C0606F4D759E7401Bb55", - "amount": "4400000000000000", - "delegatorRewardAmount": "4743463818387758212607" - }, - { - "pAddress": "flare17zx65ulvsz4pxqwx6unud8jl44dvlsueza0gle", - "cAddress": "0xD55C19068c4bdF2f73E90d6964d73e30fc6A1326", - "amount": "99999998000000", - "delegatorRewardAmount": "107805993716329132837" - }, - { - "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", - "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", - "amount": "600000000000000", - "delegatorRewardAmount": "646835975234694301719" - }, - { - "pAddress": "flare199kzascjsrp4y63g3r8zpyw6qxwhwk47l0chda", - "cAddress": "0x929BF1f0AeBb7a22331Bbc9144C0A1db4210241C", - "amount": "100000000000000", - "delegatorRewardAmount": "107805995872449050286" - }, - { - "pAddress": "flare1a93kxv0f4pwyv0w8zcz7q7mqrpsugmad440zyc", - "cAddress": "0x16b57a4C93E53785Cc4cf9A6BCd42B600cd57aF2", - "amount": "52499995000000", - "delegatorRewardAmount": "56598142442735957777" - }, - { - "pAddress": "flare1axeyvufctxl7y769enfkstl6unxqzjskrwwy5z", - "cAddress": "0x9fBC96366B3840dD942036e81022568e8fA0aDa2", - "amount": "80000000000000", - "delegatorRewardAmount": "86244796697959240229" - }, - { - "pAddress": "flare1cnzsrxztzl6v0l9zl0xmr89canwrk62zuct26m", - "cAddress": "0x9a5f27CD3169BBA7AAEC562C35D25E920AB805cc", - "amount": "145785977000000", - "delegatorRewardAmount": "157166024347229521787" - }, - { - "pAddress": "flare1eshs4q9rqfdvsggxpfz5ewclfcl75k9kcf8756", - "cAddress": "0x0D43E74766424EBeA04Bac1cC5e896667a7b5442", - "amount": "55000000000000000", - "delegatorRewardAmount": "59293297729846977657592" - }, - { - "pAddress": "flare1ftch65mul4klgumxuyx76g2ak4re9xpmt4wf8a", - "cAddress": "0xBe45aFCb3F53FD53b9a2e1A5B731B8a5dA8dA1De", - "amount": "56221994000000", - "delegatorRewardAmount": "60610680531048552705" - }, - { - "pAddress": "flare1lvx3ml58qnmjsmpelq68p42lxtftcx6xmezvjf", - "cAddress": "0xC608e849603Bf012BC3aF7AF0b2a14E6a00CFfC0", - "amount": "90000006000000", - "delegatorRewardAmount": "97025402753563897604" - }, - { - "pAddress": "flare1m02snesu93e9t3w8jcmgc0mr9rygjnp24v0gue", - "cAddress": "0x20864C8Aa16bE02FD14fEb8BAD4894835876DB69", - "amount": "1121408000000000", - "delegatorRewardAmount": "1208945062193313445837" - }, - { - "pAddress": "flare1m68cpvlajje6dg0zpvyvv5xzn9g2yf5lewkkxq", - "cAddress": "0xc7E0bA5F3d45e77D87AeeF227D043342662dC2a9", - "amount": "173199998000000", - "delegatorRewardAmount": "186719982694961837647" - }, - { - "pAddress": "flare1m7xlwgr9qfjh2dkxqyd2k7vj4kpelv88pk8vzr", - "cAddress": "0xcd2D7Bd83d5Ee91546fDb5E5d3eF45698d670189", - "amount": "100200000000000", - "delegatorRewardAmount": "108021607864193948387" - }, - { - "pAddress": "flare1ndfxnvnsr6su9eu278rwkfhss4a5nwc6uzqztl", - "cAddress": "0x852cD2d90cDe379BD74A4F2c81285A9f5794f506", - "amount": "50000000000000", - "delegatorRewardAmount": "53902997936224525143" - }, - { - "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", - "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", - "amount": "177606994000000", - "delegatorRewardAmount": "191470988620820832395" - }, - { - "pAddress": "flare1qdvkrqg69wq2lcd4aqm3ty2hh6wmnql05evkyt", - "cAddress": "0xFd9eE2470501A628E7DfdaAbb77b46E0990aEB9f", - "amount": "100011996000000", - "delegatorRewardAmount": "107818928279713909274" - }, - { - "pAddress": "flare1rnak5cp9kjcmsh9nw8z659536h2rhlmvhv2zf3", - "cAddress": "0x692464a9dEB22497CCe40023973C1dC6DE30e2F0", - "amount": "36250585943770144", - "delegatorRewardAmount": "39080305186279437041861" - }, - { - "pAddress": "flare1u6f8wkvvnyaru6tv4fl7px4y6d7lps6grc0xmg", - "cAddress": "0x236066A85426c4Abe4B75a45E2De45db7d8298a8", - "amount": "120002000000000", - "delegatorRewardAmount": "129369351166856309324" - }, - { - "pAddress": "flare1u6jhchut0w6wcxxdlypu9pu5guj7t0yek83esh", - "cAddress": "0x0EB70D854F875be2F00De68DBf397aCf9663147E", - "amount": "50000000000000", - "delegatorRewardAmount": "53902997936224525143" - }, - { - "pAddress": "flare1ujl8mc48p0at9072c62mecgean6f965c32309y", - "cAddress": "0x1343A0F8D469888A52bA3f9d7E946adAf5714130", - "amount": "50000000000000", - "delegatorRewardAmount": "53902997936224525143" - }, - { - "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", - "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", - "amount": "266667000000000", - "delegatorRewardAmount": "287483015013183708927" - }, - { - "pAddress": "flare1vvw73xg3y2kzm34tq8tzemjz43ranlll54470d", - "cAddress": "0x3cDF058eFb4a09Ed78A40F8e6941B5814187d9cd", - "amount": "169000000000000", - "delegatorRewardAmount": "182192133024438894984" - }, - { - "pAddress": "flare1wa8kmcl2nkfy2fp467drw0twm5rt0tty0m2pfr", - "cAddress": "0xDd7D568326ea9b126091Ca1F030b456BE04Aa54c", - "amount": "601624957905000", - "delegatorRewardAmount": "648587777286687636280" - }, - { - "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", - "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", - "amount": "244208000000000", - "delegatorRewardAmount": "263270866400190376724" - }, - { - "pAddress": "flare1x9gdutq7ct8erpzydf3za2px82hc74gaeyqaan", - "cAddress": "0xAB37CA7005D8e865bd98cdC265Bd2484bFBC13EA", - "amount": "50000000000000", - "delegatorRewardAmount": "53902997936224525143" - }, - { - "pAddress": "flare1xjd263vug6p9t6k0zf6hxftdkdsr4zxuh5an9l", - "cAddress": "0xa26E604adA8f979185145FFfEEA42F59B02Cb1eC", - "amount": "52477949347000", - "delegatorRewardAmount": "56574375906972723338" - }, - { - "pAddress": "flare1ycg82xvhctxwxy6utnnstpzrwr3vmzde6rsqhe", - "cAddress": "0x41BCce1a069CFEa219Cb01b2b81a142fb346550f", - "amount": "200000000000000", - "delegatorRewardAmount": "215611991744898100575" - } - ], - "totalStakeAmount": "115152006309022144", - "cChainAddress": "0x5f3CF159075EabB0f5Db4B07230C4F7E8fC4D90f", - "eligible": true, - "overboost": "0", - "rewardingWeight": "115152006309022144", - "cappedWeight": "115152006309022144", - "nodeRewardAmount": "141875162478339065758259", - "validatorRewardAmount": "33177604218520709673326" - }, - { - "nodeId": "NodeID-7vz3A92AkLi9YRYTauPgvkdiMmhnuDRzj", - "bondingAddress": "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j", - "selfBond": "11000000000000000", - "ftsoAddress": "0x111246F191a2A20012723369d3CEc77777E774E9", - "stakeEnd": 1743498000, - "pChainAddress": [ - "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Flare.Space", - "BEB": "11000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "149278131044238395", - "totalSelfBond": "11000000000000000", - "delegators": [ - { - "pAddress": "flare102mdym69z3zy3g5zt7tk9aykzy88e9p8cp8ljk", - "cAddress": "0x55CE731C654161Cb1E7758E6a82f390dB9564282", - "amount": "50664185320169", - "delegatorRewardAmount": "49717673878964128841" - }, - { - "pAddress": "flare192vanv3n7ehcy7shhj692jrfujtaq8ng8vz7ul", - "cAddress": "0x6eb75fBe63Cd5A790E331c8F1a6450de3b86E848", - "amount": "13722982960000000", - "delegatorRewardAmount": "13466609344259085494084" - }, - { - "pAddress": "flare19yfgmf7vxgy4f07jjhyhstqx7l49hxk9zn5kle", - "cAddress": "0xfCaBa748fF1774ba65D4AC67e5f3A59d370e4304", - "amount": "91852522778000", - "delegatorRewardAmount": "90136528270963129861" - }, - { - "pAddress": "flare1ej02f65m34uastyly2dr3xd0xhshc6dph5kzxh", - "cAddress": "0x1E2Cd1f542c0099762cCe9FD905760D5a3993D35", - "amount": "175960000000000", - "delegatorRewardAmount": "172672704405648309829" - }, - { - "pAddress": "flare1fek006lyzc8jddzp5ag9llzdrrmsjf7t5wwmkq", - "cAddress": "0x030708881062EA9DEc55F44E2203f0268526d14f", - "amount": "77074000000000", - "delegatorRewardAmount": "75634098768816423231" - }, - { - "pAddress": "flare1s0yghx4ukjxclm5uyn9m24nssramhrvmhry0jg", - "cAddress": "0xe4d9D0bE192f728E5a926D4e947e4c1A7E60B630", - "amount": "57097376140226", - "delegatorRewardAmount": "56030679430548765162" - }, - { - "pAddress": "flare1vxsy2wcatnsepxp05snzjrgzwsmmusetuf937c", - "cAddress": "0xff71960A8a2597fbD18F81A79D5171CBf27C5665", - "amount": "135000000000000000", - "delegatorRewardAmount": "132477921656981824431371" - }, - { - "pAddress": "flare1wh3rh7qg22hemz6yjde6j9jfhaj948zqegh8az", - "cAddress": "0xB2145DA747954452FF580d92Ef421fc1643538C7", - "amount": "102500000000000", - "delegatorRewardAmount": "100585088665486200032" - } - ], - "totalStakeAmount": "160278131044238395", - "cChainAddress": "0x9Fd5cccC7f75409F78f9FBb865C2bd14424D5486", - "eligible": true, - "overboost": "0", - "rewardingWeight": "160278131044238395", - "cappedWeight": "159572907267643746", - "nodeRewardAmount": "196604756368574819887690", - "validatorRewardAmount": "50115448593913483005279" - }, - { - "nodeId": "NodeID-8aGBxZssVWRvEr57YGRsWjZTHbnoWrfcc", - "bondingAddress": "flare17pmwqezk53uwa7g4wmrs7ry4fy5el8v62ps2pc", - "selfBond": "6000000000000000", - "ftsoAddress": "0x184DbC7F2D96aBDfDe5CDa8c56F3F13DbF138cdF", - "stakeEnd": 1740124800, - "pChainAddress": [ - "flare17pmwqezk53uwa7g4wmrs7ry4fy5el8v62ps2pc" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "FlareFi", - "BEB": "6000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "20955236430000000", - "totalSelfBond": "6000000000000000", - "delegators": [ - { - "pAddress": "flare15765j7tmmefludxwcc6usl95n0lcyxt2exyqt3", - "cAddress": "0x8B6bE5399e08B20944e539fa554865A27f4E2391", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648849" - }, - { - "pAddress": "flare15sdml9mjg3kw9c3h26h6mp5t2c6uhh8gw9mafy", - "cAddress": "0xA7847F8343a1f994BF7df86335640608a0deBBd6", - "amount": "20855236430000000", - "delegatorRewardAmount": "21840818315631996649444" - } - ], - "totalStakeAmount": "41955236430000000", - "cChainAddress": "0x54093543a5c38ed404622c625904cF739ca5382C", - "eligible": true, - "overboost": "0", - "rewardingWeight": "41955236430000000", - "cappedWeight": "41955236430000000", - "nodeRewardAmount": "51691726233145188890287", - "validatorRewardAmount": "29746182092951384591994" - }, - { - "nodeId": "NodeID-98RaC6gbJMhin1NXsBFUoicEqiF7VKWbL", - "bondingAddress": "flare13yt3jfxhczfmn7t9054868jknymrwjevk30rge", - "selfBond": "7000000000000000", - "ftsoAddress": "0x96616c93747baBE136bB56310bE2AE665b18dA63", - "stakeEnd": 1741271459, - "pChainAddress": [ - "flare13yt3jfxhczfmn7t9054868jknymrwjevk30rge" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "TempestFTSO", - "BEB": "7000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "51321463581616000", - "totalSelfBond": "7000000000000000", - "delegators": [ - { - "pAddress": "flare13hx8h8gtzx7pvekjsr58yrww5lj5phnpsmwk45", - "cAddress": "0x94117DB32F41cD6D370DA3B861571D5b39F29B5A", - "amount": "1414545000000000", - "delegatorRewardAmount": "1394253096515597182514" - }, - { - "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", - "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", - "amount": "410000000000000", - "delegatorRewardAmount": "404118475956151868502" - }, - { - "pAddress": "flare14862anm00r0kfx78m7uetx2hsnc07e3ctcl58d", - "cAddress": "0x90A36616d52Bad220B0e3981a78d52E03221c570", - "amount": "60000000000000", - "delegatorRewardAmount": "59139289164314907585" - }, - { - "pAddress": "flare14jxag0pl8fyn2ples44tpdughclt9d73mdpghl", - "cAddress": "0x0b9Cc8422ecdA4CC1fDf8A45a4C2c7814B97Ad51", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", - "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare172zejcwzkfjusggprlflccxp66x9m2x45knet2", - "cAddress": "0xeeCB4fd9F4d5011D62b705Ec1756ab3F741A0433", - "amount": "1305878000000000", - "delegatorRewardAmount": "1287144944255287048137" - }, - { - "pAddress": "flare1805a8fzaewrq3amqm6wm0m07mzfx9qlmfa5wp3", - "cAddress": "0x3FBB7Ed52757e1eeF86E42501aaDb0E56F2709B1", - "amount": "73469964000000", - "delegatorRewardAmount": "72416024098130105749" - }, - { - "pAddress": "flare186sfp3gck8jzqf525lpr2gyc8a37zxph4ff4al", - "cAddress": "0x4b84a16DBC41279Cbf0D40EE8e1Ae0d6dD8c890e", - "amount": "895634000000000", - "delegatorRewardAmount": "882785968523200299011" - }, - { - "pAddress": "flare19uxg3laeycj808cf0dpqmvgldfzevvm5y2hpl5", - "cAddress": "0xC0d94Cb3dfECdEb578a0e4328d857cc03A79010A", - "amount": "57648991000000", - "delegatorRewardAmount": "56822005812999793809" - }, - { - "pAddress": "flare1awxnrr4zmr6m6j8y9z8fstk5fpujuj0aflz3c6", - "cAddress": "0xee6ae8A142259c6E11E5a38a3746Ae1cf6FcF426", - "amount": "1118600738271000", - "delegatorRewardAmount": "1102554208667080104222" - }, - { - "pAddress": "flare1exnz56pgy9ycdc7mzp87dgsg0dhvw7zcejfv2f", - "cAddress": "0x3776a63FfAb5C29B3D151545E6f58dc4Da37ab93", - "amount": "50572000000000", - "delegatorRewardAmount": "49846535526962225107" - }, - { - "pAddress": "flare1exzw2ckz8rmmpcckljcm4g2yjj0zqqutg92v0e", - "cAddress": "0x5461aA34d74d2cA83026b8e45E5aE1001b45C00a", - "amount": "560622000000000", - "delegatorRewardAmount": "552579776164609202009" - }, - { - "pAddress": "flare1f5rhfz4kxlrfydpjwps646ycc39uhwq5j3mrxx", - "cAddress": "0x4Cf39F138d88ebf4657657bbe4924BB37e6Af13A", - "amount": "99104000000000", - "delegatorRewardAmount": "97682335222337743356" - }, - { - "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", - "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", - "amount": "60000000000000", - "delegatorRewardAmount": "59139289164314907585" - }, - { - "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", - "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", - "amount": "143000000000000", - "delegatorRewardAmount": "140948639174950529746" - }, - { - "pAddress": "flare1k8hxmruaqytxaj9lksp4kpknc06te9ftpem0zg", - "cAddress": "0xa87f6E2F1B5089cd6FfA5C71378F506727BBDac8", - "amount": "492514000000000", - "delegatorRewardAmount": "485448797724556539911" - }, - { - "pAddress": "flare1kdgmtsmcrg6dl6us73fdztqaqrefnxrvrar24l", - "cAddress": "0x70d6376338ab23AEfCB94b71C60AddD973dDBa65", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1ljk99f3wd2y8fdjyar8u2lnynxnj3fmnheqj0p", - "cAddress": "0xC8264B7882cDb71D6F4aac8a49E0dbdDaaE47F23", - "amount": "1067540985921000", - "delegatorRewardAmount": "1052226917685664143577" - }, - { - "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", - "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1mekpexeayklxcqlksuye73tpgr8myaf72rtfy3", - "cAddress": "0x52716A84D6004a15A9Bd0C66664658B4F86D6449", - "amount": "1323822000000000", - "delegatorRewardAmount": "1304831534334694826499" - }, - { - "pAddress": "flare1mmrka73js7nkallyren9jvf6cncw6c0cmq7mpg", - "cAddress": "0x99640616370CbB437808aCaCDb44288876cB42B5", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", - "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1nmtqczaslta8g2w7e556h68r9x6txp87ng0dyu", - "cAddress": "0x544Cd0011f851c7513EAf245821f586689fFb562", - "amount": "50471000000000", - "delegatorRewardAmount": "49746984390202295012" - }, - { - "pAddress": "flare1nrc7qdgw0xez70vxjf3qw5l6r67t052esfp96p", - "cAddress": "0xdc4AC69fA7e54eeF5d5B2B923b288A8B7d80e4F7", - "amount": "3377412000000000", - "delegatorRewardAmount": "3328962414917119010984" - }, - { - "pAddress": "flare1q2562q27ur42swy3nhxsjqau8u6gfuws3ryc97", - "cAddress": "0x28B159ea06d6fD6169E13746b23CCD995C40010d", - "amount": "130113998000000", - "delegatorRewardAmount": "128247489200784859283" - }, - { - "pAddress": "flare1q298p83wacez5rqmu6dd2wdv3feexu57rfx9d9", - "cAddress": "0x05eF376b21042C3D9C7172801414a8A8AF40b7c9", - "amount": "382077719424000", - "delegatorRewardAmount": "376596745537631911562" - }, - { - "pAddress": "flare1qdcd306xt2r4qv9zy272ht4twunupmnxrsm6sm", - "cAddress": "0x8DE636b8eD4811D8349E6516c867334551Bb2843", - "amount": "170702985000000", - "delegatorRewardAmount": "168254219852111836748" - }, - { - "pAddress": "flare1sy9jck7du6r5g4e4z4ngu3c3a87sec6rtgkgjm", - "cAddress": "0x95B985ee05824d1B59B5dF09b29A1DDb63eb47CE", - "amount": "128016430000000", - "delegatorRewardAmount": "126180011192554631081" - }, - { - "pAddress": "flare1tlh52t9f36c3hdvcnu9hkvr4hsr3lcwva9pl3s", - "cAddress": "0x0EC611aC8DfaDC15ca6a5099145be54a79C775A3", - "amount": "96460000000000", - "delegatorRewardAmount": "95076263879830266428" - }, - { - "pAddress": "flare1tzt5myfmqv09rjawtq7tz3yl6wh5c7vnhcrh2c", - "cAddress": "0x3976faF6b95e1EC96F06b06967ce0e3aE6B3afAc", - "amount": "1555047000000000", - "delegatorRewardAmount": "1532739569951673401608" - }, - { - "pAddress": "flare1u5kku76v6kg2uwtglwwahnzzpumgqdcrccrjkd", - "cAddress": "0x3598775513E42a39b08521a48DdD6172D9e73e66", - "amount": "3040312000000000", - "delegatorRewardAmount": "2996698175295609755198" - }, - { - "pAddress": "flare1uku3zcxmvppdc46rf8f86g9t896pklenjw8cht", - "cAddress": "0x221d57Ef52259C3e4e84363a5f4BA6b61AfE9BeB", - "amount": "104480000000000", - "delegatorRewardAmount": "102981215531460359076" - }, - { - "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", - "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", - "amount": "150000000000000", - "delegatorRewardAmount": "147848222910787268964" - }, - { - "pAddress": "flare1w6ez07xmvdksrx2s0daqhaqxsk79psq56900gf", - "cAddress": "0xb2B7b71b550271dB3B258F7379b26FE00a1BBD23", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1wwxdlxpsvx4xul88pn5ws9f5tyu089tl5j5shl", - "cAddress": "0xCFE72F12a4901dB696a484731471Ef5604AcA51D", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1wyh5p06pdl4dv463mjl2z8pr4hwdgwevc44ce3", - "cAddress": "0xF66095b87168c082f3278FE98D3bf594CC8181FA", - "amount": "31928428770000000", - "delegatorRewardAmount": "31470409693187689211691" - }, - { - "pAddress": "flare1x6v2dvgnszkk6cylsynj89l6wnvtcjr38nwc8c", - "cAddress": "0x3e745FB691a9C7E549ea35432Fe530D74abD42A5", - "amount": "57000000000000", - "delegatorRewardAmount": "56182324706099162206" - }, - { - "pAddress": "flare1xcqghnjgv8ukp37tavwpc28m50mn45ysjnt8mm", - "cAddress": "0x2f3275A3C8F5FE2284B0eB3e121d722cD4cbc3F4", - "amount": "133000000000000", - "delegatorRewardAmount": "131092090980898045148" - }, - { - "pAddress": "flare1xh0ql3u48sp4zfap3f728s5rmnuyw3wk5pr356", - "cAddress": "0xEb4C1010E298F614338f92557B0828ADb896814E", - "amount": "60000000000000", - "delegatorRewardAmount": "59139289164314907586" - }, - { - "pAddress": "flare1xjevjc4w0jx27lz9gkcv8n40as7f96metwjqfa", - "cAddress": "0x454f4118451B535Aa86DB073668d88C0DF515071", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", - "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", - "amount": "124990000000000", - "delegatorRewardAmount": "123196995877462004987" - } - ], - "totalStakeAmount": "73321463581616000", - "cChainAddress": "0x438331baa70e55A89cC03E6430AC40F426C6e7c7", - "eligible": true, - "overboost": "0", - "rewardingWeight": "73321463581616000", - "cappedWeight": "73321463581616000", - "nodeRewardAmount": "90337067431332775489359", - "validatorRewardAmount": "39751819513182021212646" - }, - { - "nodeId": "NodeID-9fsCXCFJ7hzgsGK4FVpuNt1FVjJ9ScfVU", - "bondingAddress": "flare1yu0cptq33paad4pr7ff93s923w6rr4kf5adfee", - "selfBond": "30000011240000000", - "ftsoAddress": "0x1c2bB2CA14914a462AB7268DE4A48eF6445116c2", - "stakeEnd": 1751670016, - "pChainAddress": [ - "flare1yu0cptq33paad4pr7ff93s923w6rr4kf5adfee" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Encode Club", - "BEB": "30000011240000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "134927914283684624", - "totalSelfBond": "30000011240000000", - "delegators": [ - { - "pAddress": "flare12mxetd67eh9mwqzrpvzy2degjmaz3qnhv67njp", - "cAddress": "0xD4B3ECBc30eA0e447fc9DE70E1083eD9CF9d930F", - "amount": "30000000000000000", - "delegatorRewardAmount": "33265850154927135516985" - }, - { - "pAddress": "flare12v7950p7slwzev4lrf9th0jsn9lrfg93vwndvj", - "cAddress": "0x092E8ee3cd01F9d37ebA38C2e5d7dEBcCd6FBd81", - "amount": "63239751132073", - "delegatorRewardAmount": "70124136166480803358" - }, - { - "pAddress": "flare17m08c58l3jkmk28vh0za8g4e5m6vtgxguyvlgs", - "cAddress": "0xE9e11C8E916f32714108b173E6315ebd44FFee44", - "amount": "42999000000000000", - "delegatorRewardAmount": "47679943027057063336495" - }, - { - "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", - "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", - "amount": "200000000000000", - "delegatorRewardAmount": "221772334366180903446" - }, - { - "pAddress": "flare1a4586zhdqzm834yqtncc02zl0snt8mz7796uhc", - "cAddress": "0x6286F345b39DB226A76fc0c11428b9ae3f5D67Df", - "amount": "1747866000000000", - "delegatorRewardAmount": "1938141614896395754917" - }, - { - "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", - "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", - "amount": "4600000000000000", - "delegatorRewardAmount": "5100763690422160779271" - }, - { - "pAddress": "flare1dm98960nk9jujjlnuedxu027093lra4z3jc8up", - "cAddress": "0x8CAC08a3893F28e78EA085dAb04941AB32B53746", - "amount": "75000000000000", - "delegatorRewardAmount": "83164625387317838792" - }, - { - "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", - "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", - "amount": "3252783000000000", - "delegatorRewardAmount": "3606886395483145088278" - }, - { - "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", - "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", - "amount": "1590021000000000", - "delegatorRewardAmount": "1763113344306246631395" - }, - { - "pAddress": "flare1nennsg9gweqcwjue36zz0347see2xtp340le38", - "cAddress": "0xe8D1af512b66755CBD84Ae5B12351aa42ba4950d", - "amount": "1196874747449714", - "delegatorRewardAmount": "1327168533429281488730" - }, - { - "pAddress": "flare1s286csrntzxn55kuz04fpw8djuejx3da52zsnk", - "cAddress": "0xEEC5Be1f3d7b53Dac37301dF14a5AFf9DCF54eE2", - "amount": "71415190000000", - "delegatorRewardAmount": "79189566977521693970" - }, - { - "pAddress": "flare1t29t3885cr93tr7wllvd6t8u3fxx030dr5x2pn", - "cAddress": "0x98aA0190B6E7897E08B58BCEb975bAC4D28b5F78", - "amount": "57240000000000", - "delegatorRewardAmount": "63471242095600974566" - }, - { - "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", - "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", - "amount": "699552000000000", - "delegatorRewardAmount": "775706400252652916839" - }, - { - "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", - "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", - "amount": "1680718000000000", - "delegatorRewardAmount": "1863683771356294178394" - }, - { - "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", - "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", - "amount": "1334035000000000", - "delegatorRewardAmount": "1479260280380940707646" - }, - { - "pAddress": "flare1vf4lyfpxjcmep0m9hqzrrlls7jpcxswsxsyayp", - "cAddress": "0xC60bf8E848e9FE12577cE111eb457BCe62df5FDB", - "amount": "29999999999000000", - "delegatorRewardAmount": "33265850153818273845157" - }, - { - "pAddress": "flare1vgt74rqqwh8qr5pmkklljrr98pdg7frrrvl070", - "cAddress": "0xEeea994ccC3093c9D14274b894AAC9B00a756b1b", - "amount": "14418329995000000", - "delegatorRewardAmount": "15987933503265377168801" - }, - { - "pAddress": "flare1x4weupc6azatzyys0a3qej4277fva87cxu0zq3", - "cAddress": "0xCd153D4acA137246D277f1735B47a61563234C98", - "amount": "590000000000000", - "delegatorRewardAmount": "654228386380233665167" - }, - { - "pAddress": "flare1yemnf2d3lpch994tqmflfqmyzr2mhwew3878e0", - "cAddress": "0x289BA6a0b2aFE004A96d1781856d011282bDC49c", - "amount": "64200000000000", - "delegatorRewardAmount": "71188919331544070006" - }, - { - "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", - "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", - "amount": "287639601102837", - "delegatorRewardAmount": "318952528963666322553" - } - ], - "totalStakeAmount": "164927925523684624", - "cChainAddress": "0x865E3638beCc43150e9B42C4422cE68081aa3A76", - "eligible": true, - "overboost": "0", - "rewardingWeight": "164927925523684624", - "cappedWeight": "164927925523684624", - "nodeRewardAmount": "203202505808662045090130", - "validatorRewardAmount": "53586113199398531405364" - }, - { - "nodeId": "NodeID-9jaZDNBCn4AwMzRqFBhxfem2ZZtiArRm2", - "bondingAddress": "flare1lrpxldsg9zf5yep0as934azpynfcw8d4q8patj", - "selfBond": "3250000000000000", - "ftsoAddress": "0x670a7Fd22cAa9C2Fb5B798078d084B29AB4bC63C", - "stakeEnd": 1741874405, - "pChainAddress": [ - "flare1lrpxldsg9zf5yep0as934azpynfcw8d4q8patj" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Burst FTSO", - "BEB": "3250000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "29729550911414073", - "totalSelfBond": "3250000000000000", - "delegators": [ - { - "pAddress": "flare1w8wp57dwuuv79yllfjp3l84ry2hw4kzklc4x2c", - "cAddress": "0xd010e5FDBb3240AE917EacFa84CD4Eb1F03FDca1", - "amount": "226000000000000" - }, - { - "pAddress": "flare1xxta9ws430f0ae9ryp5dldtq2yktw9k9jkrlcy", - "cAddress": "0x23ED49F7ecD7099E8688c5D4B2f4111Edf8468Dd", - "amount": "50000000000000" - }, - { - "pAddress": "flare1e0732phzuc772lauqd6rm96g8ldxh37fqp8v3c", - "cAddress": "0x1D40eae4067B61e013Fa62A5FA5f2Fb1056B351c", - "amount": "263126000000000" - }, - { - "pAddress": "flare1cmsyvmf65x96fta5y5y8wv5ckyldnp26d8vjqu", - "cAddress": "0xdc3Fd7d96F2fA4A1D0aAF1Ecf5b6d2091998f159", - "amount": "55999998000000" - }, - { - "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", - "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", - "amount": "611262000000000" - }, - { - "pAddress": "flare1kv9v54lu8ud6u8p6zhs4rjearau2ggwxg25r2j", - "cAddress": "0x2fBACbA8d5518b71c46ab0700Dd5d0a8E6540e5c", - "amount": "750000000000000" - }, - { - "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", - "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", - "amount": "185000000000000" - }, - { - "pAddress": "flare1asv4ajkqkn94p5dy4u2druunk478x9l52s9u68", - "cAddress": "0x0EBfa86Ca6E7E65e946c50E7cd36213037404Af9", - "amount": "18470115730000000" - }, - { - "pAddress": "flare1y6shyzgt73trwr8m45dw347kl0ae656k2em7g5", - "cAddress": "0xf2064e64765DdBbe5978CdBA8f1169c387468620", - "amount": "150000000000000" - }, - { - "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", - "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", - "amount": "189077584000000" - }, - { - "pAddress": "flare1zdmjffhjn29awm463cs9k6rsxalumr3usqmja3", - "cAddress": "0x9440AE12F4d804A2d2E9ddbC79Ba2CF096779181", - "amount": "750000000000000" - }, - { - "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", - "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", - "amount": "1032599995000000" - }, - { - "pAddress": "flare15l8pyt5kw0vjg0lpkhpwwd9mmr2d3u5dree0vw", - "cAddress": "0x37DDD9686932D5D36D572354bBb63A1b66C6FBFf", - "amount": "162591542156073" - }, - { - "pAddress": "flare1jyad8jcytmd82q2jx7fqdeuv689j9jz6w0mlly", - "cAddress": "0x4c83A74E1076ced299D2D2D2B379b96a79FB630A", - "amount": "2000000000000000" - }, - { - "pAddress": "flare1rzs3q920n3vmaxuphp9vmswkw9l8chedn9qhvt", - "cAddress": "0x26ce2168fc17001E5e9Be5e84BF8Ee0A87E195Bb", - "amount": "2071811514800000" - }, - { - "pAddress": "flare1ynpmcplp2srs337jsw0ddlvf78a3drzd9as2df", - "cAddress": "0xC9C795F82Ae54523cE4eF2e95e97B765bd6a1759", - "amount": "52300000000000" - }, - { - "pAddress": "flare1c3j4zexzjk0xqf8ngsvtcxyc5zautvw03tx3tc", - "cAddress": "0xFE00394AeA2f8Ed73DE2dd594a032e5Ba4492209", - "amount": "231699998000000" - }, - { - "pAddress": "flare1v3azdvh9eryjkj6xj8c7mkf8wxx59gsyusf2pd", - "cAddress": "0xFb9c8d1336a9cbE9F97E1c649eC8338Dbe5797D0", - "amount": "200000000000000" - }, - { - "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", - "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", - "amount": "180662600000000" - }, - { - "pAddress": "flare1j5q6eq6pr38c5er4m824yxfcxh25q7jraszhlm", - "cAddress": "0x0deb598308c82E3b79888f6312C4B8fE05928C04", - "amount": "1952896405918000" - }, - { - "pAddress": "flare159cu5dquavjts20634h26a2cfhmujzjtnxywrh", - "cAddress": "0x4eB96d90b04d38C44c8df5Ab049209FAA9CbeD09", - "amount": "144407543540000" - } - ], - "totalStakeAmount": "47979550911414073", - "cChainAddress": "0x3D1d7F2E99E669BC6E2823F2bD57C811dbFDBfC1", - "eligible": false, - "overboost": "0", - "rewardingWeight": "47979550911414073", - "cappedWeight": "47979550911414073", - "burnedRewardAmount": "59114094485918452829769" - }, - { - "nodeId": "NodeID-9so5xxbAxuoqz5MANESDbLEQKetKP7AiW", - "bondingAddress": "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt", - "selfBond": "12000000000000000", - "ftsoAddress": "0x00c0fFEf480E392f5Fe7af592214855Ff872fa80", - "stakeEnd": 1741597206, - "pChainAddress": [ - "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "NORTSO", - "BEB": "12000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "133431308556278993", - "totalSelfBond": "12000000000000000", - "delegators": [ - { - "pAddress": "flare166qu6093h0tyuxcpqgyzu2uwn8w2400nrju4le", - "cAddress": "0xc9F314887750169424bd78770ccfd5AAC87A4b5F", - "amount": "106000000000000000", - "delegatorRewardAmount": "117539337214075878826681" - }, - { - "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", - "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", - "amount": "698295692035956", - "delegatorRewardAmount": "774313328503308607119" - }, - { - "pAddress": "flare18usylrnsan4nkqhv32f0yah5k0jl29ntvcyq90", - "cAddress": "0xf483DAA945205c0Ec8D1AD5bbF6d4A034665CBdB", - "amount": "117154037987381", - "delegatorRewardAmount": "129907622424428591949" - }, - { - "pAddress": "flare1ns97d9pqsqe928yegxvug8nn29plrzzpgujvv9", - "cAddress": "0xE366b667cFF9f389403dec51F179B0566C650E0d", - "amount": "400000000000000", - "delegatorRewardAmount": "443544668732361806893" - }, - { - "pAddress": "flare1pkgawj8lsqsfnsmmm7d79naa4n3v0x2z5zfx3a", - "cAddress": "0x3bF7fb2D2bD036B47538C0B4ccB0ba64542Fa5A9", - "amount": "22250761000000000", - "delegatorRewardAmount": "24673016041969888826769" - }, - { - "pAddress": "flare1qpj2t6uerlpmfrmvyawdget0nqzats7d639k7h", - "cAddress": "0x4F157eEB62c1c40a8A6669862Fda3AbF58Ee46b0", - "amount": "576610000000000", - "delegatorRewardAmount": "639380728594417853681" - }, - { - "pAddress": "flare1utqwj7gzsrtsyjgx0sfkhfcqmt82ej5z3udl0c", - "cAddress": "0x79CC08F995fA0e655fC3fB2f803174bf8F53bdAF", - "amount": "682519000000000", - "delegatorRewardAmount": "756819159396357120197" - }, - { - "pAddress": "flare1z2nh3pzw7r3w9s7yc02s6a4uhqp4xv2znpue5u", - "cAddress": "0xF8922eB3a6f85002b90c4f5A98Cc05099BD60a26", - "amount": "2624917826255656", - "delegatorRewardAmount": "2910670769240590464563" - }, - { - "pAddress": "flare1zwhsscjc8ydvv5yhlrz4rvhvwutr0st9d7jhfc", - "cAddress": "0xb13f9a18EdF6b5967f1bE73f96995C9C7fFd0E5c", - "amount": "81051000000000", - "delegatorRewardAmount": "89874347363566642027" - } - ], - "totalStakeAmount": "160431308556278993", - "cChainAddress": "0x5406C889F64c0191C26D2774F3F4992d042E4f6A", - "eligible": true, - "overboost": "0", - "rewardingWeight": "160431308556278993", - "cappedWeight": "160431308556278993", - "nodeRewardAmount": "197662365577483578561294", - "validatorRewardAmount": "49705501697182779821415" - }, - { - "nodeId": "NodeID-9WF8MvjNhmR45AdNjVfAWp27KKq7KCGpm", - "bondingAddress": "flare1w69rq8dwpyrrw7xkkasm34phunw927c0cj546w", - "selfBond": "4130006689658323", - "ftsoAddress": "0x3fE77e9be1ECcDe815311f9bcc40814F4eC6AE09", - "stakeEnd": 1744275600, - "pChainAddress": [ - "flare1w69rq8dwpyrrw7xkkasm34phunw927c0cj546w" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Defi Oracles", - "BEB": "4130006689658323", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "1000000000000000", - "totalSelfBond": "4130006689658323", - "delegators": [ - { - "pAddress": "flare1lz0yp5wtz27940296dqjkvp6jr8hf9zf66n39l", - "cAddress": "0xAd9362402e224419F124783282B5e80d88ed399d", - "amount": "1000000000000000", - "delegatorRewardAmount": "985654819405248459763" - } - ], - "totalStakeAmount": "5130006689658323", - "cChainAddress": "0x365623E776bC0C4dA02ecc097690F5455C3149e9", - "eligible": true, - "overboost": "0", - "rewardingWeight": "5130006689658323", - "cappedWeight": "5130006689658323", - "nodeRewardAmount": "6320519771553613547455", - "validatorRewardAmount": "5334864952148365087692" - }, - { - "nodeId": "NodeID-A7jk7Z5GA2aVe5ecuupNXWtSLfVjLDWFC", - "bondingAddress": "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz", - "selfBond": "13000000000000000", - "ftsoAddress": "0x90C6423ec3Ea40591bAdb177171B64c7e6556028", - "stakeEnd": 1756962038, - "pChainAddress": [ - "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz" - ], - "fee": 75000, - "uptimeEligible": true, - "ftsoName": "A41", - "BEB": "13000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "181926631244628000", - "totalSelfBond": "13000000000000000", - "delegators": [ - { - "pAddress": "flare1028d25sfd4362wh5t6veyv822mkxcqlrlxfk89", - "cAddress": "0x8D77edd9Edc5F96b7d4c3bC185e656CB0DFBd71f", - "amount": "100490000000000", - "delegatorRewardAmount": "105511673873781104347" - }, - { - "pAddress": "flare102qfacmcae32tdthhm3gvr3v4nlmw536sefn99", - "cAddress": "0x3B09E586B77c83F6C3899dd2c793027b8300FE79", - "amount": "132412975000000", - "delegatorRewardAmount": "139029899839358448854" - }, - { - "pAddress": "flare1040wywrh6dcxvg8lhtw9sdfy4jke0qupsywptz", - "cAddress": "0x7416877437A1a2a6597195C64f6E40193B2b0E7B", - "amount": "129999998000000", - "delegatorRewardAmount": "136496341850613949821" - }, - { - "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", - "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", - "amount": "187233675370811", - "delegatorRewardAmount": "196590093481086790857" - }, - { - "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", - "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", - "amount": "151154523011000", - "delegatorRewardAmount": "158707998173784191925" - }, - { - "pAddress": "flare108n7mw2ucrjvk5jevafymzsxnuzf33ce4rcs9q", - "cAddress": "0xBEa6014EcC8612c63C954eDB99FD36d4B80bE148", - "amount": "409999995000000", - "delegatorRewardAmount": "430488464132668757224" - }, - { - "pAddress": "flare10m6t2qv0d46uv2dl82dyc5fsun4gwexkljwavg", - "cAddress": "0xb5d97a524Cf48BBDdfD573e8880B097ee09f8272", - "amount": "200000000000000", - "delegatorRewardAmount": "209994375308550312164" - }, - { - "pAddress": "flare10mpv6fkj4u7y8rutc2796dhk887qltf4qxwa0u", - "cAddress": "0xCdB283e93347cd0F3469581A6A081eA8b1eaDCd6", - "amount": "141631546000000", - "delegatorRewardAmount": "148709140131271038653" - }, - { - "pAddress": "flare10p5vajk265j8u5fnm924cxydqs6zqs5k7mkh7d", - "cAddress": "0xf64583641d08319E5133f78B7c1ffd5Ea63D4B46", - "amount": "1643540000000000", - "delegatorRewardAmount": "1725670777973073900278" - }, - { - "pAddress": "flare10qpex55zqjntp3cnf68gkdnzuqwk4je9pd4ya0", - "cAddress": "0xb262C5C5cF41968e0aA604Ab59B6E6AE8CF5d3AD", - "amount": "166004996000000", - "delegatorRewardAmount": "174300577165591966683" - }, - { - "pAddress": "flare10xpfmmyg2tzj0472v6a9vuy0cylxk84p9vjt6n", - "cAddress": "0x745a5077e1aBf9Bc8d7Fe0578C60F28A0f731611", - "amount": "116770157778000", - "delegatorRewardAmount": "122605381686359836919" - }, - { - "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", - "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", - "amount": "56133811191889", - "delegatorRewardAmount": "58938923074644202953" - }, - { - "pAddress": "flare12k9ddj3mmcheumzc4ylpvz7hsl52l3d9x7xx2k", - "cAddress": "0xFE3336E6d96c141E0c3475c2FaD8bf179e442aF9", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare12lr9v2a2aj56202k670pql2ytxyndazp6eyfct", - "cAddress": "0x42e473B914e4ea9cb2E2813a5553759b0e719685", - "amount": "500000000000000", - "delegatorRewardAmount": "524985938271375780412" - }, - { - "pAddress": "flare12nwppz7tqg0th8xu5wyzde63dakr89tejf52g7", - "cAddress": "0xB78053673C45E29fbAC3028A8fc440179739448a", - "amount": "5374502830596129", - "delegatorRewardAmount": "5643076822525347564431" - }, - { - "pAddress": "flare12rjcnjyxvkwkgcd0ff5fe7x5k4et2xcxytwuu7", - "cAddress": "0x9E27B6e99810da9481E8502580Cb961d5c5Ac7B0", - "amount": "60380000000000", - "delegatorRewardAmount": "63397301905651339242" - }, - { - "pAddress": "flare12trtg3wqkrrf9zh39mezw4z4z5r2hex53ppm4v", - "cAddress": "0x0C5DC7e633fB5a05f91083bed0D87eA95640F99a", - "amount": "133311000000000", - "delegatorRewardAmount": "139972800833790753325" - }, - { - "pAddress": "flare132j6azfjz6cpq4hy4pmk6umln5un2f9wy300ne", - "cAddress": "0x18946738fFde9b75c743B2310117dCD590bB4D4d", - "amount": "256280103556277", - "delegatorRewardAmount": "269086901251554859479" - }, - { - "pAddress": "flare13h97x95e26zrd8wu86au3d05p8244xln35wz8k", - "cAddress": "0x98F3F8e945895E2A8B58de8594965B0548e76374", - "amount": "4247739998000000", - "delegatorRewardAmount": "4460007536765763761892" - }, - { - "pAddress": "flare13hvyvqaskhautkykksmwx43pvjtz08shyz4237", - "cAddress": "0x3eB3Fe08Cc41b8c96b23edD1a61d6C5b43a57E3A", - "amount": "66665996000000", - "delegatorRewardAmount": "69997420921711569382" - }, - { - "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", - "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", - "amount": "81197991607000", - "delegatorRewardAmount": "85255607619104381412" - }, - { - "pAddress": "flare13mvzh4r4tclvpqsxzcld3ex3nk5y58g3cr0jpk", - "cAddress": "0x371F9b8CE9487D4E473749F71C9Be7D6C2e4e01a", - "amount": "562083994000000", - "delegatorRewardAmount": "590172385954824709058" - }, - { - "pAddress": "flare144a52eqfth5c2av99l2nrhpw87qc8zukgm8kf7", - "cAddress": "0xAd86CcA860b78Cacf0e0030e2EE28E3f8Bd0385B", - "amount": "171389992000000", - "delegatorRewardAmount": "179954671520887177667" - }, - { - "pAddress": "flare1469yetxk0cxt34kvt9z9wfse8r9m6knjeqnfv7", - "cAddress": "0x493a30766b7E9733e4060C7192a820f5E386029C", - "amount": "940000000000000", - "delegatorRewardAmount": "986973563950186467175" - }, - { - "pAddress": "flare14pxzxgwtapd49de5vt50gz5e6t2s3x3jf76plk", - "cAddress": "0x28423baA1bf00A5CF962F6C721c30FbA7F2AAFA7", - "amount": "68740009000000", - "delegatorRewardAmount": "72175076243295631175" - }, - { - "pAddress": "flare14qxgc4uzf5vtp33c4kkhdx2m9427cfn7z9sxlu", - "cAddress": "0xed8b2a1D1bc80f70BEa9aE4b11Cd5BaaC64888D7", - "amount": "1085800000000000", - "delegatorRewardAmount": "1140059463550119644743" - }, - { - "pAddress": "flare14v0pz58zj00us8367dwc6jyla8xwus8wezaecn", - "cAddress": "0x81957a4386cb0787032Bd9CDE148Cf6aa1984594", - "amount": "747800000000000", - "delegatorRewardAmount": "785168969278669617184" - }, - { - "pAddress": "flare158e4wcn52m48yj8f6vdrgl7pl0uhf2jdd2a0cj", - "cAddress": "0xC73DE3E90Bd6608a35BFE257431786A9ea4BD862", - "amount": "53000000000000", - "delegatorRewardAmount": "55648509456765832723" - }, - { - "pAddress": "flare15altelke796kccywmjmxs3j4z2rkzqfk75959v", - "cAddress": "0x20c507483DE398447AbCB8766E7C3514bb789518", - "amount": "75000000000000", - "delegatorRewardAmount": "78747890740706367061" - }, - { - "pAddress": "flare15l75hzqgpf6jhdqlkckwlzt6d4plmxdwn0h48l", - "cAddress": "0x55640eA26f400A92b1a54AA438d5F16DfDB47A78", - "amount": "104300000000000", - "delegatorRewardAmount": "109512066723408987794" - }, - { - "pAddress": "flare15qfnjzj3clmawfel9urs362qnrhw3jp24nlj8r", - "cAddress": "0xD7a21FE80774d7894f10a7C7539cA4547148C58e", - "amount": "61050000000000", - "delegatorRewardAmount": "64100783062934982788" - }, - { - "pAddress": "flare15ssk4yamnexntksdns2ngq7hsjmhjvc8cwl6g6", - "cAddress": "0x886B589F7758c7A42c0e4D3D2017b3170935230a", - "amount": "105196722000000", - "delegatorRewardAmount": "110453599604486157059" - }, - { - "pAddress": "flare15yfj4k27rxaxa300xkczu0kt2jqzsz942rwfe3", - "cAddress": "0xd6B640894BD8527464eE56606F1491456F047639", - "amount": "54400000000000", - "delegatorRewardAmount": "57118470083925684908" - }, - { - "pAddress": "flare15ym7n7h7qnz9kx9vypgvqr37aj03rpn3w6gjw8", - "cAddress": "0x820daB1D580E5F12aBe6EaA6f0009aDe4Ba7C679", - "amount": "300009971000000", - "delegatorRewardAmount": "315002032232406476023" - }, - { - "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", - "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", - "amount": "90000000000000", - "delegatorRewardAmount": "94497468888847640474" - }, - { - "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", - "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", - "amount": "86446567987000", - "delegatorRewardAmount": "90766465209990943314" - }, - { - "pAddress": "flare16d2dv7m57rvk458g24z0dkzmg6n6af5pmnq57d", - "cAddress": "0x929F34BE63fa8da803A754e739324702a54929a9", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", - "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", - "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", - "amount": "727555000000000", - "delegatorRewardAmount": "763912288638061611835" - }, - { - "pAddress": "flare17gm2lh6586sa63sgu0sesgpvallpdu06keq6x7", - "cAddress": "0x5006ffAEC38FbFA960eb82fF4BA4a95f98fba6aA", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare17m0tm4ucw89pgzkyajz0n624ptzlh07q9k24yu", - "cAddress": "0x0002a0B89BA2De2f9B2aA276045A47570978ce80", - "amount": "81400000000000", - "delegatorRewardAmount": "85467710750579977051" - }, - { - "pAddress": "flare18ft4yqfl8xrtdgst2rc6qj9hdezllgn7tfrnc6", - "cAddress": "0xbf2c003207BFEaE6d9356e67A85A58e2B80Aa9dF", - "amount": "173000000000000", - "delegatorRewardAmount": "181645134641896020022" - }, - { - "pAddress": "flare18h4rz33ut8xgzlgak5460jax4qresxd786ml6u", - "cAddress": "0x0cD5f79aFF1A153bF477A47ca7D6d5f66D814E7E", - "amount": "4725399990000000", - "delegatorRewardAmount": "4961537094915399460094" - }, - { - "pAddress": "flare18m20srl3fa7p8dnggk0zkz5kf4n49p556eagzy", - "cAddress": "0x5cF590de324Ea955E7Fe997363F601F32f81D10B", - "amount": "120000000000000", - "delegatorRewardAmount": "125996625185130187298" - }, - { - "pAddress": "flare18u7kzvwl4rwlfppy4wfr3eyprckdagy9t7mnr7", - "cAddress": "0xaF0c648cF27205Cd904Dd84d21A5a34009F5667C", - "amount": "614249642819000", - "delegatorRewardAmount": "644944850136380310820" - }, - { - "pAddress": "flare199kzascjsrp4y63g3r8zpyw6qxwhwk47l0chda", - "cAddress": "0x929BF1f0AeBb7a22331Bbc9144C0A1db4210241C", - "amount": "100000000000000", - "delegatorRewardAmount": "104997187654275156082" - }, - { - "pAddress": "flare199ltkkj4z4av3h6n04tq5c92vn30n24vk9gyzf", - "cAddress": "0x3Ec5990bBa13566A31Ee8Ba9Cab06C1C3A6d2af1", - "amount": "108597199780000", - "delegatorRewardAmount": "114024005640294686961" - }, - { - "pAddress": "flare19avsqwl8nyzlmpkglp7zt42anzkxuj3x0y9n55", - "cAddress": "0x1e7be36690F1712F156F31E247E36f6031AA8216", - "amount": "774865716044000", - "delegatorRewardAmount": "813587209943361555356" - }, - { - "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", - "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", - "amount": "1643050290013981", - "delegatorRewardAmount": "1725156596260091806217" - }, - { - "pAddress": "flare19jz2jgtel3ydg45p8ck7kdjm3t2up99l5r69df", - "cAddress": "0x7B1173635fA5555B2482E37b463f08782F2f6629", - "amount": "4188712000000000", - "delegatorRewardAmount": "4398029798937141975846" - }, - { - "pAddress": "flare19pdclmn7dwzjg2hltn9u893rkc2u30fs2xc98v", - "cAddress": "0x449967f987ae0AEea8cF313f17EeD0F897847D25", - "amount": "472000000000000", - "delegatorRewardAmount": "495586725728178736709" - }, - { - "pAddress": "flare19u779ut599tkcsmh7h3wh5zd9cf8zhgd563ylk", - "cAddress": "0x4F3EA077C76f20E40725E82232C69E9A98889ECF", - "amount": "1081994000000000", - "delegatorRewardAmount": "1136063270587997932303" - }, - { - "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", - "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", - "amount": "157632000000000", - "delegatorRewardAmount": "165509166843187014035" - }, - { - "pAddress": "flare1anfdlfxqyv4dr96zgn2ycc2sdcs6s8ypqel24c", - "cAddress": "0xfF87B38d2eB383c99a34380F86f5dE58a02f9099", - "amount": "91567000000000", - "delegatorRewardAmount": "96142774819390132170" - }, - { - "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", - "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", - "amount": "1798270991000000", - "delegatorRewardAmount": "1888133966952663503151" - }, - { - "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", - "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", - "amount": "159720000000000", - "delegatorRewardAmount": "167701508121408279294" - }, - { - "pAddress": "flare1c6ukjx57m2mxnwz96mz4zdx4ppmg7szmy77klq", - "cAddress": "0x4f945c9F7F714A6EeB02c0AF0021b2D949ce6b91", - "amount": "1136080827602000", - "delegatorRewardAmount": "1192852918461514163756" - }, - { - "pAddress": "flare1ccnaj9cqtngxeydlkeahqlwpxlmzzsgjav88aq", - "cAddress": "0xa5848899443980B8F6EaB07b4cB79d2106FD69d3", - "amount": "100444000000000", - "delegatorRewardAmount": "105463375167460137775" - }, - { - "pAddress": "flare1cdja6nnsqa5qnhk29xzeeyr8h5670g9lu3jvzm", - "cAddress": "0x0FC616eCa88b83b1BfB8341D200E9d637D255A1E", - "amount": "94707000000000", - "delegatorRewardAmount": "99439686511734372071" - }, - { - "pAddress": "flare1djuen9j7f2lv37y8gl0m76f329myyh5vy6fky2", - "cAddress": "0x3B258675928438aF3320d5B75e887566788379C4", - "amount": "25039300459594000", - "delegatorRewardAmount": "26290561290877693784754" - }, - { - "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", - "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", - "amount": "1200000000000000", - "delegatorRewardAmount": "1259966251851301872990" - }, - { - "pAddress": "flare1dttps4qm8wxsjpzc35el27py5nt5xffgdqhexg", - "cAddress": "0xe85582561111c725da8BF00Dad723b1A722F2bae", - "amount": "150000000000000", - "delegatorRewardAmount": "157495781481412734123" - }, - { - "pAddress": "flare1dz87km72jafyz6q0mlzjvpnzytjtrtsenxtxhk", - "cAddress": "0x981259b6f1Be610A34aD64418c5Bc5eB6E74F947", - "amount": "55150001000000", - "delegatorRewardAmount": "57905950041304625122" - }, - { - "pAddress": "flare1e0fpn5058xndm2hs7253vs4gdss8a9g4u6jxk9", - "cAddress": "0x1739c5E6a1947487D375D598F083039B66fe06ae", - "amount": "307299998000000", - "delegatorRewardAmount": "322656355561643801556" - }, - { - "pAddress": "flare1e4fn50lklq8qate9w8h2f2sek8halavsc6hmkt", - "cAddress": "0x5FE558A60BD10253FCd82a78cBE877a1E582a9FA", - "amount": "608344924491601", - "delegatorRewardAmount": "638745061953704805501" - }, - { - "pAddress": "flare1e4w9uwpy57hgz4judyszv24f8jswyj6vzy38hu", - "cAddress": "0x13971a0979116f370e58Aba650A93fe9F436Ef01", - "amount": "55493907187000", - "delegatorRewardAmount": "58267041865823677554" - }, - { - "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", - "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", - "amount": "550000000000000", - "delegatorRewardAmount": "577484532098513358453" - }, - { - "pAddress": "flare1eflf796sdkuz7fgt8x4d8ec336ttgp5nklrgec", - "cAddress": "0xfb143952935DA91bA1a6487AA07Afb4427F42673", - "amount": "407870000000000", - "delegatorRewardAmount": "428252029285492079113" - }, - { - "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", - "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", - "amount": "845440000000000", - "delegatorRewardAmount": "887688223304303879583" - }, - { - "pAddress": "flare1ew05wlu453rv6l6ju9paqehxtd2su9vds3m77w", - "cAddress": "0xeA04b9A96145146f9094B7BA0F26E4Eb7Bf0C4dc", - "amount": "106262367488000", - "delegatorRewardAmount": "111572497397250833299" - }, - { - "pAddress": "flare1f7lalggydyz5xvs2hl7elntgjqvxkcj29awru9", - "cAddress": "0xdffBdB7fB22F9235fd55F0CB117205E59F432d42", - "amount": "171372992000000", - "delegatorRewardAmount": "179936821998985950891" - }, - { - "pAddress": "flare1fcqcmaqt70gstl90g4xerdpmqmsqn6qzjmh3g9", - "cAddress": "0x928d87E4a191A824f444cAd1Edc57C0eE4b3E4dD", - "amount": "76318457503000", - "delegatorRewardAmount": "80132234039273147557" - }, - { - "pAddress": "flare1fu89f8js375mc6x0yruyhut5r3y25hdymrnzfq", - "cAddress": "0x28ff20bf0cEfd220F6884Ba60D88B42D214166aD", - "amount": "16232716000000000", - "delegatorRewardAmount": "17043895279905547945429" - }, - { - "pAddress": "flare1fwexxms5vpvkpwlytcylfd82z70dwc0u3d89u8", - "cAddress": "0x7B455faAFBAcc1283aD0c3c3F3595CFDa27C73a7", - "amount": "9328787317830000", - "delegatorRewardAmount": "9794964325970187226437" - }, - { - "pAddress": "flare1g2mpamcexhqx0hc2quucneqxs3a6jxl8u8m90r", - "cAddress": "0x240Ba8f07Fd198EE9b79f3C2e0CD37958cA85926", - "amount": "500000000000000", - "delegatorRewardAmount": "524985938271375780412" - }, - { - "pAddress": "flare1gfwvjcw7wqt8gs6vk5astzfj6d5zapl8g28dqs", - "cAddress": "0x000D02B7d1821d39323BC2D49Bc5D2155b1D5d3d", - "amount": "2828105819315000", - "delegatorRewardAmount": "2969431574167646432551" - }, - { - "pAddress": "flare1gppnzsky0tzugadd43dzftt2azsnn2hp9gjdcd", - "cAddress": "0xE421afb9365F352E1E78873fF8449dBBa73abec3", - "amount": "332281000000000", - "delegatorRewardAmount": "348885705109502031382" - }, - { - "pAddress": "flare1gpywhyz2nwaztj7ywyuepy6vxk9lw4f5prj8mq", - "cAddress": "0x64b674062901aE8CE02C890fcfBe3c97e7e91048", - "amount": "600000000000000", - "delegatorRewardAmount": "629983125925650936495" - }, - { - "pAddress": "flare1gtsfnja67kp22y4che2yfa0en0usxs76kv8taz", - "cAddress": "0x4d7eAB18C126DA804F67Fb25C77BeeAa2cfA3cD3", - "amount": "51936970000000", - "delegatorRewardAmount": "54532357852844591532" - }, - { - "pAddress": "flare1gy0djyu2mt0vdyzkq9r6eyjvkpttwvcreaglpm", - "cAddress": "0x1F4FB5cE1c8EC71090CA2fE5072C14d93416454d", - "amount": "51000000000000", - "delegatorRewardAmount": "53548565703680329602" - }, - { - "pAddress": "flare1h068pyfft8vekr4ces96ffkplvekn23ls2ly64", - "cAddress": "0xB531ac8c8BFb161132E994fAB464f52257f117Bd", - "amount": "51793000000000", - "delegatorRewardAmount": "54381193401778731589" - }, - { - "pAddress": "flare1h0748dmtypelz3y7q7wuf2ywdk3w58rtgle2xp", - "cAddress": "0x9f54539D76Ed4a635A4D5E9f014b53a55e31F2F6", - "amount": "100001997000000", - "delegatorRewardAmount": "104999284448112611957" - }, - { - "pAddress": "flare1h83uu70cfjr0jk0ktc2kccp4kzm92y5f4ra56a", - "cAddress": "0xC93b87b3BF7D6e2D041bDA9920E430bAF75375D7", - "amount": "200008000000000", - "delegatorRewardAmount": "210002775083562654177" - }, - { - "pAddress": "flare1h9acaumy4ma3y24v9ffnspvlg35z3mr6w5spqy", - "cAddress": "0xdF01a391A0FB0F86EE09B70f82f8d8a864BCbC48", - "amount": "67886000000000", - "delegatorRewardAmount": "71278390810981232458" - }, - { - "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", - "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", - "amount": "152000000000000", - "delegatorRewardAmount": "159595725234498237245" - }, - { - "pAddress": "flare1hel20f5r4hphy2wjm354r95yz2flqzq0ttapvk", - "cAddress": "0x87F3db7b48034c00D6a54FE79E797374637d75B7", - "amount": "1000000000000000", - "delegatorRewardAmount": "1049971876542751560825" - }, - { - "pAddress": "flare1hf0hwrujra4u38dwnptsw7h2rhnf5lee2xwjup", - "cAddress": "0xA1A0EDf18FBDB59CDcCD8dE824564B7211368B5d", - "amount": "80450314160000", - "delegatorRewardAmount": "84470567327029097739" - }, - { - "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", - "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", - "amount": "218375000000000", - "delegatorRewardAmount": "229287608540023372095" - }, - { - "pAddress": "flare1hn06cy7e39d2zga53wedxys24fvzhtwg6w0vec", - "cAddress": "0xfb8f144B0Fab29a5a89D122e003c257B6Ac209f7", - "amount": "1149061573259000", - "delegatorRewardAmount": "1206482336337918626254" - }, - { - "pAddress": "flare1hqz9d9vrdpx7hftk7a8n32l0lf0s8cg2eynes8", - "cAddress": "0x5B3A527b2fB1aBd65ebC283540A438C8bFb14526", - "amount": "57990000000000", - "delegatorRewardAmount": "60887869120714163012" - }, - { - "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", - "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", - "amount": "144565995000000", - "delegatorRewardAmount": "151790229054420039428" - }, - { - "pAddress": "flare1hwpdlse399ltp7dfdelvng8883zdmd45a9f47m", - "cAddress": "0x0662bA946A3CbEa5E21D5d0Fd05f4e14f36d704b", - "amount": "51215219436188", - "delegatorRewardAmount": "53774540058963116935" - }, - { - "pAddress": "flare1j06dd4cscw8pd38t3jtw7evfwx535cr50ahc0e", - "cAddress": "0xEDb94A7642b6C6843f30E183bcFE336eFe0e0491", - "amount": "243791985000000", - "delegatorRewardAmount": "255974727976532340375" - }, - { - "pAddress": "flare1j3cl0urv6ugdwjh44eq8ndp7rgdgvp82xt6tl0", - "cAddress": "0x15D8d08FA5617F04551893DC4854B7e084979337", - "amount": "3000000000000000", - "delegatorRewardAmount": "3149915629628254682475" - }, - { - "pAddress": "flare1j875565kd8gt2xlsz3zgteyp9lvmqeev2ddnrx", - "cAddress": "0x3c9150c8858Db3AF963E1e5882e3E9D2ce9E6c6b", - "amount": "1808410165604000", - "delegatorRewardAmount": "1898779815138219993097" - }, - { - "pAddress": "flare1jcycp9x940zc38j7zaw5aq0r7dyycvh6hs4luq", - "cAddress": "0x4b2a55A5f2a36AF2f32C2e98784D67E2B63138F2", - "amount": "478007998649125", - "delegatorRewardAmount": "501894955344066829362" - }, - { - "pAddress": "flare1jdx0t2tatnmldaa4zxs8z0pjex30u000j8jres", - "cAddress": "0xfF5e112E6d4629E14B99edE618C09594FF29155c", - "amount": "1312195225813633", - "delegatorRewardAmount": "1377768083637979874303" - }, - { - "pAddress": "flare1jr3ghprrypxsh6yrnk49sgxvl9ezmhmjg2psz4", - "cAddress": "0x373b1A5D54b742B0BDF46d374b0b495F7Ec33E8C", - "amount": "164856188635000", - "delegatorRewardAmount": "173094361740776782953" - }, - { - "pAddress": "flare1jz0alk6zms6g8fzjdjjy7sm6ls3cuermzj2ev7", - "cAddress": "0xE95EA34f9B5532249E1c4cB9Dd00f01E9a952B46", - "amount": "2151748703357000", - "delegatorRewardAmount": "2259275623912181754982" - }, - { - "pAddress": "flare1jzs88lfwjctqfnzxuez89dfu2242tvkpruzmmw", - "cAddress": "0x1396779fDd7ca79D2F4872d524Fda641e377E7de", - "amount": "599999998000000", - "delegatorRewardAmount": "629983123825707183409" - }, - { - "pAddress": "flare1k7v2enxkfenfrr4354kd4ckz6mlck9fzg8xq4c", - "cAddress": "0x9209987190faD0D1Ff4645966CBDaef57f3FaB11", - "amount": "1000050000000000", - "delegatorRewardAmount": "1050024375136578698403" - }, - { - "pAddress": "flare1l6c8qr0ms9lyj6ejmhr83hramel8c7gfuweqt0", - "cAddress": "0x480b35b48EA560515ddf14518a8e809eAAB13797", - "amount": "250000000000000", - "delegatorRewardAmount": "262492969135687890206" - }, - { - "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", - "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", - "amount": "100004000000000", - "delegatorRewardAmount": "105001387541781327088" - }, - { - "pAddress": "flare1le6d86wyrp9st9xrknl7wple2ejyqtq6mhj6d9", - "cAddress": "0xc1B01d20204d2e7165bBA691f2bd5DEB04c97A6A", - "amount": "463631994000000", - "delegatorRewardAmount": "486800554765437732392" - }, - { - "pAddress": "flare1ljzeh83x6zgrkdy93ervzyjk7dsdgxq02v2fm9", - "cAddress": "0xe5852F3182aEF85edc5141fE1E28dD54b4508F9A", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare1ll2du66ssl69xlq0330f0a2j3jh3vymxhckd0e", - "cAddress": "0x25B960b7699327C57686F925a8DC7CE0D55eA764", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare1lmtchhz2mmfwupsgqqqf37pre8yu8fae5vuezs", - "cAddress": "0x41ABB071395BbBe0468D3D40549F66D0Ffa024C9", - "amount": "1000000000000000", - "delegatorRewardAmount": "1049971876542751560825" - }, - { - "pAddress": "flare1lsd0q44cft7p2h9pp2nl8z4hrkhfxelkm3pyx4", - "cAddress": "0x4A85591B4D4cc1FD8554063DaD88Ba5F2F0d9B82", - "amount": "20021851000000000", - "delegatorRewardAmount": "21022380466329366880859" - }, - { - "pAddress": "flare1m5du3jvkym9yfdamnfrc9w48p7svk36v883m0e", - "cAddress": "0x24B9D7f5ca269FC1495bb5D6804028AC5fC96aB9", - "amount": "61961006000000", - "delegatorRewardAmount": "65057313742296688716" - }, - { - "pAddress": "flare1md8zytggrmgczuj0h23vjqmxc94wtdaex0gz4m", - "cAddress": "0x3Ab636fb2D9fC72eB38BA567AF51AF469ed0ac49", - "amount": "1121212192168000", - "delegatorRewardAmount": "1177241269413247134483" - }, - { - "pAddress": "flare1mepna3j5wthwcn7s8z40c3nugqhff4mq86s3es", - "cAddress": "0x88cd0C441ba5452Ed0aE9cD4E91B22311CC534e1", - "amount": "290000000000000", - "delegatorRewardAmount": "304491844197397952639" - }, - { - "pAddress": "flare1mldz4y59q67p9a4qv4y7ggh2p8mtfhe6z7sn4v", - "cAddress": "0x1f56E518D2da23Ad89838269Ee8C2710f3F7faaE", - "amount": "1200000000000000", - "delegatorRewardAmount": "1259966251851301872990" - }, - { - "pAddress": "flare1n59ndyaehk2fn66vtcr6je07pwcl2qlavvq0l2", - "cAddress": "0xE77B2073f19DA72b38D3d2608f53B3D60E305Df2", - "amount": "963160000000000", - "delegatorRewardAmount": "1011290912610916593324" - }, - { - "pAddress": "flare1n5syzlh046hcwnaa7ktxc9azkemjf242c5jz27", - "cAddress": "0x87Cc6cb6c57b41dC9Dc8Cc624B23DE6c75c8Cd2B", - "amount": "92199814077000", - "delegatorRewardAmount": "96807211803320491450" - }, - { - "pAddress": "flare1n9xlkxdk7futzfh7w0qhzfda99y3w8wf78qqus", - "cAddress": "0x6c8C68C4De8F5decDC9529673923A80d46279AA7", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare1njzvres8a85waf8l2lelpdzzxzrf53xgfqxzxd", - "cAddress": "0x7DDAeF59B9159d22d448F0007644417bb6419d33", - "amount": "51644755746000", - "delegatorRewardAmount": "54225541104219671285" - }, - { - "pAddress": "flare1nljqfgcsl6cq3tcwz6s3g9uanhgj5yls2vq7ry", - "cAddress": "0x04CA5b4d18029DE724c00aDC8F7c320CcE2F2407", - "amount": "194000000000000", - "delegatorRewardAmount": "203694544049293802800" - }, - { - "pAddress": "flare1ntwpnyv0dt3zw800uutjl28a7pnvuk9ljv9cnu", - "cAddress": "0xFCD50096423588e7B0FBC4091693860E9Ca6e583", - "amount": "150600000000000", - "delegatorRewardAmount": "158125764607338385060" - }, - { - "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", - "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", - "amount": "90000000000000", - "delegatorRewardAmount": "94497468888847640474" - }, - { - "pAddress": "flare1nx2qfjxsxgf582jjrdrrwnjuts5xvkmpe8huk0", - "cAddress": "0xC77eea5eE92BbE1b22Da3417710B2dbDbDe5C8E1", - "amount": "331631005000000", - "delegatorRewardAmount": "348203228639608625581" - }, - { - "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", - "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare1phcjd48zk62hpycql0wh2rk3zf4jslvdrky9wj", - "cAddress": "0xe9a52f2134291D6989C9b101bF918EfeCDCe6d13", - "amount": "52989995000000", - "delegatorRewardAmount": "55638004488141022494" - }, - { - "pAddress": "flare1pq6z7jhavz8fs39jw22dscnsw273mjxuy6qas2", - "cAddress": "0x8a31959A732e009cAF2F504c1937043a646c38b4", - "amount": "64632000000000", - "delegatorRewardAmount": "67861782324711118879" - }, - { - "pAddress": "flare1pyu4jdjtrv0cv9dn693hw238p9ls8zs74gyj57", - "cAddress": "0x6D0F41e85FA9cC35CBdD4AfACC674E60A2C3a4C5", - "amount": "175000030000000", - "delegatorRewardAmount": "183745109894137819426" - }, - { - "pAddress": "flare1pzhxwl7ps6xval2wpuk0vxduuhjkcnyfhzjy4e", - "cAddress": "0x847794B1A9F8B2a183E9Af90f0f872abC53bFEbD", - "amount": "909604686241000", - "delegatorRewardAmount": "955059339324543521307" - }, - { - "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", - "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", - "amount": "120000000000000", - "delegatorRewardAmount": "125996625185130187299" - }, - { - "pAddress": "flare1q9v9us6ndg3c8qsn5f0e7agshfa4av46zd94tm", - "cAddress": "0xF0814C0E02618335a35f466e9224c5eE6260B975", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", - "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", - "amount": "550269976775000", - "delegatorRewardAmount": "577768000119583068669" - }, - { - "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", - "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", - "amount": "60700000000000", - "delegatorRewardAmount": "63733292906145019742" - }, - { - "pAddress": "flare1qf0n2r2pzas3dx8pm335pv05sl3curu06vml2m", - "cAddress": "0x09897972fFcaD7AFd630F0bAD9283724ccf38533", - "amount": "940254251347799", - "delegatorRewardAmount": "987240520714948506992" - }, - { - "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", - "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", - "amount": "492000000000000", - "delegatorRewardAmount": "516586163259033767926" - }, - { - "pAddress": "flare1qmqrvet7rz7dfdywu78fw0dx63f55e68r9psdj", - "cAddress": "0xE39C1715cc4F1A58E1D638090cb9761a2dB29488", - "amount": "450469998000000", - "delegatorRewardAmount": "472980829126269542519" - }, - { - "pAddress": "flare1qptx97g42atdsxfx7en4ur7w94t2j8m64h24lz", - "cAddress": "0xD3847C154774c252ca045b1A4FA7b4EcE7fe3942", - "amount": "150000000000000", - "delegatorRewardAmount": "157495781481412734123" - }, - { - "pAddress": "flare1qs42g3arkzelhwmxcu2u6urzc2kes6zcsy3e7n", - "cAddress": "0x0a852A20620d01A04cE0025e15339C5FE6AE0526", - "amount": "679402759083004", - "delegatorRewardAmount": "713353789882704657516" - }, - { - "pAddress": "flare1qs5mhetcqvzhy0h5wmygg86d65ya4ug4knhqkn", - "cAddress": "0x93262E0F3C85D476706E58E8B533Cd786A1064F1", - "amount": "63283997000000", - "delegatorRewardAmount": "66446417085215860147" - }, - { - "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", - "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", - "amount": "314000000000000", - "delegatorRewardAmount": "329691169234423990099" - }, - { - "pAddress": "flare1qvds933mu77cz28eylsj6zt6hydlyg4zhm6f8c", - "cAddress": "0xb2050D3F930C0E6566C60D1a9e6b67E48A3418Cb", - "amount": "563908976000000", - "delegatorRewardAmount": "592088565730021452887" - }, - { - "pAddress": "flare1qvlew4e0t5sy4p5t9w4y7gegrn3tte2csyymvp", - "cAddress": "0xb33966e39bF5825C64E25835922F96aaaf49fbE3", - "amount": "312246272875000", - "delegatorRewardAmount": "327849805074043815464" - }, - { - "pAddress": "flare1rccmjx34wj0gzm3u7c9tej3p809sqm956mu3nn", - "cAddress": "0x2504B51035502EE579b1e8AcE53d73460044093B", - "amount": "329228998000000", - "delegatorRewardAmount": "345681188842349800533" - }, - { - "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", - "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", - "amount": "103386550935000", - "delegatorRewardAmount": "108552970894504715948" - }, - { - "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", - "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", - "amount": "450000000000000", - "delegatorRewardAmount": "472487344444238202371" - }, - { - "pAddress": "flare1rz5hgkyx9a75ud0ek7s8lrheadmyzjxc3qwp66", - "cAddress": "0xe074B9d1D12be834Ef738a4D6b4cee7007deA8d9", - "amount": "511989506000000", - "delegatorRewardAmount": "537574582385016359507" - }, - { - "pAddress": "flare1s02zp3lr8q7p849lc0ury5wmrx3z56zz2wpjqf", - "cAddress": "0x78272Cc3d88c30be218aA0c1697395E90Ae8f154", - "amount": "200000000000000", - "delegatorRewardAmount": "209994375308550312165" - }, - { - "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", - "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", - "amount": "74845933063018", - "delegatorRewardAmount": "78586124789770182673" - }, - { - "pAddress": "flare1skz34q0d6ks0kuj32p57m6t9xda7rcq73gv3qx", - "cAddress": "0xade6B063077d7156bA541BBBbe015fdA01c7F0E8", - "amount": "250000000000000", - "delegatorRewardAmount": "262492969135687890206" - }, - { - "pAddress": "flare1slmk9v8p5u0zfawaa9zrfuuhas2d2mcwmp6ysp", - "cAddress": "0x1A03D40d57a63b299d9F9b94522F457af0CBc855", - "amount": "582716318922640", - "delegatorRewardAmount": "611835746871288811286" - }, - { - "pAddress": "flare1snzm6cz9jvmhx5xa9awltk05nmtgyluad32s7u", - "cAddress": "0xf06afa79d653A6F04D4d023416eAB53188124f11", - "amount": "52094994000000", - "delegatorRewardAmount": "54698278608663383304" - }, - { - "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", - "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", - "amount": "1000000000000000", - "delegatorRewardAmount": "1049971876542751560825" - }, - { - "pAddress": "flare1sv6vqkzvyr220q78srdhd2l32tc3pqszym5wew", - "cAddress": "0xcd114230e75A75967fA4F4B9577511C8b54F6566", - "amount": "250000000000000", - "delegatorRewardAmount": "262492969135687890206" - }, - { - "pAddress": "flare1t3spkp8gajpwjser6hcgecctfd5gk2sd0qwzls", - "cAddress": "0x795DC2AEB3bca32CB42A2a0C720Fb2008f5Fd77d", - "amount": "13906631040520000", - "delegatorRewardAmount": "14601571490002462118589" - }, - { - "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", - "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", - "amount": "108300430000000", - "delegatorRewardAmount": "113712405717486907420" - }, - { - "pAddress": "flare1temkz9z26qjyc9ksasypcpsd3d05apdfawpjmh", - "cAddress": "0x8Bf344920C76879D0CEa3A93919c65c53B16a69b", - "amount": "84684189204000", - "delegatorRewardAmount": "88916017052025302571" - }, - { - "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", - "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", - "amount": "441239195182815", - "delegatorRewardAmount": "463288745770313690393" - }, - { - "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", - "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", - "amount": "815030379956526", - "delegatorRewardAmount": "855758977482305413504" - }, - { - "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", - "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare1u4rdlg9txsk3zc5kvq8l63xzqqzyrnnpydwcr8", - "cAddress": "0xF16C0904707b08F5Cd9D1309F57726509e5A5D54", - "amount": "682539695502000", - "delegatorRewardAmount": "716647484901153186811" - }, - { - "pAddress": "flare1ua2mc9d2l47a8gh8asu8jhcd0q0jphgakfwy94", - "cAddress": "0x178665C0973F4efcF3fd97c2aB535d73C37AdcdA", - "amount": "1000002944000000", - "delegatorRewardAmount": "1049974967659956102686" - }, - { - "pAddress": "flare1uajm8numvd4p5wuqsg9fnqscux2pe5t6nwqefk", - "cAddress": "0x4c6FF89674cCd7137f42d0a257ED82Bd7E2BaF4a", - "amount": "59000000000000", - "delegatorRewardAmount": "61948340716022342088" - }, - { - "pAddress": "flare1um0kv0khm6qu992pff59tjq2uvlmmdwere06fx", - "cAddress": "0xfDad422674977C04a6C5892DD717b049DE3A8244", - "amount": "54443806446483", - "delegatorRewardAmount": "57164465620744110038" - }, - { - "pAddress": "flare1umqsxn0pszampdu492s5sjac3qn50ajqxu6ppe", - "cAddress": "0x20D394193242BD37e51d44c1db3627e8D5B927a8", - "amount": "90000000000000", - "delegatorRewardAmount": "94497468888847640474" - }, - { - "pAddress": "flare1unea575kdka6mu7q46ms4cqmkpn0sqhws8m5x3", - "cAddress": "0xa1Db418AB5eD12C8230bAb6cC24c2c9dE82cC479", - "amount": "50140000000000", - "delegatorRewardAmount": "52645589889853563259" - }, - { - "pAddress": "flare1usu99utwk2azj8mkxexpsx8hd3w2cfdkhxdnzd", - "cAddress": "0x72c4Ab33E16D273505Fb1EC4dcC1C8D6dfa7dF4B", - "amount": "2539325501978000", - "delegatorRewardAmount": "2666220362464705250371" - }, - { - "pAddress": "flare1uv4v4sz43224sslgn9qplh2h8p8hj9l8e05sqn", - "cAddress": "0xEb83857D858Ff7Ae20895141238E8b86EC06AD24", - "amount": "177955071607638", - "delegatorRewardAmount": "186847820476171399660" - }, - { - "pAddress": "flare1uvagmak37ergsdl39tn69x9x7htv3ydnrzdxlf", - "cAddress": "0x77ad19b2ffB328d28778137a0Db89fC5D5ad721e", - "amount": "63094000000000", - "delegatorRewardAmount": "66246925578588366978" - }, - { - "pAddress": "flare1uxrascmg5t3w0xe2wfaem4fjgmz3r7r7ykv006", - "cAddress": "0x133d90912221Aa55e6F87Be546b97D5Cf34961fd", - "amount": "250000000000000", - "delegatorRewardAmount": "262492969135687890206" - }, - { - "pAddress": "flare1uy2lzhhlpywvugkvr4zwtavlktll9pzvvnqmuf", - "cAddress": "0x8cf53EB8762C9cC4D29e78c97D6ab9cc2C64E94c", - "amount": "436999998000000", - "delegatorRewardAmount": "458837707949238678995" - }, - { - "pAddress": "flare1uzglnulr3gf0rtwy69mf3jfuz28vd0cta2x7lh", - "cAddress": "0x977aE5c77c48909052efC3E5908AB5224E957bA3", - "amount": "226641989000000", - "delegatorRewardAmount": "237967714493711657278" - }, - { - "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", - "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", - "amount": "760500000000000", - "delegatorRewardAmount": "798503612110762562008" - }, - { - "pAddress": "flare1uzrrn76smwvez5hjuqdl6te8fm7xflh6xldasx", - "cAddress": "0x8e7C7d2fAc4d458a24C0F47Ded8556100D3158ae", - "amount": "467080000000000", - "delegatorRewardAmount": "490420864095588399030" - }, - { - "pAddress": "flare1v09vq0tp5q0y5ragj6jv363kv00hrnp0csddr4", - "cAddress": "0x1AE8e3655d882856842441c0eC0223973343C9D1", - "amount": "50999915348000", - "delegatorRewardAmount": "53548476821461036505" - }, - { - "pAddress": "flare1v8j90nxva9y89hagd9za8v7ps9a4gua828kw7f", - "cAddress": "0x24ee85804ebae72Db31DeBD94C8c9C50efA849cb", - "amount": "105357000000000", - "delegatorRewardAmount": "110621886996914676193" - }, - { - "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", - "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", - "amount": "340443362142550", - "delegatorRewardAmount": "357455955805336769099" - }, - { - "pAddress": "flare1vu2de65zvvgemfmvyup0q5r7z4l3nt8pt9jlwh", - "cAddress": "0x4c254A6Cae5a01A6feA6BdcCB0D72D84023387f7", - "amount": "164103020519000", - "delegatorRewardAmount": "172303556400668094167" - }, - { - "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", - "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", - "amount": "225000000000000", - "delegatorRewardAmount": "236243672222119101185" - }, - { - "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", - "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", - "amount": "177200941000000", - "delegatorRewardAmount": "186056004546911403307" - }, - { - "pAddress": "flare1wmt56yzvad02xj5hlnnmhy4k5ladkfp3ghfnw9", - "cAddress": "0x7e367d3Cf0ed261fAe613Fabf93e056C51d19aC7", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare1wpujm56gapgh3rt64vm8m4v3xm5jqw6z5kf5m0", - "cAddress": "0x3D85050c6a246D31C0BB71D5eeBF29a62B7a69d1", - "amount": "156656554546000", - "delegatorRewardAmount": "164484976549385537789" - }, - { - "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", - "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare1wqs95s9nx8934c45c8utkyu4v4k4zc7ulu94nd", - "cAddress": "0xCCCD5354573D36f0c3140E9d981f3C66BDf43e25", - "amount": "55756901536046", - "delegatorRewardAmount": "58543178536011645577" - }, - { - "pAddress": "flare1xgl4vz52qm7cevanrwpzyhlkqpuqzvhsjkk4al", - "cAddress": "0xa4f505FDd1D87596E4506eB145CC4E99F77f7cAf", - "amount": "55281987000000", - "delegatorRewardAmount": "58044531629401996729" - }, - { - "pAddress": "flare1xhcs3vvjr9kn9y79dqszhfrr7zvs0lccql3ast", - "cAddress": "0x4f3784e4818c7e614435D4354e7f1080189E30BF", - "amount": "234026127157847", - "delegatorRewardAmount": "245720851891957208500" - }, - { - "pAddress": "flare1xk7l2pfaqk6adalj2jzd5ahe3tuwsd69k2krt5", - "cAddress": "0xd7807e003c6E1361b12b70E632b601815C36F06f", - "amount": "52049984000000", - "delegatorRewardAmount": "54651019374500194057" - }, - { - "pAddress": "flare1xuv26t3cn9affc69ts04x7h587r02zjvkcjnnx", - "cAddress": "0x50d8F349Cf720DD203AD9e852999b37feB805ba0", - "amount": "471224397729000", - "delegatorRewardAmount": "494772365156246046971" - }, - { - "pAddress": "flare1xwhl2akedkvtyce8u922meret0hydct4z9ekk8", - "cAddress": "0xADE5Ffe4199FC2D6301e67f8723A1B68Cc36D905", - "amount": "50149996000000", - "delegatorRewardAmount": "52656085408731484604" - }, - { - "pAddress": "flare1y5ql0ysh0gtfwt5w46av94dse0kzaha7h9lfgd", - "cAddress": "0xF1e8105304c0184E6E16E31A1edA368D0039e8f4", - "amount": "1547532543404000", - "delegatorRewardAmount": "1624865648608875009267" - }, - { - "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", - "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", - "amount": "781321098000000", - "delegatorRewardAmount": "820365179449503093446" - }, - { - "pAddress": "flare1yd9armwaeht8td4ehpdq3kx780fxku7z5nvtjw", - "cAddress": "0x52A3A014ba535e5F349241163B1B25e6654E6a14", - "amount": "500000000000000", - "delegatorRewardAmount": "524985938271375780413" - }, - { - "pAddress": "flare1ye975m80gzmm6q46hajtw2tmkycf5qqsyzsenu", - "cAddress": "0x35aB933F276ED630AAfB20C77f414E5331a9C2Dd", - "amount": "428138903390000", - "delegatorRewardAmount": "449533807813354117705" - }, - { - "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", - "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare1yhq547q4trufqecvkplfjp9huylx8tunma5s9m", - "cAddress": "0xC5FaF0381A5050536350dCa2137eEDAc119854E6", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578041" - }, - { - "pAddress": "flare1ym8cc3y262ehuyqjf2vdlheflaz4dmet0nrfpu", - "cAddress": "0xB3aEbA90EB2659ff653DaE03439635699E6a43c0", - "amount": "5585419525630000", - "delegatorRewardAmount": "5864533420604256347291" - }, - { - "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", - "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", - "amount": "215580000000000", - "delegatorRewardAmount": "226352937145086381483" - }, - { - "pAddress": "flare1ytrfjm5jparnmgzps9ntlmttr02u7fqt7pf5p3", - "cAddress": "0xC55297248Da652D27143C96A64D48663c6a9bAB9", - "amount": "88422995000000", - "delegatorRewardAmount": "92841657989680338549" - }, - { - "pAddress": "flare1ywy274zx97wgwyl20rlp62edkfl484dyhkyc9g", - "cAddress": "0xCC53E0993d28005aa981F83d3F61c526702deF99", - "amount": "50012000000000", - "delegatorRewardAmount": "52511193489656091060" - }, - { - "pAddress": "flare1yyzt5rjgnjdlqqywynjtfxwqzke7ascgf6cg7j", - "cAddress": "0x2780FC072F79994Aa5f05063253aecc22BF825fB", - "amount": "97628651915000", - "delegatorRewardAmount": "102507338855531645748" - }, - { - "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", - "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", - "amount": "100000000000000", - "delegatorRewardAmount": "104997187654275156082" - }, - { - "pAddress": "flare1zj23mfrsgjnd0s0qav90w6uqfpxhvrek86t3k6", - "cAddress": "0x69B7B4544478c52f170434d20122638D6ffD4114", - "amount": "755796000000000", - "delegatorRewardAmount": "793564544403505458669" - }, - { - "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", - "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", - "amount": "100000000000000", - "delegatorRewardAmount": "104997187654275156083" - } - ], - "totalStakeAmount": "194926631244628000", - "cChainAddress": "0xbBc569CA9C9288B6772F467025Dc376b4cc5B107", - "eligible": true, - "overboost": "0", - "rewardingWeight": "194926631244628000", - "cappedWeight": "179585905365675776", - "nodeRewardAmount": "221262141401166496688078", - "validatorRewardAmount": "30244295000143257542327" - }, - { - "nodeId": "NodeID-AFor3TgDtzsV8kK8sjqkneuUKpv8tbNwM", - "bondingAddress": "flare19fmukug4wefeyf77qdz73eckvdnzq588qaeju2", - "selfBond": "13333334000000000", - "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", - "stakeEnd": 1748779200, - "pChainAddress": [ - "flare19fmukug4wefeyf77qdz73eckvdnzq588qaeju2" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "AFOracle", - "BEB": "13333334000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "25845059768577207", - "totalSelfBond": "13333334000000000", - "delegators": [ - { - "pAddress": "flare14cyrctgqy5jjjjzrsgcqapnjt5t0yencpl90gr", - "cAddress": "0x4CBC289fb8946D1684709113416Ccb26623Cf470", - "amount": "20692950330000000", - "delegatorRewardAmount": "17454732752157253327318" - }, - { - "pAddress": "flare15c062x5rgyyrgkzv3wqakdkw6wpnuzn8s4f3kz", - "cAddress": "0xD8a30F894FD8c8Dd5FB47a44966A918FDD8A6f1A", - "amount": "2000000000000000", - "delegatorRewardAmount": "1687022147523538111862" - }, - { - "pAddress": "flare17ytsqa28gzkk80dn54y8sz74a5tfxhraex47e6", - "cAddress": "0x78Cac9021D86c3D5BcAF0C407664E27Eb56040A6", - "amount": "1994207000000000", - "delegatorRewardAmount": "1682135687873236183722" - }, - { - "pAddress": "flare1j23ggez8yhfyq4muucaycw3lftlq73vatgpshe", - "cAddress": "0x308c271feB0FA3E4F5E9d5e5c9daC8f3194460b5", - "amount": "750000000000000", - "delegatorRewardAmount": "632633305321326791948" - }, - { - "pAddress": "flare1tr0p9xq8cgsfflhzpqr77sz8mkqw6wrvac6p7y", - "cAddress": "0xf3221526Fb23f73F3d002778CD888AE873a85C0c", - "amount": "407902438577207", - "delegatorRewardAmount": "344070223954303925461" - } - ], - "totalStakeAmount": "39178393768577207", - "cChainAddress": "0x90D38ffe3D03cC6AaeF01Bf039d7f936cBdD5109", - "eligible": true, - "overboost": "0", - "rewardingWeight": "39178393768577207", - "cappedWeight": "29803004139756681", - "nodeRewardAmount": "36719343328882179548785", - "validatorRewardAmount": "14918749212052521208474" - }, - { - "nodeId": "NodeID-AFor4y2SR55vTb8wtqrJ1gkxPiwdzFTEE", - "bondingAddress": "flare18565qkzyd7ma0qey6nur27qe4sdr6a7ned7um9", - "selfBond": "13333334000000000", - "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", - "stakeEnd": 1746100800, - "pChainAddress": [ - "flare18565qkzyd7ma0qey6nur27qe4sdr6a7ned7um9" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "AFOracle", - "BEB": "13333334000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "143075586290785524", - "totalSelfBond": "13333334000000000", - "delegators": [ - { - "pAddress": "flare1meu3qaghkjq2zj6cxnjz3mvn0dar0u2n03nrp4", - "cAddress": "0x1D4C7C59B5a6a876B0a495c7166CE5c811a7332d", - "amount": "50000000000000", - "delegatorRewardAmount": "42175553688088453275" - }, - { - "pAddress": "flare1nj23pp87amxjrlk2sfkefafkr0tszh4r807rgu", - "cAddress": "0x9cB8008958407C161E57c701a2a852d3D4C8d355", - "amount": "26589899180000000", - "delegatorRewardAmount": "22428874408538982790137" - }, - { - "pAddress": "flare1r88yreet3tgn4zthn8qct98gtwehhtr8kpnrjr", - "cAddress": "0x2d41bb357c5A997960D4E58F5C79D2DFEDf8a93C", - "amount": "250929006522972", - "delegatorRewardAmount": "211661395730166065675" - }, - { - "pAddress": "flare1stkjf7mtmqdt0hk2a56sz5swn4hqse4lhzhdj5", - "cAddress": "0xABe0Faf2EB82a9cFc01633F4178A056Ae5C29067", - "amount": "16070525104262552", - "delegatorRewardAmount": "13555665886611971002036" - }, - { - "pAddress": "flare1uzuvpq4jx3wcyrkjuf8sa0q8rwysppzeca0lju", - "cAddress": "0x186206B8dB235DAFf7F05F7F427066EC7F186c90", - "amount": "114233000000000", - "delegatorRewardAmount": "96356800489028165659" - }, - { - "pAddress": "flare1xxcqz5k8fezlm8tce2ws9tqs23f0u23d49q62r", - "cAddress": "0xe1d57b826Af6D5529A7e50CF07D9Ec28fB53a3C3", - "amount": "100000000000000000", - "delegatorRewardAmount": "84351107376176906550189" - } - ], - "totalStakeAmount": "156408920290785524", - "cChainAddress": "0x625d748e319326f8e0d466fF86923C794CEb90c1", - "eligible": true, - "overboost": "0", - "rewardingWeight": "156408920290785524", - "cappedWeight": "118980265665200548", - "nodeRewardAmount": "146591840333777162675749", - "validatorRewardAmount": "25905998912542019648778" - }, - { - "nodeId": "NodeID-AW81N9vGQttoQMMdpqbihU5hEwH793YXj", - "bondingAddress": "flare143aen950cgnymsl42d3d93ryyj3k764m0gwm69", - "selfBond": "2464475000000000", - "ftsoAddress": "0xC7cF3238D2ca63d01Ad4d42B4cCB9dB8b0adE702", - "stakeEnd": 1743250851, - "pChainAddress": [ - "flare143aen950cgnymsl42d3d93ryyj3k764m0gwm69" - ], - "fee": 90000, - "uptimeEligible": true, - "ftsoName": "Bushido FTSO", - "BEB": "2464475000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "30988540615844129", - "totalSelfBond": "2464475000000000", - "delegators": [ - { - "pAddress": "flare10apl603luz07t35h4hwtqj37zn2k4h67kgpj0c", - "cAddress": "0x0e2fa9aF5610d8D62203D9e176c4F641a1a59661", - "amount": "1185000000000000", - "delegatorRewardAmount": "1328601093132062095731" - }, - { - "pAddress": "flare15m29qhn4pmtt532cfk2g2g886d5nt7usqquzxe", - "cAddress": "0xD6fDfdBBa8FF86B25139544aa974924D548A791e", - "amount": "666226320973187", - "delegatorRewardAmount": "746961196893104064196" - }, - { - "pAddress": "flare17vh42a9d7v4fe6nzf4vnykc64epvzjscxcdnpc", - "cAddress": "0x584ebc298278A83d849E02B10c62bD04F73D347B", - "amount": "200000000000000", - "delegatorRewardAmount": "224236471414694024595" - }, - { - "pAddress": "flare1d9exgmyzwvgr6p2jy3p72kgsszvgajcskarezk", - "cAddress": "0x91B63f6405a0c10D6d70a633b2130292c2faE893", - "amount": "24462722530000000", - "delegatorRewardAmount": "27427172906619682442703" - }, - { - "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", - "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", - "amount": "825000000000000", - "delegatorRewardAmount": "924975444585612851458" - }, - { - "pAddress": "flare1mjtzwa6xdl370le677wmntd3etku4fau8njtge", - "cAddress": "0xDa72f7fee2D64D4cB097DD809a0C099D5507C629", - "amount": "50483997231566", - "delegatorRewardAmount": "56601767010577708166" - }, - { - "pAddress": "flare1syc8y6a9dveg6ak0xqwdt82dyd5uk7ulupsq50", - "cAddress": "0x9bB00529c014baa1C4C5A22f877cbe05945cBbd9", - "amount": "3541014000000000", - "delegatorRewardAmount": "3970122422950156734054" - }, - { - "pAddress": "flare1ytsc8wpsvcz4t0tz6tmwwfmj3mlwk8cr39flac", - "cAddress": "0xDac244E82fF83D43c18821D572345371007aEE08", - "amount": "58093767639376", - "delegatorRewardAmount": "65133707333194065943" - } - ], - "totalStakeAmount": "33453015615844129", - "cChainAddress": "0xB75879b43daA5C6718559da8e08f6F9Ad4Fc2DDE", - "eligible": true, - "overboost": "0", - "rewardingWeight": "33453015615844129", - "cappedWeight": "33453015615844129", - "nodeRewardAmount": "41216407581744751943050", - "validatorRewardAmount": "6472602571805667956204" - }, - { - "nodeId": "NodeID-B6sAUBEYn2fvHMeUnsUkh1yNrvTzKu8gZ", - "bondingAddress": "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw", - "selfBond": "4000000000000000", - "ftsoAddress": "0x112B1130BD78B5A520adeace6130151E07a270a7", - "stakeEnd": 1740816002, - "pChainAddress": [ - "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Xdrops Oracle", - "BEB": "4000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "1176000000000000", - "normalDelegations": "28411513046236000", - "totalSelfBond": "5176000000000000", - "delegators": [ - { - "pAddress": "flare108x7th3uwkhsuua7ly7xasfq0nhwpywrargg9s", - "cAddress": "0x4e18524dB4542F4d9A4d850317A242691490B879", - "amount": "180418974000000", - "delegatorRewardAmount": "177830831235250217325" - }, - { - "pAddress": "flare12yjtwd5trm4jmy0c6l4wckemf4ffx27peed03w", - "cAddress": "0x75537feeef4ea80Dca479dc007B10306F1442330", - "amount": "120190999000000", - "delegatorRewardAmount": "118466837413481398222" - }, - { - "pAddress": "flare1353a0fa4l7e82vaw9j039c7y8als5pzp4l6lsj", - "cAddress": "0x8a955B7b52B185427edE10d689eC6beA033AB78B", - "amount": "173999997000000", - "delegatorRewardAmount": "171503935619548773782" - }, - { - "pAddress": "flare13hnqxx7lyp8t6fwpf8txph67pm2hvewrev2mtz", - "cAddress": "0x609652E00A1303B31A385bBf95e7F6feA605B996", - "amount": "26876387450000000", - "delegatorRewardAmount": "26490840818295236168095" - }, - { - "pAddress": "flare14uwpgpnhveg5jnsc90qd2nm3rxh45zcsf5wh4q", - "cAddress": "0x2DCe927B863f8242a3A2636A3a7fB10a1Fafe22b", - "amount": "55554999000000", - "delegatorRewardAmount": "54758052506403758776" - }, - { - "pAddress": "flare172r3664hwflu0h86p5zn02j90z0j8wqte34z4f", - "cAddress": "0xA5E9ADd3894051B11358A8952Dae14C2204C8199", - "amount": "101212976000000", - "delegatorRewardAmount": "99761057580747746632" - }, - { - "pAddress": "flare17f6uv8zyngakck75zvxvf94z9wy8fd8mrz4hqm", - "cAddress": "0xC9313E1af029323A9bd75300f0285c8a86093bfd", - "amount": "310899993000000", - "delegatorRewardAmount": "306440076453508010303" - }, - { - "pAddress": "flare18gll0k5yku0lr0cprr3jkx07z7w63uxp5kavvt", - "cAddress": "0xb67c4d6Ce3C33468cCa88f35825dbF7D4574aC0F", - "amount": "84637580329000", - "delegatorRewardAmount": "83423438954077704517" - }, - { - "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", - "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1ary69sscvhqhvm4wq249v8xz6dheu582ucxsx3", - "cAddress": "0xA60BcC03DF08BB3B207D1fDFF628adEEE0004DcC", - "amount": "50278246118000", - "delegatorRewardAmount": "49556995597449924441" - }, - { - "pAddress": "flare1d3wxera6d793areekey4ju7p4048ltnhgnsuj2", - "cAddress": "0x772CB70126776D014ADB41e481C6f311Db2aceB3", - "amount": "50200000000000", - "delegatorRewardAmount": "49479871934143472680" - }, - { - "pAddress": "flare1dmcsgt0276nepus4scz48404g9kfv4wjnqulwc", - "cAddress": "0xEDE423D36448c49dD077268581D5278Bb9924fB8", - "amount": "100580849962000", - "delegatorRewardAmount": "99137999504921501407" - }, - { - "pAddress": "flare1ksk3u9pzzmwam6m6v0p5srezcz0dk5su96ytzq", - "cAddress": "0x51A65cde94de2F449Fa83E486e7838798a740EaD", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1mmrka73js7nkallyren9jvf6cncw6c0cmq7mpg", - "cAddress": "0x99640616370CbB437808aCaCDb44288876cB42B5", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1qulms2mmlsqzm6fvxaee56349sc73rpds57sff", - "cAddress": "0xc9982e2F223095AB77Ae19F3DbeF374FB864f23F", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1qzuj9pcm2x6vygwtlfx8n3a69juk52c3nhcjwz", - "cAddress": "0xC653970AD41803220FDc39e7C46CeBB69fF2E6A5", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422989" - }, - { - "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", - "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", - "amount": "57150981827000", - "delegatorRewardAmount": "56331140671524321674" - } - ], - "totalStakeAmount": "48587513046236000", - "cChainAddress": "0x216f3f9476cC26ec95AafB2A494e23979d0494e8", - "eligible": true, - "overboost": "0", - "rewardingWeight": "48587513046236000", - "cappedWeight": "48587513046236000", - "nodeRewardAmount": "59863145496172372546203", - "validatorRewardAmount": "31859200735554767433408" - }, - { - "nodeId": "NodeID-B9o4BTqdc1qkrAn5BxLHL7pimWf9UwBkd", - "bondingAddress": "flare1h6psvqnxsptc92e3yvl8sgf6lnm0ve2jlmqsfv", - "selfBond": "7000000000000000", - "ftsoAddress": "0xb0421af2cFfB21D8a0Be4087448146E4f9cbD306", - "stakeEnd": 1750626053, - "pChainAddress": [ - "flare1h6psvqnxsptc92e3yvl8sgf6lnm0ve2jlmqsfv" - ], - "fee": 130000, - "uptimeEligible": true, - "ftsoName": "FTSO EU", - "BEB": "7000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "82805033133638666", - "totalSelfBond": "7000000000000000", - "delegators": [ - { - "pAddress": "flare10knlks6gggvnjdra420kk86mpfdzc26v6qqkdp", - "cAddress": "0xd32739E06c6F3CB66e6Ca4f1495a57b84F3963b6", - "amount": "133935846600000", - "delegatorRewardAmount": "143565782552998116274" - }, - { - "pAddress": "flare12nwm86fjmxvkvnhs8fesn2usppdcx2cn4dymkk", - "cAddress": "0xD15c3714e575B4EF045beD42CCE79770C1C44C1f", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare13g8cevk9uswm6vu4t8htmwr7f7hhfjzfmpygv3", - "cAddress": "0x8e471b4D2c08cD29142adF30a31D294350f874c1", - "amount": "60999998000000", - "delegatorRewardAmount": "65385874438496437493" - }, - { - "pAddress": "flare13lcwckz83n2m8pkmpmkzklpf5drzleve3mr228", - "cAddress": "0xf5460a9225f258C080B506841be032539D95830f", - "amount": "60000000000000", - "delegatorRewardAmount": "64313976966192461999" - }, - { - "pAddress": "flare13plwpvjasdzg5xey5nejc4cjlumy3dtjcqp3yw", - "cAddress": "0xCE18eE399dFfC872664D56c9e3269fE0167B90cf", - "amount": "90700872780466", - "delegatorRewardAmount": "97222230713607386167" - }, - { - "pAddress": "flare15vxzp832tj7pmhpp9d0uts5ml6qwahm6rrpygc", - "cAddress": "0x461Df3491F64EddFf068B6F5E98a8692A546afC6", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare16etgp93kwxw86a2asf05sxxjay5ksgx7wanf7x", - "cAddress": "0x83B60fA132B17Ace5174962c2a28B00f75f6cba1", - "amount": "358009981000000", - "delegatorRewardAmount": "383750761195016682713" - }, - { - "pAddress": "flare178v7getmac6nppek3y0d83nwvz6d8hlm06wrme", - "cAddress": "0xFC3CA1656B2da82c6a218c64ae256c310623fB66", - "amount": "93370000000000", - "delegatorRewardAmount": "100083267155556502948" - }, - { - "pAddress": "flare17e6p2ph0dxa8fmchwm8e4qm4gzvysukuyv86rj", - "cAddress": "0x2c73d82F2d16B0b911369e82ceB354b1d759DE2A", - "amount": "80000000000000", - "delegatorRewardAmount": "85751969288256615999" - }, - { - "pAddress": "flare17pagn4rhz0l23x5k7fmvgva0mu5kh5s9aez9rc", - "cAddress": "0x25cDEae2F216400C74221B78D2dd8568DdfB8068", - "amount": "189931989249000", - "delegatorRewardAmount": "203588026361721672149" - }, - { - "pAddress": "flare18cl7ugx0urdsu5z7d3yw48u7s8czl3f83fnr5v", - "cAddress": "0xc93D18fff20C6bB7C3B262021216e2B306ea0Eb3", - "amount": "80310471530000", - "delegatorRewardAmount": "86084763602074591531" - }, - { - "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", - "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", - "amount": "40000000000000000", - "delegatorRewardAmount": "42875984644128307999672" - }, - { - "pAddress": "flare19a7e0rcdd5wa0rmgkq56m4f5qcd2t7arqgp92y", - "cAddress": "0x8E434A912e6C4e466b4236a08A4B2277059F7bc7", - "amount": "50011781426116", - "delegatorRewardAmount": "53607609311291273704" - }, - { - "pAddress": "flare19f89vr6cp8gfvm8m39qju47k0czs93jmy93upm", - "cAddress": "0x0a2B76B41F3466A692636322F169F83835F63915", - "amount": "50065000000000", - "delegatorRewardAmount": "53664654280207093500" - }, - { - "pAddress": "flare1cqzq4eqnu4rjvkaptctnc792ef2cwlr7qrt2yn", - "cAddress": "0x94d5FDF97b37D6b18a63fd320E001d325f8b212a", - "amount": "131502186070517", - "delegatorRewardAmount": "140957142765719759389" - }, - { - "pAddress": "flare1ctfrjhjxpeu9uhtyxw39cm5u8ww9g3pgcy740j", - "cAddress": "0x9351061D49b6c01f660872361b2658E9a6ea2532", - "amount": "324400000000000", - "delegatorRewardAmount": "347724235463880577877" - }, - { - "pAddress": "flare1es6c486memsg3rlgwachvhkjee006uct9l20re", - "cAddress": "0x3e64cd2CA96178F3Fa47e5A2112d8719EF07ca13", - "amount": "272000000000000", - "delegatorRewardAmount": "291556695580072494397" - }, - { - "pAddress": "flare1fhytpt44eml0r9mvng4ztptqsayfqetzara5dy", - "cAddress": "0xae94aB64f858A81e9F476d85384682764FbE1ccC", - "amount": "2000001977000000", - "delegatorRewardAmount": "2143801351351956436025" - }, - { - "pAddress": "flare1fjzawdkvjqegmawc49jxh7qczh8pn9jnw33t6g", - "cAddress": "0xd492aE7b0985695c74C6a95d459056F50fDb705B", - "amount": "150000000000000", - "delegatorRewardAmount": "160784942415481154998" - }, - { - "pAddress": "flare1g4qyaawkxs2889lfzj4xuy9rd90dw4jdjhhgw9", - "cAddress": "0x8Aa9F64042D468aF80251fC7CB53f2b68690827F", - "amount": "126587267275714", - "delegatorRewardAmount": "135688843196391983429" - }, - { - "pAddress": "flare1gent5ln4jkfxrzuyjfan0apdcfj2kvcv77kyfm", - "cAddress": "0x85Fbc8d57D099923B1378402a91608Cca1e53F1e", - "amount": "63023287455000", - "delegatorRewardAmount": "67554637628576605824" - }, - { - "pAddress": "flare1gf8u80vw5f8u5xfh57nwugfarta4e73nfn6gr6", - "cAddress": "0x38C3452D46c82e75bEA04a229639233E9027C727", - "amount": "100950000000000", - "delegatorRewardAmount": "108208266245618817314" - }, - { - "pAddress": "flare1ghmyksa4888kmjqx5vssc7ycarc92tppp5e9en", - "cAddress": "0xeCe104B5486F3D48bEd9521dBd0759d1780e106B", - "amount": "150000000000000", - "delegatorRewardAmount": "160784942415481154998" - }, - { - "pAddress": "flare1gpar5z4x38k78tw2mg5ahj306lhezj2clg9a68", - "cAddress": "0x0989671cb1c720328A3109Cce2cD4E40d53197c1", - "amount": "135794993000000", - "delegatorRewardAmount": "145558600865437776897" - }, - { - "pAddress": "flare1gtuq6x7h26jnfk4hk8ejx23y8gmcg607dfve04", - "cAddress": "0x96852b641C8f32F29845FB1C74eC84CE99FE0321", - "amount": "500000000000000", - "delegatorRewardAmount": "535949808051603849995" - }, - { - "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", - "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", - "amount": "50200000000000", - "delegatorRewardAmount": "53809360728381026539" - }, - { - "pAddress": "flare1hrgkft6pxat9p93rrjctshmz9ppe4laz3w7kdu", - "cAddress": "0x7De140ea256fb6B4F5163aaA877060c09CdfcA37", - "amount": "66077768147540", - "delegatorRewardAmount": "70828734310304891815" - }, - { - "pAddress": "flare1j4ueyqy40ua00ckheas3cqemvx6zlwdu2s8gf2", - "cAddress": "0xb687634f7D5417B8FDa1b0625ecD230a2287FDDf", - "amount": "57785959793000", - "delegatorRewardAmount": "61940748118272095490" - }, - { - "pAddress": "flare1jfvpfjy0pqykgz8mxnv57k4vmupqrgmaky8e8c", - "cAddress": "0x38d188d26EA95C9706A6083191A770B8b69A9312", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1jsxh5tpfhzmcwtll5h50227mk66v35d0z5k3qs", - "cAddress": "0x80A05CC212e3960ce90dbd7f776710efEa5fFBd4", - "amount": "61999998649125", - "delegatorRewardAmount": "66457774750396483496" - }, - { - "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", - "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", - "amount": "335435293145349", - "delegatorRewardAmount": "359552961949966530387" - }, - { - "pAddress": "flare1kt9epey96ef2fxz4vr9gmrpx6v8vwh3vz8atsh", - "cAddress": "0xEDb1f9F70b8058fC925cFF7C914fc8732B9DB9DB", - "amount": "473224412561000", - "delegatorRewardAmount": "507249066154801879776" - }, - { - "pAddress": "flare1ky0umtzwp70jynl45ujn7j84zyg025jmqqkjw7", - "cAddress": "0x61725372e5426e9e360774b733f467C64d2a500c", - "amount": "326050000000000", - "delegatorRewardAmount": "349492869830450870582" - }, - { - "pAddress": "flare1lhpyc7a2keesd3yrcfhg0qdnk3a99y3rd9gndu", - "cAddress": "0x293c17cA71322CCd1A3010C3757600Fe30d72199", - "amount": "75000000000000", - "delegatorRewardAmount": "80392471207740577499" - }, - { - "pAddress": "flare1lhr3v0tsusj6xm3cuelnnk6w65q5g89z35khmm", - "cAddress": "0x0EE699d199190aCCD85E37Bf519112fD499bABcC", - "amount": "69000000000000", - "delegatorRewardAmount": "73961073511121331299" - }, - { - "pAddress": "flare1mp5y9w7l9t5kgdyut3evmd5d9yrq8j9f64y0rq", - "cAddress": "0x82F9e14DFeb06020eF323a5617C9E71a2371210C", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1mu75fry3j3waaaxys3djzn90rj8fuhhukxmft7", - "cAddress": "0x9e1d5a3e28D2088233619eaB94DDbD87eA57599C", - "amount": "50095000000000", - "delegatorRewardAmount": "53696811268690189731" - }, - { - "pAddress": "flare1nz7whcsg7jjru35ujnzgl03wd2ydq3qwfymwep", - "cAddress": "0xdD6b673dA2B509d6b8c7CA1cBdD4e4a2f947CCEC", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1paappcmwnx65ptta5pk8036lmlhun5rsyu6y75", - "cAddress": "0x0297e817Ba04E283F45ABb88A3842EAc00B82d0a", - "amount": "50001000000000", - "delegatorRewardAmount": "53596052704776488207" - }, - { - "pAddress": "flare1pl3zqd97m5se4em38app2kmkyf9ewlua08y8k2", - "cAddress": "0x45F6dea23d4F1733fBB67F6B21b1F5a9F4dd2578", - "amount": "78388998000000", - "delegatorRewardAmount": "84025136862915116188" - }, - { - "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", - "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", - "amount": "159109191756000", - "delegatorRewardAmount": "170549081561748059424" - }, - { - "pAddress": "flare1q80ehhn87ru8dgd58gg3gvcuyul8t5e5rd6nuh", - "cAddress": "0x3407B58C43D56d6954E6A19Fa27dEF558E5E4b14", - "amount": "315212230788000", - "delegatorRewardAmount": "337875869172692906757" - }, - { - "pAddress": "flare1rsya3j4w9c90h427jzalqzmz09xy0evnuc8fmg", - "cAddress": "0x795EF8125697b5a8C037A957566f7bCe93076007", - "amount": "33799341247945604", - "delegatorRewardAmount": "36229500908214205987940" - }, - { - "pAddress": "flare1sdym44a9e5g7spdux25v5r30jajua4mjvshlxp", - "cAddress": "0x0903BEF27724b2AB36C53905863e4D68eF8b44e3", - "amount": "58000000000000", - "delegatorRewardAmount": "62170177733986046599" - }, - { - "pAddress": "flare1sm7ew6h6d47zqw0fsgpc4gvqnv0u3gsvz3477t", - "cAddress": "0x9D40eFEdF62BF29708240C1f9585A100a06f6603", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1t8e7eu46qjq0lyvx25a88d7anfylcnfyzwmuuk", - "cAddress": "0x80C8204b9b1d6605928f7dc90bE062Ea8E241c37", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1vscpfkhah52g7nfl7c3p0scwpx67px3mqf43ga", - "cAddress": "0xfFC4a5F9a76C7ea43A5519891B48081Df5DB5583", - "amount": "500000986000000", - "delegatorRewardAmount": "535950864944625327759" - }, - { - "pAddress": "flare1wfkzrr8ltgqtgwqkdteql2ss3ny7305f0ysv66", - "cAddress": "0x2De71bC2633022d92dddae6Dd836ff4826eA56dc", - "amount": "106367000000000", - "delegatorRewardAmount": "114014746466049893425" - }, - { - "pAddress": "flare1whhlc9rkuhyx48jt90gveesplk3wx6um55268e", - "cAddress": "0x9a9A7a20b3c589d8bcC93da89251bD14b76CE54d", - "amount": "54722332260085", - "delegatorRewardAmount": "58656846941857289678" - }, - { - "pAddress": "flare1x5r5qaefegvfp66ay5ted7862q877csxu5lum3", - "cAddress": "0xC927D925844aE039650edB44f1BB83F215771695", - "amount": "103211120638000", - "delegatorRewardAmount": "110631960589454057383" - }, - { - "pAddress": "flare1z2mffv8fazhq2lc8367kgahthulf7j2vvjdwra", - "cAddress": "0x0D4813ec907b97D27E21310713C606ff05fb2b90", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1zdu3me55ew8775nrsg2exz46xhnh7mruzfct9p", - "cAddress": "0xb78Ad2F2DDE461e22C5be18815fa539AFbacf852", - "amount": "250000000000000", - "delegatorRewardAmount": "267974904025801924999" - }, - { - "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", - "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", - "amount": "63215955665000", - "delegatorRewardAmount": "67761158608910898027" - }, - { - "pAddress": "flare1zqaa8yvlup38ppd9tz3dg7ja5yxg94d8e2auje", - "cAddress": "0x73Ea2D65e375D65dF75f1E6962D2234302a12799", - "amount": "100998986903150", - "delegatorRewardAmount": "108260775288299387332" - } - ], - "totalStakeAmount": "104805033133638666", - "cChainAddress": "0xB5027c6924e1699Ce333b700dE63274aBf1650BE", - "eligible": true, - "overboost": "0", - "rewardingWeight": "104805033133638666", - "cappedWeight": "104805033133638666", - "nodeRewardAmount": "129126982507622125500498", - "validatorRewardAmount": "40368299280261445714882" - }, - { - "nodeId": "NodeID-Bo98cjoi5LvF6jXAMHZZLQYutyeGutBQ1", - "bondingAddress": "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc", - "selfBond": "7000000000000000", - "ftsoAddress": "0x4990320858AE3528B645C60059281a66C3488888", - "stakeEnd": 1743897600, - "pChainAddress": [ - "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "AU", - "BEB": "7000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "97945881086717297", - "totalSelfBond": "7000000000000000", - "delegators": [ - { - "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", - "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", - "amount": "2673998998000000", - "delegatorRewardAmount": "2965094999396443504514" - }, - { - "pAddress": "flare109a6sa7xrl88vhcx7hncmwa2gxmlerhs2dmred", - "cAddress": "0xe6C477CD695873e7DC03714EaF8e22Bb99236BC3", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare10gqst4a4mr7taf9zq5vhs4dsrdua2y2wu7e8rf", - "cAddress": "0x3aFcd19383baeDD8010d3F3F0006C03C069072B3", - "amount": "750000000000000", - "delegatorRewardAmount": "831646253873178387924" - }, - { - "pAddress": "flare10ptfn68ddxlngtxry37m6m897gptltcym6sjua", - "cAddress": "0x593798fd09b74B5F371295AF4b1bbDE224948ECC", - "amount": "62193891496000", - "delegatorRewardAmount": "68964422501924435204" - }, - { - "pAddress": "flare123320nw7y2gvdjm4vq0grufczmwk4cjel9pj2k", - "cAddress": "0x2531E6220E411213c08cd91e08Eb3eBaaa23EbEE", - "amount": "355660000000000", - "delegatorRewardAmount": "394377742203379500599" - }, - { - "pAddress": "flare12s0z5myrje9fxetyl47cx0lv57q2dfhdefdw5c", - "cAddress": "0xD3192402915F0062C932fccEcF145588ef517e16", - "amount": "103999997000000", - "delegatorRewardAmount": "115321610543829054299" - }, - { - "pAddress": "flare135mmr50dcqttmtzvh8tcjkj05rljp5sq709f6t", - "cAddress": "0xB97a94f2f54b13124374185b333C4fF4bf79FB77", - "amount": "9802959249000000", - "delegatorRewardAmount": "10870125781736368201243" - }, - { - "pAddress": "flare13kzrzwlrxx0xd8wcpyaa4ey82alzw7y5dtwye0", - "cAddress": "0xa1379d0B315c7FfdD2ABcb71A8441bC47Bc22229", - "amount": "406144150000000", - "delegatorRewardAmount": "450357681173341658882" - }, - { - "pAddress": "flare14gayv7nglfq4zfmpyrnpwxunrhnm08x0zpnh5k", - "cAddress": "0x5baD58A4bf3a5c5C1774911E2265a0347602238a", - "amount": "1000034000000000", - "delegatorRewardAmount": "1108899373127746767986" - }, - { - "pAddress": "flare14l58546ykry684ejt9mpe647mqrw3nvdyy7gcw", - "cAddress": "0xA2FD14bD0CecF38bD4581B9664f5e41FB34342fE", - "amount": "291717724596000", - "delegatorRewardAmount": "323474603798227935039" - }, - { - "pAddress": "flare14vuh033jka8zy77e6gy77n0v8k82e3hcyjej9u", - "cAddress": "0x6fD76CA69f80fDBF8Cd6a1Dd02a4e03959613dA6", - "amount": "2209694125778000", - "delegatorRewardAmount": "2450245122545122085849" - }, - { - "pAddress": "flare15u7km4khlqvrq5yczuu9vjrl9xdwu8cz9k6j6q", - "cAddress": "0xaD37815f435577485766BE1bf2Cce769B15A791c", - "amount": "4054090074454009", - "delegatorRewardAmount": "4495425097712148588521" - }, - { - "pAddress": "flare163vr29akw77sxpg5rxl54lygqvl5uutsga8y0l", - "cAddress": "0x9614256715b73b45F53E64e4aF67F19DfD9EC363", - "amount": "259344682570229", - "delegatorRewardAmount": "287577378295279372060" - }, - { - "pAddress": "flare163yacgx3ygnfr7nzkryna2ycj2zsam8925m7wp", - "cAddress": "0x28B9081BCAa20f89B4800097153824158a40ac22", - "amount": "804366553689000", - "delegatorRewardAmount": "891931241488447557290" - }, - { - "pAddress": "flare16pdhh0kcjx8hfuh9ak5hg6s7v830ed9rlx5szz", - "cAddress": "0xcCa3319bD691f8ed61e828343EE5Fa25097B7bF8", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", - "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", - "amount": "698292000000000", - "delegatorRewardAmount": "774309234546145977147" - }, - { - "pAddress": "flare17xl6lhpuvdwg4sl3u97657ptl2uwh6alu230g4", - "cAddress": "0x63321a4B97D62E2E1e26Ceb911eFDDa960117E02", - "amount": "332175021452000", - "delegatorRewardAmount": "368336149627731292128" - }, - { - "pAddress": "flare18jnuhsrq0d6zjrrvut9p9yteq5rnr5ckf8qpj7", - "cAddress": "0xf581bE044E9A69B5a8B7020ED32723BCB4594A5b", - "amount": "1441895972000000", - "delegatorRewardAmount": "1598863178118167088514" - }, - { - "pAddress": "flare18xuluwmf2964aknwdp08ger5pmvp8akd2kc6ky", - "cAddress": "0x3a547fdFe1D59a41634d5Af3080D56D9e648b2E1", - "amount": "1618065000000000", - "delegatorRewardAmount": "1794210261031072517676" - }, - { - "pAddress": "flare19m6mvdr50y3cuvlm9d33ns4ew8lc8dlecen0c4", - "cAddress": "0xD29A0a87558aEEE92359cbB4f98043DE6FfD3dDE", - "amount": "1000000000000000", - "delegatorRewardAmount": "1108861671830904517232" - }, - { - "pAddress": "flare19pdclmn7dwzjg2hltn9u893rkc2u30fs2xc98v", - "cAddress": "0x449967f987ae0AEea8cF313f17EeD0F897847D25", - "amount": "400897000000000", - "delegatorRewardAmount": "444539317651994128245" - }, - { - "pAddress": "flare19wtdxakvhuk3qhpff5muuua596almfhuhuzulu", - "cAddress": "0x844a002dcc954bD5A7878815f54e5FcA8f2De58F", - "amount": "482023816802000", - "delegatorRewardAmount": "534497735361379362936" - }, - { - "pAddress": "flare1c9qn6p9263geux4grcg0ults89dmqzf3rrcaxy", - "cAddress": "0x34fA1F8Af237385d71238B6cEC2507d53e894Ecb", - "amount": "151757000000000", - "delegatorRewardAmount": "168277520732042576821" - }, - { - "pAddress": "flare1cjug340c03pptm5pel386rya4wreushnpp3cae", - "cAddress": "0x71B1059631692C6FF9c4e910F5DFb2CB78531ccd", - "amount": "3000000000000000", - "delegatorRewardAmount": "3326585015492713551699" - }, - { - "pAddress": "flare1ck7pztandlwudwet0kdctqnyl5fwfuhamhwp0e", - "cAddress": "0xA544c0eD10496632C3F13EC4f83c8077f033d402", - "amount": "259711584320000", - "delegatorRewardAmount": "287984221582928127309" - }, - { - "pAddress": "flare1d80dgwzvuhd34hdzz0tehfhjdwz2jtfvufyefj", - "cAddress": "0xEbae206B804491ce1E629fC3103Ec211E25392Df", - "amount": "2400000000000000", - "delegatorRewardAmount": "2661268012394170841359" - }, - { - "pAddress": "flare1d9exgmyzwvgr6p2jy3p72kgsszvgajcskarezk", - "cAddress": "0x91B63f6405a0c10D6d70a633b2130292c2faE893", - "amount": "9095262930000000", - "delegatorRewardAmount": "10085388458301451083959" - }, - { - "pAddress": "flare1d9x87mx4fh0cccrvtku3p6umrsxv9e0jhc4w0m", - "cAddress": "0x77Fa775e158eFFf790a82Bf5eeBAAE249BEf233c", - "amount": "16258423000000000", - "delegatorRewardAmount": "18028342109114030113785" - }, - { - "pAddress": "flare1fcjkrdsrpannsuj2l9qx2gajrk5gpk6cve39x4", - "cAddress": "0x8e8079AB80E5775746B9286E37d20e203cdE96b2", - "amount": "699999997000000", - "delegatorRewardAmount": "776203166955048146570" - }, - { - "pAddress": "flare1gd5xwt36pxa50suvxypj8vehsh69ttucr4ulhc", - "cAddress": "0xEfCa66c0A08d027652032e7010C4D464FbADBBf3", - "amount": "500000000000000", - "delegatorRewardAmount": "554430835915452258616" - }, - { - "pAddress": "flare1j29wqym6zm7p97lhf6xgt9acq3z7pjhn53s0jd", - "cAddress": "0xE4fA53C7B0226558b9D27F5b17dCA6Ec80ee59F5", - "amount": "1639216995000000", - "delegatorRewardAmount": "1817664897569331450870" - }, - { - "pAddress": "flare1j65pvm94vh42584v2s7ss7kck6nctuk278zp9j", - "cAddress": "0x1b2ACDFBCf55112bBF072Ad46b70D3cbD805D369", - "amount": "741000000000000", - "delegatorRewardAmount": "821666498826700247269" - }, - { - "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", - "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", - "amount": "319999793633000", - "delegatorRewardAmount": "354835506153432814786" - }, - { - "pAddress": "flare1k2l4za0elqy5d5ukjee9vmu0rvjlynnuyqfrgz", - "cAddress": "0x50397Eeba2fAe71BF81eF1a1a8f71537fc2042Cb", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1m7wneyvxx7fucqgtqzjgfngckfvzpf3fa0gugr", - "cAddress": "0x63cc4f541d571b40AA690c0C01813278d8289477", - "amount": "400000000000000", - "delegatorRewardAmount": "443544668732361806893" - }, - { - "pAddress": "flare1mnxcmw60vjvf2x799kjdy00k2634czvj503h86", - "cAddress": "0xfF0aCE724184414B8A4D05eeA38cB4262B0f4D6C", - "amount": "19025100000000000", - "delegatorRewardAmount": "21096204192750141530812" - }, - { - "pAddress": "flare1puhax0v92nerwrhm9upkmgr0v5mdtxk7e3e6a9", - "cAddress": "0xdcfB1c9F1BAc1b8e117d6E09E71963C9a8B99174", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677584" - }, - { - "pAddress": "flare1r2ffxnthl7gsaht6shtmgeapwm3j2zuvdmwm7q", - "cAddress": "0x462bA1F305C8bD140d1CF02d528B8129F136B8Ed", - "amount": "670730988000000", - "delegatorRewardAmount": "743747884702474355777" - }, - { - "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", - "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", - "amount": "1820931605369059", - "delegatorRewardAmount": "2019161264219267630911" - }, - { - "pAddress": "flare1rcv4neqn368v64gkjcsvy2wf0ezj9y6dm88zz0", - "cAddress": "0x7C2d7614cdB4858d3b9B8b29e80E9406b5daDaa1", - "amount": "1800000000000000", - "delegatorRewardAmount": "1995951009295628131019" - }, - { - "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", - "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677585" - }, - { - "pAddress": "flare1rn0j9cr4dt6cnrsy65kf63dwa84n8uzyu80zr5", - "cAddress": "0xF0D5735B074ef4D7eb5D7541B45EC681C87Ea9e2", - "amount": "400000977000000", - "delegatorRewardAmount": "443545752090215185687" - }, - { - "pAddress": "flare1rp76dfqczyrdr03zzxq6llu5sxa9vr7xktxxgn", - "cAddress": "0x6Da1F633AF85E482db8A681D000E96A87f9D6103", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", - "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1shc6k4tc36p3ug75saggercdddxy6zc69vpalk", - "cAddress": "0xAe1503224bfE7BDD73beD0B5dCdF33b72c90960e", - "amount": "3486899986000000", - "delegatorRewardAmount": "3866489747983117555508" - }, - { - "pAddress": "flare1snel605g0vd5x2rnfr4e27kywz7kas58w5fcpr", - "cAddress": "0xbA1A90Ff570AB6d193F1AE863fA7423a2fD726Fd", - "amount": "350000000000000", - "delegatorRewardAmount": "388101585140816581031" - }, - { - "pAddress": "flare1sru0p28uevaww0p0z2q908hgzvvy73nx6p9p5k", - "cAddress": "0x53dc8744DDd13536DFB450f1245f79B6E922310D", - "amount": "86134000000000", - "delegatorRewardAmount": "95510691241483129687" - }, - { - "pAddress": "flare1t25g52cs6dny70jchny4h8e60elv3pv9awsjsq", - "cAddress": "0x995B1126A3A2ebc33c1528CE6505Fab22aaa689a", - "amount": "1000000000000000", - "delegatorRewardAmount": "1108861671830904517233" - }, - { - "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", - "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1tra4ppaam2hnrevv3ktrstzv2mw72xq6rvvyc3", - "cAddress": "0x1bDDF0451968f75C0975621fB61352De1B3b5Cb6", - "amount": "50319976000000", - "delegatorRewardAmount": "55797892713850991365" - }, - { - "pAddress": "flare1v69smxayhf4cpeds5g3jqf0gga62a93mz6w8mw", - "cAddress": "0x2E3E6A7b70A9c029AE9A7eBfafFEa9b972d0D3a0", - "amount": "402100000000000", - "delegatorRewardAmount": "445873278243206706379" - }, - { - "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", - "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", - "amount": "1297149998000000", - "delegatorRewardAmount": "1438359915397734450868" - }, - { - "pAddress": "flare1vl46anyauk6vxupncd2ju0v9vj5cnaxfn95hhn", - "cAddress": "0x1680D75B912C2A0442d7Ef703B3541a485C60237", - "amount": "586299997000000", - "delegatorRewardAmount": "650125594867874302962" - }, - { - "pAddress": "flare1vm5h6tczhgy24njywdjssktfpu77ew3cs3tsr7", - "cAddress": "0x4010A4c1911A4768849D59aF8dd3C114771298b9", - "amount": "235865998000000", - "delegatorRewardAmount": "261542764870344781200" - }, - { - "pAddress": "flare1w44n528vtws9mtmtt77vpqrdsfz9yjd5tk2w0p", - "cAddress": "0x5B02D652dd6B15f7e2B934C4A6d028e07BB28589", - "amount": "120049992000000", - "delegatorRewardAmount": "133118834832406712646" - }, - { - "pAddress": "flare1wrznzm3guy7ntmv8jnmsnsgex6vx6edp0nvp88", - "cAddress": "0x679751569a7a1Bfac127d898534028CB65FA3c8E", - "amount": "531114028558000", - "delegatorRewardAmount": "588931989639670645914" - }, - { - "pAddress": "flare1xqv2gwxpsen434hn8qas585l8tvft2w03ug36h", - "cAddress": "0x35aa0A6e56c63017D6Fa4f7eDA7d37304E13050e", - "amount": "514189984000000", - "delegatorRewardAmount": "570165565296946044422" - }, - { - "pAddress": "flare1yf492ew7wmu39v95cnhtsmzvwl3hs7lu0ht7tv", - "cAddress": "0x1BB3f830F0Eaa442c33A2BcDE2856becB21a54F6", - "amount": "500400000000000", - "delegatorRewardAmount": "554874380584184620425" - }, - { - "pAddress": "flare1zjhpyw6u4lz4c4hzq0m8rnhqkr5e7jcdhhqqpq", - "cAddress": "0xe4BC88b85595Bd7F19f9aFb698c758d0e82704ef", - "amount": "105670000000000", - "delegatorRewardAmount": "117173412862371680337" - } - ], - "totalStakeAmount": "104945881086717297", - "cChainAddress": "0xD49E9e23De39c3852c1980659D82D057e791F491", - "eligible": true, - "overboost": "0", - "rewardingWeight": "104945881086717297", - "cappedWeight": "104945881086717297", - "nodeRewardAmount": "129300516837316271684396", - "validatorRewardAmount": "20692083386547958789068" - }, - { - "nodeId": "NodeID-C3FRhsMBh3KNLKiVbc8xLY7gnVzmJ7EY9", - "bondingAddress": "flare16l73k2h57xtup0r5g3687jwwrk8ddsz0eta9pf", - "selfBond": "3000000000000000", - "ftsoAddress": "0x4c1F288cAFECbbDac653C2170337c38e62c400E9", - "stakeEnd": 1747381461, - "pChainAddress": [ - "flare16l73k2h57xtup0r5g3687jwwrk8ddsz0eta9pf" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Wonderftso", - "BEB": "3000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "7462092242870168", - "totalSelfBond": "3000000000000000", - "delegators": [ - { - "pAddress": "flare12flehk9gpmvmme9k20h9keye232c4ztcczvlw2", - "cAddress": "0x76120CE7886BF8Eab3e052590cCEf7EC76125dd6", - "amount": "78689971000000", - "delegatorRewardAmount": "77561149155009238546" - }, - { - "pAddress": "flare144fly3777tte3uj4zf3ew8cwujzg07ra2v7pn9", - "cAddress": "0x25E4883b5E5eE02477458acE0e708F5eBB2Dc4D4", - "amount": "58703994437000", - "delegatorRewardAmount": "57861875035167945230" - }, - { - "pAddress": "flare14l5lramzvkfyr97fmars4wd74s7vq86qelcvps", - "cAddress": "0x4ff75a8aD64c0E9739E1D6047585aB5d1dC03121", - "amount": "50998000000000", - "delegatorRewardAmount": "50266424480028860950" - }, - { - "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", - "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", - "amount": "600000000000000", - "delegatorRewardAmount": "591392891643149075857" - }, - { - "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", - "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", - "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare16kg7hlwvh383y7hxtvgds8kklrhzdyvupzymqz", - "cAddress": "0x149AecB03fA024590e5A999132a5F89748559c85", - "amount": "91200987000000", - "delegatorRewardAmount": "89892692371065412510" - }, - { - "pAddress": "flare173r0wgkvl3rd69pdgcdwmty6xg3fzvwjss7vfe", - "cAddress": "0xaE0AFd6Afaa7787610E70902DFA03aEF62343E44", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare18ky6f6ek8l4lmk9l85sap027plmf2c8r68cqp4", - "cAddress": "0x300B678ee6F5172BD12216C8c53CaDAF97D66c92", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1c96yhtg77u2c0hnccgwt09r0hlu69nwph7v8k0", - "cAddress": "0x2772955a74fe3Ee64224eC8B64487203D6DB875D", - "amount": "50891634687000", - "delegatorRewardAmount": "50161584996652863224" - }, - { - "pAddress": "flare1cevpg4uver7fr6paf7pn6k0j6sdc7rf8gmwhax", - "cAddress": "0x455c7B038e40AB0e70037503EBc09C4af7A2D54C", - "amount": "136676714062168", - "delegatorRewardAmount": "134716061915848982646" - }, - { - "pAddress": "flare1d95huelwejvqutqmmsdg5zr2l5pyz4e7p9r3us", - "cAddress": "0x4423c81121f1C3bfF9d2ABBE6Cc15aaeA7E12bb5", - "amount": "64999997000000", - "delegatorRewardAmount": "64067560304376691668" - }, - { - "pAddress": "flare1g4hr5kwkrwvh60j9pmgtvsxejdrtdle6a04ql2", - "cAddress": "0x06Cb66E56D2B29bf99bf80C6B50721F4B0dEb368", - "amount": "79044988913000", - "delegatorRewardAmount": "77911074271932881756" - }, - { - "pAddress": "flare1g6gvgdv9ksgrwmsgjzj3qq97j0t8czetwlpasz", - "cAddress": "0xdf3f06b95A3a75Bc5aEb6F812859a8DCcb9336E8", - "amount": "273262000000000", - "delegatorRewardAmount": "269342007260317004611" - }, - { - "pAddress": "flare1gdaa5yfv2dncwhuquveejlj84u5uzw6uahgmcr", - "cAddress": "0x7049D2bEfC694f4851911Ab7a31634B7a267F5B0", - "amount": "62663188390000", - "delegatorRewardAmount": "61764273635902511988" - }, - { - "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", - "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", - "amount": "143000000000000", - "delegatorRewardAmount": "140948639174950529746" - }, - { - "pAddress": "flare1j7z354lhxseak85r9f7575arwrjznnacm85yp0", - "cAddress": "0x515C8f24d971a3b5DA03CAe15267125e37eF09f6", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1jgzctz6f248nrknj0aza3kkxr6c4q63vaz7xr6", - "cAddress": "0x4f7eA4ca357F301cBC6249765bCaA08e229C6467", - "amount": "59199998000000", - "delegatorRewardAmount": "58350763337481070007" - }, - { - "pAddress": "flare1kedw65pt8lnrwl4usxfdlwghacyyfsjfq55clf", - "cAddress": "0x0fae606C1289BA11679dab8E310562DF21588784", - "amount": "80535437557000", - "delegatorRewardAmount": "79380142160967499209" - }, - { - "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", - "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", - "amount": "67350000000000", - "delegatorRewardAmount": "66383852086943483765" - }, - { - "pAddress": "flare1m0s0d9lkslhvyc7prf8vaxgwk7v5xpmmezsfg3", - "cAddress": "0x5A9196dBf7a4a636af09A6939698A87B847f21bd", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", - "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1mygtlx3ehln4gwd4grphf692qzqupq5pj8yf4j", - "cAddress": "0x6ebcfC8db08145AeecD20f1B7BD7FdD63A1aa9fA", - "amount": "50176983000000", - "delegatorRewardAmount": "49457185117165222076" - }, - { - "pAddress": "flare1mz0frrq35l2mn5xr68u254vmq9du9kmaegz0jl", - "cAddress": "0x1d6B583ba52fa6fE962B7DaDe7372CC46F91290d", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1njzvres8a85waf8l2lelpdzzxzrf53xgfqxzxd", - "cAddress": "0x7DDAeF59B9159d22d448F0007644417bb6419d33", - "amount": "114144198892000", - "delegatorRewardAmount": "112506779745051021340" - }, - { - "pAddress": "flare1pru3k5z98rdt8eg2nq5zjma96j2p243m34ycwh", - "cAddress": "0xA5cccceb816D556B9ab52C07d75230c39560ecC7", - "amount": "400023954051000", - "delegatorRewardAmount": "394285538187911813016" - }, - { - "pAddress": "flare1pux9l7qqx4c9cf6g36zfvpxmr3j9pd5m80jdx2", - "cAddress": "0x593D575d3D69F51976eFD56202AF42b18656a4D7", - "amount": "1025329000000000", - "delegatorRewardAmount": "1010620470325963998001" - }, - { - "pAddress": "flare1r5l45pq9hmy27p6eqhawmgpg4k35xk5whlt9f0", - "cAddress": "0xC5cD81B33a36DB6fa298164D4A1305a215B466eD", - "amount": "56642000000000", - "delegatorRewardAmount": "55829460280752083257" - }, - { - "pAddress": "flare1rymsm24tpy9xw4p9mfxl3y36u739x4gdadlj69", - "cAddress": "0x75027B862C8B909cae05741596B6daF7536018CC", - "amount": "50472852456000", - "delegatorRewardAmount": "49748810272386431181" - }, - { - "pAddress": "flare1sw0sm96qvdx00tmvefwd0vchqz8ek6trtc4dd8", - "cAddress": "0x7dC4c91878A44e764b5F924CB56626Ee59aB35de", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1sxddj5n4cq2suw9ndu6x546hhqhev37fhsxs2z", - "cAddress": "0x3F2c8711081472e0f7c24404b511C0753E2cD5D6", - "amount": "51999994000000", - "delegatorRewardAmount": "51254044695144003476" - }, - { - "pAddress": "flare1t2t64wq69z0jj67qe9pkzkz3k6l6xn98xvp3hq", - "cAddress": "0xffBa66d97c0E7ab7434232d810257570451A7dfB", - "amount": "259600000000000", - "delegatorRewardAmount": "255875991117602500155" - }, - { - "pAddress": "flare1tu9dr3kuhkgzyqwar6kprpmjvem5qqzeu0pndv", - "cAddress": "0xB14dF38985408Db1f00DBa073FCdD382745c30eF", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1ud0l5xgyr78csddj9yxaaflz5mfwzmtjpjkm0z", - "cAddress": "0x0520b21CE5414B16Be5D60450D9548718c1eD51E", - "amount": "70257987331000", - "delegatorRewardAmount": "69250123814513039241" - }, - { - "pAddress": "flare1uumf37lut39q8ltw4267ar2lgf77xwds854tgl", - "cAddress": "0xC2a5B277886d52b90683CF269b00458f1D3E74A0", - "amount": "50015749289000", - "delegatorRewardAmount": "49298264332867479054" - }, - { - "pAddress": "flare1v7wdkwtxmr74jyh2n07uqemnucfu44c4ds9uwa", - "cAddress": "0xC0B8477904F80a8205F816c6E4F87CA8e7FC6E90", - "amount": "2497177000000000", - "delegatorRewardAmount": "2461354544957940133012" - }, - { - "pAddress": "flare1vyywmpngjke0sqycckkset8ygpqgugtekumcuy", - "cAddress": "0x3D0561e0A03c19acb278B8Ace142FA2d88f3ef11", - "amount": "114025678317000", - "delegatorRewardAmount": "112389959369103590134" - }, - { - "pAddress": "flare1whtdu8dq0hpw7gtqdcuafypy56yeztglauussx", - "cAddress": "0xd6401195f0e9F9d853aC3B641f57613a5913a3d0", - "amount": "50009934488000", - "delegatorRewardAmount": "49292532946237946596" - }, - { - "pAddress": "flare1x6lk943sms32washhyxzj069z7hkwq38wfazen", - "cAddress": "0x076881921B8d4F1EaA25Ba65f40C8C35724601Da", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1x96ajs8j87rng7yjtlqe3reenh2vnny2ldxn9s", - "cAddress": "0x7805294beB39d51c936343f9A0612027677F3C2d", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", - "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", - "amount": "75000000000000", - "delegatorRewardAmount": "73924111455393634483" - }, - { - "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", - "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422990" - } - ], - "totalStakeAmount": "25462092242870168", - "cChainAddress": "0x33901732fC71E4c8f243d88365895ca6E31133fC", - "eligible": true, - "overboost": "0", - "rewardingWeight": "25462092242870168", - "cappedWeight": "25462092242870168", - "nodeRewardAmount": "31371042414157466430367", - "validatorRewardAmount": "24015995232125965561798" - }, - { - "nodeId": "NodeID-C6i8mruq11VdxGQ7tiUBgrRqoLBot86df", - "bondingAddress": "flare1a39c7ht9l7ry9gvsrk7zyd7x9eaegaa6w7zdgw", - "selfBond": "1000000000000000", - "ftsoAddress": "0x0000000000000000000000000000000000000000", - "stakeEnd": 1747119600, - "pChainAddress": [ - "flare1a39c7ht9l7ry9gvsrk7zyd7x9eaegaa6w7zdgw" - ], - "fee": 200000, - "uptimeEligible": true, - "BEB": "1000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "0", - "totalSelfBond": "1000000000000000", - "delegators": [], - "totalStakeAmount": "1000000000000000", - "cChainAddress": "0xEBCfF277299009C208adfA571f70EA54E34AAC4F", - "eligible": false, - "overboost": "0", - "rewardingWeight": "1000000000000000", - "cappedWeight": "1000000000000000", - "burnedRewardAmount": "1232068524256560574703" - }, - { - "nodeId": "NodeID-CeX1NfNPHCdaJXUVtkLysShaZCtsHRK3D", - "bondingAddress": "flare1kdctcmkm97t0hkl7zkghr9k9qu5my76hn24raw", - "selfBond": "2650000000000000", - "ftsoAddress": "0xc0452CEcee694Ab416d19E95a0907f022DEC5664", - "stakeEnd": 1743732000, - "pChainAddress": [ - "flare1kdctcmkm97t0hkl7zkghr9k9qu5my76hn24raw" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "FTSOExpress", - "BEB": "2650000000000000", - "boostDelegations": "13250000000000000", - "boost": "13250000000000000", - "selfDelegations": "0", - "normalDelegations": "19397669480000000", - "totalSelfBond": "2650000000000000", - "delegators": [ - { - "pAddress": "flare1s3gn9sky9y729c0glactcth2wxxpqv89klrkqu", - "cAddress": "0xEcB4b9c9C6d33b4C5B98041DCEc84258bB04d233", - "amount": "19397669480000000", - "delegatorRewardAmount": "19119406408192099799753" - } - ], - "totalStakeAmount": "35297669480000000", - "cChainAddress": "0x74e90C9B4384498D907eBa09ff6f92cF11C192da", - "eligible": true, - "overboost": "0", - "rewardingWeight": "35297669480000000", - "cappedWeight": "35297669480000000", - "nodeRewardAmount": "43489147545919437887470", - "validatorRewardAmount": "24369741137727338087717" - }, - { - "nodeId": "NodeID-Cg8PLmdZ9JmEtUBCZhq2jt2JDS5gDaSsQ", - "bondingAddress": "flare1ca6wl3pl7rtf3m6jelgngs2kcavkdjcpsgvu7f", - "selfBond": "5000000000000000", - "ftsoAddress": "0x1E8F916CE03F4ce86186531a8994d366581Ed4be", - "stakeEnd": 1740729600, - "pChainAddress": [ - "flare1ca6wl3pl7rtf3m6jelgngs2kcavkdjcpsgvu7f" - ], - "fee": 50000, - "uptimeEligible": true, - "ftsoName": "Sun-Dara", - "BEB": "5000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "70000000000000000", - "totalSelfBond": "5000000000000000", - "delegators": [ - { - "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", - "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", - "amount": "174847000000000", - "delegatorRewardAmount": "204652310997652504464" - }, - { - "pAddress": "flare10mc043hqwaqswt3n99mpnkhk22dsmltjpdxsuc", - "cAddress": "0x978c6401CEE48699595E498ee8E8D7F04B414851", - "amount": "291147440000000", - "delegatorRewardAmount": "340777916904781738803" - }, - { - "pAddress": "flare10pmej728pvkl2eexmdp7a40crzp7x9mtjx7wvk", - "cAddress": "0x3E9766A789553BD4689633209Ce27ce96296D717", - "amount": "63452000000000", - "delegatorRewardAmount": "74268351401070917506" - }, - { - "pAddress": "flare12egnu5lxqmpdlrxvv8q24temw2v25xguhr5ph0", - "cAddress": "0xa8883bd05Ad05EEE15458471f5554aF7E398b3e4", - "amount": "586551960488320", - "delegatorRewardAmount": "686538597940705007230" - }, - { - "pAddress": "flare12k9ddj3mmcheumzc4ylpvz7hsl52l3d9x7xx2k", - "cAddress": "0xFE3336E6d96c141E0c3475c2FaD8bf179e442aF9", - "amount": "106897000000000", - "delegatorRewardAmount": "125119207585580877966" - }, - { - "pAddress": "flare12mhejxwfwzy44alda0pzvr2z3syam9g4s6da4j", - "cAddress": "0x9120693BBE996cEdefD707607c4AA31a380A386D", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare12mya4dkr0lkx442ez4trusuu83qp0vmdmxdvfw", - "cAddress": "0x4d9409E4A1388bF7E7523EA6F2B91b8be8D84d17", - "amount": "97940509591000", - "delegatorRewardAmount": "114635948160882942755" - }, - { - "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", - "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", - "amount": "100000000000000", - "delegatorRewardAmount": "117046509804373254596" - }, - { - "pAddress": "flare12trtg3wqkrrf9zh39mezw4z4z5r2hex53ppm4v", - "cAddress": "0x0C5DC7e633fB5a05f91083bed0D87eA95640F99a", - "amount": "138477000000000", - "delegatorRewardAmount": "162082495381801951768" - }, - { - "pAddress": "flare12v06cl5g0l28ycldsd5y547wuaepkjtc6apsfl", - "cAddress": "0xD32065bA8E7eDDdFd554Fe0Ab1d0B4BE08529a45", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1396y3esvuv332wetpgt85kwxqxmge6q53jg8h4", - "cAddress": "0xc0fa17382047b1f71345d951093989Bf5837eFA3", - "amount": "135501431319000", - "delegatorRewardAmount": "158599696093859426835" - }, - { - "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", - "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", - "amount": "366328000000000", - "delegatorRewardAmount": "428774138436164456099" - }, - { - "pAddress": "flare13g8f3xglkpw2ur4d6eyyk25k5jgmufguy5497x", - "cAddress": "0xbB184962249Aa8a68B20D1B511C3b1e449971070", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", - "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", - "amount": "204036217255000", - "delegatorRewardAmount": "238817271033845889240" - }, - { - "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", - "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", - "amount": "200000000000000", - "delegatorRewardAmount": "234093019608746509193" - }, - { - "pAddress": "flare13nmx3k6aprc2yskzejgrc83u82s8l8rpexawxl", - "cAddress": "0x7b96aeFa86d3D17B6e670Bc4Ed73A0C322855FCE", - "amount": "575943357619282", - "delegatorRewardAmount": "674121598543489422181" - }, - { - "pAddress": "flare13p9v7gqnfz54ewsyvnedjjtlentxk54pfrsp57", - "cAddress": "0x39B17e6C1Fbf0877725527E5E6ea9AAB2fE78A93", - "amount": "183222000000000", - "delegatorRewardAmount": "214454956193768764537" - }, - { - "pAddress": "flare13xgklds63rdcufw8vq30sftuqt4fucwwsfqhr0", - "cAddress": "0x6389544E0A236F7A3C8B5F923C902E8F161A21B7", - "amount": "50990000000000", - "delegatorRewardAmount": "59682015349249922518" - }, - { - "pAddress": "flare13yen96ad6xnap4vg4w8jtj6q6usa9zdvdx5qny", - "cAddress": "0x50B97820cdc2CdA4E6a254Bc8c869802991f5292", - "amount": "98181964000000", - "delegatorRewardAmount": "114918562119386219253" - }, - { - "pAddress": "flare146clwjazlz43xmrz6vknygzgsvaqa8xkpphzxu", - "cAddress": "0x780a07d508B706619bCdDe2eCBD8CDe50FDbaab4", - "amount": "212500000000000", - "delegatorRewardAmount": "248723833334293166018" - }, - { - "pAddress": "flare147zmggyf97xdkckck8haes2k4aatyuzchm39hs", - "cAddress": "0xB7f8943E8fADDc17025EDEE5eF93E6842B0aD618", - "amount": "132153667625192", - "delegatorRewardAmount": "154681255533759197893" - }, - { - "pAddress": "flare14ek6xkts9ezwrjt3rzqjx6m5k5kszjft6zcl2y", - "cAddress": "0x4BeA9eeD6CC1D0323356feE49Fc9C5A7F2093EC6", - "amount": "51500000000000", - "delegatorRewardAmount": "60278952549252226117" - }, - { - "pAddress": "flare14fvtdmrnuuysptx80jyeryrgd8kcpk9ce4v5fw", - "cAddress": "0x5fAF2977F1a573B2736115aB384D66300b0dB14C", - "amount": "187449679686809", - "delegatorRewardAmount": "219403307712887157225" - }, - { - "pAddress": "flare14mp85sdhvaq9hrf0qaz8fch6gyjvktxkmt0n5t", - "cAddress": "0xaa76CC79718E17c816caCDb80e0CC7033CE57D58", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare14nxx2xlqjswf894djw4u4latlhs20l7cv7cunv", - "cAddress": "0x77dAa6e5Fed9E4e32199fBE611545bdA2dc20487", - "amount": "1000000000000000", - "delegatorRewardAmount": "1170465098043732545968" - }, - { - "pAddress": "flare14suxt0x0jzk88qls7499uqfsv8jq7l6jxxyg92", - "cAddress": "0xd5FeD174Ecd287eF563365E400dc8Fb2fDF1b670", - "amount": "50100000000000", - "delegatorRewardAmount": "58640301411991000553" - }, - { - "pAddress": "flare155l3enky9szdz3cprlr4r7dd4v2cew8h44wtng", - "cAddress": "0x547C1759D8786675E1800D1bfC0b3DEb033112D0", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare15eztz28l9yk8w5fl075fnr7ulqhffur9jcltuz", - "cAddress": "0xD9a40035C6bdA1d8eb4e1bAf2108E27442B661BB", - "amount": "197329975000000", - "delegatorRewardAmount": "230967848535342292202" - }, - { - "pAddress": "flare15jd2l0thftmd9396r7vm5xwja882vktjnxrtdh", - "cAddress": "0xe7c16B7bbf01cA5444472197b3D974716CA13fa9", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare15l75hzqgpf6jhdqlkckwlzt6d4plmxdwn0h48l", - "cAddress": "0x55640eA26f400A92b1a54AA438d5F16DfDB47A78", - "amount": "94000000000000", - "delegatorRewardAmount": "110023719216110859321" - }, - { - "pAddress": "flare15l8pyt5kw0vjg0lpkhpwwd9mmr2d3u5dree0vw", - "cAddress": "0x37DDD9686932D5D36D572354bBb63A1b66C6FBFf", - "amount": "139646453843927", - "delegatorRewardAmount": "163451300289891587721" - }, - { - "pAddress": "flare15re874g2x6xj6qdwz9wxeed9p95mclqgk3fkdj", - "cAddress": "0xe3794481059D3894483A298c0897112BF83EAD09", - "amount": "100000000000000", - "delegatorRewardAmount": "117046509804373254596" - }, - { - "pAddress": "flare15welx4uqs2pp6xqhml568p0w6h945yrk8fx07p", - "cAddress": "0xDa93265f1CCBC244046F4928Fc3B499b4B26b026", - "amount": "52395000000000", - "delegatorRewardAmount": "61326518812001366746" - }, - { - "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", - "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", - "amount": "300000000000000", - "delegatorRewardAmount": "351139529413119763790" - }, - { - "pAddress": "flare16hhzl565ym9flfk3h7vmdkkp8m532cha8umkjx", - "cAddress": "0x66279AC5C08fa34F7CcC30deFE736199CaaEe4D2", - "amount": "50499998000000", - "delegatorRewardAmount": "59108485110278297483" - }, - { - "pAddress": "flare172q5llf05kgj4gzn236jzgsr2j90dsqqrzh9r8", - "cAddress": "0x22cA67D2F2a8a81f76955C718D58fbb826F3b2f1", - "amount": "73341827894000", - "delegatorRewardAmount": "85844049776657268471" - }, - { - "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", - "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", - "amount": "50195000000000", - "delegatorRewardAmount": "58751495596305155144" - }, - { - "pAddress": "flare17d5v9ncm63rsvn0w6jtrnkczvzsnyl598lfwrf", - "cAddress": "0xB7D8dC528D9e653c5D356a1c182274Fc6f0a15dE", - "amount": "50000084427000", - "delegatorRewardAmount": "58523353721043459836" - }, - { - "pAddress": "flare17vjjkkzkt64232w5fv8j60zgkujh0vczyd036r", - "cAddress": "0x05C225D2BEe6d7A597783B579e74466AfA0D8DB1", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare17wnma8j44r7ps7lhh8e2d5yxsxt5w60x3ffyfw", - "cAddress": "0x1272cBa869be9Faf0FE7212A2Fde7245fc8c4C53", - "amount": "170445399400000", - "delegatorRewardAmount": "199500391119824152464" - }, - { - "pAddress": "flare1806epe5fd3wn6mmad6q9wh8ywjg6prxsrs2wkt", - "cAddress": "0xAf9eDa301aFB2Af1b585ac1D291321440ff5b59A", - "amount": "90351000000000", - "delegatorRewardAmount": "105752692073349279260" - }, - { - "pAddress": "flare183ym2psv89zs8d8uzjlmes7y80xknvpw72nlys", - "cAddress": "0x6e3bC45591Ce21dEb09AB4146E90bd226C36536A", - "amount": "60081177000000", - "delegatorRewardAmount": "70322920727887848834" - }, - { - "pAddress": "flare18g5hmshsddl7akwcnxahtkslcj2zv2dnvxgzwv", - "cAddress": "0x90a7ECAD46c2808e35099F816E80576ea0BAe99D", - "amount": "327899998000000", - "delegatorRewardAmount": "383795503307609705735" - }, - { - "pAddress": "flare18pf046j0wqmvr2g6axtdexjmsxftvsgvnyycms", - "cAddress": "0xBC948C0D1DdAadd19ee48e52E60911CE66519749", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare18q4wq3fqurxc336jejwl6sc05h3accfefnyq0w", - "cAddress": "0xfDc18dfc2190272ab22547FB28F42Addf970D1aF", - "amount": "75849807095036", - "delegatorRewardAmount": "88779551898089512229" - }, - { - "pAddress": "flare18waayc37l92p73x4ncgcryqq4439cy2hyml69y", - "cAddress": "0x61F10Ef3524eB1AAc8232E60AccDB259f7D90377", - "amount": "550000000000000", - "delegatorRewardAmount": "643755803924052900282" - }, - { - "pAddress": "flare197jc7dl3vzjn502fuytzfvmlnpre770nkxxa50", - "cAddress": "0xE55E6828cbc397F2f271c2fC27055Dc7D8fB8AdD", - "amount": "189292000000000", - "delegatorRewardAmount": "221559679338894221091" - }, - { - "pAddress": "flare19c83tus8w69px979u6czdz52yt0x3gsh939zme", - "cAddress": "0x964c4017c562C0bB02BB5a9C85Db84d1e61C7A2e", - "amount": "538893000000000", - "delegatorRewardAmount": "630755448080081162894" - }, - { - "pAddress": "flare19djld7kulfme3ngp28t0mnmgrxg37emld7jpc9", - "cAddress": "0x5eDaefe51c27966e7Bd981C0a6e43b0632EB90E9", - "amount": "69890461967156", - "delegatorRewardAmount": "81804346418709008162" - }, - { - "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", - "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", - "amount": "434158080125621", - "delegatorRewardAmount": "508166879820713674272" - }, - { - "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", - "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", - "amount": "650000000000000", - "delegatorRewardAmount": "760802313728426154879" - }, - { - "pAddress": "flare19uptlwgwhcnmwhdn4rqehtqzvsq9kngs9sdgs4", - "cAddress": "0x5970A0e9cd3f7417DF763AB0398bDC0B31C6024C", - "amount": "189034729301936", - "delegatorRewardAmount": "221258552966060961818" - }, - { - "pAddress": "flare19wlj0axy5p77hah68l76cu3kfvleecs4apv8gj", - "cAddress": "0x771A8416Cfb77007A5D8338Cb3E72D8e413be799", - "amount": "99211998000000", - "delegatorRewardAmount": "116124180966184597263" - }, - { - "pAddress": "flare1ant94p79v6c7h6dg8828sy4a72twsyp56tmjnu", - "cAddress": "0xD5172A7090F25729555316e9699DB987a2D83924", - "amount": "80354718772000", - "delegatorRewardAmount": "94052393785745536088" - }, - { - "pAddress": "flare1apfpj9zgeff0e8f867cn72qz4yfencml6q5vtp", - "cAddress": "0xD15b82E9B33308F7C0bd8071D4ac9c8f582EF8E8", - "amount": "50164000000000", - "delegatorRewardAmount": "58715211178265799435" - }, - { - "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", - "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", - "amount": "800000000000000", - "delegatorRewardAmount": "936372078434986036774" - }, - { - "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", - "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", - "amount": "3350040000000000", - "delegatorRewardAmount": "3921104897050425778296" - }, - { - "pAddress": "flare1c9q4w8dh4dp8u9urshat04t0uhq6gsrasfwanz", - "cAddress": "0x55F446942dFC92B889Ae4D4eC71862937f6F7f95", - "amount": "450025000000000", - "delegatorRewardAmount": "526738555747130738999" - }, - { - "pAddress": "flare1ckaeqsntzgruw0sft4zcv20cxz93vuthflkhua", - "cAddress": "0x050aA48D50dEC8061114bB4eA2c24D56fe2bec84", - "amount": "195533000000000", - "delegatorRewardAmount": "228864552015785155910" - }, - { - "pAddress": "flare1ckp9gg739fumdw63v32upyy9yh6pxgnzhf0xeh", - "cAddress": "0xB5E1ae765B276e6382C8731af4b255dB9838916a", - "amount": "133951000000000", - "delegatorRewardAmount": "156784970348056018265" - }, - { - "pAddress": "flare1clpnurqyn7aa5gxr3qa5mg9x95lk4faja02pwj", - "cAddress": "0xe1A0B951Eb8e195a68FF81e02e3aa5f0E0A978c3", - "amount": "191881972053550", - "delegatorRewardAmount": "224591151232483149161" - }, - { - "pAddress": "flare1ct3c4ka8ksc73v44uf9qhqxw6azgxns6n9c245", - "cAddress": "0x517773eaC8d4e11db8B39EB79149815183a1Ca55", - "amount": "73580000000000", - "delegatorRewardAmount": "86122821914057840732" - }, - { - "pAddress": "flare1d7m3ge0pw7gx5ac5le77njwl92lzagc89ezwt8", - "cAddress": "0x31AEf6CB0CcC64E6170AaFE2777867980323Ef38", - "amount": "115342793089000", - "delegatorRewardAmount": "135004713621554341722" - }, - { - "pAddress": "flare1dqu5y0yrmywzqet6csd35q8mycaa20w07u8xlp", - "cAddress": "0xc670E9535E86e6D2230153Fe4609D72C1f58BA91", - "amount": "155000000000000", - "delegatorRewardAmount": "181422090196778544625" - }, - { - "pAddress": "flare1dx7ygxq7vfnk7yatq9lwxgr5erl32letu68zy4", - "cAddress": "0x6b47263f1274548EA498B16eD20252e7bdA959c7", - "amount": "979374000000000", - "delegatorRewardAmount": "1146323084931482518475" - }, - { - "pAddress": "flare1dxe4awuhars2pk8lfvvafhsrtw8n7ju7e5cswl", - "cAddress": "0x51905F6727b5de3D54081C3952a52fEff4bd2c93", - "amount": "6200848569775769", - "delegatorRewardAmount": "7257876829176934195731" - }, - { - "pAddress": "flare1e0732phzuc772lauqd6rm96g8ldxh37fqp8v3c", - "cAddress": "0x1D40eae4067B61e013Fa62A5FA5f2Fb1056B351c", - "amount": "1087177000000000", - "delegatorRewardAmount": "1272502733895891018128" - }, - { - "pAddress": "flare1e0ef9g5kcpn3a77vrngnf4qlmzx0nqqwdyhxpx", - "cAddress": "0xdB60a8C1CB246Da8300B4FE362F13b57d4e6c157", - "amount": "100000000000000", - "delegatorRewardAmount": "117046509804373254596" - }, - { - "pAddress": "flare1e4w9uwpy57hgz4judyszv24f8jswyj6vzy38hu", - "cAddress": "0x13971a0979116f370e58Aba650A93fe9F436Ef01", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1eccgy9w96j0za2vd8h9nqd6zfmxtxmxxp3e4wz", - "cAddress": "0xc249F7488Ec44D41c2b899f5ff66e81eeFc9cB70", - "amount": "72287658000000", - "delegatorRewardAmount": "84610180708321807326" - }, - { - "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", - "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", - "amount": "2200000000000000", - "delegatorRewardAmount": "2575023215696211601130" - }, - { - "pAddress": "flare1eus3pltfj0ex2tzzg3v9e8sn6nj67vf0gft9ee", - "cAddress": "0x38867E93c41aeceab5baeAbCB9b33Ab72e7Bb749", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1evcz2t0jcggfqgzt6u3ysys7z0fu8hvgux75ng", - "cAddress": "0x4794dEeDbe466B6f96AD949a62Bd2c3A180Dd60B", - "amount": "414161000000000", - "delegatorRewardAmount": "484760995470890314970" - }, - { - "pAddress": "flare1f322pn2lykr0mt3gjg2dlc20wnnszjqgc7zcux", - "cAddress": "0x73edAE94Fc39a6a86b6044a7820cE7c92ffC7903", - "amount": "100000000000000", - "delegatorRewardAmount": "117046509804373254596" - }, - { - "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", - "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", - "amount": "356774570098512", - "delegatorRewardAmount": "417592182169865378021" - }, - { - "pAddress": "flare1f6r6nlwclgnt6uw9tk6mrfes20g5tcpdxmwuws", - "cAddress": "0x1839D984dE9528E46E75F4AB0825Cd5C08612B3F", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1fjt22e2920az5gkklur7vrqnd5anrs2t2seh55", - "cAddress": "0xD38B674DAA23a78d88b29c283D632F0944812DcC", - "amount": "61439221381000", - "delegatorRewardAmount": "71912464277442753911" - }, - { - "pAddress": "flare1fnqg374hykpy5j0guymwa0875whxeamdn64s98", - "cAddress": "0x9B3b6b7833101aC6cfdE31c61593542565456B1d", - "amount": "69546235918000", - "delegatorRewardAmount": "81401441842334423923" - }, - { - "pAddress": "flare1fnycfcnhx9vulnwlzla0mzyhkkjnl5n7lda2s2", - "cAddress": "0x0E474f8c68B0e43484926A461819E9579deEb490", - "amount": "587250286482000", - "delegatorRewardAmount": "687355964143364155384" - }, - { - "pAddress": "flare1fvrs68sn6rpthp60d8aj20vqph027z9h8w4nnq", - "cAddress": "0x2C4E994C14B7ad9786b05794665bc2535A2FaF3D", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1g7u5cy8r2d37w82m7kyxezewlyd5stxqytsft2", - "cAddress": "0x6b15a9169752663Ab98D37bbf3060382BF9FD491", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1ghujcl04hy2jmdv5scw4xt4ddvqkrch8ayksee", - "cAddress": "0xeB1bFe6A7Ff5Be8c40fd3cD0E9843335D8FEb62d", - "amount": "229000000000000", - "delegatorRewardAmount": "268036507452014753026" - }, - { - "pAddress": "flare1gneg2f2asfzryl0yhqtknej62ccwv6q4a94z4t", - "cAddress": "0x0Bf61E62224615fC83CF18665fe3b49ec4A59DbA", - "amount": "104701203383000", - "delegatorRewardAmount": "122549104282979876723" - }, - { - "pAddress": "flare1gtyl9fts86nxe38tfen8gxjtf2rl0mga5sjpc7", - "cAddress": "0x06Ad7734782a6DCb8F837e11a80fa512b9a07f04", - "amount": "721043447801866", - "delegatorRewardAmount": "843956189825202037999" - }, - { - "pAddress": "flare1gtym7gntuf69vtey5ft0nr43u6yfcn4rpsk3k6", - "cAddress": "0x8e7F4FD55884E86B58Dca35e52bbaf81f794F239", - "amount": "50730976000000", - "delegatorRewardAmount": "59378836797694242739" - }, - { - "pAddress": "flare1gxh7y8kx8yqghra0765766h4c46p5j6cftjzl9", - "cAddress": "0x1B8Ff197Ce954d0dbadCA2ddD6e4Bc53346caCD8", - "amount": "108061709711648", - "delegatorRewardAmount": "126482459652417441748" - }, - { - "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", - "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", - "amount": "146000000000000", - "delegatorRewardAmount": "170887904314384951711" - }, - { - "pAddress": "flare1h880wun4zkt5703a7txnmw7e9cg7kz4mjvq67a", - "cAddress": "0x1da6964C73E110a600A7Aef7b3390FBc92e635b1", - "amount": "249999998000000", - "delegatorRewardAmount": "292616272170002940404" - }, - { - "pAddress": "flare1hm9wh4shmdaemrp66mna56sx6zqdgck7wvu5l0", - "cAddress": "0x196C2d3322925080A10b143B3B5F1670B45b970c", - "amount": "235332000000000", - "delegatorRewardAmount": "275447892452827667507" - }, - { - "pAddress": "flare1hrqxcql33wu43uqalmzjds3lep6hd35ksjrvke", - "cAddress": "0xc6480D80EE7aD6148268297c99351ED92f815310", - "amount": "50797000000000", - "delegatorRewardAmount": "59456115585327482137" - }, - { - "pAddress": "flare1j87cpx8yuy0k8n0v7p2ygnneh0kl6x4fmfp8xc", - "cAddress": "0x7fDeA9AB0e5019152d16C7c7C180268c89805dE3", - "amount": "854102000000000", - "delegatorRewardAmount": "999696581169348054977" - }, - { - "pAddress": "flare1jmkassvxhtfglpu7cn97catpkamjajarlmeldx", - "cAddress": "0x69d5C1844D18FB4e621B52dA4576D1Cf4c5f8F06", - "amount": "373505990334797", - "delegatorRewardAmount": "437175725597139591307" - }, - { - "pAddress": "flare1jnt7q3zls4mftd7sext5lltx2hyemt7c30gkwj", - "cAddress": "0xE6559f032C1863a9E66e132642Cecd14a9E51A99", - "amount": "84282389212234", - "delegatorRewardAmount": "98649594952657495069" - }, - { - "pAddress": "flare1jvm6lkl54jfqjfjzedgd59z6wj4leu0rsq8zf7", - "cAddress": "0x2800EfB7025910611FB75A830F643c4A26Aafbb5", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1jzzecww6n366ds9axkd864r2g3ufmv5xm590ka", - "cAddress": "0x85CcD023824A482b92f31A3EFF113C72B2E59041", - "amount": "206730600000000", - "delegatorRewardAmount": "241970951997639655467" - }, - { - "pAddress": "flare1k3qxrg5tu56jlcetlzsckmkzuf4q6tv2uq0y6w", - "cAddress": "0x2903DfA12444f8EAaD56bD320b9d9905a6eaA480", - "amount": "50999991000000", - "delegatorRewardAmount": "59693709466044477450" - }, - { - "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", - "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", - "amount": "200000000000000", - "delegatorRewardAmount": "234093019608746509193" - }, - { - "pAddress": "flare1kdhjxutn7uxlvdge22a4ss7q4lkljpafj4ymh7", - "cAddress": "0x8Fc0b99C5b6AC71F13F36C9D4AC219fafdFAb48E", - "amount": "55500000000000", - "delegatorRewardAmount": "64960812941427156301" - }, - { - "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", - "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", - "amount": "1688611700751000", - "delegatorRewardAmount": "1976461059877313177424" - }, - { - "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", - "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", - "amount": "1020000000000000", - "delegatorRewardAmount": "1193874400004607196888" - }, - { - "pAddress": "flare1kq289gaph35yrz2c6lnadg49d9daryhqzkqxe3", - "cAddress": "0xaF0de2D14aea8e1920A0E1d84Db498d3aA07163a", - "amount": "200099998000000", - "delegatorRewardAmount": "234210063777620686360" - }, - { - "pAddress": "flare1kr2uf0e69wvldc79retdgg669ratp5we4jk6uj", - "cAddress": "0xb798B8630A5C40632Fe1f7eB6F1E1afE0eDBaB9d", - "amount": "51999996000000", - "delegatorRewardAmount": "60864180416413700215" - }, - { - "pAddress": "flare1ktdr46xy34n6hrsgldxjw82s2gq5a9azr02t7w", - "cAddress": "0x25Dd118F210d486002c69d883f0110Fb92739774", - "amount": "50405989000000", - "delegatorRewardAmount": "58998450856876304231" - }, - { - "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", - "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", - "amount": "182186653839000", - "delegatorRewardAmount": "213243119647924697435" - }, - { - "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", - "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", - "amount": "200000000000000", - "delegatorRewardAmount": "234093019608746509193" - }, - { - "pAddress": "flare1l6leprqcqn0fxz5qsgdafr57y9a3z4amf7ywp2", - "cAddress": "0x4e63A0F1E5858EC414Bbb3D723b88038799eC338", - "amount": "69915977000000", - "delegatorRewardAmount": "81834210874128349678" - }, - { - "pAddress": "flare1l8y5zplv2c7c70a3a3n8u0jkwd7dvhugqqdzrt", - "cAddress": "0x9D26Ac9173fb8a48F79C7f9b5BdF03Cf3ab9eB55", - "amount": "214160000000000", - "delegatorRewardAmount": "250666805397045762044" - }, - { - "pAddress": "flare1ljf2ytc85q50wmym9xvtxh7v6kqupx82gmzjzp", - "cAddress": "0x2b8328AaCA09810bc41a7a35D79Eb7AA07369Ed3", - "amount": "1500000000000000", - "delegatorRewardAmount": "1755697647065598818953" - }, - { - "pAddress": "flare1ljwl0axln4fvre45ccx59697gqx5hcvjr3la78", - "cAddress": "0x1B26Ccf3bC57f947B82776dF549B159d9766A582", - "amount": "255009436808000", - "delegatorRewardAmount": "298479645455552739101" - }, - { - "pAddress": "flare1ll2du66ssl69xlq0330f0a2j3jh3vymxhckd0e", - "cAddress": "0x25B960b7699327C57686F925a8DC7CE0D55eA764", - "amount": "200000000000000", - "delegatorRewardAmount": "234093019608746509193" - }, - { - "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", - "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", - "amount": "359225980667000", - "delegatorRewardAmount": "420461472681256127078" - }, - { - "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", - "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", - "amount": "1221999994000000", - "delegatorRewardAmount": "1430308342786650582911" - }, - { - "pAddress": "flare1m4gtp3690ercc0udgxsar2u8kqvhh6z9wckujx", - "cAddress": "0xa96480729D57867cF0FCeA0663b34b1B7c964c7a", - "amount": "848708176626000", - "delegatorRewardAmount": "993383299165068568696" - }, - { - "pAddress": "flare1mkkjralv0z2pysw7nxq7q6x3xme3xv8gc2sde6", - "cAddress": "0x6f0b454D65F6a075D2E514C23095756F33f8bdfE", - "amount": "1015939313472000", - "delegatorRewardAmount": "1189121508149486812984" - }, - { - "pAddress": "flare1ml6xxv8732svf737f4qdyh00ggdpl497s2aq2z", - "cAddress": "0x7de9bC2cDfa6B7Ee7088a4f5848A86A26Cd5aFD1", - "amount": "51000000000000", - "delegatorRewardAmount": "59693720000230359844" - }, - { - "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", - "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", - "amount": "384899870311000", - "delegatorRewardAmount": "450511864440584556749" - }, - { - "pAddress": "flare1mx5g7pun645hk5ar2h8nfra0rmc8je474nvxlv", - "cAddress": "0xA5f4892106142837200642d36fa9E85DBDC73aba", - "amount": "105617909391895", - "delegatorRewardAmount": "123622076671558441658" - }, - { - "pAddress": "flare1myewts35cps5fyy9plcx5f9gf5350lfhh0ta2h", - "cAddress": "0xbda4fF21e08B703f9E35755D40B98aC67cb9E094", - "amount": "100212460476000", - "delegatorRewardAmount": "117295187376245012682" - }, - { - "pAddress": "flare1n59ndyaehk2fn66vtcr6je07pwcl2qlavvq0l2", - "cAddress": "0xE77B2073f19DA72b38D3d2608f53B3D60E305Df2", - "amount": "308888000000000", - "delegatorRewardAmount": "361542623204532458659" - }, - { - "pAddress": "flare1naupnl33g5yhrwt2ykcstrzultppzj543z8jj6", - "cAddress": "0xedd790199b60CB70A825fb5dd860f4F445fC7fe9", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1nj8l22krvc3ap5canshk753lqau84zk9lp4vcr", - "cAddress": "0x838c7c88748929538B1789EB6513243d6DB518A2", - "amount": "511525470896000", - "delegatorRewardAmount": "598722710444153098978" - }, - { - "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", - "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", - "amount": "297928801221406", - "delegatorRewardAmount": "348715263531664678482" - }, - { - "pAddress": "flare1nskzqtd6k7k2aaskxm3lf7gndrjekz8rtszfhk", - "cAddress": "0x667c3f49B4fDA1cf06181c75aE80e686eF024b48", - "amount": "136091995000000", - "delegatorRewardAmount": "159290930270642159427" - }, - { - "pAddress": "flare1nu6mfrz57sscx4pdetwrty4vu32acvhrygwjkl", - "cAddress": "0x68C10e1187FaB9c44e2E322eaa4B1D8d22B0820a", - "amount": "50005177233620", - "delegatorRewardAmount": "58529314673443255906" - }, - { - "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", - "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1p7uy6uusc8whkh653cudzhs8pnd4zl4anm7u3q", - "cAddress": "0x04c95ee6Add9D8d366A0E74847F45Cbad47f0043", - "amount": "71630000000000", - "delegatorRewardAmount": "83840414972872562267" - }, - { - "pAddress": "flare1p9x3l46ygd8e4txydp2upr8gywk54td7q57nne", - "cAddress": "0x5B5634C01555B27C9ec9E690e6AD0D10580A0a11", - "amount": "325799995000000", - "delegatorRewardAmount": "381337523090322573258" - }, - { - "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", - "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", - "amount": "100000000000000", - "delegatorRewardAmount": "117046509804373254596" - }, - { - "pAddress": "flare1pfv2enrud7vd3ewps3tg4ws70p853png3la02h", - "cAddress": "0x5e0aF4930d85Fb0BDc32Fc36913B78169E05fA63", - "amount": "81759000000000", - "delegatorRewardAmount": "95696055950957529225" - }, - { - "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", - "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", - "amount": "1239568730154838", - "delegatorRewardAmount": "1450871935272627511318" - }, - { - "pAddress": "flare1pxatxzlatfsd20haudaxxncv7w6k9d6lj3em6c", - "cAddress": "0x15FC6991C7B4BEFbADd3825c4f9B666911FE67CE", - "amount": "312197000000000", - "delegatorRewardAmount": "365415692213959169654" - }, - { - "pAddress": "flare1q50p9cqzccesjzhmclxtnylf3jjt3kytxcxtax", - "cAddress": "0x2bAedA463F934642e10143e5a2D82fb7f0AFA1CC", - "amount": "151000000000000", - "delegatorRewardAmount": "176740229804603614441" - }, - { - "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", - "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", - "amount": "4371597858441691", - "delegatorRewardAmount": "5116802715988725087905" - }, - { - "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", - "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", - "amount": "60000000000000", - "delegatorRewardAmount": "70227905882623952758" - }, - { - "pAddress": "flare1qk78jg93g0tcatq8czsndzvll0rvklp0sg9w2z", - "cAddress": "0xf52f0ba3F9F135076fB22672705D1AB49A5f0023", - "amount": "329300667702000", - "delegatorRewardAmount": "385434938307688021384" - }, - { - "pAddress": "flare1qsx2vwpuzy8u7fvrvzusnpv4jpvwr3xpde69lm", - "cAddress": "0xCF35ec85e17f3b48D7B969e54C2aeAC0BBf13590", - "amount": "479174972000000", - "delegatorRewardAmount": "560857580582082797490" - }, - { - "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", - "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", - "amount": "249999997000000", - "delegatorRewardAmount": "292616270999537842361" - }, - { - "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", - "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", - "amount": "50010000000000", - "delegatorRewardAmount": "58534959553167064623" - }, - { - "pAddress": "flare1r7jp6fuedkwuv3w4kvyuwth3endlsd0tz4665f", - "cAddress": "0x39b7a7c9A35C7147256ee829a78A08fcfFd52353", - "amount": "102860000000000", - "delegatorRewardAmount": "120394039984778329678" - }, - { - "pAddress": "flare1r8lez3epm97dygysjpfft8gzv5r40ep8p4n6rp", - "cAddress": "0x644f6877787b5c1A92E07a09E4Bdb77F5B68D78c", - "amount": "502839155190000", - "delegatorRewardAmount": "588555681079690995089" - }, - { - "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", - "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", - "amount": "1196608702433143", - "delegatorRewardAmount": "1400588722213392305030" - }, - { - "pAddress": "flare1rcgj6eqtkadsgg60qvlj3wdlkw8vz8pr4pc5my", - "cAddress": "0x37faF273b927148be6085658378E62a5bDf549b2", - "amount": "403000000000000", - "delegatorRewardAmount": "471697434511624216025" - }, - { - "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", - "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", - "amount": "100000000000000", - "delegatorRewardAmount": "117046509804373254596" - }, - { - "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", - "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", - "amount": "54697195249000", - "delegatorRewardAmount": "64021157999837967007" - }, - { - "pAddress": "flare1rll3cmz7gu83j8tv9enqth5k9zkf970ltxztnc", - "cAddress": "0x047ebC8Fd561Bff9e1fa392d6C4964EE7802EE06", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1rprhq5fy9yym3m7h27crnp2q9lcnzxezrpsaqp", - "cAddress": "0x9cFC4744A5cD28452A6Fe65E3a07C1C61E5Ec70E", - "amount": "91690796972000", - "delegatorRewardAmount": "107320877667539955249" - }, - { - "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", - "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", - "amount": "350000000000000", - "delegatorRewardAmount": "409662784315306391089" - }, - { - "pAddress": "flare1rteashyyg4aa94zy8c5vqcgc0l5xvcm897p69t", - "cAddress": "0x011F190E9A568a6522aE72988b5fb4817a3adE2F", - "amount": "100000000000000", - "delegatorRewardAmount": "117046509804373254597" - }, - { - "pAddress": "flare1s7lvyssdkwrz05x7dum580a3y3kk8klymem47k", - "cAddress": "0xa6321946320fbb74D6D3D7Faa85d7C4058123D30", - "amount": "699645790000000", - "delegatorRewardAmount": "818910978188234711673" - }, - { - "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", - "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", - "amount": "350109000000000", - "delegatorRewardAmount": "409790365010993157937" - }, - { - "pAddress": "flare1t4a5yz47aavy3ly7kgxmx4x0qcatxtmd75lp2x", - "cAddress": "0xCb78cb7E9A6E2115d5ad4c7820fCAA4a7a48c4BE", - "amount": "98240657565000", - "delegatorRewardAmount": "114987260888698480443" - }, - { - "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", - "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", - "amount": "237752998000000", - "delegatorRewardAmount": "278281586114261347914" - }, - { - "pAddress": "flare1tkjhzpc4yutm5dvtazrxsj8za2qsaeegpd8y3v", - "cAddress": "0x8754fc8410C898E01124de28A9D1846a35C60DAF", - "amount": "51549994000000", - "delegatorRewardAmount": "60337468781363824482" - }, - { - "pAddress": "flare1tnnelmazadnwmg39xkhudnt2uqvc98v7ahrgjp", - "cAddress": "0xb020cB5C1f050f5edd4584693784CA882F6f6F65", - "amount": "200002000000000", - "delegatorRewardAmount": "234095360538942596659" - }, - { - "pAddress": "flare1tw06udzsmqp9ln2ymfrpn04f6zn53v20y85vtx", - "cAddress": "0x31257Fdf4C8EEcF5d43188029f7F24BAB30bA86C", - "amount": "511900000000000", - "delegatorRewardAmount": "599161083688586690282" - }, - { - "pAddress": "flare1twvklskl4lnl0y5grz96u69zypz96wjngp8r5u", - "cAddress": "0x886eD812e58EBB63cc5f6339FBee40DA22d4C9B8", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1u7ghwmf8qqfgd9vndw7tg5y80qlag78d2stv7l", - "cAddress": "0x65B1eb1a78eAe9a935fE759949b0A787BD574a79", - "amount": "206482696121000", - "delegatorRewardAmount": "241680789159600498858" - }, - { - "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", - "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", - "amount": "222574000000000", - "delegatorRewardAmount": "260515098731985727686" - }, - { - "pAddress": "flare1uemw57udkuzsqzvafpvj5z4jfh0l2hpm2xxr8a", - "cAddress": "0x38fb2778867E2863E98dc1D57C9B83CEe85e2a29", - "amount": "153997656961000", - "delegatorRewardAmount": "180248882653361956790" - }, - { - "pAddress": "flare1uj2gpzxu7sx5050rewm64z4j9p29hx5s6ms9mh", - "cAddress": "0xb17647D1dCEa9bf5E281fd70ee778680E0b0beaa", - "amount": "88454837605000", - "delegatorRewardAmount": "103533300169778765541" - }, - { - "pAddress": "flare1urk748p0vqj75wj0eevlqq5wecyy8mwfke4spr", - "cAddress": "0x631792F7f65F32AFC73c57643776Ffb862767AA2", - "amount": "100000000000000", - "delegatorRewardAmount": "117046509804373254597" - }, - { - "pAddress": "flare1uud2mn9f3xhma0e9fpmtar0lu2rr8jsu7j5sau", - "cAddress": "0xfB23dA19bF793d61Cc8B71d44f99Da1186dE04e7", - "amount": "50199997000000", - "delegatorRewardAmount": "58757344410400079676" - }, - { - "pAddress": "flare1vcu86crku5d6ycv5nyzlj8l0r9smhwt7agaxap", - "cAddress": "0x5F903EDBcbA2c3a93eaF650d219b8d7149F7868C", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1vkdjfem9ex4ks5p9kvfelyul8yydvsncsgxcnv", - "cAddress": "0x1BFbC113cFFedE1dd15D37721b6316b9702af182", - "amount": "758768213168000", - "delegatorRewardAmount": "888111711018150876227" - }, - { - "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", - "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", - "amount": "432636437335000", - "delegatorRewardAmount": "506385850042601926714" - }, - { - "pAddress": "flare1vrssw88jmc0g6zxqqd3fkn4d8npfwuv2xvhhr0", - "cAddress": "0xd04A9B015843565576825B3c65F68dFc824805F2", - "amount": "125999991000000", - "delegatorRewardAmount": "147478591819324418398" - }, - { - "pAddress": "flare1vz8rqa4plcxxel93krptmpx0vntm9342w446nr", - "cAddress": "0xb3f821F874e868324b1D7c626C75fDcBC905E392", - "amount": "78196970652000", - "delegatorRewardAmount": "91526824920916056509" - }, - { - "pAddress": "flare1w5p9w2y625gkasdjzrge27j9z9xz4klv58a466", - "cAddress": "0x9B1D7939907BF3D95209265937068BB02DfeCB3B", - "amount": "100000000000000", - "delegatorRewardAmount": "117046509804373254597" - }, - { - "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", - "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", - "amount": "360000000000000", - "delegatorRewardAmount": "421367435295743716549" - }, - { - "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", - "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", - "amount": "1902531987000000", - "delegatorRewardAmount": "2226847288695292293582" - }, - { - "pAddress": "flare1wlsj9w4hkeuxajeha7na6tftxtvfctjlp7fy3j", - "cAddress": "0x4AeF68CC5D5C049C648448e17D0c23f94b898A45", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1wpyr0560z97gygyvsftr70kku84atnm40sec2f", - "cAddress": "0xA5a0B77386508494D431C8FcaAdFbeFE0Be46a13", - "amount": "1470308160454322", - "delegatorRewardAmount": "1720944385180668043471" - }, - { - "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", - "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", - "amount": "223593288000000", - "delegatorRewardAmount": "261708139760840527746" - }, - { - "pAddress": "flare1wt36ycd4utfzweyl3ncy4hldctcjgm4j72h6sn", - "cAddress": "0x9B4420CB056dFa42C221B39EEa33E61945B44771", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1x6xjwfa8amqlkxns8cyz8ecg9lduyajvhjr9wh", - "cAddress": "0x65222e5CdCb0fAe32eb434a257D069aEebFBfeB9", - "amount": "50000096000000", - "delegatorRewardAmount": "58523367266836039496" - }, - { - "pAddress": "flare1x7jnat9x6gaeqtgv3f6pp0fnwtcja9gsjggzpq", - "cAddress": "0x0B036dE48623fFB6006d297cb4D3C439F2eD410E", - "amount": "50160733074000", - "delegatorRewardAmount": "58711387355404907817" - }, - { - "pAddress": "flare1x82xtkfffva3smuzf9pznyepwd5ezvscp3q5g4", - "cAddress": "0xF8eE9e6A3e749D507C79301a7E39c5A97c34D58B", - "amount": "52807316851905", - "delegatorRewardAmount": "61809121296491435723" - }, - { - "pAddress": "flare1x978g9pfsn2vzgtppap7atju8rl5nw3yfa3jud", - "cAddress": "0x0be1bEc9AFb0D361e815985881d4FD8d36F88728", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1xgh838k4xn67lfzd5jqhcd06paqsvgxlu2su26", - "cAddress": "0x2474BC50b62989Cf9F0a0a8f4337673C76216A82", - "amount": "520246386791000", - "delegatorRewardAmount": "608930238122225419544" - }, - { - "pAddress": "flare1xgl4vz52qm7cevanrwpzyhlkqpuqzvhsjkk4al", - "cAddress": "0xa4f505FDd1D87596E4506eB145CC4E99F77f7cAf", - "amount": "55260000000000", - "delegatorRewardAmount": "64679901317896660490" - }, - { - "pAddress": "flare1y07tkfn2n3g2tnzglc0vfgtkv05c27vy0vcprc", - "cAddress": "0x78fC9784DB70Df8a0AfeF193706FCBaf3D21ED4c", - "amount": "316078000000000", - "delegatorRewardAmount": "369958267259466895665" - }, - { - "pAddress": "flare1ycrs0au7mvvu8f5uzdl8h3yhfq4npv8ehx2frm", - "cAddress": "0x393F667B33035eE2A27675C1d0558754065dfF85", - "amount": "147650000000000", - "delegatorRewardAmount": "172819171726157110412" - }, - { - "pAddress": "flare1ydkua2yhnqyprshj5tc6n3vn9eukqudhkyvxsv", - "cAddress": "0x8F225dDB2dE175Dd2f3F064c83085f44306C57d2", - "amount": "52888283198154", - "delegatorRewardAmount": "61903889578892014305" - }, - { - "pAddress": "flare1yevxfkajp5utkmyvt7g8ruvsgqs9yljuygsqhd", - "cAddress": "0xbF45491C254918C8B6ca7d68F5bd2014f08bfbFD", - "amount": "331540000000000", - "delegatorRewardAmount": "388055998605419088291" - }, - { - "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", - "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", - "amount": "100000000000000", - "delegatorRewardAmount": "117046509804373254597" - }, - { - "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", - "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", - "amount": "60909993000000", - "delegatorRewardAmount": "71293020928588063069" - }, - { - "pAddress": "flare1yptdvf8yyvxw4j4mpafmksnnqmzlfqdzye42m8", - "cAddress": "0x4cE9a19B571a7e353C7ABa9c799d688BDf2B0E3c", - "amount": "100253079566000", - "delegatorRewardAmount": "117342730603404309878" - }, - { - "pAddress": "flare1yqm84u3ryf8nt56nac5s20htqv7dyudu8gam5z", - "cAddress": "0xcA16FD232dC036f994c61B6a5088f9d4D8e1d6A1", - "amount": "54000000000000", - "delegatorRewardAmount": "63205115294361557482" - }, - { - "pAddress": "flare1yu8jvz923xlm0xksavvhmvk8293ygyspjttkhf", - "cAddress": "0xbD34E1c0e866478f00DFcF8DB4D89aA9203be0Dd", - "amount": "236820238000000", - "delegatorRewardAmount": "277189823089410075945" - }, - { - "pAddress": "flare1yyzt5rjgnjdlqqywynjtfxwqzke7ascgf6cg7j", - "cAddress": "0x2780FC072F79994Aa5f05063253aecc22BF825fB", - "amount": "448963263228000", - "delegatorRewardAmount": "525495829912195122892" - }, - { - "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", - "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", - "amount": "2928498929941371", - "delegatorRewardAmount": "3427705787154792655852" - }, - { - "pAddress": "flare1z35y8c3fhwkccscfkf060rjuu3ysseeyh57scr", - "cAddress": "0x5A33F8a1CFC4c5f600B0615eFf6224E45555f40C", - "amount": "500000000000000", - "delegatorRewardAmount": "585232549021866272986" - }, - { - "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", - "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", - "amount": "217558486000000", - "delegatorRewardAmount": "254644614646236014490" - }, - { - "pAddress": "flare1z7ee73fpr6wc7hslf4d0q3k5z3dvlcnu3mj08m", - "cAddress": "0x509Ec86948EA262391439d1e7369a0b5c876819b", - "amount": "1000000000000000", - "delegatorRewardAmount": "1170465098043732545973" - }, - { - "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", - "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627298" - }, - { - "pAddress": "flare1zu809qf04hm9p4nm9ctexsxg2wuqvaacuxfy8l", - "cAddress": "0x77657fcfE8D8c4eb738A1995770aC28cb736bCf4", - "amount": "300000000000000", - "delegatorRewardAmount": "351139529413119763793" - }, - { - "pAddress": "flare1zxxgsusdfq53aet0c92c0yefsdxt9djazks8uk", - "cAddress": "0x6d3b785B4f752BA932693D6179C131bFa45eF19f", - "amount": "50000000000000", - "delegatorRewardAmount": "58523254902186627299" - } - ], - "totalStakeAmount": "75000000000000000", - "cChainAddress": "0x1E8F916CE03F4ce86186531a8994d366581Ed4be", - "eligible": true, - "overboost": "0", - "rewardingWeight": "75000000000000000", - "cappedWeight": "75000000000000000", - "nodeRewardAmount": "92405139319242043102736", - "validatorRewardAmount": "10472582456180764884976" - }, - { - "nodeId": "NodeID-Ckyh9cpfkkXSo5PYNNFactcrKkY2XhkXR", - "bondingAddress": "flare178j3uxpsnz4xcwhg56qvrgmks789tpan44838h", - "selfBond": "2000000000000000", - "ftsoAddress": "0xb6deD9D9CA19af10C67f9A8be8ca75e38E166faA", - "stakeEnd": 1743094440, - "pChainAddress": [ - "flare178j3uxpsnz4xcwhg56qvrgmks789tpan44838h" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "True FTSO", - "BEB": "2000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "25174381500000000", - "totalSelfBond": "2000000000000000", - "delegators": [ - { - "pAddress": "flare10cmqrdrakmg38vk46yvahs8y88fd3fmktyk3kd", - "cAddress": "0xdD301559a59b386F7d5298e94BC4336887625268", - "amount": "25124331500000000", - "delegatorRewardAmount": "24763918427310095142937" - }, - { - "pAddress": "flare1g9vlw0qqtgvv6yleqgldg72ex3w8madug8gpd7", - "cAddress": "0xE25c8573c18789200214E0F2596ae5F897f3b821", - "amount": "50050000000000", - "delegatorRewardAmount": "49332023711232685412" - } - ], - "totalStakeAmount": "27174381500000000", - "cChainAddress": "0xF9cb594530F5C7E74AB36C493c00a1eC7547C302", - "eligible": true, - "overboost": "0", - "rewardingWeight": "27174381500000000", - "cappedWeight": "27174381500000000", - "nodeRewardAmount": "33480700112289780934842", - "validatorRewardAmount": "8667449661268453106493" - }, - { - "nodeId": "NodeID-CoNH4gyEwB9gTrEmozwh14Zr8hs6wokRS", - "bondingAddress": "flare1shkl5wxpzmr75ax843cgzuy30xdq307j956lnk", - "selfBond": "12000000000000000", - "ftsoAddress": "0xC522E6A633545872f1afc0cdD7b2D96d97E3dE67", - "stakeEnd": 1749315633, - "pChainAddress": [ - "flare1shkl5wxpzmr75ax843cgzuy30xdq307j956lnk" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "4DadsFTSO", - "BEB": "12000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "103360894962968344", - "totalSelfBond": "12000000000000000", - "delegators": [ - { - "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", - "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", - "amount": "227401971000000", - "delegatorRewardAmount": "224139848658402547494" - }, - { - "pAddress": "flare134hyvs9ysvuftunnzgxy08sfeg0y0fc60qqqdr", - "cAddress": "0xBf04dDF5BbbAEc7268bb7A21a9217085C77F14CF", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare147xns96xavm8kr0z49gt0ruul56wenz5rhrjx8", - "cAddress": "0x30339DFfD7953259e6Ae934c285F9d3179b110D6", - "amount": "1136938941000000", - "delegatorRewardAmount": "1120629346566149433684" - }, - { - "pAddress": "flare15ag67jya49cquxhr3gj5jpddkwlcvp9usrg0fp", - "cAddress": "0xF8fCAcc43b7d0173A96Bc617c06805ac5C92A958", - "amount": "15672928000000000", - "delegatorRewardAmount": "15448097017391461931969" - }, - { - "pAddress": "flare15hwddhslgkdr6z37n8zxqvw9srql7mk35ll8js", - "cAddress": "0x8e49DF54576f8F689D73b3140E495fE32d08E928", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare16ss9e4xdx8nz8hkwxl3lyw5xx92dx55dvftm0j", - "cAddress": "0x90273e75D420fBd5E106905Cc483E0F3b69C6C6c", - "amount": "1023582000000000", - "delegatorRewardAmount": "1008898531356463028940" - }, - { - "pAddress": "flare17y342654g0p868jg6cxgswhe4m2y7jrdgr0m0p", - "cAddress": "0x2Ac444C779f564d5c2445e1C37B7d20935bd1b59", - "amount": "1000000000000000", - "delegatorRewardAmount": "985654819405248459762" - }, - { - "pAddress": "flare1869mstqt83reyerlhg5r9ph2scw5pa5mqrth65", - "cAddress": "0xd12C7Dd0D81Ef4Fb96390415599b454ed9A0Ea7C", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", - "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", - "amount": "333000000000000", - "delegatorRewardAmount": "328223054861947737100" - }, - { - "pAddress": "flare1aad26gwvkywvj0er92awtq8h8avurgqupxk3v4", - "cAddress": "0xB9aeb2315B33eC159403fe28181D29E5C95b8B19", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1cqf03mjg7ke89td52m5mfza7qel73g3nclsl39", - "cAddress": "0x6173310426c05c2fEB3543b663Bc61A11c9ae8bd", - "amount": "1511507000000000", - "delegatorRewardAmount": "1489824159114768883670" - }, - { - "pAddress": "flare1cy05z3heu5zj06dw9qcj2r3kzkesv07tx6uk0a", - "cAddress": "0x48Cfc30EB12cb87787b683a06fD54b2a5dd37F92", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1dnwh20dn4d7ax6rh9dw4x82vhxtp0tr325nqmm", - "cAddress": "0x64243639FDDdCde1bcE555618A4528b8ea3505C1", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1ekvxkqaahneqar2ac49u8355f95y4rqdg398u8", - "cAddress": "0xE81A3441547e7E729dd5B4c377C95b2839d5aac9", - "amount": "150000009000000", - "delegatorRewardAmount": "147848231781680643611" - }, - { - "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", - "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", - "amount": "167000000000000", - "delegatorRewardAmount": "164604354840676492780" - }, - { - "pAddress": "flare1flr34g00tx27saed7t26p20dfkyxk720je64ud", - "cAddress": "0x04CF8ca73a49A9921FbB0132Ec6d7b0b966A57b5", - "amount": "949999999000000", - "delegatorRewardAmount": "936372077449331217369" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "50002000000000", - "delegatorRewardAmount": "49284712279901233485" - }, - { - "pAddress": "flare1gunngcnx5lvd5mnkymld8httvaf5zpdyvawkf7", - "cAddress": "0x5F94B4133422EB0C4d8a7fA59a94Ae86396C39Bd", - "amount": "84664482320000", - "delegatorRewardAmount": "83449955031158451136" - }, - { - "pAddress": "flare1h9ugdaut9l2zjv59ugvgnpfun4lv7d294yg7z7", - "cAddress": "0x3D1dFF3B8da23193F8D1305F3Fb0B979e9D2F623", - "amount": "359980998000000", - "delegatorRewardAmount": "354817005573011106983" - }, - { - "pAddress": "flare1halkgye84efwhqypkyg8gjmhckt4pf73zcvc5h", - "cAddress": "0x5d870F4124bD2a71E4dDA3b00B20BAd5a208129c", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", - "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", - "amount": "435485000000000", - "delegatorRewardAmount": "429237889028694625499" - }, - { - "pAddress": "flare1lpcac6lhks3y6a7xmnu6uvkq2yt6kxyjh45wpe", - "cAddress": "0xce35A74e1A118685727c567c83A76BC79368f5B3", - "amount": "200203000000000", - "delegatorRewardAmount": "197331051809388957389" - }, - { - "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", - "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", - "amount": "1977351118136000", - "delegatorRewardAmount": "1948985659247105192418" - }, - { - "pAddress": "flare1mgtycf569tn8wknqh7r8w3fa4ljhzjtjku3u6d", - "cAddress": "0x01b758b9dF1D1aC740a7AF3b7E264a2478a86465", - "amount": "65707123720000", - "delegatorRewardAmount": "64764543163874917362" - }, - { - "pAddress": "flare1mncjgamdgdzdg49vfr32mtkuy7rsywhk92ne48", - "cAddress": "0x3Cca008b4C57a5C2A79Ee8fE11Cf9D67dB0A3f79", - "amount": "49999999104008344", - "delegatorRewardAmount": "49282740087123929104843" - }, - { - "pAddress": "flare1mnxcmw60vjvf2x799kjdy00k2634czvj503h86", - "cAddress": "0xfF0aCE724184414B8A4D05eeA38cB4262B0f4D6C", - "amount": "19682693000000000", - "delegatorRewardAmount": "19400341214323948022231" - }, - { - "pAddress": "flare1mycnsrywulp57yjq22pkwxu49xaj9saeg5ff2f", - "cAddress": "0x98911994367C0A3301B27B76E7EF0fFa44503F11", - "amount": "100536000000000", - "delegatorRewardAmount": "99093792923726059150" - }, - { - "pAddress": "flare1pj5jlnpvuj5dzcm5j59nyfnkcz66dtnfmm4sy9", - "cAddress": "0xD8359A3457D16924D77f7D3F2F9ae28D78fe7D99", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1q707px20wmn5vev3gwqtaelhmc04yaew7q4qqz", - "cAddress": "0x5826d68503efd81aCf7F2Be8163795CDbb37F7E0", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1qlycv9w0pnxayl7wwcwj9v28yyvsmasjxnxtju", - "cAddress": "0x304B0EA7D15D03963696ED9F0520ba0175d61E18", - "amount": "3505999987000000", - "delegatorRewardAmount": "3455705784021288447660" - }, - { - "pAddress": "flare1rt9jyt7ljhq4ktq79f5wasj6ex89c3rtty6ac6", - "cAddress": "0x3df8c0efb2592719283e52725564B22D3c2Dc93F", - "amount": "462744293212000", - "delegatorRewardAmount": "456106142756683200716" - }, - { - "pAddress": "flare1t667f2x549c9n93hp5kg8fazprx43n82wuvurg", - "cAddress": "0x081f710a52303E618cc57A603bBC721cAB51e500", - "amount": "275230087718000", - "delegatorRewardAmount": "271281862404575982170" - }, - { - "pAddress": "flare1vv5898pn8n90adxkm9qwjvm9g3psr7dyps5l2p", - "cAddress": "0xdC45dD634701A412FFAC1018D2a82023D11E6ac1", - "amount": "287939852854000", - "delegatorRewardAmount": "283809303664383185299" - }, - { - "pAddress": "flare1wu6jhyxvekzkh3pj4ktqzp3u4ckx6q59t28f3n", - "cAddress": "0xdb14E2B1715446384459547DcA3da473ABe2079B", - "amount": "3000000000000000", - "delegatorRewardAmount": "2956964458215745379289" - }, - { - "pAddress": "flare1xxue0t66ufy0er52kt326dpkpa3rfuum9v4mf7", - "cAddress": "0x6BeBb9cc0Cf96b9B93Cf4A89419f960BdD985654", - "amount": "50000996000000", - "delegatorRewardAmount": "49283722682462550615" - }, - { - "pAddress": "flare1zzhgvgtuqkaj9msdzhwc0p0z52tu5shfv2dve9", - "cAddress": "0x1101da007B4bD3ED52c69f896682FB263ABF925F", - "amount": "200000000000000", - "delegatorRewardAmount": "197130963881049691954" - } - ], - "totalStakeAmount": "130360894962968344", - "cChainAddress": "0x14D781a056283CB79ef249ad63Cf5a2442EB1430", - "eligible": true, - "overboost": "0", - "rewardingWeight": "130360894962968344", - "cappedWeight": "130360894962968344", - "nodeRewardAmount": "160613555477788908381321", - "validatorRewardAmount": "58735391219499490089851" - }, - { - "nodeId": "NodeID-CrsvTSFLB8G3ziPaVjgH1pj8NQxSZkECD", - "bondingAddress": "flare1ejn0t8mu5kpcj2cccduhxateg5mkd57pn63hz3", - "selfBond": "3500000000000000", - "ftsoAddress": "0xdd33Ba13F32C90D678422251B52B005335fB7A4c", - "stakeEnd": 1741466814, - "pChainAddress": [ - "flare1ejn0t8mu5kpcj2cccduhxateg5mkd57pn63hz3" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Flare Beacon", - "BEB": "3500000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "28337526482649000", - "totalSelfBond": "3500000000000000", - "delegators": [ - { - "pAddress": "flare1025k8qq4vtaujsy78e2yvcg05k3k7kx478um9w", - "cAddress": "0x11D20c33cA3eb04BB41F337A58e77E32c1F07bf7", - "amount": "54652655000000", - "delegatorRewardAmount": "53868652794042349260" - }, - { - "pAddress": "flare13vmmdu457s62clu5364007muqcfxfnlz77farg", - "cAddress": "0xfB09e9edaC2C63a247fEA97F78e20f20092da0c5", - "amount": "220000000000000", - "delegatorRewardAmount": "216844060269154661147" - }, - { - "pAddress": "flare15sdml9mjg3kw9c3h26h6mp5t2c6uhh8gw9mafy", - "cAddress": "0xA7847F8343a1f994BF7df86335640608a0deBBd6", - "amount": "27359348610000000", - "delegatorRewardAmount": "26966873813234785474310" - }, - { - "pAddress": "flare1gcv6mk38g84j080nzne0ux2z54arswxseuwsf8", - "cAddress": "0xaDfD39C8f7e950335728Bd348771D987FC3D90e5", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1keqvun0a7l3fun5rdakw5uplvwmla6znrr7kvf", - "cAddress": "0xdaB16B5ac953245dae6Efc4F4D666693CAa8fBF5", - "amount": "53375217649000", - "delegatorRewardAmount": "52609540512540925272" - }, - { - "pAddress": "flare1r5rkwuguvhlwpxx43ey8mc7hl5menyjvxu52ax", - "cAddress": "0x9dea656af4979B64eD1902f3bde78dCd8Af79B77", - "amount": "50150000000000", - "delegatorRewardAmount": "49430589193173210257" - }, - { - "pAddress": "flare1vl46anyauk6vxupncd2ju0v9vj5cnaxfn95hhn", - "cAddress": "0x1680D75B912C2A0442d7Ef703B3541a485C60237", - "amount": "500000000000000", - "delegatorRewardAmount": "492827409702624229883" - } - ], - "totalStakeAmount": "46837526482649000", - "cChainAddress": "0x25daBfcb1a2560a8FC3e243Ef3C02608Ef2D0d8F", - "eligible": true, - "overboost": "0", - "rewardingWeight": "46837526482649000", - "cappedWeight": "46837526482649000", - "nodeRewardAmount": "57707042133304927752138", - "validatorRewardAmount": "29776022585658082056033" - }, - { - "nodeId": "NodeID-CtSfUZd8nvr4RDaQnKRiP9cae15Nrb1bX", - "bondingAddress": "flare1njkr3hlgge6wswrcsle2qpn4ufwagrqatfd7d0", - "selfBond": "3600000000000000", - "ftsoAddress": "0x02a256FF137D680aC591f1959D64a8669006c95c", - "stakeEnd": 1746012650, - "pChainAddress": [ - "flare1njkr3hlgge6wswrcsle2qpn4ufwagrqatfd7d0" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Poseidon FTSO", - "BEB": "3600000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "50226591218222318", - "totalSelfBond": "3600000000000000", - "delegators": [ - { - "pAddress": "flare103ugav2sd3hqlym8kr6uysh5l2js03xfm769hz", - "cAddress": "0x6bb595bc3E86dc1C020e36b9E51C7781b8A876F7", - "amount": "466067877856835", - "delegatorRewardAmount": "516804806227011861919" - }, - { - "pAddress": "flare10kx0nyhprq4qt7208n2ywjsh52r39496avwzlv", - "cAddress": "0xa28569372DFFd0Dc44999981C9136Cd3e8a8a084", - "amount": "2166479018066255", - "delegatorRewardAmount": "2402325545959523910613" - }, - { - "pAddress": "flare125w639h79mprpv5jtx9hrdetrq2774k6keu5hh", - "cAddress": "0x6552278F466BC3Edee3A70FD046D8E5Cf0069caC", - "amount": "101645766813691", - "delegatorRewardAmount": "112711094923563674740" - }, - { - "pAddress": "flare13jwrwka8mfw09vaac3dt67uq2eu6cnudz80fcv", - "cAddress": "0x53588371f6f3b4C5E3d0e71A20d023Cf7a33dB05", - "amount": "1927076867308720", - "delegatorRewardAmount": "2136861676830609406172" - }, - { - "pAddress": "flare14g2psmqgfw5yaa9yjy3st3y247y9tf84exqqrw", - "cAddress": "0xa362028F68f84187412274cD58CF3Ae91229c91F", - "amount": "50010000000000", - "delegatorRewardAmount": "55454172208263534906" - }, - { - "pAddress": "flare14x532ejhaq73x2vadfap06zfzaevae8apuc65n", - "cAddress": "0xDEba1417DD873Bd6224D2B1050978B50277D1e85", - "amount": "430200000000000", - "delegatorRewardAmount": "477032291221655123313" - }, - { - "pAddress": "flare15egh8p09j9z9kmxmc0sdmndz8d668e0qshzaae", - "cAddress": "0x9dD084FA1486109Dcf76Dff15b25c1988464A0b0", - "amount": "109299996000000", - "delegatorRewardAmount": "121198576295671176409" - }, - { - "pAddress": "flare168gmsmk28urht45j24pcdsfsj5uz8dve30qa72", - "cAddress": "0x60bc6615BEa31BFeDDae2caC750e5F131a92f23a", - "amount": "337800000000000", - "delegatorRewardAmount": "374573472744479545921" - }, - { - "pAddress": "flare170hehnkj97uc8z5kk4wtlqsfgnz67k2gn446f6", - "cAddress": "0xDBA3CE3Fd7bD05E75d8b2632aF2630d04FaaA2c0", - "amount": "64900000000000", - "delegatorRewardAmount": "71965122501825703168" - }, - { - "pAddress": "flare17nssucfjf329qktzcjlduc00cvmwryewtlkg5z", - "cAddress": "0x68A80B75aD34E2e42013199F53172745d1Db579c", - "amount": "60203922772381", - "delegatorRewardAmount": "66757822456161059695" - }, - { - "pAddress": "flare18f7e30r954w62sh8rf4plw8mcdvjc4azhmg4rl", - "cAddress": "0x1b556001df291bBFd697a5A60F00BD301c73105D", - "amount": "14991047340000000", - "delegatorRewardAmount": "16622997815928634092859" - }, - { - "pAddress": "flare19hnjtuhx4rwm8vvwjhlueyr4htgdt4scgn9hkw", - "cAddress": "0x180b87ffD26aF306394B469928DE35a2a75EA614", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", - "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", - "amount": "350000000000000", - "delegatorRewardAmount": "388101585140816581031" - }, - { - "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", - "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", - "amount": "180000000000000", - "delegatorRewardAmount": "199595100929562813101" - }, - { - "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", - "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", - "amount": "500000000000000", - "delegatorRewardAmount": "554430835915452258616" - }, - { - "pAddress": "flare1d7xzc62kpuww0tj4pjg00p6eusfj7ccjat9fpw", - "cAddress": "0x70B439b1390243edd8d48C2D34308628BD24369D", - "amount": "300500000000000", - "delegatorRewardAmount": "333212932385186807428" - }, - { - "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", - "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", - "amount": "3103133967000000", - "delegatorRewardAmount": "3440946318562886887759" - }, - { - "pAddress": "flare1fjpaup4dwxzhd2h84k7zg2k0dach7sj3sxs797", - "cAddress": "0x3120736C03AfDBc2132c73Ee06ee6d804A99d28b", - "amount": "57617055669374", - "delegatorRewardAmount": "63889344675516348989" - }, - { - "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", - "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", - "amount": "400000000000000", - "delegatorRewardAmount": "443544668732361806893" - }, - { - "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", - "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", - "amount": "860585000000000", - "delegatorRewardAmount": "954269721852598963963" - }, - { - "pAddress": "flare1h89t8wg2azu7jjw6lq0y57hnr6pmq7wpzp298r", - "cAddress": "0x0246C65be664FFaa501739A9c82FA8118288Ad41", - "amount": "51000000000000", - "delegatorRewardAmount": "56551945263376130378" - }, - { - "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", - "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", - "amount": "185641000000000", - "delegatorRewardAmount": "205850189620360945483" - }, - { - "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", - "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", - "amount": "50200000000000", - "delegatorRewardAmount": "55664855925911406765" - }, - { - "pAddress": "flare1j5czmyd85dd8eda0sytvmxw7rvpfqsa0mt4axq", - "cAddress": "0xfB39d91229191761aFD60264BA961e90B8e70F1B", - "amount": "1467659000000000", - "delegatorRewardAmount": "1627430812417673492858" - }, - { - "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", - "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", - "amount": "266999045125000", - "delegatorRewardAmount": "296065007554562616566" - }, - { - "pAddress": "flare1k95f3eslwnwu3j6xq8l5zcj5k9vhuwawag54yw", - "cAddress": "0x97bD9d937F49Dd84490E7D616349BeaCb601eFa4", - "amount": "111250000000000", - "delegatorRewardAmount": "123360860991188127542" - }, - { - "pAddress": "flare1lhpyc7a2keesd3yrcfhg0qdnk3a99y3rd9gndu", - "cAddress": "0x293c17cA71322CCd1A3010C3757600Fe30d72199", - "amount": "55000000000000", - "delegatorRewardAmount": "60987391950699748447" - }, - { - "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", - "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", - "amount": "6500000000000000", - "delegatorRewardAmount": "7207600866900879362016" - }, - { - "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", - "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", - "amount": "1500000000000000", - "delegatorRewardAmount": "1663292507746356775850" - }, - { - "pAddress": "flare1ntwpnyv0dt3zw800uutjl28a7pnvuk9ljv9cnu", - "cAddress": "0xFCD50096423588e7B0FBC4091693860E9Ca6e583", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1p4vx6z8uq8ftkj6ytpx63nv24qk8qdgald5rg8", - "cAddress": "0xf5561E3CEDb9162B5e147897330e8030DDCc7869", - "amount": "1100350870040905", - "delegatorRewardAmount": "1220136905354148265110" - }, - { - "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", - "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1pz8vmjq3mmg8tursfqle7akfnyd024qgrldkjf", - "cAddress": "0x281b31f32753C82b32cE794F7b76d7f6CaA2F9E6", - "amount": "55000000000000", - "delegatorRewardAmount": "60987391950699748447" - }, - { - "pAddress": "flare1qs42g3arkzelhwmxcu2u6urzc2kes6zcsy3e7n", - "cAddress": "0x0a852A20620d01A04cE0025e15339C5FE6AE0526", - "amount": "820600000000000", - "delegatorRewardAmount": "909931887904440246841" - }, - { - "pAddress": "flare1rg3vdeaypxe8gtv3cgy7j3ty8pa4a9vfe9e8w3", - "cAddress": "0xCF82D300eC7926c10bFB1efA0BCC8FE851348BdC", - "amount": "51000000000000", - "delegatorRewardAmount": "56551945263376130378" - }, - { - "pAddress": "flare1s7lvyssdkwrz05x7dum580a3y3kk8klymem47k", - "cAddress": "0xa6321946320fbb74D6D3D7Faa85d7C4058123D30", - "amount": "301004360000000", - "delegatorRewardAmount": "333772197857991442431" - }, - { - "pAddress": "flare1secf4s4lj3ywrfljcqt2cvalnz2u8xrmqwknlm", - "cAddress": "0x5D78169F7B46C7505661ec6ae7b9a7C624c13bF7", - "amount": "7030800000000000", - "delegatorRewardAmount": "7796184642308723479766" - }, - { - "pAddress": "flare1te3qs33mdrft6esqmdpda84xgnn0wsuwqr0f7q", - "cAddress": "0xb22D6Fa211D490d22c188Ad27B78E161728aB445", - "amount": "70564911957000", - "delegatorRewardAmount": "78246726245239604250" - }, - { - "pAddress": "flare1tp6a886kgl79aeujx8w235wk55athhwtd7tuuq", - "cAddress": "0xb0061d260847B42e8616777dA9CD62C70DBfBf7B", - "amount": "2828474000000000", - "delegatorRewardAmount": "3136386408370245823479" - }, - { - "pAddress": "flare1ufjh7lz5wjppjc84sa4qx7rfcwehlphjz6k9rk", - "cAddress": "0x3C97103B07fD1DA89BC75522075791bAb92e5975", - "amount": "50901210391150", - "delegatorRewardAmount": "56442401252547198258" - }, - { - "pAddress": "flare1vas0cm3kxr29sg7es2f74ql9tj5zpvphfx2c0r", - "cAddress": "0x5975E7e45B7341B6D9B8e2e0e2da26e75E3c76bE", - "amount": "223449879380007", - "delegatorRewardAmount": "247775006819728520164" - }, - { - "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", - "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1w8wp57dwuuv79yllfjp3l84ry2hw4kzklc4x2c", - "cAddress": "0xd010e5FDBb3240AE917EacFa84CD4Eb1F03FDca1", - "amount": "75000000000000", - "delegatorRewardAmount": "83164625387317838792" - }, - { - "pAddress": "flare1wq3hz74jfkrrn9trzzs6h7sejesyf236wevpg7", - "cAddress": "0x8851924938db253C2602cFB473C33b88dEb83C43", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1x7jnat9x6gaeqtgv3f6pp0fnwtcja9gsjggzpq", - "cAddress": "0x0B036dE48623fFB6006d297cb4D3C439F2eD410E", - "amount": "160756238557000", - "delegatorRewardAmount": "178256431443562733538" - }, - { - "pAddress": "flare1ym8cc3y262ehuyqjf2vdlheflaz4dmet0nrfpu", - "cAddress": "0xB3aEbA90EB2659ff653DaE03439635699E6a43c0", - "amount": "464373891284000", - "delegatorRewardAmount": "514926409443798939519" - } - ], - "totalStakeAmount": "53826591218222318", - "cChainAddress": "0x14C1901AFb6CD6a6e55072578a48B7E4eAaB9da1", - "eligible": true, - "overboost": "0", - "rewardingWeight": "53826591218222318", - "cappedWeight": "53826591218222318", - "nodeRewardAmount": "66318048807996314419377", - "validatorRewardAmount": "10623706899390887703975" - }, - { - "nodeId": "NodeID-DAVrAR2VCxe7rnmkDaVUbW8jWd9b86cS", - "bondingAddress": "flare1jllppy0yxf2m7dwfsrzqmwql2zq4vnwkjrwtal", - "selfBond": "12500000000000000", - "ftsoAddress": "0x9b42B895D2A10D048eaf4996fDf93aEBf59167BF", - "stakeEnd": 1747047608, - "pChainAddress": [ - "flare1jllppy0yxf2m7dwfsrzqmwql2zq4vnwkjrwtal" - ], - "fee": 120000, - "uptimeEligible": true, - "ftsoName": "Envision", - "BEB": "12500000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "159889710339268051", - "totalSelfBond": "12500000000000000", - "delegators": [ - { - "pAddress": "flare104whd5jg5fwcy8kcxh0ndcwpqd08yaplya63h0", - "cAddress": "0x2248C835c5BC0aE4aB771f2a9aC75782C9D3e739", - "amount": "261001000000000", - "delegatorRewardAmount": "282982582871548178571" - }, - { - "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", - "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", - "amount": "2217829053242051", - "delegatorRewardAmount": "2404615284439507644380" - }, - { - "pAddress": "flare125dnh60esekthjntjg68a0cnaw98nyacj5n8xp", - "cAddress": "0xd06C25a5f987BFA359B4DCC8b8c051e5d428DF42", - "amount": "169105854026000", - "delegatorRewardAmount": "183348000011404071992" - }, - { - "pAddress": "flare12pe3vf3c8mafzt356p8r332fhsg70h9u9z2p3q", - "cAddress": "0x058fcDFb70db04AfbDA6E89A5aBC8edDC1B67964", - "amount": "110375000000000", - "delegatorRewardAmount": "119670815761039728620" - }, - { - "pAddress": "flare13uck62nhj35awdmz2g6m9a2q5wk3dqekrd38g2", - "cAddress": "0x4e0754c3d478074a8Cc0f59A6052Ef51563a35fB", - "amount": "3404309000000000", - "delegatorRewardAmount": "3691020929854128176686" - }, - { - "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", - "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", - "amount": "60515658000000000", - "delegatorRewardAmount": "65612304952897757115618" - }, - { - "pAddress": "flare1dn8qvdw87sq4esrxgqh5mhrlujv8cf5qa92q2s", - "cAddress": "0x973B2A256e7D81F321a4Cc0268f6167b598635fB", - "amount": "200000000000000", - "delegatorRewardAmount": "216844060269154661147" - }, - { - "pAddress": "flare1g0amzf5z7s0xzdyfjc3gmky0dfv57akhfuxrek", - "cAddress": "0x5F158D7c93A33216d7C22797D2837C3a32863589", - "amount": "84691986000000", - "delegatorRewardAmount": "91824770582492013968" - }, - { - "pAddress": "flare1gpg9mma7hpuwf7sm5xqphzr3pfj9ss6uqs6htd", - "cAddress": "0x260143a2bFEA41480Fe7FDB446B90cAB73Cb2657", - "amount": "93540488000000", - "delegatorRewardAmount": "101418496087390691756" - }, - { - "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", - "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", - "amount": "3000000000000000", - "delegatorRewardAmount": "3252660904037319917216" - }, - { - "pAddress": "flare1hg9fpuw68pqq2e3gkvdmmyptea5l9gf4ye6gq2", - "cAddress": "0x63b280a8bB0ADC0002E479d91A174EEB7c6f3793", - "amount": "192210000000000", - "delegatorRewardAmount": "208397984121671087096" - }, - { - "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", - "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", - "amount": "100000000000000", - "delegatorRewardAmount": "108422030134577330573" - }, - { - "pAddress": "flare1hzluua2hgqfjwpp63f88ktjhuxjw6kfjtu3940", - "cAddress": "0x4E446ab0c5c064639EA03130A65357094cbBfaC0", - "amount": "1846000000000000", - "delegatorRewardAmount": "2001470676284297522393" - }, - { - "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", - "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", - "amount": "163825994000000", - "delegatorRewardAmount": "177623468582950849511" - }, - { - "pAddress": "flare1lwuc24fnwy03hqd2s9fexrjgl7nk0rv9p9unh3", - "cAddress": "0x4Cb376aDA943fB8cb57292afC72e8C6297A0Ee91", - "amount": "115000992000000", - "delegatorRewardAmount": "124686410201302865167" - }, - { - "pAddress": "flare1n6vq2hxa2rznqx25lnplgle75xgzca6hgnvvv4", - "cAddress": "0xd964dc92BDeFc67953F2252f4B2e9f265BB32291", - "amount": "51833000000000", - "delegatorRewardAmount": "56198390879655467756" - }, - { - "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", - "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", - "amount": "134000000000000", - "delegatorRewardAmount": "145285520380333622969" - }, - { - "pAddress": "flare1qszpr20wzqrtqp57pqdf88n5e88j2a20q30jzz", - "cAddress": "0x3D15442507994A12A9a8D2734DDEffd30bD68fC2", - "amount": "71109998000000", - "delegatorRewardAmount": "77098903460257337079" - }, - { - "pAddress": "flare1qzlq0pgvzguqldghq7r240a0zg7zeu7ylmxnx5", - "cAddress": "0x09cf3a6Fed3fF49cf65b616EB7C2F90866e4250F", - "amount": "345219974000000", - "delegatorRewardAmount": "374294504240860025617" - }, - { - "pAddress": "flare1t2zf6d2zke28jyc009qlaglk7gd05tg9ephp59", - "cAddress": "0x73d1fD16B25fB6Bd3931486B710A8a56d5AFF429", - "amount": "60000000000000", - "delegatorRewardAmount": "65053218080746398344" - }, - { - "pAddress": "flare1tqxxyx0s52swyygq8wh6cjsf69ve4mzq80hy8h", - "cAddress": "0xF5f79d51B524Ae687D0ED18AcfCFfe0A5b939Fba", - "amount": "54000000000000", - "delegatorRewardAmount": "58547896272671758509" - }, - { - "pAddress": "flare1v3klq5h3r3lng0udxfcuw8lcjmrtpwlgmetyvv", - "cAddress": "0xc506a2E354BC10649907a2086dAE2BEED3E760fE", - "amount": "22000000000000000", - "delegatorRewardAmount": "23852846629607012726255" - }, - { - "pAddress": "flare1vxsy2wcatnsepxp05snzjrgzwsmmusetuf937c", - "cAddress": "0xff71960A8a2597fbD18F81A79D5171CBf27C5665", - "amount": "64600000000000000", - "delegatorRewardAmount": "70040631466936955550732" - }, - { - "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", - "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", - "amount": "50000000000000", - "delegatorRewardAmount": "54211015067288665287" - }, - { - "pAddress": "flare1ylc20p92tns0sw9tkv95pkt7ca457jsf330m7r", - "cAddress": "0x02FB7BBD8E697032d292068aD3eaCC0CF16666eA", - "amount": "50000000000000", - "delegatorRewardAmount": "54211015067288665287" - } - ], - "totalStakeAmount": "187389710339268051", - "cChainAddress": "0xD8Bc3f71bCa357F97d930E472c19AbBCAdab3BEb", - "eligible": true, - "overboost": "0", - "rewardingWeight": "187389710339268051", - "cappedWeight": "187389710339268051", - "nodeRewardAmount": "230876963878566338614027", - "validatorRewardAmount": "57521293952436726541498" - }, - { - "nodeId": "NodeID-DcUJTi6u5Xoutgr1A25iMu4Rp5JEbsEqr", - "bondingAddress": "flare1h5pjqy7skze3urx0x5mj2595z8q4l4hfej8xeh", - "selfBond": "4000000000000000", - "ftsoAddress": "0xD1eDC6Dd3Ba8b0881A44002Ac501a69E924b8F00", - "stakeEnd": 1739127642, - "pChainAddress": [ - "flare1h5pjqy7skze3urx0x5mj2595z8q4l4hfej8xeh" - ], - "fee": 120000, - "uptimeEligible": true, - "ftsoName": "Aimlezz", - "BEB": "4000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "0", - "totalSelfBond": "4000000000000000", - "delegators": [], - "totalStakeAmount": "19000000000000000", - "cChainAddress": "0x7A757589e26a495e5C535dE440A01cf009bCEcDe", - "eligible": true, - "overboost": "0", - "rewardingWeight": "19000000000000000", - "cappedWeight": "19000000000000000", - "nodeRewardAmount": "23409301960874650919359", - "validatorRewardAmount": "23409301960874650919359" - }, - { - "nodeId": "NodeID-EBcyABp9i2wEgZbhiwnyLaqBwFFTdZXyd", - "bondingAddress": "flare18mjhtldw6qy34n20kcg4ewm9urs92zxn9nfppw", - "selfBond": "10556500000000000", - "ftsoAddress": "0xeFb939Ebe430efD987c2650367a1b2c9f070d3f1", - "stakeEnd": 1746151200, - "pChainAddress": [ - "flare18mjhtldw6qy34n20kcg4ewm9urs92zxn9nfppw" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Scintilla", - "BEB": "10556500000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "16569961669484231", - "totalSelfBond": "10556500000000000", - "delegators": [ - { - "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", - "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", - "amount": "15854334170000000", - "delegatorRewardAmount": "15626900883121809732953" - }, - { - "pAddress": "flare1g9vlw0qqtgvv6yleqgldg72ex3w8madug8gpd7", - "cAddress": "0xE25c8573c18789200214E0F2596ae5F897f3b821", - "amount": "50050000000000", - "delegatorRewardAmount": "49332023711232685411" - }, - { - "pAddress": "flare1jw0p6kvpxw4tysmxquu2fq3m0jtazt5frq7cey", - "cAddress": "0x190a319dDF4Fa0Becb6975f1B813E218b12aebFD", - "amount": "95100000000000", - "delegatorRewardAmount": "93735773325439128523" - }, - { - "pAddress": "flare1umn5v7c5rpprnlpct82xxj2q6gqudlwj003jgy", - "cAddress": "0xaEfbEd67fb7071E45acbaeaDF9e9e6171F25Fbf9", - "amount": "270300000000000", - "delegatorRewardAmount": "266422497685238658674" - }, - { - "pAddress": "flare1vehldnrsmmd68xgj2ray26kzkx6ns23p3lhfx2", - "cAddress": "0xF23233920Ee5B2FE2e90D61FC760E54c7e0d952F", - "amount": "250177499484231", - "delegatorRewardAmount": "246588658073386345992" - }, - { - "pAddress": "flare1y5m2ykpfztdhhfguufn3rcq9d24t3rnsmu6qv8", - "cAddress": "0x4191486abA87CB73E41244bC6bAC93Cbf9499Ef2", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422989" - } - ], - "totalStakeAmount": "42126461669484231", - "cChainAddress": "0x68B8d806394B87D025aebAA889bF9d20BaD2dE67", - "eligible": true, - "overboost": "0", - "rewardingWeight": "42126461669484231", - "cappedWeight": "42126461669484231", - "nodeRewardAmount": "51902687461272001545578", - "validatorRewardAmount": "35570424884384632571036" - }, - { - "nodeId": "NodeID-ECqqsWu9jpUvZgPyf9yPZZcyWmJjWyN1T", - "bondingAddress": "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j", - "selfBond": "13500000000000000", - "ftsoAddress": "0x111246F191a2A20012723369d3CEc77777E774E9", - "stakeEnd": 1742292000, - "pChainAddress": [ - "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Flare.Space", - "BEB": "13500000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "171475125427070713", - "totalSelfBond": "13500000000000000", - "delegators": [ - { - "pAddress": "flare14h74nkwrwvsp6grjwt4q9myltqh3606rc09gau", - "cAddress": "0x537d74D860E0766F80dd9d480FCC48CE13B9bD03", - "amount": "74978680000000", - "delegatorRewardAmount": "73577923666547481041" - }, - { - "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", - "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", - "amount": "14478753000000000", - "delegatorRewardAmount": "14208260041665115213808" - }, - { - "pAddress": "flare1dl5z7lc0gm5636h2pr3pvkhdn4sfg9df9l2xmw", - "cAddress": "0x5d79cfFEeBB5a00dc711DE203cA76efE11344259", - "amount": "50000000000000", - "delegatorRewardAmount": "49065896909993268114" - }, - { - "pAddress": "flare1ej0ggr5s008v7lk0xngx46myp4cyveh62xlzv5", - "cAddress": "0xe66DCa03b7e315664aD55EDba4cf959577BE0cF6", - "amount": "51000000000000", - "delegatorRewardAmount": "50047214848193133476" - }, - { - "pAddress": "flare1gcv6mk38g84j080nzne0ux2z54arswxseuwsf8", - "cAddress": "0xaDfD39C8f7e950335728Bd348771D987FC3D90e5", - "amount": "260000000000000", - "delegatorRewardAmount": "255142663931964994194" - }, - { - "pAddress": "flare1gp6j07wugys7w605kme2p6402unx00p20pk4jy", - "cAddress": "0x61DBD5c00d32bf2f67aD3b202EA13bA4960a3fbd", - "amount": "50000000000000", - "delegatorRewardAmount": "49065896909993268114" - }, - { - "pAddress": "flare1khwcuuaskt72lw7kw90dcjkm65n64zgdjtywml", - "cAddress": "0x670aa354c287a591632a192Eac6e5182B084064a", - "amount": "117760747070713", - "delegatorRewardAmount": "115560733516307915726" - }, - { - "pAddress": "flare1lm6n53zqhtp5e872chmac4dq26vsgxjx3k7ncq", - "cAddress": "0x24Ac65841399f2436DB46756849c3bf8ACe69763", - "amount": "50000000000000", - "delegatorRewardAmount": "49065896909993268114" - }, - { - "pAddress": "flare1pr4f2m4a3ga2t58u2m9f5h76uvqdw0vjl8nc0d", - "cAddress": "0x6c7f7757E8587E4068B8Cb9f713852eF2Ae3abaf", - "amount": "75000000000000000", - "delegatorRewardAmount": "73598845364989902171521" - }, - { - "pAddress": "flare1tzpjxpf3adxn4jlktv72hy020eqjjxv0usvd9n", - "cAddress": "0x67f467CdbEe74631F516607BEBD145789B2C2220", - "amount": "80000000000000000", - "delegatorRewardAmount": "78505435055989228982957" - }, - { - "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", - "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", - "amount": "150000000000000", - "delegatorRewardAmount": "147197690729979804343" - }, - { - "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", - "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", - "amount": "1116000000000000", - "delegatorRewardAmount": "1095150819031049744312" - }, - { - "pAddress": "flare1zsv600w9xazcu2egd05ygzkxqftmk94fhkgccr", - "cAddress": "0x0504aE324672B063FE904369AE4fd4f6cA81c4d5", - "amount": "76633000000000", - "delegatorRewardAmount": "75201337558070282309" - } - ], - "totalStakeAmount": "199975125427070713", - "cChainAddress": "0x9Fd5cccC7f75409F78f9FBb865C2bd14424D5486", - "eligible": true, - "overboost": "0", - "rewardingWeight": "199975125427070713", - "cappedWeight": "199095234875191601", - "nodeRewardAmount": "245298972219190627941506", - "validatorRewardAmount": "77027355682534288413477" - }, - { - "nodeId": "NodeID-EgJba99Q5iDcL81A27E111WANn9eZNj4v", - "bondingAddress": "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q", - "selfBond": "3500000000000000", - "ftsoAddress": "0x9A46864A3b0a7805B266C445289C3fAD1E48f18e", - "stakeEnd": 1739797208, - "pChainAddress": [ - "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Bifrost Wallet", - "BEB": "3500000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "39312360313059580", - "totalSelfBond": "3500000000000000", - "delegators": [ - { - "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", - "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare12p308nrcwj3n32e4k4dxgn7760gz2x5efn8xcs", - "cAddress": "0x385169b267CB769B17Af5E4BFc17a44eD6A0f632", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare12pkkzec85e2hgcs3gtautx524cy64q97duaj7q", - "cAddress": "0x6E3675627c1166b38Af252aC29F8Fe1Eb6b2A325", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare12r7pkt36xqprr37pfkws35grvx2mwdvwt242va", - "cAddress": "0xD96C5952eA5b748F8523BDEcAAaF9b51E80426CE", - "amount": "126302990000000", - "delegatorRewardAmount": "124491150798792902160" - }, - { - "pAddress": "flare12xjl9ju29j2zct6vsvha6srtxgww4hkqdnax2m", - "cAddress": "0x815D9aB48BC666b6C4C5D7A2a2fd80E1Eb4597B7", - "amount": "65745975000000", - "delegatorRewardAmount": "64802837115246980104" - }, - { - "pAddress": "flare1332jftajlmddtxtq3wsdchgrwqrm7h285ulnn5", - "cAddress": "0x869C11d9eB3b4750A58193fD1dbB83CC111bE86e", - "amount": "52362688916000", - "delegatorRewardAmount": "51611536687073185236" - }, - { - "pAddress": "flare1349gwdt05jcjmsyeglhvlxj2s6l8pcweml62gd", - "cAddress": "0x91dD30Ee02B43dEB94Fd173E51097Cb127B4b77D", - "amount": "63449987000000", - "delegatorRewardAmount": "62539785477750362503" - }, - { - "pAddress": "flare13d3fe855f3hyzedqptj78agdqmm2jhkfn8yk32", - "cAddress": "0x0F8A7Bf7738ad5aD3cd87069AcCe03e68E9CB696", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare13fl0x3vl87s2wxl7xtgzgdz2e96qr27msjsulz", - "cAddress": "0x5dAA20aE716872F31B95cB68D5CfbD82aeC9bE8D", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare13nccx764p0r3h5psj5xywwrhrkwvuh094tcg09", - "cAddress": "0x8bdac835DfFb3CaC12Cca0bb2b4cA297A913c905", - "amount": "120030000000000", - "delegatorRewardAmount": "118308147973211972625" - }, - { - "pAddress": "flare147vv2y6ekjuc0tj5hp2zzny0qr8xcqumcjhd8g", - "cAddress": "0x2c4a7A0b5B7F0b63138809bE7162061EB0ae3346", - "amount": "58738990000000", - "delegatorRewardAmount": "57896368580496695225" - }, - { - "pAddress": "flare152tdr7f8r3zu8fn60nvtyfxp8fce83j8cp34qt", - "cAddress": "0x30d4b9371Ee9BCAc459C7987bD1d619B63d68A23", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare15g92xwwpy3m868msv5x889ndjzm4fngxgh9l6d", - "cAddress": "0xa6E8c074c73c10c12E9714D6ad48EdfA900C2677", - "amount": "216095752236000", - "delegatorRewardAmount": "212995819644415896038" - }, - { - "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", - "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare15tj0p9fmq6nlcs74h9dae0pgfdxp8medy7l2zn", - "cAddress": "0xEdaCcACEEEed46c670C149a3eb8EF89afC7706D3", - "amount": "107439997000000", - "delegatorRewardAmount": "105898750839935436301" - }, - { - "pAddress": "flare15u8x3h5wdplml8ykm7kqqdzz4w0655ev3678k5", - "cAddress": "0x928797d6AAB0e15371CddD3F5D15c1cf4dA98f16", - "amount": "55145993000000", - "delegatorRewardAmount": "54354913771338095725" - }, - { - "pAddress": "flare16092mkyexudgsqj2lgu2muu97l6jeg4eur3sm2", - "cAddress": "0xb18fB73cBC9d036Bbc22d88e127Fe015c8d9f923", - "amount": "55779000000000", - "delegatorRewardAmount": "54978840171605353837" - }, - { - "pAddress": "flare160h6tvuew78uuymfyfxuqxmf225x6dt7rx6pe3", - "cAddress": "0xd4c8D8bB6EF70518BCfe4cA2Db3E0c3957dDA15b", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare16aa5eazqv9gf8j63rjsx4lsq00d2ra2hhpvemr", - "cAddress": "0x0D486e12D828f1f606cFE4C1B511568B1e68e4DE", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", - "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare16m3lgg9sqygyn348wzgk8wyw5zur5p9jdntk3m", - "cAddress": "0xE0C3A59CDCD0a61bf9Eb96E640875C4e4a0176AE", - "amount": "72261972299000", - "delegatorRewardAmount": "71225361256237911854" - }, - { - "pAddress": "flare16qk3dsxlv6chm4u65qg0pnevf0zvvpd2uzhw3r", - "cAddress": "0x7ae1D281c9bc1DbbE383E0332b1454c7E395b8B1", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare16s9rhhlvwwm3n7z2m8n8948e5c0mnhlqdaguy5", - "cAddress": "0xa39A07a00981dd64e93e61340c4C64Da7D4E750C", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare17at94lx3j85a4uhq9we369rjl9dxu7pt5tdalw", - "cAddress": "0xEe836fb97E69E73DBEE4604c98798Ecc22181676", - "amount": "54100000000000", - "delegatorRewardAmount": "53323925729823941673" - }, - { - "pAddress": "flare17srudehefqvuatm24gq6f5ufjtljpdlkya8fhj", - "cAddress": "0xfEb27577A7b8b085FB16aeA15455c8Cc17d463D8", - "amount": "268081988513683", - "delegatorRewardAmount": "264236303974254109323" - }, - { - "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", - "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", - "amount": "529906995000000", - "delegatorRewardAmount": "522305383458302898541" - }, - { - "pAddress": "flare17yjp9fp0t9esve9j8cdua57m8as0hxlag592js", - "cAddress": "0x5A36d8e0E56532Fc6c722Eee3d7c37c84564299F", - "amount": "117678491000000", - "delegatorRewardAmount": "115990371794487156224" - }, - { - "pAddress": "flare189yzjvx2vfurh9m9v8aa4v752vl2hfrd8dxh5g", - "cAddress": "0x6A91353AE09a1fFD6aE20AF5Af17c2C45b679c46", - "amount": "50500000000000", - "delegatorRewardAmount": "49775568379965047218" - }, - { - "pAddress": "flare18ame30rtckwg9atjffej6lq7sm5y4j5xus6a92", - "cAddress": "0x1818EE24C23F2c136250E075af661fb6693A27A5", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare18ke6dud43flmqtq3nw06hzzz3f7wzvvw54mdnn", - "cAddress": "0x2Ca4365a971Ba511e001E166E3fe014685F26bc2", - "amount": "1994269645302165", - "delegatorRewardAmount": "1965661487085674345493" - }, - { - "pAddress": "flare18kwsvyrmazm6lcrvy824s2j84n49tuhzchf06m", - "cAddress": "0x3D761aa9fA88C50F4A27701CED3FD9c19c519870", - "amount": "700080286752000", - "delegatorRewardAmount": "690037508607717115804" - }, - { - "pAddress": "flare18vldr60y30eh676p992pglnra7muw4fu0gxjpx", - "cAddress": "0x5AEd2EB3ACc70d162fA7558dd866B4E1D210F8ce", - "amount": "51249851797000", - "delegatorRewardAmount": "50514663417517783246" - }, - { - "pAddress": "flare18xgcq4k77ph8wpu74ce2jnzckdq5w455cy4fd5", - "cAddress": "0x1d25Fe11A62e124fdBe24deBB5Cf5b35BA0DC278", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare190xuxwkeukphvs4r0fgd3crn4y3egqngslcgl6", - "cAddress": "0xa8464ac90c2e263fc85E166e1d17Cd6876Edabbf", - "amount": "69196832752000", - "delegatorRewardAmount": "68204191689587741781" - }, - { - "pAddress": "flare192alxkqhkmlaezmfhspm9kqn35wufvws7lkds2", - "cAddress": "0xC190f71D91D094FB588A9b4dCD911ab5492da217", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare194m9jedm5xfnnd5fqsagvnjtmhcf3nnz8wnuvs", - "cAddress": "0x8b2c7119b42A5e7B524EF99C1b88C1c66Aa80aA3", - "amount": "60901532302000", - "delegatorRewardAmount": "60027888822630715500" - }, - { - "pAddress": "flare195umjjqnl3wdgvzwvdcy8gaek6vnslcm2vwtty", - "cAddress": "0x5D4bE3f345cbEe26F7Cd7EbBa9e21a26c063E6cA", - "amount": "52867000000000", - "delegatorRewardAmount": "52108613337497270322" - }, - { - "pAddress": "flare198382rs5wup8pdxlsq0nee8uk8d5jcd5qyg0q8", - "cAddress": "0xA64d50E93d0625943853921E9816835d4DE54fA4", - "amount": "60999993000000", - "delegatorRewardAmount": "60124937084136420208" - }, - { - "pAddress": "flare198sf90mjq5ljvwdugy565tw88wt9xk4nr74y46", - "cAddress": "0x507D8535bc6bA3f4EfAC81bdC1b57209dAD6e15d", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare19gh4s2kunyycs8qmfztwy7qjdnzmern0s2dv0h", - "cAddress": "0x2FcCECEB3b8da74A85ce27bcE17F41df083d4B2c", - "amount": "72500000000000", - "delegatorRewardAmount": "71459974406880513332" - }, - { - "pAddress": "flare19pkqvvjf6qc2guudeq84mxvzgtqqchh0tmz2aw", - "cAddress": "0x4c78Ef34eCccA0f35f91bE0d488feD33e274E60A", - "amount": "312856985000000", - "delegatorRewardAmount": "308368995049845526297" - }, - { - "pAddress": "flare19tsfrd54yf5vspupqf32zz2leqehqpg778vns5", - "cAddress": "0x1667f19b7a9Ba5Af2EBbfC5F17400d266d9220C3", - "amount": "90592214200000", - "delegatorRewardAmount": "89292652526822585071" - }, - { - "pAddress": "flare19vxxusfrlutc8dnlctnl94p9vv2yjq2khu7v60", - "cAddress": "0xb78593C81B90D944cf2b1301f5cd48dbeC024dFC", - "amount": "90864547807000", - "delegatorRewardAmount": "89561079459048149978" - }, - { - "pAddress": "flare19xrmyxer5a7npgre89yap7sgn9k9h0ucv6v39c", - "cAddress": "0x7B114Aea58D1155F2D14EC1a234E8bD89A0073d4", - "amount": "60999975000000", - "delegatorRewardAmount": "60124919342349670914" - }, - { - "pAddress": "flare1a58r83devslyka60a5u9776jpp60eqe7uleqru", - "cAddress": "0xc4292423A8D77aa9488736397740B43B24A2A476", - "amount": "50287137613000", - "delegatorRewardAmount": "49565759542348392110" - }, - { - "pAddress": "flare1a9m5samxhh70609ywfap2hd9y3fgxzzg3ty5m5", - "cAddress": "0xcB4f1c641FA787d1C7c80fA5e173238A322870b2", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1ahyg4kyntd84eejweltmnkctk4qaeepnt7a345", - "cAddress": "0x463729C3c5E50650028Bb604104c7E634fF82aa9", - "amount": "61426947000000", - "delegatorRewardAmount": "60545766351900768659" - }, - { - "pAddress": "flare1asv4ajkqkn94p5dy4u2druunk478x9l52s9u68", - "cAddress": "0x0EBfa86Ca6E7E65e946c50E7cd36213037404Af9", - "amount": "5916079950000000", - "delegatorRewardAmount": "5831212714704261337572" - }, - { - "pAddress": "flare1ay7vu82e8jsmxcs2zrf3keyv96ej4judykgz4y", - "cAddress": "0x6e734Bc7785b15E83DDF2996B647123aFa9C2A68", - "amount": "132000000000000", - "delegatorRewardAmount": "130106436161492796688" - }, - { - "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", - "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", - "amount": "1100000000000000", - "delegatorRewardAmount": "1084220301345773305739" - }, - { - "pAddress": "flare1c8f35uxqngcd6pcyrh0qgy59yhn28emlqy60wx", - "cAddress": "0x384b62af54D0F67465A40A2263a5BE82c7cb8b01", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1cprdypapd4aatvldjjyq4vuytuxx7l8rvyzpqh", - "cAddress": "0xeE4d1a6E0a2575f8a6a8776f1A2837389ef6C814", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1cs9ktgvzad33sxa3npfml0gkfw3nl7u2gd6554", - "cAddress": "0x86a85639806014A4F84f23098Ce675b776A07C4f", - "amount": "63000000000000", - "delegatorRewardAmount": "62096253622530652965" - }, - { - "pAddress": "flare1d7txk2qjj4fzhxcp22p7j4nvanvlrthcs3q5n9", - "cAddress": "0xa0D7397EC21dAe1ca768FC2fc14C8a9c917C59d4", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1d9kan9ly7az2u4dr8j3r6me3wljw4ryuvyvxzv", - "cAddress": "0xf85a01Ad66985fD09f386209E32A7680F25263d0", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", - "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", - "amount": "1510410451579129", - "delegatorRewardAmount": "1488743340879026167785" - }, - { - "pAddress": "flare1dew8pwt80gmw85wzg7676vhgquljc2mfpuwrut", - "cAddress": "0x8805AFC0322B8993bF6AE704eE072AC409Ea83c3", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1df2s0xfjst8wpx64wcas42a7wne8k7eg00ugqn", - "cAddress": "0x436F1107A24D0339Ab976A3c2a2AFDaA3D8ceDea", - "amount": "64600000000000", - "delegatorRewardAmount": "63673301333579050500" - }, - { - "pAddress": "flare1dgmn9s0sxqxynd64lpz2pqpjnjl9vpnfmx7l2j", - "cAddress": "0x7D2796dD99DdDc984ceD5810D9056B5116549064", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1dn27a3ehvd8hk4l6n9sqmgf7a5h76qpys409ze", - "cAddress": "0xfc41743d03e8588851f74919C6Ef2B623A0336C8", - "amount": "314814991000000", - "delegatorRewardAmount": "310298913100169919213" - }, - { - "pAddress": "flare1dpgz09e8xp8kmzjd9nsdtvqj8ztk0nd9v2flhu", - "cAddress": "0xA5C7951046DA7B939c78A7B3E043282385A48371", - "amount": "112549961000000", - "delegatorRewardAmount": "110935411483522757341" - }, - { - "pAddress": "flare1dsz54a6eq805u90kvc7t4acjc7taaq59lendkl", - "cAddress": "0xFaC3899A2fF1928909dcd082c8A0fF5f54618cd3", - "amount": "53200000000000", - "delegatorRewardAmount": "52436836392359218059" - }, - { - "pAddress": "flare1duu5jky3u035lhqd98yl4pk3nked5twt029sc3", - "cAddress": "0xa2f37Cd467CB49cD8A9425967624D02428917612", - "amount": "858999998000000", - "delegatorRewardAmount": "846677487897798788126" - }, - { - "pAddress": "flare1e4qltjsmlk7cu3nv9xc38zukvls424nzkqk2df", - "cAddress": "0x77eB1618B81275b41f0d6811180c9Ba09351d473", - "amount": "108484777227000", - "delegatorRewardAmount": "106928543505897295791" - }, - { - "pAddress": "flare1efls2qcfp5gkueztdh5dhy85hzqx9pf0ll6zse", - "cAddress": "0x5AaC52153d20e2aC26717dBebB5ec6C660D87661", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1eny0kayrzsf0pksmd44lz24fgypcuh72lhcv9q", - "cAddress": "0x8200E118049a322b6BCf9aEB67eE07a7E7d5ec17", - "amount": "51590476972000", - "delegatorRewardAmount": "50850402262867289399" - }, - { - "pAddress": "flare1eqzz9k7fq8tnwlmj0saklnxpp26l03x87r6xcc", - "cAddress": "0xD0f95727c6Eff0eFeADe0cA46D0ab9c78a4D0291", - "amount": "56190000000000", - "delegatorRewardAmount": "55383944302380910954" - }, - { - "pAddress": "flare1es6c486memsg3rlgwachvhkjee006uct9l20re", - "cAddress": "0x3e64cd2CA96178F3Fa47e5A2112d8719EF07ca13", - "amount": "335250000000000", - "delegatorRewardAmount": "330440778205609546135" - }, - { - "pAddress": "flare1exrd57kq4cu2puhu9k2svkqn6drp3cvpaez969", - "cAddress": "0x83042d785dc0F0Ae48F110495A43C38854a561F0", - "amount": "52359993000000", - "delegatorRewardAmount": "51608879444475073516" - }, - { - "pAddress": "flare1fdreee04ff0w4n4exk6jdwaeg2t8mjgthhrhqz", - "cAddress": "0xCA89C2dc79C0d75cC1905093bdf69a526F6d7e4a", - "amount": "62150000000000", - "delegatorRewardAmount": "61258447026036191774" - }, - { - "pAddress": "flare1fpf2up7veknu9u98j7wjast3xpjhyt4dkt22hu", - "cAddress": "0xaf9e6511a0a3c0f7e2b091068c7cB9025E4bc3e4", - "amount": "51404000000000", - "delegatorRewardAmount": "50666600336707391825" - }, - { - "pAddress": "flare1fyenese0lwefynds8jd3ylc90wv9m86sy5y9ug", - "cAddress": "0xD04A0Fce6238b7F889Ef29da97D6055cC4511e06", - "amount": "53440456335000", - "delegatorRewardAmount": "52673843337808490983" - }, - { - "pAddress": "flare1g4kpqzjsyumyxhgpj7dg370pkzuna94xxksa3v", - "cAddress": "0x58b4a746e35a1aEb79f6Dad067a23Fe3B15779F3", - "amount": "570000000000000", - "delegatorRewardAmount": "561823247060991622065" - }, - { - "pAddress": "flare1g9m4ygek6yunfsly8s0mhy6jcm68p8egm46kxc", - "cAddress": "0xa47030BC817d342d73375476C14aD224C9936017", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "200000000000000", - "delegatorRewardAmount": "197130963881049691952" - }, - { - "pAddress": "flare1gpln7lldyc3x9l50as4ww80qyqk0ytmxe4sn2t", - "cAddress": "0x64989809be20DDaBf72e121e6368DfbaC548d190", - "amount": "55499995000000", - "delegatorRewardAmount": "54703837548717192490" - }, - { - "pAddress": "flare1gsze29dtg07etcnm3ufzhphzq070cy2e7vjck6", - "cAddress": "0xde764dF13524739E9cD517E441880ec4fa53C687", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1haaj9gs6e3v82g8sv2utfhvd0phxl8lnwmlu6h", - "cAddress": "0x04B556433eE8500a2643818Db7814377caf805fA", - "amount": "107965998000000", - "delegatorRewardAmount": "106417206260597416396" - }, - { - "pAddress": "flare1had76gzfnluqknhpjxet0cyegnpdua7m0984y9", - "cAddress": "0x7D8321c6F1020354a5D25cE327fc9237cdB807Ab", - "amount": "478529979719000", - "delegatorRewardAmount": "471665380739928153092" - }, - { - "pAddress": "flare1hf4w6ykcchzzxhtrllwrdsf26sjlj6pxea55mg", - "cAddress": "0x3d13c6D311e9f636a644Cf2C3fd6dA2c5B8DE41A", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1hjeucnp49zztsp9my8yljh9zuyg64zlat276kx", - "cAddress": "0x196bBA4Ad0116140Ff6C415534F3Cc9B68af6967", - "amount": "50004996000000", - "delegatorRewardAmount": "49287665301740171609" - }, - { - "pAddress": "flare1hvrugywjqcxnuwwn487txemgagaglakgl2lx44", - "cAddress": "0xD4Ba6402A927d30609F32F433C84E39a3e5F1666", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1hy5wz29r5xwqhe3skj8pxn36nhjd44g6hsrwqs", - "cAddress": "0xFf662A93368128542A1Ea4C7614486bbA6b0906E", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1hzxfa76wytt7lfw9xsd4xup0m6kn6nfjrg4t0p", - "cAddress": "0x4d3C98C89aD61f3dE00106914d4fd4fc5132b857", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1jeq3a9vse27lace3uvxc84m38690afc7fd6527", - "cAddress": "0x8eB9D6d1AAA480A77Bb5D33f5454d782a0400c62", - "amount": "78010113893000", - "delegatorRewardAmount": "76891044720987778868" - }, - { - "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", - "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1jf3df7lt06nq5r9d9gesxqh05g3qr4x9ylplvf", - "cAddress": "0x0b5c9547E83c7eE8eB020750A5F331aa77B5b3fB", - "amount": "68328743564000", - "delegatorRewardAmount": "67348555397761953002" - }, - { - "pAddress": "flare1jf3gwd827err80gckj04nxzd9j4ylh6f4adjdn", - "cAddress": "0x4d0667200EE930D448Fcf85B764c94a2F04aDE0A", - "amount": "50888000000000", - "delegatorRewardAmount": "50158002449894283620" - }, - { - "pAddress": "flare1jlc68kc075jz42sd7vas3vyyk335vkssxdsvkl", - "cAddress": "0x593a4655A2c722C4a972b90F30Dd440ede75AC81", - "amount": "236958607717691", - "delegatorRewardAmount": "233559393696499836508" - }, - { - "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", - "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1l3k2afksah46g0taq9c0wp9hv068da2ngdfzd4", - "cAddress": "0x45965c3f89b11f2384287B73d10128dEe36612cB", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1l6qfu2ke9rsykgfx7ehz5esl6ey2yecgkvptvh", - "cAddress": "0xBa8898638035AA3BB03046772DCcD75D780aa658", - "amount": "50500000000000", - "delegatorRewardAmount": "49775568379965047218" - }, - { - "pAddress": "flare1ln9t6x3kvq4q2f3q5jyxsdqpz9psnw9qy0mf3c", - "cAddress": "0xdF6Ce1769F097150D5DbCe065E1aaCf4E884Ef3f", - "amount": "296662748288000", - "delegatorRewardAmount": "292407067588073321685" - }, - { - "pAddress": "flare1lrmp03pz7zyfqgldl3sz6lzlfaa2f6swj5lxeg", - "cAddress": "0xD51eCeD31D3e36B3A31c03f6598e5a27648897Fb", - "amount": "55000000000000", - "delegatorRewardAmount": "54211015067288665287" - }, - { - "pAddress": "flare1m00n756huz0zz39v0yt8934nwtj3z3cvmnctdx", - "cAddress": "0x706291145e486471b68f9F0cCbE509c7f8E7a7Ba", - "amount": "74999975000000", - "delegatorRewardAmount": "73924086814023149351" - }, - { - "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", - "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", - "amount": "187600000000000", - "delegatorRewardAmount": "184908844120424611051" - }, - { - "pAddress": "flare1m9a5katq24snhnf8twysfwlgrnhceqac3knz7m", - "cAddress": "0x0eb261Bdb90C152aE44F442E7a17109c54153B6F", - "amount": "108499992000000", - "delegatorRewardAmount": "106943540020230902642" - }, - { - "pAddress": "flare1ma64sfgpmtc5eep8vh7ez7v36qwmunjs8ten7k", - "cAddress": "0x65948797ce784D29D3a23061B0A1734220E45bF3", - "amount": "369628000000000", - "delegatorRewardAmount": "364325619587123177685" - }, - { - "pAddress": "flare1mjlds0479hqcsd9uz3zlpucl8erl2wr9dm6jws", - "cAddress": "0x4919F3670d6a3132a48ee5Ae42135075e5Afa866", - "amount": "300000000000000", - "delegatorRewardAmount": "295696445821574537929" - }, - { - "pAddress": "flare1mlknwnugwnhztqlc28xxu0e9atv09g43z4l3w8", - "cAddress": "0x14c4cea595a2E525B7462f43e355E96FDd025b8A", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1mtganlau6s47xaxjsqqv5m54ted0e8aqqhzrqw", - "cAddress": "0x801448a3186D960319EaaA3899e5C7967F6F4f5A", - "amount": "50040000000000", - "delegatorRewardAmount": "49322167163038632926" - }, - { - "pAddress": "flare1n6u5gphkp5ypge2cgnayp9wgf378avgjz86w7m", - "cAddress": "0xe3D242210Be3c60194a67fcA4e061d3C1bBDb438", - "amount": "71212999000000", - "delegatorRewardAmount": "70191435668651139159" - }, - { - "pAddress": "flare1nacr8lnnyflaa7290lf3qlaw94yz29yprxfwh4", - "cAddress": "0x1a41400A3782306A440B237Cf9aD6F250Eee67Bd", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1ncmym7frvn5ed5k5qpj8q8weq9ldw7368z3rmr", - "cAddress": "0x8650a28a4cac6030c95e809d3d27864F82AA6fC5", - "amount": "344125239000000", - "delegatorRewardAmount": "339188700299332964070" - }, - { - "pAddress": "flare1ndfeq0u4ldtekcwg59xs45gwksgvzhkared8ej", - "cAddress": "0x78427D101c161B7460179Bc24604c9Cf309982e9", - "amount": "68740377447000", - "delegatorRewardAmount": "67754284318371399176" - }, - { - "pAddress": "flare1nj45nluvjfghvmkucp68wslvvkl5jz2p3a6c6p", - "cAddress": "0x6a5299097B930a4EDB283e0e0101E51EaD07949b", - "amount": "52033972000000", - "delegatorRewardAmount": "51287535274597755008" - }, - { - "pAddress": "flare1njdnxpvrhylzppzlc9hxjgd62e7p8zky09a7za", - "cAddress": "0xfaFe937AE53590f07EE4F71a46Ea0BB9d8d89545", - "amount": "52031964961000", - "delegatorRewardAmount": "51285557026934670717" - }, - { - "pAddress": "flare1pafa6pp92ptqp5vn03lp2a9j0u30vaz5xgheqx", - "cAddress": "0x9E046467Af62242876D59c7DE7F4983870FDc9BD", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1paxr700qug0v203y0fh3dez2x0kk6sjkyw6d0x", - "cAddress": "0xb127D96281204b340423CcB4B58b4137233D6340", - "amount": "58188107345000", - "delegatorRewardAmount": "57353388436669186433" - }, - { - "pAddress": "flare1pj5jlnpvuj5dzcm5j59nyfnkcz66dtnfmm4sy9", - "cAddress": "0xD8359A3457D16924D77f7D3F2F9ae28D78fe7D99", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1q2jyvnc86wwt9x0k0xhsysnwx0y56rzwm5ry5w", - "cAddress": "0x0a3FA50497D8285be34e61040F71aeB5c420D401", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1qa7j4ynuwlysvqx6jlk74hd2q3xpx66gcxmg94", - "cAddress": "0xDdE6eaa54ad4a5730613cd9B72B31f8E9b267a2b", - "amount": "55000997000000", - "delegatorRewardAmount": "54211997765143612319" - }, - { - "pAddress": "flare1qdcd306xt2r4qv9zy272ht4twunupmnxrsm6sm", - "cAddress": "0x8DE636b8eD4811D8349E6516c867334551Bb2843", - "amount": "151911998000000", - "delegatorRewardAmount": "149732792954180465209" - }, - { - "pAddress": "flare1qdmmkdz7vuefaaehcmp7acgh750x4rrkshmcj9", - "cAddress": "0x0d87D64b2e2D9E60C5588168e658178627372E9e", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1qp2usg762d4vfwz3ahert93v966lc8rqrp8a7h", - "cAddress": "0xE6dA8b844c79a56C18b8c9F96a9d2Bd04848D0bb", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1qs3jruw3sd5pc6z5whd0262ug6ejkejn6595h5", - "cAddress": "0x05867Ebceb8b338Bc4CAcc9bf6253B94cb78e4D6", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1qxa5d56yxtu0zud8xr40glp5szdu7kv4nyjus8", - "cAddress": "0x5FDc500df2d13d7daF550d488362019167E86f57", - "amount": "1696848779685000", - "delegatorRewardAmount": "1672507177498434906435" - }, - { - "pAddress": "flare1r5383kgkff8cqgt0sg5yf625vt689pr8emgrqz", - "cAddress": "0x25Ebc9305173CB76E5EaD039Fb26417Faacd836D", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1r5d2a0q0yst5975wghctthehvwppgfn4eccwzc", - "cAddress": "0x2323b452808d81CDb869a9cd9Cd5553696031Ddd", - "amount": "65409838000000", - "delegatorRewardAmount": "64471522061216558102" - }, - { - "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", - "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", - "amount": "448130000000000", - "delegatorRewardAmount": "441701494220073992274" - }, - { - "pAddress": "flare1rdagmp5z0xuvyu9grxgedg0j5qajwwzrvzmern", - "cAddress": "0x180322E0E7e48c44829c03B9886EE00a49d3E808", - "amount": "122344958000000", - "delegatorRewardAmount": "120589897482632707789" - }, - { - "pAddress": "flare1rhz7ycxlj62d9m0fyey4lpnv4wj886f4jq3tjd", - "cAddress": "0x00055Af7D71B192F673edd54F99E8C350F634DAd", - "amount": "378799996000000", - "delegatorRewardAmount": "373366041648088838937" - }, - { - "pAddress": "flare1rr8dawcmcah5hh8ekwqckr8dcnz89wl7h57zgw", - "cAddress": "0x8a05960B8f2A1272FbBF3C5343896Da402Dc4C58", - "amount": "66279997000000", - "delegatorRewardAmount": "65329198473215409697" - }, - { - "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", - "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", - "amount": "250000000000000", - "delegatorRewardAmount": "246413704851312114941" - }, - { - "pAddress": "flare1s36texk5dtw58sl970sylaaystg94rqc8tkke7", - "cAddress": "0x03F9eB2Bc869bB867d34D1Ec382A2F3D1B17cf2D", - "amount": "61999998000000", - "delegatorRewardAmount": "61110596831815765694" - }, - { - "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", - "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", - "amount": "50099996000000", - "delegatorRewardAmount": "49381302509583670213" - }, - { - "pAddress": "flare1set3huk7zwks0m8zuu375xhmy33jwwlj2rp3tz", - "cAddress": "0x828cF3C834D30A75677DFAbAFDD735c68fEf4400", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1sw0sm96qvdx00tmvefwd0vchqz8ek6trtc4dd8", - "cAddress": "0x7dC4c91878A44e764b5F924CB56626Ee59aB35de", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", - "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", - "amount": "59541707834000", - "delegatorRewardAmount": "58687571282201337437" - }, - { - "pAddress": "flare1t2t64wq69z0jj67qe9pkzkz3k6l6xn98xvp3hq", - "cAddress": "0xffBa66d97c0E7ab7434232d810257570451A7dfB", - "amount": "550911094489000", - "delegatorRewardAmount": "543008175346903064999" - }, - { - "pAddress": "flare1tp9dzlccw0gq36drj4q2yjuamje77zmgn6hmp7", - "cAddress": "0x5C4117d9fcc1C0Fe6EE9e9680a243D9239539067", - "amount": "1999999996000000", - "delegatorRewardAmount": "1971309634867877641908" - }, - { - "pAddress": "flare1uzw4f7wsz9ptvy029y6usqgx2mgw6ccp6lmaqq", - "cAddress": "0x23e8050A8D5a92243763fbf25E7a541E3d0A124d", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1v0cgn77gl2uzlpgrawn3nhzexprfvqvnn52amf", - "cAddress": "0x16cf09031204546Cdd7f23E8A83d030798cd670B", - "amount": "160736971534000", - "delegatorRewardAmount": "158431170649091332487" - }, - { - "pAddress": "flare1v0r80x20fvc7fxcyf7egrz2uxy3y0m8jpa7g56", - "cAddress": "0x28adbE38879b18FB5352674bcA5511DedE64D30D", - "amount": "51051000000000", - "delegatorRewardAmount": "50318664185457339119" - }, - { - "pAddress": "flare1v644p06970fj53sg6uaxpwkhdgz5d395kvk3gt", - "cAddress": "0x36a344ccD697e940120d7778a18684ecCE6c17e8", - "amount": "67435941000000", - "delegatorRewardAmount": "66468560247777990223" - }, - { - "pAddress": "flare1v6mn9qh3k805snrsgdg09hdlgd538rnftvlh09", - "cAddress": "0x1f0FdDF0888E190787B7467ad32f81226935f3D9", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1vcekx4ev6g6yj9scktzuaa7h6hu608q6wg8k2l", - "cAddress": "0x79cE04e5d8FDc3CF2C32A694c9a68E8B67c21269", - "amount": "100446362000000", - "delegatorRewardAmount": "99005440797024211489" - }, - { - "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", - "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", - "amount": "4725276203354199", - "delegatorRewardAmount": "4657491262857001111609" - }, - { - "pAddress": "flare1veatfdyae7xew63x0362syg2ze0uexm00hk6pd", - "cAddress": "0x305dD3427e91ad0AE1EACDcB1adE1Af50d107b30", - "amount": "54219000000000", - "delegatorRewardAmount": "53441218653333166240" - }, - { - "pAddress": "flare1vg00z8rch69s7zfhnxz9s0nntten5z8k8wzcd4", - "cAddress": "0x27b9773b10196e6e6189D1E544405C4Cf8C93aCf", - "amount": "95000000000000", - "delegatorRewardAmount": "93637207843498603677" - }, - { - "pAddress": "flare1vkptglqer48wtywqtr0wcr7c25aapdp53npnr4", - "cAddress": "0x07Bbec2B078deFeE66b61e34F99f677F53e0f4fC", - "amount": "67570876247000", - "delegatorRewardAmount": "66601559824291177817" - }, - { - "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", - "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", - "amount": "81500000000000", - "delegatorRewardAmount": "80330867781527749470" - }, - { - "pAddress": "flare1vrthuhdcepafkfjydn60dzgc06cd3ckvgkvc76", - "cAddress": "0x2B40a0e78aBEF852Da8C8FF7867B03Ec058efcAA", - "amount": "60183497000000", - "delegatorRewardAmount": "59320153866711312462" - }, - { - "pAddress": "flare1vweql9hc73hav02qcggq2g8k3xdyn3uhjmqv2f", - "cAddress": "0xF1633fd46aDf5f147F12fa4C6ffa19785798c324", - "amount": "345988511876000", - "delegatorRewardAmount": "341025244189429441978" - }, - { - "pAddress": "flare1w7mfs8nrgpwkqqwjet5t8yfledydx6rdg4nypk", - "cAddress": "0x4A5A4574167Def8558C1A8D281dbDf488b8954B0", - "amount": "99000000000000", - "delegatorRewardAmount": "97579827121119597516" - }, - { - "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", - "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1wakr5476utujutxymg6yhgkzpv5hzth75zcc2r", - "cAddress": "0xC03BDDB4A721AAEE2ed316BfCB07A562f4B26970", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1wwk2teqxwgeevunzsr2z8hq86vdga9jh9ycxyd", - "cAddress": "0xaEe8E30906578EC9762d167De85c8455E04904b1", - "amount": "83248596839000", - "delegatorRewardAmount": "82054380683084882787" - }, - { - "pAddress": "flare1wwk7m06n4jydualz3vuuq6wzvnr95hz745vxtn", - "cAddress": "0xB63B25BAD231b0759Bf5f346747f32EA97754cf4", - "amount": "55970000000000", - "delegatorRewardAmount": "55167100242111756293" - }, - { - "pAddress": "flare1xac57yy47qnsu66wrs25fz5gvcn5c5ec58hslu", - "cAddress": "0x1822719d6170D8AeAf3aFB25ADbcBe1Fec476210", - "amount": "72299000000000", - "delegatorRewardAmount": "71261857788180058392" - }, - { - "pAddress": "flare1xdcm8su2gh3fj0u2uc2pspgeu5pv6wz6rqaf5g", - "cAddress": "0x34ea98841EEA0daed380dC4e07639528dcb05a49", - "amount": "475099991000000", - "delegatorRewardAmount": "468284595828540168587" - }, - { - "pAddress": "flare1xfv3rhyefhng0ec0r8hqkervvgqlfvt4524gp3", - "cAddress": "0x61E3F26C9b28004968f51E1e1408E6871Deee910", - "amount": "93616824682000", - "delegatorRewardAmount": "92273874425229516568" - }, - { - "pAddress": "flare1xg3djtqdkmp0jx5u9xagjghpkt82cem60dds0x", - "cAddress": "0x11525688CD78Cf57d6DB1975ac26E025ee395Feb", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1xq0t8wfl8zvlcg6c6ff37d4dykd4ajf62x84ue", - "cAddress": "0x96eF31B7E0603Eed6A9f99B77809F67E8D984745", - "amount": "94725695631000", - "delegatorRewardAmount": "93366838420209838043" - }, - { - "pAddress": "flare1xt7ppp9s0da5dcpa6nx6je4uayjed9rsufe43v", - "cAddress": "0xe5e98E69f8bcD03dA20A108FbC35941Df2Ca8F7B", - "amount": "50029986000000", - "delegatorRewardAmount": "49312296815677108768" - }, - { - "pAddress": "flare1xwn2cy4lc5afn78dkg63tspet3k72ldns3d4cd", - "cAddress": "0xd25f186ea47195643Ef108fBe93ab82F6DBBa780", - "amount": "64999981000000", - "delegatorRewardAmount": "64067544533899581185" - }, - { - "pAddress": "flare1xwzcdt9qu939ge7n5qkt70zegpm447vp7ppfva", - "cAddress": "0x217F7139bb2ED365E8B7eAD262dd985d09b9f66C", - "amount": "1214015910849000", - "delegatorRewardAmount": "1196600633362969309335" - }, - { - "pAddress": "flare1y6yl4sd4khggwmygtaq0pqp2cuv23kgzdl26vm", - "cAddress": "0xb79b7aEC0A18Df3bF6d037878A54Ba95ac4FeB9C", - "amount": "109090000000000", - "delegatorRewardAmount": "107525084248918554476" - }, - { - "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", - "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1yp5qt3wjgs9rtgpapptj27j0vf8mmwcv5r5ayt", - "cAddress": "0x5201326d2027176D0F01757E7f7A81414A36Ed44", - "amount": "126000990000000", - "delegatorRewardAmount": "124193483043332517126" - }, - { - "pAddress": "flare1yugy0n00np59zl8vjxa670c2ftexenwukwmmqn", - "cAddress": "0x33bb31A13291F6e8FB87a4cB2eD95B4a2DE3d450", - "amount": "82812923808000", - "delegatorRewardAmount": "81624957460394840574" - }, - { - "pAddress": "flare1yvuj6f8ddta33tjzsjpx890ha3ydp0s3nmz4wr", - "cAddress": "0x8c8E2D6315E126523aDC2427Ef715EB5b2Be90fb", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1z5383uyxfex6pckn837stw98kvrn2rx5r6a04v", - "cAddress": "0xbFcdbfed0ADEBdBa2B2DdDa49Aa6f9f9F96aD77B", - "amount": "169150000000000", - "delegatorRewardAmount": "166723512702397776970" - }, - { - "pAddress": "flare1z5lpg5yju9lc49kdw935dspn6ahhkjjkxj2uuf", - "cAddress": "0xa3719f34A6e079C9f501cbd884c3FcbAaab2F999", - "amount": "84365994000000", - "delegatorRewardAmount": "83155748580014275125" - }, - { - "pAddress": "flare1z749n9wpeyvzn4jj6z4aykj7g3qmlqv347sf6t", - "cAddress": "0x5bfAD86d445abcc14520509861075A760377c4eb", - "amount": "71775989000000", - "delegatorRewardAmount": "70746349475428099990" - }, - { - "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", - "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", - "amount": "230749608035000", - "delegatorRewardAmount": "227439463235569793913" - }, - { - "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", - "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", - "amount": "186621321262713", - "delegatorRewardAmount": "183944204706368236466" - }, - { - "pAddress": "flare1zjjglpjvfntuw2qe7ppv9lyx9knhxthu3hsthc", - "cAddress": "0xe784f95B41899859cB491EB3CcBbfdC959921375", - "amount": "457410165396000", - "delegatorRewardAmount": "450848533967519208334" - }, - { - "pAddress": "flare1zq7rpy5rr4u7pups23zdy463w0js6alf64yhvk", - "cAddress": "0x09fd70dC910351544e5c33B29c3827fe1E028D3e", - "amount": "150000984000000", - "delegatorRewardAmount": "147849192795129563731" - } - ], - "totalStakeAmount": "42812360313059580", - "cChainAddress": "0xD448D833dd419944008133C69550FBc2e429f5cD", - "eligible": true, - "overboost": "0", - "rewardingWeight": "42812360313059580", - "cappedWeight": "42812360313059580", - "nodeRewardAmount": "52747761590851458420977", - "validatorRewardAmount": "13999344186088661293363" - }, - { - "nodeId": "NodeID-EHMcsRfGdnBSuaZuKdoxu4W8AvtL1jg1F", - "bondingAddress": "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz", - "selfBond": "13000000000000000", - "ftsoAddress": "0x90C6423ec3Ea40591bAdb177171B64c7e6556028", - "stakeEnd": 1743656444, - "pChainAddress": [ - "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz" - ], - "fee": 75000, - "uptimeEligible": true, - "ftsoName": "A41", - "BEB": "13000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "4000000000000000", - "normalDelegations": "177398967782611966", - "totalSelfBond": "17000000000000000", - "delegators": [ - { - "pAddress": "flare10vx2y7zx42e6grtf92w6sddec3qlpacvvry8cd", - "cAddress": "0xcE3b9Aa3C8A87Bc55C8a84a216e446D0c0783123", - "amount": "88700199388997", - "delegatorRewardAmount": "93132714802181405576" - }, - { - "pAddress": "flare123l344hlugpg0r2ntdl6fn45qyp0f5m2xakc0r", - "cAddress": "0x4485B10aD3ff29066938922059c5CB1e5e8Ee8b6", - "amount": "150010000000000", - "delegatorRewardAmount": "157506281200178161747" - }, - { - "pAddress": "flare12mxetd67eh9mwqzrpvzy2degjmaz3qnhv67njp", - "cAddress": "0xD4B3ECBc30eA0e447fc9DE70E1083eD9CF9d930F", - "amount": "50000000000000000", - "delegatorRewardAmount": "52498593827137578077329" - }, - { - "pAddress": "flare13u7m5lzt27euext25vcqemv3faelrqlx44sj8k", - "cAddress": "0xaC2Ce4b1de65b45e1Cf32B9022dB00599d5F8008", - "amount": "1943940462043292", - "delegatorRewardAmount": "2041082814818978815783" - }, - { - "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", - "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578077" - }, - { - "pAddress": "flare15qfnjzj3clmawfel9urs362qnrhw3jp24nlj8r", - "cAddress": "0xD7a21FE80774d7894f10a7C7539cA4547148C58e", - "amount": "61050000000000", - "delegatorRewardAmount": "64100783062934982832" - }, - { - "pAddress": "flare16wgyxsfmvxvq6546svaavse6qysszqwknvt67p", - "cAddress": "0xBe3F82034778fbF474060f7D4a032f592559ab4d", - "amount": "570808000000000", - "delegatorRewardAmount": "599332346905614933343" - }, - { - "pAddress": "flare16xn9l0deqgzpyhqvpcmtemn364524hqawxgy6c", - "cAddress": "0xD99603E81f9903568851f2537397c59c58cE1962", - "amount": "23101949680000000", - "delegatorRewardAmount": "24256397457305818943591" - }, - { - "pAddress": "flare17yz2pzv37pjags7fw6k8zd62wf82z2z4mgu7qa", - "cAddress": "0xA7B685e40A92110DAfa356E62F472a1417bD80b3", - "amount": "7606918816783548", - "delegatorRewardAmount": "7987050824766589245863" - }, - { - "pAddress": "flare18f5nl2z5amh9mss9qph72fquewk65c8vq5rwrq", - "cAddress": "0x4Ba4E33479eda9A953F1c70F6cbDFAE162d928a5", - "amount": "50000000000000", - "delegatorRewardAmount": "52498593827137578077" - }, - { - "pAddress": "flare1aqngyqk7jn99xk7cg5xqd2f7ndmh36q56kfd4c", - "cAddress": "0xa355ac3fF2261c1BafAb285d9d111F8EB4cb639f", - "amount": "6735580000000000", - "delegatorRewardAmount": "7072169572203826562922" - }, - { - "pAddress": "flare1d6e65rxkmfke2yj6c8dndrqf9sq3me36s2zutr", - "cAddress": "0xA31578A8Af5a717D0cF76F326323CE32E53d3528", - "amount": "69247000000000", - "delegatorRewardAmount": "72707402534955917382" - }, - { - "pAddress": "flare1d9phj0844543e82k8sjn8he605mhd2ud7dd7yq", - "cAddress": "0x8681B9982806909127D49d46347bF2769A2E3e8E", - "amount": "7026585390000000", - "delegatorRewardAmount": "7377717047626181832763" - }, - { - "pAddress": "flare1djre0ll7gsmxcv6g0hy6lj96jkgyywvufc25yn", - "cAddress": "0xC591b9D29a815F4b44C8De6a8debc9716Cc0eE76", - "amount": "51250001000000000", - "delegatorRewardAmount": "53811059722787894072016" - }, - { - "pAddress": "flare1duqegq3lnnh5zm4lu5ru5u4ql2aj7q823kwn5j", - "cAddress": "0xf2e696743407f3a93e6c63858e824C89C7DC42BE", - "amount": "2387570000000000", - "delegatorRewardAmount": "2506881353277177345801" - }, - { - "pAddress": "flare1fkwjsvnlzhaw2uljhrzyg02ujdyqsk5ksv8rqu", - "cAddress": "0x9eBd9026C69B5d0Eb9B8b5678A77e6d4279D13C5", - "amount": "2300000000000000", - "delegatorRewardAmount": "2414935316048328591557" - }, - { - "pAddress": "flare1fncdjdwuhuzdxj8fpj7x6vm5m76qw9d2ggtr4m", - "cAddress": "0xa24c43436B98AA2fb625A790128D9fC414094b2F", - "amount": "50001000000000", - "delegatorRewardAmount": "52499643799014120828" - }, - { - "pAddress": "flare1g9dalva5ru460e87q4yxy7t95lxlsfxv43vl93", - "cAddress": "0xD3cf9AB67bB0B13262F79Fd2c676077675e8edc9", - "amount": "1274285049762292", - "delegatorRewardAmount": "1337963464949287285913" - }, - { - "pAddress": "flare1h068pyfft8vekr4ces96ffkplvekn23ls2ly64", - "cAddress": "0xB531ac8c8BFb161132E994fAB464f52257f117Bd", - "amount": "51793000000000", - "delegatorRewardAmount": "54381193401778731627" - }, - { - "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", - "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", - "amount": "1377680000000000", - "delegatorRewardAmount": "1446525254875417971311" - }, - { - "pAddress": "flare1h9acaumy4ma3y24v9ffnspvlg35z3mr6w5spqy", - "cAddress": "0xdF01a391A0FB0F86EE09B70f82f8d8a864BCbC48", - "amount": "201650000000000", - "delegatorRewardAmount": "211726828904845852385" - }, - { - "pAddress": "flare1hk4revtv8860zzfealxh2yu9kgcp29l7gswp93", - "cAddress": "0xef499B3148E17f57b3ea4ebE6e37A0E9f080c45A", - "amount": "110210000000000", - "delegatorRewardAmount": "115717400513776649598" - }, - { - "pAddress": "flare1hkap7l9rmneu9h34v9ty5uxekekl35nqaltufl", - "cAddress": "0x691B8fE1b6A398729C17d80E4f5920Dd050b9D79", - "amount": "539944988000000", - "delegatorRewardAmount": "566927052280213473386" - }, - { - "pAddress": "flare1hmr0cpu0c8lttzvrahkac30a4rzeyps0tgvmd8", - "cAddress": "0xCe36227E43071118755b737188c4c09d72bA55Ce", - "amount": "4143234135358862", - "delegatorRewardAmount": "4350279320058729064185" - }, - { - "pAddress": "flare1jcra72wu3tuntrwaepcqtljpl0uhpdwhkx2jsk", - "cAddress": "0x3841C56AD6A83d3e95732C54f3760245f16D879f", - "amount": "710569000000000", - "delegatorRewardAmount": "746077466343106434336" - }, - { - "pAddress": "flare1jcycp9x940zc38j7zaw5aq0r7dyycvh6hs4luq", - "cAddress": "0x4b2a55A5f2a36AF2f32C2e98784D67E2B63138F2", - "amount": "127500000000000", - "delegatorRewardAmount": "133871414259200824097" - }, - { - "pAddress": "flare1l24c25ra3dzhh2dc85292vu7dtzhe89svdtq58", - "cAddress": "0x7d462880d3636801c7934556B4943400b040F510", - "amount": "253574030151755", - "delegatorRewardAmount": "266245600280946462875" - }, - { - "pAddress": "flare1lu3672ua76zkgs6qlp7wynuz7zf8lt2kllp2kj", - "cAddress": "0xEA0d583f845f6ebCDfFC14A262219d0cD4d47192", - "amount": "168165000000000", - "delegatorRewardAmount": "176568520618811816347" - }, - { - "pAddress": "flare1lxsjcqg8h2pwgqpldykulz4j6hju2te0s43qv2", - "cAddress": "0x30144C6393C461375C02B7aF3562ca69A7131F5D", - "amount": "100000000000000", - "delegatorRewardAmount": "104997187654275156154" - }, - { - "pAddress": "flare1m874p656qtu9c0tey73r28tqfdj5qu7085u3kt", - "cAddress": "0x91b88ed17C05ad98dad856520D04Ef5EF0577A47", - "amount": "3245809573166837", - "delegatorRewardAmount": "3408008768438411320197" - }, - { - "pAddress": "flare1mdegxdn2cn2qtyh8zktaxzg9e3umghsww74dtf", - "cAddress": "0x5d4FAc24d7E7e10a10cFeD94E429D19A15A381Ce", - "amount": "712726579932186", - "delegatorRewardAmount": "748342864593294751415" - }, - { - "pAddress": "flare1ny4z5tnkkc2kls2fdjwv7kzgxmyw9zya93k5mz", - "cAddress": "0x059eB51Ee5e68cC3D65145F2460D866Dded95a3d", - "amount": "2521820353513053", - "delegatorRewardAmount": "2647840448881805383707" - }, - { - "pAddress": "flare1q04xl3anct05hclxhh2deq0fsaasqvvcgk94mn", - "cAddress": "0x95D3682B5cdb1559f58bEFF758807335b5Cd4c3D", - "amount": "105500998950000", - "delegatorRewardAmount": "110773081844666362124" - }, - { - "pAddress": "flare1q0dts0zp2nvd8c4wpnfg5nzrplln9ctdrydgcz", - "cAddress": "0xF555324e7f9fe9c66b53785560048F8b330cFD52", - "amount": "2050400000000000", - "delegatorRewardAmount": "2152862335663257801796" - }, - { - "pAddress": "flare1q95jdjmx7vfhh0lngvdft2hqk69zn9uxh30c03", - "cAddress": "0x3e88650aC8da192766De22fb55fB38DaCaA90aD7", - "amount": "569208749534059", - "delegatorRewardAmount": "597653178892828991780" - }, - { - "pAddress": "flare1qyded8jywfcvwm9z5qkl80wsdy8e6g0ngdazwa", - "cAddress": "0x022867a1278025df0afc0171ac7b162D1cD9D957", - "amount": "2499990000000000", - "delegatorRewardAmount": "2624919191638113476353" - }, - { - "pAddress": "flare1stx3tj0r9djucqvv9020k7yuha3w6xp7trrm7w", - "cAddress": "0xf9C2bbDEA296afb0FeDd364095303Adbf734aaAc", - "amount": "77200000000000", - "delegatorRewardAmount": "81057828869100420551" - }, - { - "pAddress": "flare1thrv5jn50yccl29tzpwlreha95z8udc6gud580", - "cAddress": "0xEB26dD0d4e25509851096BB9d55892681917a3bB", - "amount": "800000000000000", - "delegatorRewardAmount": "839977501234201249238" - }, - { - "pAddress": "flare1u26mpxstvk5h4xzlrq369g66cgd4fgsn95s05h", - "cAddress": "0xcBb819bb1d35F47a5a8613d90f2AE97635EE6681", - "amount": "252090000000000", - "delegatorRewardAmount": "264687410357662241150" - }, - { - "pAddress": "flare1umqsxn0pszampdu492s5sjac3qn50ajqxu6ppe", - "cAddress": "0x20D394193242BD37e51d44c1db3627e8D5B927a8", - "amount": "1000000000000000", - "delegatorRewardAmount": "1049971876542751561548" - }, - { - "pAddress": "flare1uv4v4sz43224sslgn9qplh2h8p8hj9l8e05sqn", - "cAddress": "0xEb83857D858Ff7Ae20895141238E8b86EC06AD24", - "amount": "133960388712770", - "delegatorRewardAmount": "140654640719143552216" - }, - { - "pAddress": "flare1vhtj9rm5p2377qd3r86r5zy0uflrfwf93s4hlg", - "cAddress": "0x0B9286242B26EF782c41c026c4607cEDA0cc3F16", - "amount": "929294387314315", - "delegatorRewardAmount": "975732971709057902058" - } - ], - "totalStakeAmount": "194398967782611966", - "cChainAddress": "0xbBc569CA9C9288B6772F467025Dc376b4cc5B107", - "eligible": true, - "overboost": "0", - "rewardingWeight": "194398967782611966", - "cappedWeight": "179099769018120404", - "nodeRewardAmount": "220663188108846475079055", - "validatorRewardAmount": "34399261009390262177221" - }, - { - "nodeId": "NodeID-EJ7V3trSnp93txcLP3h4ULJvBhvUtP66c", - "bondingAddress": "flare1lmrlqgckv2amas34xl2f2ms0prz8kuld6qetrq", - "selfBond": "7000000000000000", - "ftsoAddress": "0x4CfB79399cd840414a2BeF2c7C7A0cE3b9b0F89d", - "stakeEnd": 1745436415, - "pChainAddress": [ - "flare1lmrlqgckv2amas34xl2f2ms0prz8kuld6qetrq" - ], - "fee": 180000, - "uptimeEligible": true, - "ftsoName": "SolidiFi Nexus", - "BEB": "7000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "18025205847987000", - "totalSelfBond": "7000000000000000", - "delegators": [ - { - "pAddress": "flare12pkkzec85e2hgcs3gtautx524cy64q97duaj7q", - "cAddress": "0x6E3675627c1166b38Af252aC29F8Fe1Eb6b2A325", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1575vr97n5la5x9sx40h2ypmyeg3vp93z0z9qfh", - "cAddress": "0xE36b8D08a2365a16dAdC3EccE6446daF9e3AF3Ce", - "amount": "53545962000000", - "delegatorRewardAmount": "54097281392615054042" - }, - { - "pAddress": "flare15d3vsctkvnzhztym80j3fq59cd90ntfem722wv", - "cAddress": "0x7A0ce230710853791F260E482330A4C2BC800913", - "amount": "206459590987000", - "delegatorRewardAmount": "208585338140492271293" - }, - { - "pAddress": "flare16exk23dqyzhmna5sjnemchd3mx4vyrk934v00w", - "cAddress": "0xe5650779C05EfF0800a4167d5380e75c6b2A93c1", - "amount": "381255500000000", - "delegatorRewardAmount": "385180979024751646754" - }, - { - "pAddress": "flare17sp47p0u07scc754ecy9jnfgk27tvwh5t8g86y", - "cAddress": "0x71D1038CD8c6D3Fc00b4Db568b1cEFa5dE033f3a", - "amount": "100000000000000", - "delegatorRewardAmount": "101029618989037967125" - }, - { - "pAddress": "flare18ejrekq520x5wnm5usxtaxxfxxrmvp9gfp46uv", - "cAddress": "0xceb93e6c3fF799a44205Cf8776c8b4Da4E05b6fE", - "amount": "400000000000000", - "delegatorRewardAmount": "404118475956151868502" - }, - { - "pAddress": "flare18ky6f6ek8l4lmk9l85sap027plmf2c8r68cqp4", - "cAddress": "0x300B678ee6F5172BD12216C8c53CaDAF97D66c92", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1a7n4fhyttrtmr35gl9kaz3gvcfyz7ryyfm8aun", - "cAddress": "0xa44DdD589b68921da16928e7F3734E83224714a9", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1d29f8z3hasucca8y08p5cn97z46eu8dq6a3yzm", - "cAddress": "0x02e6a8B49d6f46C70fE2Dd42356c9400469C986d", - "amount": "50000100000000", - "delegatorRewardAmount": "50514910524137972600" - }, - { - "pAddress": "flare1dr893k2c4nj56aesln6t8muktpew4kyu5mmc07", - "cAddress": "0xf5450AA04c554d74BCAfAA0E66c825AB648b1E73", - "amount": "71758000000000", - "delegatorRewardAmount": "72496833994153864450" - }, - { - "pAddress": "flare1emghph575e9e4w4uq9fufwdzk4m52qcwshdhxr", - "cAddress": "0xE3F7CB3B4cc6bE9E054E3145cD0f62df1Bc36683", - "amount": "88746000000000", - "delegatorRewardAmount": "89659745668011634305" - }, - { - "pAddress": "flare1fmrq67h6jradsqtqzmuu44sd2cwv5u0488w7mv", - "cAddress": "0xda42B1C68160F31D5E66887E81bDA35a7a666f27", - "amount": "452197000000000", - "delegatorRewardAmount": "456852906179860016203" - }, - { - "pAddress": "flare1fpx6znhqv6g7u2sctqpf0msvvthefxdff6qzew", - "cAddress": "0x9A564A34edCACef81F1d84cB12c37A5F2112171E", - "amount": "100365000000000", - "delegatorRewardAmount": "101398377098347955705" - }, - { - "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", - "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", - "amount": "150000000000000", - "delegatorRewardAmount": "151544428483556950688" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "200000000000000", - "delegatorRewardAmount": "202059237978075934251" - }, - { - "pAddress": "flare1jlzcdnr9d5jajp3dq3gk5tv4yz7jgnj8qrt05z", - "cAddress": "0x2410FC8Bd069Edf114a2638766450541E8A0715b", - "amount": "120000000000000", - "delegatorRewardAmount": "121235542786845560550" - }, - { - "pAddress": "flare1jqexqu4vj0pr5drl4yfcwvtv9gnkw7fxr4sqe0", - "cAddress": "0xEf01281e7B22FF3E3bd232c66FbE6148fE24613A", - "amount": "75010000000000", - "delegatorRewardAmount": "75782317203677379141" - }, - { - "pAddress": "flare1kxf7qxvjalgxpsjwc30uupfrftdkakf3fejh3m", - "cAddress": "0x7e81A3E4ceA9538c171c9E090f3dfC5D996dB47B", - "amount": "110273668000000", - "delegatorRewardAmount": "111409066625636684262" - }, - { - "pAddress": "flare1n0fkfxe2znsza26yte5u85zmg0e2l9yh4xx58x", - "cAddress": "0xDa27AA514277DcB848bAd3EEfd6158A8d5Be8CcF", - "amount": "13749167030000000", - "delegatorRewardAmount": "13890731064575427490232" - }, - { - "pAddress": "flare1p4twm2k6l4r3g8yjmxvyksaek7nt9ttnw58lhz", - "cAddress": "0xf17681C5D0030Be215b7cD40FB116e8C708e3387", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1qkzp0lv5wjgfpvvgmqqjk8ftm24yxjfmkpgtjn", - "cAddress": "0x2A91fF22c20DFb9CEbfF377c9F614B5ad669F403", - "amount": "300099997000000", - "delegatorRewardAmount": "303189883555214369673" - }, - { - "pAddress": "flare1qs2mu6pde3zu7kxccc0f5nve7vguhujap4z9xk", - "cAddress": "0xBECb518a60aEF9f23d44EAF8B268455CBf84B784", - "amount": "66898000000000", - "delegatorRewardAmount": "67586794511286619247" - }, - { - "pAddress": "flare1rn8hfh75q7446u9hy9dwdpkde2sfk6857pfcdu", - "cAddress": "0x7A3Ba5399DD5Ed11c34caE7DCA67c6Fe9E808C02", - "amount": "770656000000000", - "delegatorRewardAmount": "778590820516160435934" - }, - { - "pAddress": "flare1rpynhc4vadswypaa8xgvv82fgvfajj0n8c2l9x", - "cAddress": "0x1620365558178A9228B385fe98F29d3aC147A469", - "amount": "222874000000000", - "delegatorRewardAmount": "225168753025628478852" - }, - { - "pAddress": "flare1w9n7wtda34g378awuu78z8c3xx4t6nj3x5d23h", - "cAddress": "0xe983F2E488D12678AeD26d8a14ea9cA7dD8847B3", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983563" - }, - { - "pAddress": "flare1y4rn086qlkyvrad3mutqx4vepj6et7zt275vug", - "cAddress": "0x16cE8C82F4402C1eB848d7ADcBC475ECfae0c191", - "amount": "51000000000000", - "delegatorRewardAmount": "51525105684409363234" - }, - { - "pAddress": "flare1yj4852vfcg3438ry458jex2uzf4jtcs9ea6jvm", - "cAddress": "0xE7a7D8151bd6A7Fad7142A4efdbEE4C0148B3066", - "amount": "54900000000000", - "delegatorRewardAmount": "55465260824981843953" - } - ], - "totalStakeAmount": "40025205847987000", - "cChainAddress": "0xcA90FAE4b7dF747245C7676f2f3672fD64578BF1", - "eligible": true, - "overboost": "0", - "rewardingWeight": "40025205847987000", - "cappedWeight": "40025205847987000", - "nodeRewardAmount": "49313796302194401276159", - "validatorRewardAmount": "31102999511983344997352" - }, - { - "nodeId": "NodeID-EPLACd344ouymyJAQYXZBvbmU3NJ6ooeB", - "bondingAddress": "flare13vuv3x3apzewt7y9frek94ryvm436r3fl0c4zh", - "selfBond": "7959593000000000", - "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", - "stakeEnd": 1741366800, - "pChainAddress": [ - "flare13vuv3x3apzewt7y9frek94ryvm436r3fl0c4zh" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "AFOracle", - "BEB": "7959593000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "104114321014871332", - "totalSelfBond": "7959593000000000", - "delegators": [ - { - "pAddress": "flare10g7kq75568h65fmrsgut76vve8y77g2ff6mh6w", - "cAddress": "0xDFf351C31c6e5447CC7CE25dcf75d33E53547F72", - "amount": "38412475990000000", - "delegatorRewardAmount": "32401348868173073141674" - }, - { - "pAddress": "flare13595xye67aj628a8zqfvjfa3w999dly6q5dv6u", - "cAddress": "0xe11153D636ED0576BE3f439E80f7a0EE187Fff17", - "amount": "100000000000000", - "delegatorRewardAmount": "84351107376176906376" - }, - { - "pAddress": "flare1caf00agz9jzvadf2wcfwgjwc0uu33xy50fuw4w", - "cAddress": "0x7465dA36002275dF5641ad1475eF68d507DafDb0", - "amount": "40008465930908424", - "delegatorRewardAmount": "33747584056941720227712" - }, - { - "pAddress": "flare1eshs4q9rqfdvsggxpfz5ewclfcl75k9kcf8756", - "cAddress": "0x0D43E74766424EBeA04Bac1cC5e896667a7b5442", - "amount": "18443451093962908", - "delegatorRewardAmount": "15557255236141326821664" - }, - { - "pAddress": "flare1j3algk4wk2tsnfmaq4wmjt6ed6p6pfwncne5jt", - "cAddress": "0x1172756e9297402999bcbA3F702EaCbED0d0809e", - "amount": "1220000000000000", - "delegatorRewardAmount": "1029083509989358257789" - }, - { - "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", - "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", - "amount": "4733198000000000", - "delegatorRewardAmount": "3992504927307057809060" - }, - { - "pAddress": "flare1ldumh2ghxjhjw963qkgth07j2w27cre7fddhzu", - "cAddress": "0xED89392847ab626964c670A4Ce3a9520466Da023", - "amount": "50000000000000", - "delegatorRewardAmount": "42175553688088453188" - }, - { - "pAddress": "flare1mqed460trf2gqur5erv4y3kve6umcq8sr8c004", - "cAddress": "0x186Dc94FA7dAbdd2F5569338D67d5B3f6D58699C", - "amount": "1007930000000000", - "delegatorRewardAmount": "850200116576699892437" - }, - { - "pAddress": "flare1xck46sy4s7x9f43xkfcr0exyl2acnv64kuccsp", - "cAddress": "0xd51DE8D2BaBcf9F0c800830a54ebd9Ceb219361B", - "amount": "57100000000000", - "delegatorRewardAmount": "48164482311797013541" - }, - { - "pAddress": "flare1zqy7wgsvcnd4awtw5nz4r4klejeauzq6gem83h", - "cAddress": "0x471EB30324fFE65f5eA168A6cBE1821421C4356c", - "amount": "81700000000000", - "delegatorRewardAmount": "68914854726336532510" - } - ], - "totalStakeAmount": "112073914014871332", - "cChainAddress": "0xE2E7C82d765C2Fd4e22071EAD46bF7E045eE3fbe", - "eligible": true, - "overboost": "0", - "rewardingWeight": "112073914014871332", - "cappedWeight": "85254626391112622", - "nodeRewardAmount": "105039541723742550848316", - "validatorRewardAmount": "17217959010510915792365" - }, - { - "nodeId": "NodeID-EqTrzH8b9ax2oYwrKFkXqWAZjuK8uHFxS", - "bondingAddress": "flare12k9dtj47gvu0ych0k7d95vj53a8ggetvkspwh2", - "selfBond": "13500000000000000", - "ftsoAddress": "0xad918962795547a8c997F96f7BAbB822612a5FfE", - "stakeEnd": 1765738800, - "pChainAddress": [ - "flare12k9dtj47gvu0ych0k7d95vj53a8ggetvkspwh2" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "EDPFTSO", - "BEB": "13500000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "3130392942163572", - "normalDelegations": "33223960036952228", - "totalSelfBond": "16630392942163572", - "delegators": [ - { - "pAddress": "flare10pc62jtlx5jl8w7prjmc72jdshyec706qgnyn7", - "cAddress": "0xCebbdFe33cbD84c15d7b232d45A6c99Ed8Ceaa0F", - "amount": "591510000000000", - "delegatorRewardAmount": "619463724865548423711" - }, - { - "pAddress": "flare12pyqk9ylset4ax69agqfqzq0ca7kk4qvjr6g08", - "cAddress": "0x1D18Ca50FbdAE83AcF97e1EA00af02e7c104BD53", - "amount": "82967398072000", - "delegatorRewardAmount": "86888291748379301700" - }, - { - "pAddress": "flare134zcgmpl7f0uqm9q04p9hppclhmf9plhz0wc3f", - "cAddress": "0x71C66c332F4CD8d031840d38Be2e0247E021BF95", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare13c0vatw70yu8eu2d30clf4vxymg47dapvqf8x9", - "cAddress": "0x71889a22f11E4d5da3b8547f991BA9ca75DC6cEE", - "amount": "54415627532000", - "delegatorRewardAmount": "56987214623369021324" - }, - { - "pAddress": "flare13lpwchssqt6jq9dyvw8pjzh6w4qjxrl5q7l7uw", - "cAddress": "0x4239befd578B3a2d2227e82AdE87CeaF661F517A", - "amount": "1220000000000000", - "delegatorRewardAmount": "1277655059654053315967" - }, - { - "pAddress": "flare14vg8yyeu85mk3yrzmuys5zssecxu06p5cqk46g", - "cAddress": "0x20c05740c6DF48A3731117096040b4a4134967A2", - "amount": "122000917000000", - "delegatorRewardAmount": "127766466301216563372" - }, - { - "pAddress": "flare15jgmczgm9tqmh0gut5ud2nwqy4cwl64qudhqhr", - "cAddress": "0x0E4bD249fFBA92ab70D9BdCaE03fbE0C1879006D", - "amount": "250005911000000", - "delegatorRewardAmount": "261820751748008970574" - }, - { - "pAddress": "flare176qvsa0jdm0jrhkq2tjwuwzxld48dpnxm5s85a", - "cAddress": "0x8757f78C0A1bF15C138cc903491257bAA8EDcdB2", - "amount": "3556017730000000", - "delegatorRewardAmount": "3724068889306574801594" - }, - { - "pAddress": "flare179u0fj6p5hdhdn2w4z2w82wsrrl0kv53q85uep", - "cAddress": "0xC00C42EA977bF80F7a93e9337388440381599a22", - "amount": "900000000000000", - "delegatorRewardAmount": "942532421056268839648" - }, - { - "pAddress": "flare17rh4xk8sl8vehnk5zz3wzd79u9ye46y76vj9gm", - "cAddress": "0x0B3F8B7e982b2639AD98f9aE29Cf88f1a6302eDC", - "amount": "58349982000000", - "delegatorRewardAmount": "61107499781166341978" - }, - { - "pAddress": "flare17ss2qfswk736r36addl03pfjdzk3juhpa3fac9", - "cAddress": "0x7BC173aDE72DE1D0B4430fB736BA040c31fBb157", - "amount": "661757934984000", - "delegatorRewardAmount": "693031454015184963770" - }, - { - "pAddress": "flare18388lj8j8vyxgtnsdnqef07hc5qfvfemce8u0n", - "cAddress": "0x7457AA0520A6907111f6Aabdaf3D34e8371F9190", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", - "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", - "amount": "600000000000000", - "delegatorRewardAmount": "628354947370845893098" - }, - { - "pAddress": "flare19s6fqnaku8285whcf4ryygf5zskkcgaes8260m", - "cAddress": "0x684A9bBfEc9b4A84A3B359d5eE02fa41BB781De1", - "amount": "58774396570435", - "delegatorRewardAmount": "61551971439614849632" - }, - { - "pAddress": "flare19zhse47c3sjrkwp6076ux97a6d8gtayr6kur7r", - "cAddress": "0x02C03c6aB3955A78602b47dCa2E675F86953466a", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648849" - }, - { - "pAddress": "flare1aavt0lm2v2svkguxjjrkfvqa36la8nyh82sqx4", - "cAddress": "0xcD093bd1cDa2477c5EA8B3c4BFae5482dc1dc461", - "amount": "110475687541000", - "delegatorRewardAmount": "115696574717638450564" - }, - { - "pAddress": "flare1aqyrwf3973qplx6x0zw02lfm082h7muu7hpsam", - "cAddress": "0x085ee3d18575834B54414d92D21502eeffd10855", - "amount": "1581905394848000", - "delegatorRewardAmount": "1656663468542287053343" - }, - { - "pAddress": "flare1ay5s558ercqddtstm87y5th04nnlv09e8ecuxp", - "cAddress": "0x26f9F6D65Ad2563c4e133186926e83c39Cda074B", - "amount": "60000995000000", - "delegatorRewardAmount": "62836536759038979295" - }, - { - "pAddress": "flare1cnwl4qhv64hhmt60a2gjj9p9t3nfzt8vd0ye0l", - "cAddress": "0x57C89ceAE555b7d088175307C2A116fDC0C8EBC3", - "amount": "136839998000000", - "delegatorRewardAmount": "143306816235861095449" - }, - { - "pAddress": "flare1d3ymlfwtfm03nr296aa3uq9ad7fpzhct9z4jwj", - "cAddress": "0x2099f6c9bAD3b73f1849BA8D21449d41adA935F8", - "amount": "61639051307000", - "delegatorRewardAmount": "64552004733331424601" - }, - { - "pAddress": "flare1e5tg0gsj4wwglgqms2khr5jxsqpk4440wvlfjk", - "cAddress": "0x12783839025bFB8eB9e014a1859c09286e07B0bC", - "amount": "200000000000000", - "delegatorRewardAmount": "209451649123615297699" - }, - { - "pAddress": "flare1ef4xtpp3sdggd8qgeqqas4tvxxfat3ryhvjwv2", - "cAddress": "0x3F80271fbef36a6939026A8D45b0a35B12F96332", - "amount": "1693000000000000", - "delegatorRewardAmount": "1773008209831403495027" - }, - { - "pAddress": "flare1ewmaz56mmr77s8hrsy2zn8ecuszdnx5gpg3qm7", - "cAddress": "0xAf923eeC216da2d4A5fB433ae37B8A4CAcD80f39", - "amount": "55420000000000", - "delegatorRewardAmount": "58039051972153798992" - }, - { - "pAddress": "flare1fcaqss7ezz6yeemh29wqxfvv6w2hmw0nskhqyg", - "cAddress": "0x87FEd349E8De97B632578A6a6af01Cf0e59eD7cb", - "amount": "200000000000000", - "delegatorRewardAmount": "209451649123615297699" - }, - { - "pAddress": "flare1fxfn9t4vak3nfkwd753qw3rw0wg98amwn0juxr", - "cAddress": "0xD66cCff56C9c267c58768939eC5D0cbf7404C4B2", - "amount": "5324254042804793", - "delegatorRewardAmount": "5575868948092698637417" - }, - { - "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", - "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", - "amount": "218375000000000", - "delegatorRewardAmount": "228695019386847453175" - }, - { - "pAddress": "flare1k32at6h2qmax5n2rpvewy3wmdf2hff7nm6gxth", - "cAddress": "0xdbe8CBc863e6F1590d86AfCB18E9AbaE49F1ce4d", - "amount": "1000001997000000", - "delegatorRewardAmount": "1047260336992792987797" - }, - { - "pAddress": "flare1k3w57lssr285vpun0vymq2j7yx5n3llxyuuczs", - "cAddress": "0x42abbCbFe0142FebA470edB2c602136a3338F9c6", - "amount": "430201395710000", - "delegatorRewardAmount": "450531958933702496957" - }, - { - "pAddress": "flare1kxdfwk34h5n23rgnx8082vwhzv89ckkxh7r8h3", - "cAddress": "0xf97bd3879A82EA917Bf9d16793ee438a4a244BDB", - "amount": "700000000000000", - "delegatorRewardAmount": "733080771932653541948" - }, - { - "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", - "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", - "amount": "350000000000000", - "delegatorRewardAmount": "366540385966326770974" - }, - { - "pAddress": "flare1l5ks486g4f9w84lwg7m2qnea57fkpepf3l7nd3", - "cAddress": "0x668cd1AfDFF3270b1C4F1C88D099D197B3F0C822", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1lp2pqjys29q73wq25ahftdg97tmj584tk0swh2", - "cAddress": "0xCA30CC7A2482283c5e16939b015f5dB0d5dA6460", - "amount": "61000000000000", - "delegatorRewardAmount": "63882752982702665798" - }, - { - "pAddress": "flare1lvawchqntrrwvgjtkw8u384mytsqwrfekzam0f", - "cAddress": "0x77F941FECE83cfB766bF847684b4540C23C877fF", - "amount": "729074000000000", - "delegatorRewardAmount": "763528758165753497775" - }, - { - "pAddress": "flare1m02snesu93e9t3w8jcmgc0mr9rygjnp24v0gue", - "cAddress": "0x20864C8Aa16bE02FD14fEb8BAD4894835876DB69", - "amount": "1121410000000000", - "delegatorRewardAmount": "1174405869218567154967" - }, - { - "pAddress": "flare1n7c5sp3ms9fy2hyjcs3stzwuftytln624h0kdk", - "cAddress": "0x0B186504D499eF2a96ff974460C29E59ece9920D", - "amount": "73920535273000", - "delegatorRewardAmount": "77413890085151120754" - }, - { - "pAddress": "flare1puj94l9yycq7cev92rwgxefrv454948rcrud46", - "cAddress": "0xf76911D88cC2c7B03601C8b8Cc4bC031fcfF5335", - "amount": "357697998000000", - "delegatorRewardAmount": "374602177846578232546" - }, - { - "pAddress": "flare1q3w5l8qxv5xgprmzkz4c37aprs2lr2h625fnpt", - "cAddress": "0x9c65205233EB208b594A143c58fE2A0c53e2BF74", - "amount": "52907969000000", - "delegatorRewardAmount": "55408306794155576693" - }, - { - "pAddress": "flare1q4gjqzskr8d98xpjkkljhdq4uqudhxag57ssy4", - "cAddress": "0xF3B12Ea8d279fBc735eC6BE6f04e1343aD59f6C4", - "amount": "150000000000000", - "delegatorRewardAmount": "157088736842711473274" - }, - { - "pAddress": "flare1r2j09r8hd5zlf79r8h6jjvyjazezylhadlylrn", - "cAddress": "0x3Ab1a8f2428B88DE73C98CC157F24f45d7638A20", - "amount": "83180949000000", - "delegatorRewardAmount": "87111934718586693867" - }, - { - "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", - "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", - "amount": "570000000000000", - "delegatorRewardAmount": "596937200002303598444" - }, - { - "pAddress": "flare1rcv4neqn368v64gkjcsvy2wf0ezj9y6dm88zz0", - "cAddress": "0x7C2d7614cdB4858d3b9B8b29e80E9406b5daDaa1", - "amount": "1800000996000000", - "delegatorRewardAmount": "1885065885181750314902" - }, - { - "pAddress": "flare1tvqkrf7jrxxzcvmrgd89q0q6hlcy93g5hyujzl", - "cAddress": "0xbACBA98F3D6Fa698b198A76B9A48095D3B645bfc", - "amount": "1000000000000000", - "delegatorRewardAmount": "1047258245618076488498" - }, - { - "pAddress": "flare1ujm5jdzsdel8a3qvz48q5etu3s9hvklhrxdhds", - "cAddress": "0x7DEB35833DB771aeF3404c62aB634aBCAb8A10dB", - "amount": "1736270151310000", - "delegatorRewardAmount": "1818323232579942809157" - }, - { - "pAddress": "flare1utha5lrgjf4fxdc2aj2l8k886hjcg9yfqnn4vv", - "cAddress": "0x10e7640a6047CC7e8893531D533747a057f9988C", - "amount": "270332979000000", - "delegatorRewardAmount": "283108441320248313385" - }, - { - "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", - "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", - "amount": "1244200000000000", - "delegatorRewardAmount": "1302998709198010766991" - }, - { - "pAddress": "flare1vy2ldwuv3juq8wrgqmuk9pyzgr4y333tuneela", - "cAddress": "0x47D842d98283DD9ebA05Df987Ca2A4F266620daA", - "amount": "170000000000000", - "delegatorRewardAmount": "178033901755073003044" - }, - { - "pAddress": "flare1xz4jtq20xdlkjg6x0gg0f7rsh3se354wdu3wam", - "cAddress": "0xD6e56c0672cdc2570e1Dc09Fe6f43b5b67646E66", - "amount": "3150000000000000", - "delegatorRewardAmount": "3298863473696940938774" - }, - { - "pAddress": "flare1zf0z0r0nufhq7r0l5tt4xez049dff4pl0uthvd", - "cAddress": "0x942F1e8FBf4ff1aa2b37F687D5958E18d07B113e", - "amount": "60551000000000", - "delegatorRewardAmount": "63412534030420149455" - }, - { - "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", - "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", - "amount": "65500000000000", - "delegatorRewardAmount": "68595415087984009997" - } - ], - "totalStakeAmount": "64854352979115800", - "cChainAddress": "0x185F0c18A32c8AB899281F1e74D4e1Ce6b3a650A", - "eligible": true, - "overboost": "0", - "rewardingWeight": "64854352979115800", - "cappedWeight": "64854352979115800", - "nodeRewardAmount": "79905006966593276603402", - "validatorRewardAmount": "45110940865809602605655" - }, - { - "nodeId": "NodeID-F297gLgRxBndijAYvvvBGtQTwYCrScMQT", - "bondingAddress": "flare14p76vuk4pcatwpsanjxusx8y2ad55ea5y2u8je", - "selfBond": "5126300000000000", - "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", - "stakeEnd": 1743519600, - "pChainAddress": [ - "flare14p76vuk4pcatwpsanjxusx8y2ad55ea5y2u8je" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "sToadz FTSO", - "BEB": "5126300000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "49343770845886766", - "totalSelfBond": "5126300000000000", - "delegators": [ - { - "pAddress": "flare103c77y3fv4mfu3y20472d5zu5fpufkqvzhq5uk", - "cAddress": "0xB3b661e901F95b0ab1cEf2a92ee7c3F442baA6E9", - "amount": "167630000000000", - "delegatorRewardAmount": "165225317376901799309" - }, - { - "pAddress": "flare10ka4px0zf2cj5dckzrymek6lcz9wdhmut3fksw", - "cAddress": "0x239d66E153Be508BD20A6B9bACddFca351BB4425", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare10pwn2hn9ylnqkfg6wa5ndtp6ksen6rcvr22vgv", - "cAddress": "0x8cdDe98227680101474CC6649DdC2A71e74c6e6E", - "amount": "100004981000000", - "delegatorRewardAmount": "98570391487180303518" - }, - { - "pAddress": "flare10tkf7p9dhqemyurhgw347r62jvwdjua0747yjl", - "cAddress": "0x26A90DA287264E2E20a45d8c2c79Ca98439c5aa8", - "amount": "400033979000000", - "delegatorRewardAmount": "394295419327207954842" - }, - { - "pAddress": "flare1246kp4l5kh2c6y72g3jdj4jlwsz480f8nwue9y", - "cAddress": "0xA29073E603114eCdcac2A0930190Db14Bdd54658", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare137kt3tefd0ap3qzfxdug9flyq8y7v5hc506me8", - "cAddress": "0x476BAf5710f05329f90D95bd76c4704C2737bf15", - "amount": "50499996000000", - "delegatorRewardAmount": "49775564437345769597" - }, - { - "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", - "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", - "amount": "62140123440766", - "delegatorRewardAmount": "61248712147828058265" - }, - { - "pAddress": "flare15gm527nnaecc5t2elej0yesp54nan4nm5v8v49", - "cAddress": "0x1c3862759c92c1C8470d8a0bfa18294f18Ea767a", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare15gv60tu2meqzup99anwlfjgt7atchxhj0jv02d", - "cAddress": "0xd9ebcd5787197d15Fd037e2a6b0EAc8b76c4bcA6", - "amount": "50099997000000", - "delegatorRewardAmount": "49381303495238489618" - }, - { - "pAddress": "flare17jdfgjp8qekkcc3g6xcqqjvu6hznj55e8r94uq", - "cAddress": "0xC21984137ab40a245bc3316D9342d8C1AC8d19df", - "amount": "100211989000000", - "delegatorRewardAmount": "98774429920035745191" - }, - { - "pAddress": "flare18f7e30r954w62sh8rf4plw8mcdvjc4azhmg4rl", - "cAddress": "0x1b556001df291bBFd697a5A60F00BD301c73105D", - "amount": "41651839640000000", - "delegatorRewardAmount": "41054336478260569020390" - }, - { - "pAddress": "flare18rxt5mq44v2s3y20se9mlkpe5s3vhyaxmw0s3k", - "cAddress": "0x5D7d54FFde2056FBB72f2304F037d5C28fc1e949", - "amount": "444190998000000", - "delegatorRewardAmount": "437818997915127079779" - }, - { - "pAddress": "flare196e04wywlc3lkapf6zmmynhm7mc7g9z2th0zke", - "cAddress": "0xc4030360185eb96eD12943500FA374849128CAD1", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1986hknxy4ddqf86a8pshvh232wnlv3n4arya40", - "cAddress": "0x7284d1214Bc0901AdB4239170B78DF8646541539", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1a3arvqv9uxwhw66798lsfumy5tq6xlck89q7lf", - "cAddress": "0xF882a631Af00C91218d5500885BBe25f5Ebfc6A8", - "amount": "169591783000000", - "delegatorRewardAmount": "167158958245479085849" - }, - { - "pAddress": "flare1csmc39cx78djldh2gpsc6t75jwcdrsrntxzt3x", - "cAddress": "0x8C56c47f9d5fa3858C6f0dBFD9766338d2aAa09d", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1cxcj39pgxz36ufeyrsg9fz8dkkn5gxytz07mz2", - "cAddress": "0xb22af68DA0d3F07DfD0c87775dA8d513cE78689C", - "amount": "150000000000000", - "delegatorRewardAmount": "147848222910787268964" - }, - { - "pAddress": "flare1f7s8amh4hswjzpg8apjecmhktzc375u9rq7w2k", - "cAddress": "0xaA8C5E92BE7aF1b337989067FCd354C349e370fc", - "amount": "137000000000000", - "delegatorRewardAmount": "135034710258519038987" - }, - { - "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", - "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1gdt546hfzzf36uzwmnhw90z7yejpqc3rvk6uym", - "cAddress": "0xdE03C1eC00f3EcDc7640a33a42599Eb4A1cEBC6A", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1gzjtgx5njn3vy2uvej6pgdr3teffssccs484cy", - "cAddress": "0x0B0beC9b22dCFa2E4cbCA8d1469CCcB099dDC422", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1jcsv0t4h3yt0gx9a0f6pas4rmyd30glwlh52wv", - "cAddress": "0x9Cb4B90a17E1eac9c4d170185DE9cA66C9Fb6610", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1k4xwuar5858p83g95d70jx25anz69fl0n79mwy", - "cAddress": "0xCb3448Adc228b0a1a402b6a8b7B756B39a06b044", - "amount": "140748321000000", - "delegatorRewardAmount": "138729260916846939299" - }, - { - "pAddress": "flare1kt4hc9ew3hsgzr7kww2qv4732kyse7qaslxr2v", - "cAddress": "0xcA4599ae99Cc0e11ecb2085A9B9458e56a555866", - "amount": "1487840000000000", - "delegatorRewardAmount": "1466496666503904868374" - }, - { - "pAddress": "flare1lje3hkh8hdcdzwye2t7v9we6t8mxqf7umt3vuv", - "cAddress": "0x7d83c73a006C52310151a6C94eac289DC7F3Aa31", - "amount": "56397000000000", - "delegatorRewardAmount": "55587974849997797385" - }, - { - "pAddress": "flare1lzf9a8dswn9ak359fj9vkvh5n4x0rx3f03qlkt", - "cAddress": "0x3ec56bbac1a865B3e9F0DeEC837f4013cc23E80b", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", - "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", - "amount": "125000996000000", - "delegatorRewardAmount": "123207834137856185097" - }, - { - "pAddress": "flare1pnvuz569vyhcjcckjpwlmplpafs902k5g4n5ge", - "cAddress": "0xf4B07c76580DFE65964Dd3f7144a0337C1FB2696", - "amount": "69077625115000", - "delegatorRewardAmount": "68086694107668780366" - }, - { - "pAddress": "flare1pru3k5z98rdt8eg2nq5zjma96j2p243m34ycwh", - "cAddress": "0xA5cccceb816D556B9ab52C07d75230c39560ecC7", - "amount": "399999998000000", - "delegatorRewardAmount": "394261925790789745095" - }, - { - "pAddress": "flare1qeha28ex630yjc2sxsfxgapsfj4xp2lmdq2pyh", - "cAddress": "0xc91e6D8F3dbf2a400CdDCdcB912cCB61411fDb68", - "amount": "150973994000000", - "delegatorRewardAmount": "148808244790959064532" - }, - { - "pAddress": "flare1qf6r693jhteary057qmrafd9dka0nlv20fjvwu", - "cAddress": "0xa139Fb5636cBE5f53F6e678efD0C25e13fAa759f", - "amount": "649352811038000", - "delegatorRewardAmount": "640037727693950318638" - }, - { - "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", - "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", - "amount": "800000000000000", - "delegatorRewardAmount": "788523855524198767811" - }, - { - "pAddress": "flare1tr977ve40n7l6wdg4mqpmkzhcv29artac8gv37", - "cAddress": "0x956F2451862CA006ddD619C9D8B7FD616B34c0FC", - "amount": "620540000000000", - "delegatorRewardAmount": "611638241633732879223" - }, - { - "pAddress": "flare1tv3sntylwkysqskwc2vf6y356lfptmvexmkfpx", - "cAddress": "0x68f112cC4550BE749c018A8ACF19F9E429E811bF", - "amount": "140895745576000", - "delegatorRewardAmount": "138874570660680114626" - }, - { - "pAddress": "flare1vzx8ra9k892ujv254yj8fjqvguz7lnwmfceh28", - "cAddress": "0x6FbcE0b4fd149DBc46D5671541C370f81A526614", - "amount": "53500992000000", - "delegatorRewardAmount": "52733510607761642603" - }, - { - "pAddress": "flare1wj6c2c4rlxh8xsx37a78az2ycg5yj4vx0rpt3j", - "cAddress": "0xAA1e08804af76CD2a9cBc923c0EC2691A8761B43", - "amount": "110951553000000", - "delegatorRewardAmount": "109359932934946852962" - }, - { - "pAddress": "flare1yd6c449g9sh7kh07at4qt5j2wnqn3ztt6allrd", - "cAddress": "0x91e2a2CF60140edfFf89de317135ad266eF5255e", - "amount": "200000000000000", - "delegatorRewardAmount": "197130963881049691953" - }, - { - "pAddress": "flare1yrw3jvjjd5wnqtw7devx46g0gtwn7hwmrkwaxg", - "cAddress": "0xA4758aEE2eD7aa65618b1Ae4fadF06A56045160C", - "amount": "155248323717000", - "delegatorRewardAmount": "153021258476247186291" - }, - { - "pAddress": "flare1z6tn53e8400pdwhpngh20tenw4mtmu8h8amewx", - "cAddress": "0x9d9A1185DB9a290cA8AA6e1783842aE6d9B04610", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422989" - } - ], - "totalStakeAmount": "69470070845886766", - "cChainAddress": "0x24BaF5b2Fa77dE48823dB563C8cc4c5C811665Ad", - "eligible": true, - "overboost": "0", - "rewardingWeight": "69470070845886766", - "cappedWeight": "69470070845886766", - "nodeRewardAmount": "85591887667090420557643", - "validatorRewardAmount": "36955962125213936187246" - }, - { - "nodeId": "NodeID-FDR3CXdwP3H3Zz9QKfL61fk56zkPEgdFV", - "bondingAddress": "flare10vgv7r6x3v3x36a2f6y2yhwxp8aujdsm5pnnvd", - "selfBond": "13333334000000000", - "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", - "stakeEnd": 1740232800, - "pChainAddress": [ - "flare10vgv7r6x3v3x36a2f6y2yhwxp8aujdsm5pnnvd" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "AFOracle", - "BEB": "13333334000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "135472050974862819", - "totalSelfBond": "13333334000000000", - "delegators": [ - { - "pAddress": "flare103hyqnletpm7u879q4rpk3hyr907z64786rzqd", - "cAddress": "0x76321314ab974C584E1a500B064EfDd286EEB249", - "amount": "104402701257000", - "delegatorRewardAmount": "88064834640921266720" - }, - { - "pAddress": "flare10g5y742dsgakpcmunw9ek46rkrd96pt0nsgkn0", - "cAddress": "0xa0F4F9f5b78B5d42570b5e030254d27b6973D04A", - "amount": "188094921383000", - "delegatorRewardAmount": "158660149104909866062" - }, - { - "pAddress": "flare12j0zhymmdsydy258ku8vc5zlycu63evacm4mwk", - "cAddress": "0x3148dB2D64e894fedaE3eCe2f731Ea6280260148", - "amount": "197219056339909", - "delegatorRewardAmount": "166356457979559469157" - }, - { - "pAddress": "flare13zfwka9m2rlqqn3zuvwnzp39acxw3c4ugf4muf", - "cAddress": "0x0c1fF5e3F7825C433610052fB141b4f0716eaa12", - "amount": "350000000000000", - "delegatorRewardAmount": "295228875816619172211" - }, - { - "pAddress": "flare145qvz9qh8krwhusww3myy9rxgl9s5ey8y34ta2", - "cAddress": "0x14F0C4EB4C32A8857184628785911e17101c180A", - "amount": "450003226839010", - "delegatorRewardAmount": "379582705067234260021" - }, - { - "pAddress": "flare14azu7ygp6k5uf2c7u3zk0etuk0qu6sh93wm8v4", - "cAddress": "0xe90EF0f6afdD0499405DAddb75506AAB1B6aB03D", - "amount": "1575681986006000", - "delegatorRewardAmount": "1329105203922997835230" - }, - { - "pAddress": "flare158e4wcn52m48yj8f6vdrgl7pl0uhf2jdd2a0cj", - "cAddress": "0xC73DE3E90Bd6608a35BFE257431786A9ea4BD862", - "amount": "50000000000000", - "delegatorRewardAmount": "42175553688088453173" - }, - { - "pAddress": "flare15ktmlvj75m7dcmrhufkry3m08cqnsawjzq0whj", - "cAddress": "0x830BdA342aA6090804b9d8F2717A3569465d168d", - "amount": "57829000000000", - "delegatorRewardAmount": "48779401884569343170" - }, - { - "pAddress": "flare15sfvkfw4yscurg4ydc7hruu57fx0v28lv864fd", - "cAddress": "0x1d34100f41A60A9325AFa12cb590AbAeA9CF055F", - "amount": "50527590000000", - "delegatorRewardAmount": "42620581695494424913" - }, - { - "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", - "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", - "amount": "50997009000000000", - "delegatorRewardAmount": "43016541820228600785256" - }, - { - "pAddress": "flare160hj45zy6z39nqcrqc3l5an0qhum2sscg0f709", - "cAddress": "0x4cE53Dcb11f36852463bdd22F638890ab798A185", - "amount": "4189186988631000", - "delegatorRewardAmount": "3533625614968966660056" - }, - { - "pAddress": "flare162r0fuqzmxj9wsacjm9fa27q37ftd38yuud5gr", - "cAddress": "0xCdf75862Aa6D3e39cc1fcA149b18899b5366Acd6", - "amount": "2000000000000000", - "delegatorRewardAmount": "1687022147523538126922" - }, - { - "pAddress": "flare16qrzxr2vdl3vm4cs4ycyv4ka8n89mjfcr4e36f", - "cAddress": "0x16b342400b1Aad4170Abd9059eC65F2EaE9C2296", - "amount": "15345348050000000", - "delegatorRewardAmount": "12943971010903569062536" - }, - { - "pAddress": "flare16zylq0yzllh93csdh8uj4lzwumd4kz36pn6qpr", - "cAddress": "0xA76000bA6601E092DB82460DF05EAE8F12be1B57", - "amount": "50000000000000", - "delegatorRewardAmount": "42175553688088453173" - }, - { - "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", - "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", - "amount": "53640000000000", - "delegatorRewardAmount": "45245933996581292564" - }, - { - "pAddress": "flare17dj54enmv5pl2nprcqxcrtplc6m8pvykq3ua7y", - "cAddress": "0xa7E440b5fFF22ee2Cbf49Ad8E4f261AE9e49727c", - "amount": "314134994000000", - "delegatorRewardAmount": "264976346095086882179" - }, - { - "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", - "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", - "amount": "50159000000000", - "delegatorRewardAmount": "42309671948816574454" - }, - { - "pAddress": "flare18nlkzpulf00xdnxx95yyku3kx0r94kvgew6y44", - "cAddress": "0x2ce3A1988632C35e268570EF595c6453414eAF00", - "amount": "4526314924062571", - "delegatorRewardAmount": "3817996761779939463982" - }, - { - "pAddress": "flare19sd0vyypyt0x7l5vglqcrqn6uu9crtx70s6h6t", - "cAddress": "0xFb4824e9C9b6f6751CfA8f579a8CE0596F8F8D20", - "amount": "1478566794009000", - "delegatorRewardAmount": "1247187464043028003594" - }, - { - "pAddress": "flare19zy0vwtdft4k5eagsksrzvp04hpf35crxd6qvm", - "cAddress": "0x82194C206b5B8e327cb080D4b77CFAB09c6c3990", - "amount": "50000000000000", - "delegatorRewardAmount": "42175553688088453173" - }, - { - "pAddress": "flare1a7dnacyxp26n62fcuecrzvuzsxdz4zetpxq2qs", - "cAddress": "0x6fCEA7DC0d2e4dDa36CD3EE61Bf0238Db8F39bA8", - "amount": "53400970000000", - "delegatorRewardAmount": "45044309544620016904" - }, - { - "pAddress": "flare1c4mlwtcn9lfc5xusn3rwy6aq77h5j3rfrw9sxc", - "cAddress": "0x894986bb328CcFc18eC05eE9F600E4BE5fDa1eCc", - "amount": "198326976000000", - "delegatorRewardAmount": "167291000481684602766" - }, - { - "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", - "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", - "amount": "141999000000000", - "delegatorRewardAmount": "119777728963097445242" - }, - { - "pAddress": "flare1d7khscf95cnws7v8zhdzlasprjaj4lfwv9x2hm", - "cAddress": "0x63DfB48F7915443BD8A144Cca07978246022ae6e", - "amount": "104007410972000", - "delegatorRewardAmount": "87731402908173321005" - }, - { - "pAddress": "flare1emay48fsya00n4mhdtk2xumv0rzugtfmv097yr", - "cAddress": "0xAfE914E3780d90e47082BE65E8bee7E6F4659d83", - "amount": "300000000000000", - "delegatorRewardAmount": "253053322128530719038" - }, - { - "pAddress": "flare1esdv8cpjxv8ee9s3cv9y9rcs7fcp8fqd4gjll4", - "cAddress": "0xF233a25502Fb571A5d978FEFC71553DEC621C3fC", - "amount": "520000891265000", - "delegatorRewardAmount": "438626510148017069283" - }, - { - "pAddress": "flare1f2py6pyasa57mtp350tdrpxtnzjpvgsg9pmgqt", - "cAddress": "0x4D0C0D8aDD0fEcE34dbBD2F85A118Bfd4EEC22Dc", - "amount": "124990000000000", - "delegatorRewardAmount": "105430449109483515242" - }, - { - "pAddress": "flare1f6skewuusenh63d8phrh9ekulk2pjg35pu3dgh", - "cAddress": "0x0b15463c669F72aF121050C2ADbf78352afBF23c", - "amount": "50499000000000", - "delegatorRewardAmount": "42596465713895575935" - }, - { - "pAddress": "flare1fh89zpea5en3velkshxx2yj0q6cmz4rlclzaft", - "cAddress": "0x0F6cDf2e6cD544425c9ac46410F5134E436Fc261", - "amount": "75171000000000", - "delegatorRewardAmount": "63407570925745942269" - }, - { - "pAddress": "flare1fh9mtta0ar5ww9eslhya3ayuz7j4v5082qnrft", - "cAddress": "0xAd045F656E2b3a40d372FfdBa3EE3Ae5fB47d1D9", - "amount": "50000000000000", - "delegatorRewardAmount": "42175553688088453173" - }, - { - "pAddress": "flare1g64xdqpcgwcywltg9y8czz2aqpq6snrtcdaa40", - "cAddress": "0x9e8Cf3f1bAAc464729E3A973Bf321A1E719f90e0", - "amount": "2200000000000000", - "delegatorRewardAmount": "1855724362275891939615" - }, - { - "pAddress": "flare1gjk06l2yklsrt39t0edl9uwhvgsws0ejpavdhv", - "cAddress": "0xf51CeDd403dfD2bCD2fed9e9a884BBfe9eE39ad2", - "amount": "390000000000000", - "delegatorRewardAmount": "328969318767089934749" - }, - { - "pAddress": "flare1h3jsk0lzyds7nu89ym0lyr0nua3cqyh3j50qkd", - "cAddress": "0x092a41087F027f2465a2A625801c647920D4b08D", - "amount": "90000000000000", - "delegatorRewardAmount": "75915996638559215711" - }, - { - "pAddress": "flare1h4lz3gjwv8ghjsddwav2my3wweumal5zte6vg2", - "cAddress": "0x03334eA003ca46fF9a072E154C684bca370bF3d8", - "amount": "1012345000000000", - "delegatorRewardAmount": "853924217967358102549" - }, - { - "pAddress": "flare1h4ymmuuuxtjmz22xs2t3amwan42cph4l0te5w3", - "cAddress": "0x400F8B757955D34f8ff9665fD01b018Ad110B8EC", - "amount": "50000000000000", - "delegatorRewardAmount": "42175553688088453173" - }, - { - "pAddress": "flare1hgfe2j5n3xadzsd55x0l9hhnh3hl99fr7ktlw3", - "cAddress": "0x84C164103DC04fd4F3027FDfF2a7c98f76aF5685", - "amount": "1687060000000000", - "delegatorRewardAmount": "1423053792100530116203" - }, - { - "pAddress": "flare1hl2ya6law0zhecjs9tke5zjlm9npumcm6zkyqe", - "cAddress": "0x6EdD5c32ca99386134F52FF2211cE3097d3fe620", - "amount": "1646854788209278", - "delegatorRewardAmount": "1389140250732118864006" - }, - { - "pAddress": "flare1hvczg6mhxg92437tuy4edlplgyscu8f7l438p9", - "cAddress": "0x3DE577843BCAE0ff7AAC518c0a4A6EEc1a35B021", - "amount": "594912374425000", - "delegatorRewardAmount": "501815175745395350332" - }, - { - "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", - "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", - "amount": "50000000000000", - "delegatorRewardAmount": "42175553688088453173" - }, - { - "pAddress": "flare1k65rjhmaunss0430j5y9chacjr2wva8vhhhh84", - "cAddress": "0x6e4A218e0f473Cb91859777c7BeC73203CfafA45", - "amount": "354588811341000", - "delegatorRewardAmount": "299099588998156265622" - }, - { - "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", - "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", - "amount": "3555347517591889", - "delegatorRewardAmount": "2998975002160174415243" - }, - { - "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", - "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", - "amount": "6885494606378811", - "delegatorRewardAmount": "5807990948807460288844" - }, - { - "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", - "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", - "amount": "1026502000000000", - "delegatorRewardAmount": "865865804238603467181" - }, - { - "pAddress": "flare1l8w3zr2dsqql3wsggzj2xwf9eedy3286w4ssal", - "cAddress": "0x6160bcF6600b07FC095BAbD9eE4C775725533322", - "amount": "50999997000000", - "delegatorRewardAmount": "43019062231317000951" - }, - { - "pAddress": "flare1luu8vet77dz5vzjav4lfmtn4u9d576tu3sylhk", - "cAddress": "0xeeA8D2626b5d8e793404Ee2b9adfE311e5739c9f", - "amount": "53329077095000", - "delegatorRewardAmount": "44983667083127614048" - }, - { - "pAddress": "flare1mhqmfq4fjz645546qyvfm4vkl34cfy5h83wknv", - "cAddress": "0x48a071589C8e2a91ba6c0c55F114347ddf38c313", - "amount": "365580416548000", - "delegatorRewardAmount": "308371129708678287537" - }, - { - "pAddress": "flare1mzaxadlas2m26sns502j4rgrs0rr3f2nsdhlsw", - "cAddress": "0x8f849369514a2c384e16Bf473c8a99Ba76B7f573", - "amount": "207345997000000", - "delegatorRewardAmount": "174898644569674546947" - }, - { - "pAddress": "flare1n4dkzd35jpekyl35y5czev73980skmyzjecump", - "cAddress": "0x8397D67d53a4B5b95625B14a9C9c3c83C8BB7DbB", - "amount": "10000000000000000", - "delegatorRewardAmount": "8435110737617690634616" - }, - { - "pAddress": "flare1nq5fh5c53fpprrrst706vdjkuzq49s600q3rrs", - "cAddress": "0x8e5D34F6C5a44aa1cFDD47efBBfe8c877839f3CC", - "amount": "537899988000000", - "delegatorRewardAmount": "453724596454322694094" - }, - { - "pAddress": "flare1p3yj85ufcmqyts79pd39xj7lwy6kzr688tnpzy", - "cAddress": "0xd507b55A3c55D704375a93C24B7092C13C061E04", - "amount": "100009996000000", - "delegatorRewardAmount": "84359539112870228989" - }, - { - "pAddress": "flare1pcxs6qwuyjwnu6k04r7qhfft54hu07f7yzmt7a", - "cAddress": "0x65b34F76a4D5bEdF2C5ecA8c3260A52fd03fb867", - "amount": "60000000000000", - "delegatorRewardAmount": "50610664425706143807" - }, - { - "pAddress": "flare1ph472gs98ffps5482zqteyx065qe8a9wjn2xlv", - "cAddress": "0x0eF4C65A4484B7af02A9f0032e6321811Ea24072", - "amount": "100000000000000", - "delegatorRewardAmount": "84351107376176906346" - }, - { - "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", - "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", - "amount": "2736895743170966", - "delegatorRewardAmount": "2308601867096156460174" - }, - { - "pAddress": "flare1q7xatnwfmwdjdcynl6za9lwrmej533u5pqpff9", - "cAddress": "0x891222fbAd4D61feDe268D71aC3259DD788b53b2", - "amount": "50000000000000", - "delegatorRewardAmount": "42175553688088453173" - }, - { - "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", - "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", - "amount": "189908994000000", - "delegatorRewardAmount": "160190339445957358502" - }, - { - "pAddress": "flare1qp2usg762d4vfwz3ahert93v966lc8rqrp8a7h", - "cAddress": "0xE6dA8b844c79a56C18b8c9F96a9d2Bd04848D0bb", - "amount": "350000000000000", - "delegatorRewardAmount": "295228875816619172211" - }, - { - "pAddress": "flare1qtx7ecax6ssdfxhqn5x9h5tnnmsczeqlw83wmu", - "cAddress": "0x6D537DABa0420FC2193B32D00C1d64c012c98f30", - "amount": "400062809767000", - "delegatorRewardAmount": "337457410238712521913" - }, - { - "pAddress": "flare1rhmxa7x97sur0q2anwj4qkg4sdvkxlhsnvatfh", - "cAddress": "0xC79D9Ce6Bf7e5f38115D52e93F856F8f67a76Cb1", - "amount": "230783728000000", - "delegatorRewardAmount": "194668630212024048340" - }, - { - "pAddress": "flare1rt9jyt7ljhq4ktq79f5wasj6ex89c3rtty6ac6", - "cAddress": "0x3df8c0efb2592719283e52725564B22D3c2Dc93F", - "amount": "460000000000000", - "delegatorRewardAmount": "388015093930413769192" - }, - { - "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", - "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", - "amount": "900000000000000", - "delegatorRewardAmount": "759159966385592157115" - }, - { - "pAddress": "flare1stfpgkhzuahx8q22whsad4revf02450eqc7je5", - "cAddress": "0xb7E47cBe6B6330c1418E58bAb238c43ea3F126F0", - "amount": "438741000000000", - "delegatorRewardAmount": "370082892013312320672" - }, - { - "pAddress": "flare1tp6a886kgl79aeujx8w235wk55athhwtd7tuuq", - "cAddress": "0xb0061d260847B42e8616777dA9CD62C70DBfBf7B", - "amount": "2750000000000000", - "delegatorRewardAmount": "2319655452844864924520" - }, - { - "pAddress": "flare1uy2lzhhlpywvugkvr4zwtavlktll9pzvvnqmuf", - "cAddress": "0x8cf53EB8762C9cC4D29e78c97D6ab9cc2C64E94c", - "amount": "100000000000000", - "delegatorRewardAmount": "84351107376176906346" - }, - { - "pAddress": "flare1uy4vmgux96g9ny7chpetw28l3k6ea8lf4z0l2y", - "cAddress": "0xA781402753A02feA719697285E0385bcaE292097", - "amount": "656310000000000", - "delegatorRewardAmount": "553604752820586654040" - }, - { - "pAddress": "flare1v969wd57v7d5r4jt9nkuweshk7elumcwrufmuy", - "cAddress": "0x8856f6D5cd86b639655F7E6168D3274FCc252B41", - "amount": "170999996000000", - "delegatorRewardAmount": "144240390239218214804" - }, - { - "pAddress": "flare1w4gaqddfhzwdx8mff0uz278gk49xmmgh3teyla", - "cAddress": "0x0D6f89F80262CbEDF598C3539Cab67024e8221C8", - "amount": "150000000000000", - "delegatorRewardAmount": "126526661064265359519" - }, - { - "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", - "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", - "amount": "150000000000000", - "delegatorRewardAmount": "126526661064265359519" - }, - { - "pAddress": "flare1wxnjxj7clvw8ur8pxpcjcsy8xzmjyu4a6cfdqx", - "cAddress": "0x177Ad3cD3D44B49944A3B58Bd9357635d42Ed8d5", - "amount": "110775989000000", - "delegatorRewardAmount": "93440773428411918394" - }, - { - "pAddress": "flare1xpxwucuxau7dy085ut6srcjadph8gxvy6v6eak", - "cAddress": "0xA34F4D22f68D197eb621Bf09730D07921444A1E2", - "amount": "10000019256039000", - "delegatorRewardAmount": "8435126980299823923124" - }, - { - "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", - "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", - "amount": "588879408532385", - "delegatorRewardAmount": "496726302207347542129" - }, - { - "pAddress": "flare1ynpmcplp2srs337jsw0ddlvf78a3drzd9as2df", - "cAddress": "0xC9C795F82Ae54523cE4eF2e95e97B765bd6a1759", - "amount": "61000000000000", - "delegatorRewardAmount": "51454175499467912871" - }, - { - "pAddress": "flare1ys9ar00wtnk895uw4xhhumvaaqt55fdrgammed", - "cAddress": "0x7B19d588BC87EF24Aae5CdcEA357B38fF5633798", - "amount": "62890000000000", - "delegatorRewardAmount": "53048411428877656401" - }, - { - "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", - "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", - "amount": "200000000000000", - "delegatorRewardAmount": "168702214752353812693" - } - ], - "totalStakeAmount": "163805384974862819", - "cChainAddress": "0x6CD7e85E0182af99557510CEE70E00b26213F638", - "eligible": true, - "overboost": "0", - "rewardingWeight": "163805384974862819", - "cappedWeight": "124606756350378146", - "nodeRewardAmount": "153524062409007210205226", - "validatorRewardAmount": "39251887226491560326435" - }, - { - "nodeId": "NodeID-FERvNWfCH4mjCSoFnjF4YouDBuYZCpfKm", - "bondingAddress": "flare1daqetq0w8dclhf2g5d8u6zv9xklgcc2jw67ed0", - "selfBond": "3500000000000000", - "ftsoAddress": "0x9C44c70180642cF4Cfd06d77b84Bb8F864ea5697", - "stakeEnd": 1743296400, - "pChainAddress": [ - "flare1daqetq0w8dclhf2g5d8u6zv9xklgcc2jw67ed0" - ], - "fee": 170000, - "uptimeEligible": true, - "ftsoName": "Comfy Nodes", - "BEB": "3500000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "27005644153840938", - "totalSelfBond": "3500000000000000", - "delegators": [ - { - "pAddress": "flare16s3mqkqnngaslrx9fsn84px3k2twhu56jz55j6", - "cAddress": "0x0c1c7c72BC21b90b199ec18adf95AEe43951ac27", - "amount": "50000000000000", - "delegatorRewardAmount": "51130843756647263850" - }, - { - "pAddress": "flare1eaqkys49ucjr3ty869jv2l5xnh45r20x6a839u", - "cAddress": "0x2DFFe4d89E9C184288F25BCE2173CC4F6BE30068", - "amount": "15236466670000000", - "delegatorRewardAmount": "15581067934142672532000" - }, - { - "pAddress": "flare1j5ranyselathy9c7ac7tg24wx6ka2g9gn9384x", - "cAddress": "0x40059E33D754681F703C7746aAcA37fC7039B8c0", - "amount": "458894062445000", - "delegatorRewardAmount": "469272812154568557622" - }, - { - "pAddress": "flare1kh05ae9nj6w56xxzcavk8ed2896rks9dplr8gd", - "cAddress": "0x518b07a61D65146A3EE7fAc6Db1E33b6F0Dc317B", - "amount": "2182936020000000", - "delegatorRewardAmount": "2232307211387548533860" - }, - { - "pAddress": "flare1l6wcjqt8248v5gw39f964mpuj9089kwd6mn70m", - "cAddress": "0x52C0C588C147c4bfad9881e7ab4eBc6BB780e6f6", - "amount": "2395768741671550", - "delegatorRewardAmount": "2449953544149348876404" - }, - { - "pAddress": "flare1r5dcy57ffd70gpsc79kh23dxyuaatprhmeuxsl", - "cAddress": "0x2609eB6717Df5A970b4c293382E16Ab752Fe4B9A", - "amount": "2198093667754644", - "delegatorRewardAmount": "2247807677768768485557" - }, - { - "pAddress": "flare1up5q3p032pc7s0pew4h8ta0cvyzwfcyrvt2gsh", - "cAddress": "0xAF22D1D9f879C14b08bf96E78Ce8eED655Ff93a1", - "amount": "2128322155400000", - "delegatorRewardAmount": "2176458151831362753503" - }, - { - "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", - "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", - "amount": "50000000000000", - "delegatorRewardAmount": "51130843756647263850" - }, - { - "pAddress": "flare1vwpx6kjmgfrqzrlfwamhw2dmv97uln7hpwgcuq", - "cAddress": "0x50Cdf300a7983325b1B2eA5B5A68A97fbeEdE86a", - "amount": "2195982014000000", - "delegatorRewardAmount": "2245648265004831687147" - }, - { - "pAddress": "flare1ylgnw4pwdyaz02qkutz4ug3v5xfqvh7vzx84cj", - "cAddress": "0xc49Efa5A58189C5BEeFddd9Ee4FC6905658226A8", - "amount": "109180822569744", - "delegatorRewardAmount": "111650151600716153531" - } - ], - "totalStakeAmount": "45505644153840938", - "cChainAddress": "0x0A255b5642B3FB56B355A8bd3B265783805c9999", - "eligible": true, - "overboost": "0", - "rewardingWeight": "45505644153840938", - "cappedWeight": "45505644153840938", - "nodeRewardAmount": "56066071837966987628782", - "validatorRewardAmount": "28449644402413875521458" - }, - { - "nodeId": "NodeID-FHPDnySFVqde5bGvEXsFnvZGhXwcyRfNY", - "bondingAddress": "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53", - "selfBond": "15000000000000000", - "ftsoAddress": "0x6df84895f1f1f6F6767C59324F94089d4097051A", - "stakeEnd": 1754553600, - "pChainAddress": [ - "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Kiln", - "BEB": "15000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "1386298992000000", - "totalSelfBond": "15000000000000000", - "delegators": [ - { - "pAddress": "flare10vf9e0p3hztwfktq395ykxxutj2jl84hahcscd", - "cAddress": "0xB3943AE7DD820aCbAEe28DA94dD44d936553Df72", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare12rx4lvlsfyyu3ad2ygpmezfhuq7e3k4u5x9kl7", - "cAddress": "0x2B136746e911D983e7D6aE5F3b1fc7a555DdE80A", - "amount": "392799000000000", - "delegatorRewardAmount": "411361991620534826605" - }, - { - "pAddress": "flare168yx7vky80efjcm22p30sxz4ra8f06zhufnud4", - "cAddress": "0x5C9e865772D9e5868B87857caE7905ca22509378", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648849" - }, - { - "pAddress": "flare1q50p9cqzccesjzhmclxtnylf3jjt3kytxcxtax", - "cAddress": "0x2bAedA463F934642e10143e5a2D82fb7f0AFA1CC", - "amount": "531499994000000", - "delegatorRewardAmount": "556617751262458179929" - }, - { - "pAddress": "flare1sjs5um5wvlu0jl9hjsrgvvcp2lfturw0xl8sjs", - "cAddress": "0x0b37401c34A331FF772445515a045f47DD35906f", - "amount": "249999998000000", - "delegatorRewardAmount": "261814559310002630889" - }, - { - "pAddress": "flare1wxtd67rqwu7wzkufz70zrh9cw2grkpcgwuuf7q", - "cAddress": "0x073B52093758280718dd32eb56f2CD315458252A", - "amount": "62000000000000", - "delegatorRewardAmount": "64930011228320742288" - } - ], - "totalStakeAmount": "16386298992000000", - "cChainAddress": "0x36A65098AF668a74F42c9b5551911B43DB4489A2", - "eligible": true, - "overboost": "0", - "rewardingWeight": "16386298992000000", - "cappedWeight": "16386298992000000", - "nodeRewardAmount": "20189043217100206094645", - "validatorRewardAmount": "18737230166836178241661" - }, - { - "nodeId": "NodeID-FLPF99Gi1c79NGHw7GYyhttWPVxpCq713", - "bondingAddress": "flare1s45gex0vw7y9sk0jyy0ts8u099nmxzlu2wqdqg", - "selfBond": "3000000000000000", - "ftsoAddress": "0x7808b9E0F7c488172B54B30f98C2FcF36D903B2c", - "stakeEnd": 1747296029, - "pChainAddress": [ - "flare1s45gex0vw7y9sk0jyy0ts8u099nmxzlu2wqdqg" - ], - "fee": 125000, - "uptimeEligible": true, - "ftsoName": "African Proofs", - "BEB": "3000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "24291108385110048", - "totalSelfBond": "3000000000000000", - "delegators": [ - { - "pAddress": "flare13j4zs7xpf83wy5z27g8vmcj9mrlu0zyfyx4qut", - "cAddress": "0x9049b35dC6f6A6E37af13FD729645e0c3D362EB4", - "amount": "305875802581000", - "delegatorRewardAmount": "329752455105293265624" - }, - { - "pAddress": "flare15mg0f84lg98s9x72amzsqg6jd6eanmqu7666pu", - "cAddress": "0xA497BFbf2920acaE69Fa582EDb742628b18a68Ca", - "amount": "50000000000000", - "delegatorRewardAmount": "53902997936224525143" - }, - { - "pAddress": "flare18jcgzupqznxv3a0thkfkuqdty9kukalmfzn559", - "cAddress": "0x24C8F0F88e7a9dB02affDFAd8Cee8Bdf9E0b8212", - "amount": "700000000000000", - "delegatorRewardAmount": "754641971107143352005" - }, - { - "pAddress": "flare19thaacez4xftxn6yur2erfydjeyq68wf3c40fn", - "cAddress": "0xcc480358437c3329d25Aaacc9eb3E0Ec01737Ea2", - "amount": "112695009000000", - "delegatorRewardAmount": "121491976750996085740" - }, - { - "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", - "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", - "amount": "50000000000000", - "delegatorRewardAmount": "53902997936224525143" - }, - { - "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", - "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", - "amount": "1400000000000000", - "delegatorRewardAmount": "1509283942214286704011" - }, - { - "pAddress": "flare1jycqxz50nazu3y4mkqqjcwlrked6pmsgy2eqgm", - "cAddress": "0x3D53C2669e499803f751F702FCa0E9382597071a", - "amount": "78763412687000", - "delegatorRewardAmount": "84911681430347231611" - }, - { - "pAddress": "flare1k69z6l5rt0j6nd6xc29p6wzzkqs765hewyhauv", - "cAddress": "0x62F8928B73ddF63EDbE3Facaa3304e52CCEd8336", - "amount": "222500000000000", - "delegatorRewardAmount": "239868340816199136887" - }, - { - "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", - "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", - "amount": "100000000000000", - "delegatorRewardAmount": "107805995872449050286" - }, - { - "pAddress": "flare1m2k3c9gqf9v8mmxh2t38eea7r3kg7t6m98yef6", - "cAddress": "0x375Fa004258D3A75D2877c557b344523A73983F6", - "amount": "20286225500000000", - "delegatorRewardAmount": "21869767425205706713737" - }, - { - "pAddress": "flare1mhpzjv5kq970q650j8vu3tg4xurq7efwja3ey4", - "cAddress": "0x75a0f46BB5235b96dc3ABC8Df54a34acbb63dC41", - "amount": "250000000000000", - "delegatorRewardAmount": "269514989681122625716" - }, - { - "pAddress": "flare1n5gqj0wkg0gh2s2ce0vtqcreqs0jnamkfcm2aq", - "cAddress": "0x909A1477824e9214851913B65f1672DDD3989E3c", - "amount": "74005123359000", - "delegatorRewardAmount": "79781960233804367959" - }, - { - "pAddress": "flare1nl279745ya7qq42dpzfhtrht95mr63t0cz42yc", - "cAddress": "0xAdb28f8177CD553C90258058fA24ea80fbF7D8a2", - "amount": "100000000000000", - "delegatorRewardAmount": "107805995872449050286" - }, - { - "pAddress": "flare1nw0kmam9nngmc9n50fxhg6egr57rtg867pekvf", - "cAddress": "0x03Ea24C18bd0C3E75601bFA95BD9A2F4d67506B1", - "amount": "79840360909048", - "delegatorRewardAmount": "86072696186156711924" - }, - { - "pAddress": "flare1p5sz5ka38x2xplnuha4p9n4aytw674tgvnvaam", - "cAddress": "0x9252ae60b48deDB2B440748eC209182B9EACB0Cd", - "amount": "54999996000000", - "delegatorRewardAmount": "59293293417607142759" - }, - { - "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", - "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", - "amount": "51658998000000", - "delegatorRewardAmount": "55691497251628537438" - }, - { - "pAddress": "flare1ryk2lxc8fkdvgpu2ch80tdsj2y03ym77ex09q7", - "cAddress": "0x6264b103931e1AD71441A920393E6FC76e3ef11A", - "amount": "100001096000000", - "delegatorRewardAmount": "107807177426163812328" - }, - { - "pAddress": "flare1v48luhpgdgdefg98yep5wxw2w9tf6ytx0cy8xp", - "cAddress": "0x350848feD543cB04bE516481100b1A3b5CeA2835", - "amount": "81258086574000", - "delegatorRewardAmount": "87601089457997515896" - }, - { - "pAddress": "flare1v9qwukcxjg4xf0gwp3fzdyy95q2fzqlvz0979r", - "cAddress": "0xFdAC058d47dc99A70f076523c95a5c97b3805bBB", - "amount": "50000000000000", - "delegatorRewardAmount": "53902997936224525143" - }, - { - "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", - "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", - "amount": "143285000000000", - "delegatorRewardAmount": "154469821185838621706" - } - ], - "totalStakeAmount": "42291108385110048", - "cChainAddress": "0x49CFE6199FffCA921B40e2290f565Ad107A530E0", - "eligible": true, - "overboost": "0", - "rewardingWeight": "42291108385110048", - "cappedWeight": "42291108385110048", - "nodeRewardAmount": "52105543497216791489046", - "validatorRewardAmount": "25918272194192927987704" - }, - { - "nodeId": "NodeID-FUA8LX6gJhNmiJVT5eycNsd2jKBHL7FBY", - "bondingAddress": "flare18hpr5trmxtw7rv63675wa77xgk5ncpcz3et59q", - "selfBond": "33880350988978208", - "ftsoAddress": "0x0000000000000000000000000000000000000000", - "stakeEnd": 1759860244, - "pChainAddress": [ - "flare18hpr5trmxtw7rv63675wa77xgk5ncpcz3et59q" - ], - "fee": 1000000, - "uptimeEligible": true, - "BEB": "33880350988978208", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "4425556184010788", - "totalSelfBond": "33880350988978208", - "delegators": [ - { - "pAddress": "flare18ps7xddrhx0rr83qlxncvvq9u6j6jx6d8r8h5v", - "cAddress": "0x38cc5D8D56734017c11A9A491e8A594F3b1a4959", - "amount": "50163000000000" - }, - { - "pAddress": "flare19zkpfaes6yjvvxr4mlrvcd029rj7zne7zmyeuj", - "cAddress": "0x3FA2a887BF04CAE15F920D522293598E8CbC78F8", - "amount": "502032545186409" - }, - { - "pAddress": "flare1j2rhzsfd955y02gt673w2a4854p02plvskt9w3", - "cAddress": "0x3195425ed1275f775EA0Ae27aE04bB44BB9D86Df", - "amount": "69999998649125" - }, - { - "pAddress": "flare19vsyepzxpf8v08pas5lw2n4ysppgldte6mt8k9", - "cAddress": "0x4CA8Fa88E4f2E5aBC9ac3d9511d55094f4ac68C7", - "amount": "201634993514000" - }, - { - "pAddress": "flare1n2yf7fdfyfx8aqrktr4lhjzxqs9fv6w7jrffdg", - "cAddress": "0x9dA4c90d02F8006E5CAB14360a8eA8e2eC036f2D", - "amount": "68000000000000" - }, - { - "pAddress": "flare13ycygk99z27zv0fathrjgvzm9s5jfwjnh9wwdp", - "cAddress": "0xc589c8b9268b9AD6551fe5618f46566460fBc571", - "amount": "53638340259783" - }, - { - "pAddress": "flare1tu2uagqcs584yng6xprxwm0c96kysgpa8pyvr2", - "cAddress": "0x028ed88F1e691516834AAC52e7D0DB70630DA92a", - "amount": "50000000000000" - }, - { - "pAddress": "flare1ukhl8vm5qxts5x5syguck24k6xgp5fvwayk0dk", - "cAddress": "0x0F2DEd40f04b438F7431D8c96140918640f5c13f", - "amount": "93656116481228" - }, - { - "pAddress": "flare1958zydd2a2mtr7y2833lqzjm8hxgu6zt7xlcxa", - "cAddress": "0x36260323c33c660BeA430B3cb32C01F6868A6c9b", - "amount": "659923225385579" - }, - { - "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", - "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", - "amount": "107666000000000" - }, - { - "pAddress": "flare1tz8kgnd4epr8duv5zra96uf8ytlkvg8ftpy2dw", - "cAddress": "0x02A47bd1f7C173B503E53F203Acb2e8101650834", - "amount": "250303055712389" - }, - { - "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", - "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", - "amount": "50000000000000" - }, - { - "pAddress": "flare1ul38n38wmj05ze0l964hhkqh32kdyjr9jq59rh", - "cAddress": "0x5000237c624aD2dE9dCAFa038fDbF5D2B249543C", - "amount": "50100000000000" - }, - { - "pAddress": "flare1jgvcp8z3mx43y4r83p378nus5excllq8v0r469", - "cAddress": "0x66B556Ab4170a31222cE1e625D815012770bb206", - "amount": "176346589359108" - }, - { - "pAddress": "flare1dm98960nk9jujjlnuedxu027093lra4z3jc8up", - "cAddress": "0x8CAC08a3893F28e78EA085dAb04941AB32B53746", - "amount": "75000000000000" - }, - { - "pAddress": "flare1q3t6yn50d6dsvuh4hfydypfds2aycyktdjgz2k", - "cAddress": "0xD0dd7e71Ec731Ee2F00E6BDc9E67AD32Da915Ad1", - "amount": "51039997000000" - }, - { - "pAddress": "flare1zp8z5w5spqej5u4vkp34kmftznmqxjkc6h6myt", - "cAddress": "0xBb7887cAF7c95635549d9b2B47650faC9994190C", - "amount": "1000000000000000" - }, - { - "pAddress": "flare1pe4yluut78mlxrqy09e8rdq9adah972m0smupa", - "cAddress": "0x29c6Bf3cF532E34C58816182982b093Ec21E8B2b", - "amount": "50000000000000" - }, - { - "pAddress": "flare13sjgtcpfzda3295ytkjp0nmya8rrpl37lpxd8u", - "cAddress": "0xa5f84cd9A1E38922B1c2eE19708Cc43BBB30011f", - "amount": "72033306628167" - }, - { - "pAddress": "flare1xx963vnd4q08autw0t948phxg5lv0hxr3ap8dy", - "cAddress": "0x76b1bAE0dA82A528A91CfD98abF8f72b3ab4Ec40", - "amount": "113450000000000" - }, - { - "pAddress": "flare1zavf2gflklu7rljmnge29azlwp9udpcxvn5fxp", - "cAddress": "0x6Dc8667bC1aBfE5e6275C2fa374f29cee5Aee3a3", - "amount": "53000000000000" - }, - { - "pAddress": "flare18ke6dud43flmqtq3nw06hzzz3f7wzvvw54mdnn", - "cAddress": "0x2Ca4365a971Ba511e001E166E3fe014685F26bc2", - "amount": "300000000000000" - }, - { - "pAddress": "flare1224m67y0qls5k8sjlu5fee7yydvskcnmfgjny8", - "cAddress": "0x90b4A02d85CdbC0D7Adc1B1598EcFC22c1B416cD", - "amount": "75375021835000" - }, - { - "pAddress": "flare1cqmh7cvcdkqn57d2z2x7rsdm72en3wzq5ywvun", - "cAddress": "0xF24dCC07E25A9C043aCd72ceb288009011D4B772", - "amount": "50000000000000" - }, - { - "pAddress": "flare1e6jfhcyv05st5jcyva6g69qt4mmf05qsehhetr", - "cAddress": "0xC7BE696528c171581EA4A14A2D6fF19EdCD9AAC2", - "amount": "100393997000000" - }, - { - "pAddress": "flare1v9lf9dyw689ggp5tg2mycz80cj6mtdk9fk0yjh", - "cAddress": "0xa592A43444a8ae2f33Ad1770A503e15F20894E87", - "amount": "50000000000000" - }, - { - "pAddress": "flare1rxd0mcvkp8kqdeawa94nn6p4gac5wx7s9e2ewn", - "cAddress": "0x37c93571c19D6c12e7c438A2A288B733c0853b88", - "amount": "51799997000000" - } - ], - "totalStakeAmount": "38305907172988996", - "cChainAddress": "0xbf5Bd740B48428C41E9353Abdd95C5866FabbE87", - "eligible": false, - "overboost": "0", - "rewardingWeight": "38305907172988996", - "cappedWeight": "38305907172988996", - "burnedRewardAmount": "47195502520933350528789" - }, - { - "nodeId": "NodeID-FXJQRCN2nEqBYVsorBS5WHriwihjzv7G6", - "bondingAddress": "flare1z9n28pv9m82a5t3rklxmcx3av536cnfr4g80kz", - "selfBond": "13000000000000000", - "ftsoAddress": "0x9b5F4A2177135A2A6DC83893D5d58e684419aB24", - "stakeEnd": 1761508800, - "pChainAddress": [ - "flare1z9n28pv9m82a5t3rklxmcx3av536cnfr4g80kz" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "EvolveFTSO", - "BEB": "13000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "21581080351282110", - "totalSelfBond": "13000000000000000", - "delegators": [ - { - "pAddress": "flare109yaqa2c338n57wtqeq6dumutg7svlqn0e4532", - "cAddress": "0xc8De7ECfD10d321DfBa29e80fF17bd4E3C5f2713", - "amount": "51000974000000", - "delegatorRewardAmount": "53411190556053132919" - }, - { - "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", - "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare10fx7jghph9hgjghmj0nazqsd23add95vj88k38", - "cAddress": "0xd0f17954DC491Ed0776A2C2A7Fed7EDF361ff340", - "amount": "328127188524000", - "delegatorRewardAmount": "343633903793236080843" - }, - { - "pAddress": "flare12dx5xhtcf2c6sqtzqh5zqwg8vpsxajg5h24uyc", - "cAddress": "0x65BaEb2E29A2519115966182FE6867e80395357a", - "amount": "107977073488000", - "delegatorRewardAmount": "113079880548016998979" - }, - { - "pAddress": "flare1580ux8pr74vhsqazqt0j3yfzc0jlmeh54ex778", - "cAddress": "0x9CCfbc6D9993b40e6CEA064Fcc160d228e743CD5", - "amount": "99999997000000", - "delegatorRewardAmount": "104725821420032911995" - }, - { - "pAddress": "flare1e7vehzja77kht3gtx4ak98zre4j807w0jskmpc", - "cAddress": "0xf795eb22a6B8015BFfBD2443Fe77F0c965A28E71", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", - "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", - "amount": "250000100000000", - "delegatorRewardAmount": "261814666130343683932" - }, - { - "pAddress": "flare1fjzawdkvjqegmawc49jxh7qczh8pn9jnw33t6g", - "cAddress": "0xd492aE7b0985695c74C6a95d459056F50fDb705B", - "amount": "400000000000000", - "delegatorRewardAmount": "418903298247230595399" - }, - { - "pAddress": "flare1hdaefhk3fadf66kqe2caz94z0p7kwp6dkz7h4l", - "cAddress": "0x43C15f467b23A0e739f69893Ce30B73a0c57a043", - "amount": "1350007499589000", - "delegatorRewardAmount": "1413806485590822256096" - }, - { - "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", - "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1k70dwmntjsmkwdk6rm9ntgwqkzftqjx5v2nyks", - "cAddress": "0x491528271138200e91B1A7317BdC892dE042a29d", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1kqxdz2ldf263fdgflk39c2n5a8me2azrykmafy", - "cAddress": "0x50C9C9106967277EbD83D06f70a74500b0e60d5E", - "amount": "60000000000000", - "delegatorRewardAmount": "62835494737084589309" - }, - { - "pAddress": "flare1lfvvh2g6369v7fwcwg385rrjrrsf669r2feafv", - "cAddress": "0x8151dC007635B2395EBC40c84bAa9b1dA19DCC70", - "amount": "2700000000000000", - "delegatorRewardAmount": "2827597263168806518945" - }, - { - "pAddress": "flare1lvawchqntrrwvgjtkw8u384mytsqwrfekzam0f", - "cAddress": "0x77F941FECE83cfB766bF847684b4540C23C877fF", - "amount": "740000000000000", - "delegatorRewardAmount": "774971101757376601488" - }, - { - "pAddress": "flare1lxmpmf4mmzd2z28ppqzj3p3qweng9ej3rt0glk", - "cAddress": "0x5ee68c00402356E0486FE5e482C5133Fde1aeC9e", - "amount": "398885000000000", - "delegatorRewardAmount": "417735605303366440114" - }, - { - "pAddress": "flare1n4dkzd35jpekyl35y5czev73980skmyzjecump", - "cAddress": "0x8397D67d53a4B5b95625B14a9C9c3c83C8BB7DbB", - "amount": "10000000000000000", - "delegatorRewardAmount": "10472582456180764884982" - }, - { - "pAddress": "flare1pawxe50y45hhn9rx75xsx8m5mwgdvpp5hrc6kz", - "cAddress": "0x85D1d7158118Df23f23f26BAA5959d91A2058ec0", - "amount": "131439524681110", - "delegatorRewardAmount": "137651126022413123116" - }, - { - "pAddress": "flare1qj9rg53y0acxat4gv7mm75s69l6p2grnn3yex0", - "cAddress": "0x403C7C1413a929a600870F070CA7A2E90b2D39E4", - "amount": "150000000000000", - "delegatorRewardAmount": "157088736842711473274" - }, - { - "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", - "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", - "amount": "187229000000000", - "delegatorRewardAmount": "196077114068826842865" - }, - { - "pAddress": "flare1uwl449l5dnsafylfqfaymtn6ynv379l3t220ss", - "cAddress": "0x1FAF7B400699A9669323674E1272083CAD14e0B9", - "amount": "204256000000000", - "delegatorRewardAmount": "213908780216965831234" - }, - { - "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", - "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", - "amount": "795363000000000", - "delegatorRewardAmount": "832950460009530170121" - }, - { - "pAddress": "flare1v22h6ca72jfvkc5s53yd0w49un0q3tevm9kvpf", - "cAddress": "0x848A584C158e85ae2871bCe07F703bD86B127fE4", - "amount": "824100000000000", - "delegatorRewardAmount": "863045520213856834172" - }, - { - "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", - "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", - "amount": "150000000000000", - "delegatorRewardAmount": "157088736842711473274" - }, - { - "pAddress": "flare1vg95pq4twpw9g3n3r83v6uxpg85dhauyppzqxk", - "cAddress": "0x012DaB67e414EC3219324bb3B4760E17bdf19Ede", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1vsg3el9yuchqulw6v8aw8z05r90aw7asen36rv", - "cAddress": "0xFBD5B654d66ba419D786cdb532653b17477CFa9E", - "amount": "1610389000000000", - "delegatorRewardAmount": "1686493158902648578238" - }, - { - "pAddress": "flare1xp3l4a9j608z6nv6pfslpuksuuuknc4je0zkk9", - "cAddress": "0xe3C94cB4421f60390C262D7dfe84Aa16100878a5", - "amount": "500005000000000", - "delegatorRewardAmount": "523634359100266334633" - }, - { - "pAddress": "flare1yrgx52wm7tg7l8g9yun229vqz4hmnkhj6p552l", - "cAddress": "0xF7585b0124eCCe25527A6Ab8c8652611759c9A4C", - "amount": "79000994000000", - "delegatorRewardAmount": "82734442378524186959" - }, - { - "pAddress": "flare1z5zyndx25kelz0jhvc5q40f74eyquwynzq5ra5", - "cAddress": "0xB09f0896DAd6A2f39A8D76878daE5DeE700E46A7", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648850" - }, - { - "pAddress": "flare1zhde2mj596ulxxjc7mj26xxfvqklm0rdzs6kda", - "cAddress": "0x316443f363ef08A2De5A1356322D311b07071916", - "amount": "60000000000000", - "delegatorRewardAmount": "62835494737084589310" - }, - { - "pAddress": "flare1zx4mt95kaef42jxypklk0gl9qha3yhd95fpcjh", - "cAddress": "0xf2027A3aC2a043181A4A92693b27b5696D271b82", - "amount": "53300000000000", - "delegatorRewardAmount": "55818864491443476838" - } - ], - "totalStakeAmount": "49581080351282110", - "cChainAddress": "0x668d3BdB1848a90c412e4dC8D0ffe019670c5AD0", - "eligible": true, - "overboost": "0", - "rewardingWeight": "49581080351282110", - "cappedWeight": "49581080351282110", - "nodeRewardAmount": "61087288499450101244634", - "validatorRewardAmount": "38486324152223656864629" - }, - { - "nodeId": "NodeID-GEC63GVfeYLG5UUBPSgiiN4YMvT71jdP", - "bondingAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", - "selfBond": "13500000000000000", - "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", - "stakeEnd": 1739272558, - "pChainAddress": [ - "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr" - ], - "fee": 110000, - "uptimeEligible": true, - "ftsoName": "Oracle Daemon", - "BEB": "13500000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "16450202005000000", - "totalSelfBond": "13500000000000000", - "delegators": [ - { - "pAddress": "flare1e43vcgvcnp94w39ajtmkafzyq7nxlgr6kk525y", - "cAddress": "0xF0E519CbA209FD5f190d94e0AE9c0f63E26171BB", - "amount": "792226000000000", - "delegatorRewardAmount": "868708279640933382490" - }, - { - "pAddress": "flare1pxfe4at3wwfmg2u0dttg2ss5zflvu8x7xfm70d", - "cAddress": "0x663bCB207e56dA22d701629002F3aF4d58DD78fA", - "amount": "15657976005000000", - "delegatorRewardAmount": "17169612456499237488854" - } - ], - "totalStakeAmount": "29950202005000000", - "cChainAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6", - "eligible": true, - "overboost": "0", - "rewardingWeight": "29950202005000000", - "cappedWeight": "29950202005000000", - "nodeRewardAmount": "36900701185486231658878", - "validatorRewardAmount": "18862380449346060787534" - }, - { - "nodeId": "NodeID-GGnTyHtMF7b8CELtUgFGTEHjEcjNF7RZ", - "bondingAddress": "flare1r9je8mzr0wwm3faz6ddpgqtrrz3tm05zh5y9m3", - "selfBond": "3000000000000000", - "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", - "stakeEnd": 1754348400, - "pChainAddress": [ - "flare1r9je8mzr0wwm3faz6ddpgqtrrz3tm05zh5y9m3" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Last Oracle", - "BEB": "3000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "0", - "totalSelfBond": "3000000000000000", - "delegators": [], - "totalStakeAmount": "18000000000000000", - "cChainAddress": "0xfFf760BbD5dAd697FB7b609002Bf8F0b512a4d7E", - "eligible": true, - "overboost": "0", - "rewardingWeight": "18000000000000000", - "cappedWeight": "17242200000000000", - "nodeRewardAmount": "21243571908936468741146", - "validatorRewardAmount": "21243571908936468741146" - }, - { - "nodeId": "NodeID-Gy2c6Y1RNz2PZfAnTwHZMZ4RZ53nKPf1Q", - "bondingAddress": "flare1meeudwh8sudqr3pcxcr2q9lvexuhz7jvenjyf3", - "selfBond": "30000000000000000", - "ftsoAddress": "0x50A1BCa4d5e91B3bcea7891742248F5BA5ACF0e5", - "stakeEnd": 1741163400, - "pChainAddress": [ - "flare1meeudwh8sudqr3pcxcr2q9lvexuhz7jvenjyf3" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Google Cloud", - "BEB": "30000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "51086581729240081", - "totalSelfBond": "30000000000000000", - "delegators": [ - { - "pAddress": "flare100qdqym6r3xfw8s0aprzmkwjs5pp4q5glly2uf", - "cAddress": "0xa50eE6aFb1E13664d620463cF21a2341220909FA", - "amount": "54999998000000", - "delegatorRewardAmount": "54211013095979026476" - }, - { - "pAddress": "flare127yrkh9vcdg9gufqyanhfllvpctwutpxxkd5gw", - "cAddress": "0x0BB95a64AC985a371C8B02A1664E809009CA4ff7", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare12dzx6atrmye8lhlcycjkucvxaucnrq2d4uvet3", - "cAddress": "0xC7CC78a1da4b3d313117f551FbeAad5527080920", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare13d05j9szquqvsvdve52mtvqev68yjqd73q8087", - "cAddress": "0x8a5c11D11B59441645AE3C966aA33f3d084B9b13", - "amount": "53754593922000", - "delegatorRewardAmount": "52983474564391376510" - }, - { - "pAddress": "flare13yy8gslt4s4az9733uywamc2m9ydpwvr9g855s", - "cAddress": "0xf3EC76BDA5103E5B433c87D2465B5B1204DcFCdB", - "amount": "857231990000000", - "delegatorRewardAmount": "844934842291851753606" - }, - { - "pAddress": "flare15jsaesumaykmlv5wxf00xup9fvwlhwke4lc5r5", - "cAddress": "0x030BbF912a24adebdc4C98A9F8CfaA52A50ac9cf", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare15n400a6rnzpx2qsavte9yd59uwnj530jj6hj7m", - "cAddress": "0xbdf6A25d508eB1b5931fFD875E7C8589be41bab1", - "amount": "107534728104000", - "delegatorRewardAmount": "105992123009140616111" - }, - { - "pAddress": "flare1605u72dd56lx8g87qtptm24kzwajhjh4yv07e7", - "cAddress": "0xF34c9c0C434D49B8c0F16892D17a10Be74d160f2", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare164gk7v9ksu52alkq9angj3mjd9jr6cpsqywtgx", - "cAddress": "0x80439104FDA7d222169E1BA1e19EdA00c3538DF3", - "amount": "499999939719000", - "delegatorRewardAmount": "492827350286366061313" - }, - { - "pAddress": "flare173puz2gsdrf6h2648g79u0zac0c7nq479n80gj", - "cAddress": "0x4f50dB1Fc52552d4f90A4684650058a10d4A6bb3", - "amount": "1154084548441000", - "delegatorRewardAmount": "1137528997172001572870" - }, - { - "pAddress": "flare17aruz5sumh86x75nvf9gs0czhh37x9wma34k42", - "cAddress": "0x71fF589DB84B081184f43e6C9713839Ea7c848dE", - "amount": "111248998000000", - "delegatorRewardAmount": "109653111032704847089" - }, - { - "pAddress": "flare17dystg3depxt8va46w0ex6f23az8s3922u576a", - "cAddress": "0x1a941120949C4BC2C6FF481589D09CeFe450D2E2", - "amount": "50090000000000", - "delegatorRewardAmount": "49371449904008895349" - }, - { - "pAddress": "flare17gz9xejwpfpey9kn6u6dc9trxf00zynjd206n5", - "cAddress": "0xe85400dde555E98132aB02f2694f18a2667E86a0", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1965tza4w39tcp9cadhnz3grk9t2stnthgvtvmn", - "cAddress": "0xD2548A968c6b1150919046f09FC785F1e917C5E2", - "amount": "50100000000000", - "delegatorRewardAmount": "49381306452202947834" - }, - { - "pAddress": "flare19fyp4haflgjpjhg77e9z6vmttyjea6su2gdagg", - "cAddress": "0xb251d53F874297D314D2F25830E3690d60B5c89A", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare19mde554eegqqf6hku57r45v2xs62vfxyxdlsvf", - "cAddress": "0x187ABEB0A91F2DF8fb564B7682bC81c6e7c9e816", - "amount": "54673000000000", - "delegatorRewardAmount": "53888705941343149040" - }, - { - "pAddress": "flare19zgdvzd5m9e7v9e326x44u95n8cs6j06fue2zv", - "cAddress": "0x355Ee7967Fd17C49db13f7953b03Ee61E52683fC", - "amount": "26787623720000000", - "delegatorRewardAmount": "26403350420032349933231" - }, - { - "pAddress": "flare1a333x56t2xt79hyj3xxnxxenvs7s28eun600ca", - "cAddress": "0x4e9b898d461870d3921535aB6CA50C886fA95ffF", - "amount": "100099974000000", - "delegatorRewardAmount": "98664021795440066285" - }, - { - "pAddress": "flare1acgrxppgw34uts4gjkse3wptgxmql8v5n7n24h", - "cAddress": "0x12736AC8D368412e912AC0A00330918B64D60058", - "amount": "52750000000000", - "delegatorRewardAmount": "51993291723626856252" - }, - { - "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", - "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", - "amount": "1700000000000000", - "delegatorRewardAmount": "1675613192988922381596" - }, - { - "pAddress": "flare1cnzsrxztzl6v0l9zl0xmr89canwrk62zuct26m", - "cAddress": "0x9a5f27CD3169BBA7AAEC562C35D25E920AB805cc", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1cqmh7cvcdkqn57d2z2x7rsdm72en3wzq5ywvun", - "cAddress": "0xF24dCC07E25A9C043aCd72ceb288009011D4B772", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1cxv6sjud98eqq390r43xnezc9lsgddp399em58", - "cAddress": "0x3f35C211c60642F4Ab02493DA0a5abc2eF84d4b4", - "amount": "124198987000000", - "delegatorRewardAmount": "122417330101799801185" - }, - { - "pAddress": "flare1d3u5w6r9y8gqm5cj04aqlglzq03wagfxh3yfjw", - "cAddress": "0x8B0aEb85fD4Ea3133497035bB741BaF85B1acDc4", - "amount": "56081130639400", - "delegatorRewardAmount": "55276636692419953081" - }, - { - "pAddress": "flare1dew8pwt80gmw85wzg7676vhgquljc2mfpuwrut", - "cAddress": "0x8805AFC0322B8993bF6AE704eE072AC409Ea83c3", - "amount": "300000000000000", - "delegatorRewardAmount": "295696445821574537928" - }, - { - "pAddress": "flare1dk23g83z7uktc2ffj9fdkqyn4weec8c30tmt0t", - "cAddress": "0xB743129f28352fB1B41466CEd22d2b9d1C5074Af", - "amount": "622867057667000", - "delegatorRewardAmount": "613931917238245363029" - }, - { - "pAddress": "flare1e5tg0gsj4wwglgqms2khr5jxsqpk4440wvlfjk", - "cAddress": "0x12783839025bFB8eB9e014a1859c09286e07B0bC", - "amount": "650018000000000", - "delegatorRewardAmount": "640693374400160793318" - }, - { - "pAddress": "flare1elj8jm0sdtgj9e5lv9aaas5v6hmdqeyr6ermun", - "cAddress": "0x69FFF2BA938D791203EC341CFF4725A38D83B45A", - "amount": "171100000000000", - "delegatorRewardAmount": "168645539600238011465" - }, - { - "pAddress": "flare1exmphdsuf4jc4wtge4w5tvpcxxg072z8mfdxkk", - "cAddress": "0x393a912aB3c2Df78Fd4EF433772de1A2de49FdA2", - "amount": "149420000000000", - "delegatorRewardAmount": "147276543115532224857" - }, - { - "pAddress": "flare1fcjkrdsrpannsuj2l9qx2gajrk5gpk6cve39x4", - "cAddress": "0x8e8079AB80E5775746B9286E37d20e203cdE96b2", - "amount": "399999997000000", - "delegatorRewardAmount": "394261924805134925689" - }, - { - "pAddress": "flare1fjdktel83uawzhmggzwy588jxvn7sxzx542j5n", - "cAddress": "0xa7A315169127F3559293998b1e76F5d262fD7FF8", - "amount": "138578621341000", - "delegatorRewardAmount": "136590685991291665133" - }, - { - "pAddress": "flare1fnhd632rwtchlajhwa4ph9grk7ywfhel9jjuyg", - "cAddress": "0xACc8294e06d74C47CC9Fb5129070B4e2b8533E15", - "amount": "267001000000000", - "delegatorRewardAmount": "263170822436020744005" - }, - { - "pAddress": "flare1fqwn9pmyglvyn7wrz6ylqtwyl6nth4zm2jx5n0", - "cAddress": "0xaf299FB4abaf440Be0eaC648bdC543B8d7BD1B5D", - "amount": "668095000000000", - "delegatorRewardAmount": "658511056570549469725" - }, - { - "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", - "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "200000000000000", - "delegatorRewardAmount": "197130963881049691952" - }, - { - "pAddress": "flare1jqd34y6ffdnngqt4q3xs4ujd0umt240teeczxm", - "cAddress": "0xD0506eeff769Cb90Fa0Ed1426d370e8eE874B80B", - "amount": "172432873145000", - "delegatorRewardAmount": "169959292439263092009" - }, - { - "pAddress": "flare1jys0elcftgly90d64gfrmfu3s267xen898sfhx", - "cAddress": "0x582cD7fc91F89Ee889B5db96044Dcf44d4F57214", - "amount": "200000000000000", - "delegatorRewardAmount": "197130963881049691952" - }, - { - "pAddress": "flare1kvc0wz6hzgvur28hcfrd8aeqfvpy9zhehgzy9p", - "cAddress": "0xf6Ea7b1ABB950232c9C75bF472c9cB75f98988Dc", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1l3r6c6wdg9v4et224twvqttv9klsks9h99ry5t", - "cAddress": "0x9215489d5103Dc1E3f3F75dedCeDa6d177916493", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1l843wf3ategl34m8uzvsk9sz5npswxf6ysqkzc", - "cAddress": "0xC4019E18D89D94bcAaCa46B601793316876D84c1", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1lgflct0rpmwap2q4llpemkm29nx3e82ujsty2z", - "cAddress": "0x58275F5790D59D230D2d719Af451Eb27a8FEd8Cb", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1ljwl0axln4fvre45ccx59697gqx5hcvjr3la78", - "cAddress": "0x1B26Ccf3bC57f947B82776dF549B159d9766A582", - "amount": "299999999000000", - "delegatorRewardAmount": "295696444835919718523" - }, - { - "pAddress": "flare1ll9wnzh08d3vcm6ldewg45k9rlx7lgah839uah", - "cAddress": "0xD42596655F2EcD0D96000F0b34648AADa1b9Eb62", - "amount": "50005000000000", - "delegatorRewardAmount": "49287669244359449230" - }, - { - "pAddress": "flare1lq78nprmks0rtsytv62tl48qmqkukxnur743ak", - "cAddress": "0xeCe5556996E31724c89258af7C4Cd416e6EF1224", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1m009gat33x7ygwrxv4ywg0mhj3eu825wfsnn56", - "cAddress": "0xedc37a1b9e1DD4838A885C8049091f3eE27fE438", - "amount": "206846983217000", - "delegatorRewardAmount": "203879725887272594078" - }, - { - "pAddress": "flare1m4gtp3690ercc0udgxsar2u8kqvhh6z9wckujx", - "cAddress": "0xa96480729D57867cF0FCeA0663b34b1B7c964c7a", - "amount": "117312090170000", - "delegatorRewardAmount": "115629227050563573083" - }, - { - "pAddress": "flare1m9pd7qj3udeet37lv03n7en0hh5qf2ataak4lk", - "cAddress": "0xF4E003Ba5c8B0c906753B2FaFeA7a5B284Aa1432", - "amount": "150000053335429", - "delegatorRewardAmount": "147848275481109907860" - }, - { - "pAddress": "flare1mt4ndqfutu8a6ka7q0cck04ywtfvufd4a87zkt", - "cAddress": "0x513CC17Bbe83ceA7995A651591618aA9d21172bE", - "amount": "100799650232051", - "delegatorRewardAmount": "99353661045584439405" - }, - { - "pAddress": "flare1n320vgssa9ngkczms0678ue6jn7unsurjt696l", - "cAddress": "0x851eDe2980B194130556aCAC61585785B46b84F2", - "amount": "50045000000000", - "delegatorRewardAmount": "49327095437135659168" - }, - { - "pAddress": "flare1nfxws2q7sqt7gtup30x0n6gd96ugvf74sgfu47", - "cAddress": "0xa12AA77DEE2c111f8d4AC412DFAbF13e4d7D9301", - "amount": "134973000000000", - "delegatorRewardAmount": "133036787939584600359" - }, - { - "pAddress": "flare1npj9uu4zs3zgct9w6v2ypk6c08fc3klw554ewu", - "cAddress": "0xe880676b5D1b309c04C9F7c272711DD58A065E59", - "amount": "294354971075547", - "delegatorRewardAmount": "290132395856505412263" - }, - { - "pAddress": "flare1p3z7365q3tnsz6j87t09rrkl4nw8tnyc5m3trt", - "cAddress": "0x112B08Ad5dF8981d40FCCdc5e915c6B8e0099e11", - "amount": "113068099520000", - "delegatorRewardAmount": "111446117212880260058" - }, - { - "pAddress": "flare1pj70npw534kpregfu0cqkuqs97tp9wmsf8n4kd", - "cAddress": "0x6E0007783d61552A1723d85146d5F385C90DF77A", - "amount": "126537062347000", - "delegatorRewardAmount": "124721865335702949812" - }, - { - "pAddress": "flare1pmplrx0a6fk36jqell7x24fmqpwg27qgvt6x6e", - "cAddress": "0x8A900c5DF2e0Adc40f8060cf11495A52a6a1Dc35", - "amount": "64000000000000", - "delegatorRewardAmount": "63081908441935901424" - }, - { - "pAddress": "flare1pr0lq5wvx844hjcq2j9pdn86saeeq0khqrfzqh", - "cAddress": "0xEf00c0312cf953D6B8978edE3Df96de2F3d9496A", - "amount": "150004000000000", - "delegatorRewardAmount": "147852165530064889958" - }, - { - "pAddress": "flare1qcf7uav7y2yvrmnwrplum6t6j3qlkphgw79wlh", - "cAddress": "0x3c7F6C9024559Fe880A9CFd7a04cfBe531d02D76", - "amount": "87669969000000", - "delegatorRewardAmount": "86412327461958730904" - }, - { - "pAddress": "flare1qtdj99kzjapkwnyufwqd9wppau02wfkhv73u56", - "cAddress": "0x2A8193cDb16168A6FE1EDa8510028B5011AFD125", - "amount": "425838008170000", - "delegatorRewardAmount": "419729285038692068149" - }, - { - "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", - "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", - "amount": "250000000000000", - "delegatorRewardAmount": "246413704851312114940" - }, - { - "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", - "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", - "amount": "60010000000000", - "delegatorRewardAmount": "59149145712508960070" - }, - { - "pAddress": "flare1rf9q5h3cyfpdqdhg9hlddp67ulxhcms2kzptl2", - "cAddress": "0x91c3450B3fA4F41d24BF6Fa3DE57B66a15D2e9ab", - "amount": "262783203346000", - "delegatorRewardAmount": "259013530836734312781" - }, - { - "pAddress": "flare1rh58hwn7sq8japygeqfts09d39l8kf8n85x3gq", - "cAddress": "0xA93b1B97137fCdF764aB896F10d1d4208fF26c5b", - "amount": "999999000000000", - "delegatorRewardAmount": "985653833750429054515" - }, - { - "pAddress": "flare1rxjzt8ldp2duawyg29ch3unrfjsm8x8hcglfle", - "cAddress": "0x0a626FA9c4294bC0886851e2Be26d180d5190589", - "amount": "782863717501844", - "delegatorRewardAmount": "771633396093201495709" - }, - { - "pAddress": "flare1ryk5wsrun7y55j0zpjq2rkhfdzeqjv0er78rhu", - "cAddress": "0xBF20C78Ba6232E5FCA267aE0eB8B183FaB4349b3", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1s9gcf4596wscchs5dddcdqdpy20uh9eldgpc4c", - "cAddress": "0x51d548B9cF9e1b73045a3DcAc3336594226081A6", - "amount": "701442000000000", - "delegatorRewardAmount": "691379687833256290113" - }, - { - "pAddress": "flare1sd9zjt24308luxp48d8gvk0l8678h4nlrxvlym", - "cAddress": "0xCB669A61FD0dae79cA09E029F927f3751154B89F", - "amount": "112344454862035", - "delegatorRewardAmount": "110732853368220195192" - }, - { - "pAddress": "flare1sn32lnvy749lf6m67tgp2dtrgkfqaykhzya5xv", - "cAddress": "0xC4E2DAC4D245f17D5365fF3Ce92D494cA6442123", - "amount": "103099000000000", - "delegatorRewardAmount": "101620026225861710953" - }, - { - "pAddress": "flare1sr566ycns5hx8vzg7l4e3arm25x084vr64e9ym", - "cAddress": "0xdFb0A6bd364AdE103836bA314A8885E3187dF1Ea", - "amount": "2409162000000000", - "delegatorRewardAmount": "2374602136027987189823" - }, - { - "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", - "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", - "amount": "200000000000000", - "delegatorRewardAmount": "197130963881049691952" - }, - { - "pAddress": "flare1v7278lehvaa85qrwct53tp2v65fex9ps9nl38f", - "cAddress": "0xfDcdaa6938874fa5E80cf53f85BA1137B34E2F48", - "amount": "53900000000000", - "delegatorRewardAmount": "53126794765942891981" - }, - { - "pAddress": "flare1vhwlg6w38xyqqv3t2l22x24x6yg7lpgkr808v8", - "cAddress": "0xAF8DAD3C6c7E76Ce2Cf4280981a03106E9E22E14", - "amount": "59152859650000", - "delegatorRewardAmount": "58304301195624758613" - }, - { - "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", - "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", - "amount": "1085000000000000", - "delegatorRewardAmount": "1069435479054694578844" - }, - { - "pAddress": "flare1vxj8293jhxu8zc9fplawewhn22l5rshe63j04h", - "cAddress": "0x9d4528c15fDADcE37aBe0Ee23e4EF4d259DEA8Be", - "amount": "110550969000000", - "delegatorRewardAmount": "108965095384770220912" - }, - { - "pAddress": "flare1w7d8t8xwp2r7pmrms9v643zy9kal9x3nql5vrg", - "cAddress": "0x8c57B3d0F9313Afb3EDE06dFb0C3AdDfcBc27765", - "amount": "111100943423000", - "delegatorRewardAmount": "109507180325349791637" - }, - { - "pAddress": "flare1wk5kmefa2hkxn66xw0jam8se0s42vs2ft3qnn8", - "cAddress": "0xa6C132e0A0CE6F89184D1298b949D022c57E832e", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1x2qcce2k5sdqxn8z85p9adhavez0f8t9n6paav", - "cAddress": "0x2a41DcD345917689d48D0c96B4081ca87432f5B0", - "amount": "750001997000000", - "delegatorRewardAmount": "739243082906610697105" - }, - { - "pAddress": "flare1x9uh9r9ymrqvq8u86qfg72gld4q7qnxpe5ml8v", - "cAddress": "0x922Fc67FAeAAC3D8b78AA0834989eE84C0984D18", - "amount": "260749996000000", - "delegatorRewardAmount": "257009490217299258262" - }, - { - "pAddress": "flare1xd974yx3ejm5ywvw5vr8n75cklrndrl6vkxkdj", - "cAddress": "0xF9983928Ac334e9e8C48e7b507c1275CC388588e", - "amount": "151499979000000", - "delegatorRewardAmount": "149326684441143934144" - }, - { - "pAddress": "flare1xq4sv927ralnzt0qv6xwt0c2r8qqznfnnrlz62", - "cAddress": "0xe9CA822f35cbE366BB6a41Abc627051A7cbD3d7a", - "amount": "50060000000000", - "delegatorRewardAmount": "49341880259426737895" - }, - { - "pAddress": "flare1ya0d5yeplvd8z0a6wn5q2nrvwv409avhhtpmfk", - "cAddress": "0x649dcDD05B0F84cc5A37e21802F562cAf7d80a8f", - "amount": "359229980000000", - "delegatorRewardAmount": "354076761061851016096" - }, - { - "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", - "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", - "amount": "150000000000000", - "delegatorRewardAmount": "147848222910787268964" - }, - { - "pAddress": "flare1yeahnhlv2c49aklj3rrpj64gmj4ufq8q86c238", - "cAddress": "0x63F9F5fe08D708be0A42e4A615762a74bAeFD977", - "amount": "69369998000000", - "delegatorRewardAmount": "68374872850832446843" - }, - { - "pAddress": "flare1yfaam49hg38telzzxh5g4923m0tv0xvspjjpfe", - "cAddress": "0xacEe9B03289125f8E05a6d6EeAC7EF4baa036C2D", - "amount": "54302995000000", - "delegatorRewardAmount": "53524008729889110084" - }, - { - "pAddress": "flare1yfptz5mfvjmdt28h6lmz03hsv6eg89ph6ljkwl", - "cAddress": "0x7601cE118fcFAA001045B43cE3b9F0cBC0Ab4AfC", - "amount": "84862655266775", - "delegatorRewardAmount": "83645285151222969677" - }, - { - "pAddress": "flare1zjwzn0wcr5hrhqwq29rl7ppxs6j03jc4hj5xk7", - "cAddress": "0x60F432c8Ad2800833c3840193d6ff5B62216B79b", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1zpezjfhrdj85gvwxd6prm06l0ryu007mw84myn", - "cAddress": "0xA6A0744B81EeA46B2089dD8508266127A121Bf37", - "amount": "133959998000000", - "delegatorRewardAmount": "132038317636217444859" - }, - { - "pAddress": "flare1zu3uwzmfs7nvewxx3tx5akvuj82c32zv8tj36y", - "cAddress": "0xaC9bf31222af51c58A0d788827E7C96f1ea7586f", - "amount": "2595697940145000", - "delegatorRewardAmount": "2558462184424195401020" - } - ], - "totalStakeAmount": "81086581729240081", - "cChainAddress": "0x6DeDab21576e0Dd2963b21FB703B0Cfe022adE52", - "eligible": true, - "overboost": "0", - "rewardingWeight": "81086581729240081", - "cappedWeight": "81086581729240081", - "nodeRewardAmount": "99904225088153814248479", - "validatorRewardAmount": "49550489599788216642571" - }, - { - "nodeId": "NodeID-GZEWkCpn852hwKhbGNJgZvbjtvEfU6Ktg", - "bondingAddress": "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q", - "selfBond": "4441750000000000", - "ftsoAddress": "0x9A46864A3b0a7805B266C445289C3fAD1E48f18e", - "stakeEnd": 1746414000, - "pChainAddress": [ - "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Bifrost Wallet", - "BEB": "4441750000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "62184500000000000", - "totalSelfBond": "4441750000000000", - "delegators": [ - { - "pAddress": "flare12hf7hdlwuhknhggeg9rmg357d0rqvdazw876y5", - "cAddress": "0xEc9928c369cFb6f9B11DFFc525C2A430968225C0", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare12w9w0634jkj3yf5gatp6pyts8z5elq2rpgyljn", - "cAddress": "0x0b9f523835534Cc5fAA5bf2F9DE7E5E5EfAF65cA", - "amount": "67990823243000", - "delegatorRewardAmount": "67015482604793334414" - }, - { - "pAddress": "flare1322rx87p46k8y32x6ghe3t2mevsr4mdgh3pt6y", - "cAddress": "0x4D74D11C5cd94B8909642eC8b0436a37c7Ed61F1", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare13fsw8vfwj60ju4yjfgkn0a7cqqrwkzsclxg37h", - "cAddress": "0x2D95CDF812d73Db65898596b91aa97704f408769", - "amount": "50020994000000", - "delegatorRewardAmount": "49303433807541016774" - }, - { - "pAddress": "flare152lkwrmrggjstqnqvsy28vzc5rm9ewtzrg02xk", - "cAddress": "0xDb852815C5725E081f8377F35aE90D2f9AD065b0", - "amount": "51508257653000", - "delegatorRewardAmount": "50769362394846721885" - }, - { - "pAddress": "flare15jzepyr2dc9ws29datmgkte3usvylxz99jr80e", - "cAddress": "0xC8ABA52E6953cc6B7235455C5c390C46924D10Ee", - "amount": "50915114345000", - "delegatorRewardAmount": "50184727834718550221" - }, - { - "pAddress": "flare15v9j4z56ur6avc2ypsflmdguqcvwduqs2h7ctu", - "cAddress": "0x08d86A83C6eB070F49d36E11ed740fb24A89a04c", - "amount": "270495000000000", - "delegatorRewardAmount": "266614700375022682123" - }, - { - "pAddress": "flare160h6tvuew78uuymfyfxuqxmf225x6dt7rx6pe3", - "cAddress": "0xd4c8D8bB6EF70518BCfe4cA2Db3E0c3957dDA15b", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1755a3m9hd3pjq3tj85yxhdrmc76rqrfxzz4pwn", - "cAddress": "0xDcFCe2722871576a2678797745e76D9F0dF367e6", - "amount": "51999998000000", - "delegatorRewardAmount": "51254048637763281097" - }, - { - "pAddress": "flare17580e8fw40kaj894vp5deg0pqj58e9elhxz6uc", - "cAddress": "0xbdB3e7C5CE10384c78EbC2B6288EdC04019aE5dd", - "amount": "278893111714000", - "delegatorRewardAmount": "274892339659830453726" - }, - { - "pAddress": "flare17aazcvkdfdh860sp20jwp2mk7rzmzms4uew3lk", - "cAddress": "0x446808Acb0b2b823d9F1dE282D07Af1463858394", - "amount": "875481890996000", - "delegatorRewardAmount": "862922945162227797600" - }, - { - "pAddress": "flare17dquzh3xq6zav8nh0fvgsqqtay8d0c9ezp2dyw", - "cAddress": "0x4C85643eA632E85014D98BFEDBFad6aEcCaE139d", - "amount": "364916000000000", - "delegatorRewardAmount": "359681214078085646942" - }, - { - "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", - "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", - "amount": "792602364965000", - "delegatorRewardAmount": "781232340899749903941" - }, - { - "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", - "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", - "amount": "19417639054583168", - "delegatorRewardAmount": "19139089515621471894582" - }, - { - "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", - "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", - "amount": "36200000000000000", - "delegatorRewardAmount": "35680704462469994243407" - }, - { - "pAddress": "flare19lxvnyq9vvyj97e63gu2xlrpqsjgs6xcfauvj9", - "cAddress": "0x523A233fA9f41eE8Fb5a999Edaec22c1FC0d32C0", - "amount": "61637803474000", - "delegatorRewardAmount": "60753598051701666126" - }, - { - "pAddress": "flare1cevpg4uver7fr6paf7pn6k0j6sdc7rf8gmwhax", - "cAddress": "0x455c7B038e40AB0e70037503EBc09C4af7A2D54C", - "amount": "263323282937832", - "delegatorRewardAmount": "259545862889285943042" - }, - { - "pAddress": "flare1dk23g83z7uktc2ffj9fdkqyn4weec8c30tmt0t", - "cAddress": "0xB743129f28352fB1B41466CEd22d2b9d1C5074Af", - "amount": "88009362069000", - "delegatorRewardAmount": "86746851876091318934" - }, - { - "pAddress": "flare1fefu4xykq3pm289479t0wwymj536yeg664d0zd", - "cAddress": "0x98118cf073aac296Fbe79cb1C49Dbb8a8cc5a783", - "amount": "334669995000000", - "delegatorRewardAmount": "329869093482080405002" - }, - { - "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", - "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", - "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1g9m4ygek6yunfsly8s0mhy6jcm68p8egm46kxc", - "cAddress": "0xa47030BC817d342d73375476C14aD224C9936017", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1gqyhw52nlekl9t8fu38wkkm9e0uvzw59zj0sj2", - "cAddress": "0x3A8Af4616E8FD65B3B44C65ee52b7051942f0AfF", - "amount": "124731000000000", - "delegatorRewardAmount": "122941711279236045634" - }, - { - "pAddress": "flare1h9nrmaxm9vnx8057hv3llqlkwfw4nzg06zz8xk", - "cAddress": "0xD265052FA6F41fEd85e924A07E20a0c8c1B6731E", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1hpg5x7xfnty3eadrnehhu2utne99yzem8r0g00", - "cAddress": "0x67e029c639B6e98a6EE9EcA7Eb2BD6dE9E460EC4", - "amount": "50903988000000", - "delegatorRewardAmount": "50173761099146934732" - }, - { - "pAddress": "flare1htdmv35jrp56sq0u3cy6sj2g22hx2gqqx5vg6w", - "cAddress": "0x4549d230d4A8Cbdd079D515Be459E52fBB08fa18", - "amount": "50000975000000", - "delegatorRewardAmount": "49283701983711343105" - }, - { - "pAddress": "flare1j39nv05auy0zy3t4y9zf8q9ll0azl42zexlfhs", - "cAddress": "0xc53c3F99c930fB0AaEd58077Ce2adfd9E90A9169", - "amount": "782551990000000", - "delegatorRewardAmount": "771326140378667798633" - }, - { - "pAddress": "flare1l80w6szjjcq3hw9u0wngkczcrmfxkwy0ruwnl0", - "cAddress": "0x734EA496Fe9fe8cAf8a5ce4929b7BF994a716c14", - "amount": "50700864029000", - "delegatorRewardAmount": "49973550978194052807" - }, - { - "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", - "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", - "amount": "100005000000000", - "delegatorRewardAmount": "98570410214621872218" - }, - { - "pAddress": "flare1m00n756huz0zz39v0yt8934nwtj3z3cvmnctdx", - "cAddress": "0x706291145e486471b68f9F0cCbE509c7f8E7a7Ba", - "amount": "167004999000000", - "delegatorRewardAmount": "164609282129118699617" - }, - { - "pAddress": "flare1mce9usf83wc0f2c7chlyn5u9dydgh88frrp0xs", - "cAddress": "0xE3eAA4FFD622295f55bA48B05D6d9685aAeAcc01", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1msgwtynf3d0w0afzzmfxamnwaldha25zhnqk0y", - "cAddress": "0xE968f7F5F0F357a3743D7F592AFC429f9a23699C", - "amount": "115508000000000", - "delegatorRewardAmount": "113851016879861439090" - }, - { - "pAddress": "flare1nkkencuu4kumzg6tkx0n9tj47gyzlwjktu098g", - "cAddress": "0x47E1700695b4CfA2aCfc63e622c9B0bB77F76350", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1rqgfcg28hlvfaucuzalc09eg4k66xhepnm87nd", - "cAddress": "0xEC6104654270B2667D0C9943135f9dAeEcb6A18B", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1rv9hr52yyxytw75yj0sxcld0n9nr3u32zenwwm", - "cAddress": "0xEFed7008C363b7f1153A0bE3489bf41aBa28452E", - "amount": "59999997000000", - "delegatorRewardAmount": "59139286207350449370" - }, - { - "pAddress": "flare1s02squ2dyd8eah6nd6kwues3pgc9f0qxjmpucg", - "cAddress": "0xdcf68ef8D11482D8616F89FFD51f220857f8Dfa2", - "amount": "84100000000000", - "delegatorRewardAmount": "82893570311981395466" - }, - { - "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", - "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", - "amount": "50099998000000", - "delegatorRewardAmount": "49381304480893309023" - }, - { - "pAddress": "flare1udu573v6fwveaxwvgl65484gr73nsqaac2rdcw", - "cAddress": "0x328b15da9E7Bdb0d820Aacd4CB0D943Dd5d69e84", - "amount": "300000000000000", - "delegatorRewardAmount": "295696445821574537931" - }, - { - "pAddress": "flare1v4pgw3ygel3nxswqfsvdnvz8luxwjdc4hge7ej", - "cAddress": "0xb9BD6533f149E6776cb2516Eab8831332EF12e01", - "amount": "53732990000000", - "delegatorRewardAmount": "52962180554554021436" - }, - { - "pAddress": "flare1vkmdduz3xxatuddtwyh6gczd6l7nzappgv03q9", - "cAddress": "0xBF2D943542657995eb39D93942216aA89C13CCc8", - "amount": "93981646768000", - "delegatorRewardAmount": "92633463072520892591" - }, - { - "pAddress": "flare1wtlngxktmpzzp3mzz3nma70xdqrxqnmcde88n3", - "cAddress": "0xbfF82aAF34Aa83fE1EA9Fe580ef778413904A414", - "amount": "57599998000000", - "delegatorRewardAmount": "56773715626432672472" - }, - { - "pAddress": "flare1wup9966z4ny2naqwkp98wmut7wy4zk3k6yuxhk", - "cAddress": "0xEAecE500fD3B7c2E1141b64e7Ae7a63047D48d7D", - "amount": "50004997000000", - "delegatorRewardAmount": "49287666287394991015" - }, - { - "pAddress": "flare1wuw9dsk68nttmaxa5yexx4a8q7cs7qm7aft9vt", - "cAddress": "0x9e29b6EEdD5a844962F172AB23d92FcEfF228Bd2", - "amount": "133999988000000", - "delegatorRewardAmount": "132077733972445460747" - }, - { - "pAddress": "flare1zna9tc4g8fca0k4dfgr3t6d0n0yjseqeaxsm97", - "cAddress": "0x09D1a16A80DfCa1c79B3Fe84DE95128d0261c487", - "amount": "89470516223000", - "delegatorRewardAmount": "88187045509875417532" - } - ], - "totalStakeAmount": "66626250000000000", - "cChainAddress": "0xD448D833dd419944008133C69550FBc2e429f5cD", - "eligible": true, - "overboost": "0", - "rewardingWeight": "66626250000000000", - "cappedWeight": "66626250000000000", - "nodeRewardAmount": "82088105514248668990316", - "validatorRewardAmount": "20795653396942996144213" - }, - { - "nodeId": "NodeID-HGNPxSh8dZqCNCmHfMMNWYC8CNQiUwDWK", - "bondingAddress": "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw", - "selfBond": "3280000000000000", - "ftsoAddress": "0x112B1130BD78B5A520adeace6130151E07a270a7", - "stakeEnd": 1743836400, - "pChainAddress": [ - "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Xdrops Oracle", - "BEB": "3280000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "200000000000000", - "normalDelegations": "14298228139596410", - "totalSelfBond": "3480000000000000", - "delegators": [ - { - "pAddress": "flare12dqvwvsvw5dlqz2l3gnk20wn7vz33qycwvg50z", - "cAddress": "0xd313c072996302FA9D4dC2Ab3E780c7e161b0d09", - "amount": "8446378080000000", - "delegatorRewardAmount": "9365864918704705380928" - }, - { - "pAddress": "flare12pfds3f3aak50lqfj5ya5f7gsrrqy6t9aq04kw", - "cAddress": "0x618DcB07D1B1f0495f02fEe1a1F7Beb876961139", - "amount": "155689000000000", - "delegatorRewardAmount": "172637564825681693383" - }, - { - "pAddress": "flare15ey2l0wex3wv6xyccqj60eq6v7aqzlx2pttnzh", - "cAddress": "0x6A1d0a5C643F7118c1997246FA056Ad7A304CA92", - "amount": "3067086000000000", - "delegatorRewardAmount": "3400974109609161612142" - }, - { - "pAddress": "flare1e43vcgvcnp94w39ajtmkafzyq7nxlgr6kk525y", - "cAddress": "0xF0E519CbA209FD5f190d94e0AE9c0f63E26171BB", - "amount": "2629075059596410", - "delegatorRewardAmount": "2915280565953010121365" - } - ], - "totalStakeAmount": "17778228139596410", - "cChainAddress": "0x216f3f9476cC26ec95AafB2A494e23979d0494e8", - "eligible": true, - "overboost": "0", - "rewardingWeight": "17778228139596410", - "cappedWeight": "17778228139596410", - "nodeRewardAmount": "21903995307849007253097", - "validatorRewardAmount": "6049238148756448445279" - }, - { - "nodeId": "NodeID-HZwFckGTbucqTtE7qcv6z85mnScUfAeW6", - "bondingAddress": "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc", - "selfBond": "10000000000000000", - "ftsoAddress": "0x4990320858AE3528B645C60059281a66C3488888", - "stakeEnd": 1741473000, - "pChainAddress": [ - "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "AU", - "BEB": "10000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "122339405695955498", - "totalSelfBond": "10000000000000000", - "delegators": [ - { - "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", - "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare109a6sa7xrl88vhcx7hncmwa2gxmlerhs2dmred", - "cAddress": "0xe6C477CD695873e7DC03714EaF8e22Bb99236BC3", - "amount": "400000000000000", - "delegatorRewardAmount": "418903298247230595399" - }, - { - "pAddress": "flare1253t3ynpr8485fzcytxrfh347mrpzxn3dzggmn", - "cAddress": "0x87455Bf06558Bfc4B66A524e8a1Ab467685A3111", - "amount": "50900000000000", - "delegatorRewardAmount": "53305444701960093264" - }, - { - "pAddress": "flare133e2md2ywma9s3lqmt38309fcjmc36veqxw4gq", - "cAddress": "0xDb5474366Fa763d44A00c2FA2a77E60A0Db2E13C", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare13vlt4ttspst7castyeaqvavrskau67am3ugcem", - "cAddress": "0xf6b68210cA5BE5Ac9C11f09D1658DD96e4ACA8f3", - "amount": "445150000000000", - "delegatorRewardAmount": "466187008036886748854" - }, - { - "pAddress": "flare1433cfhqd5dvl3q0qta8xg7hhg24n8rt5npewu3", - "cAddress": "0xbC39Cf3572c077365423545A21e98e98c1DaeBE4", - "amount": "403498426887000", - "delegatorRewardAmount": "422567054651333324119" - }, - { - "pAddress": "flare14lyyw7tramgdl444vaxm30ggf9ds7wntv3wuhl", - "cAddress": "0x6Bf7d8D3042C6591b3a03bd045b0ce6B0cDc14Ae", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare14uylkkkflwvyqc6q6nq79n2ayr9t3dutp7cz34", - "cAddress": "0xb4a2816292EC8F91b04A711C3c365530a1b691A2", - "amount": "419369434000000", - "delegatorRewardAmount": "439188097716685717150" - }, - { - "pAddress": "flare14xv7da0zkrs69sd0gc0c47xa5hky0nwaaf9m5l", - "cAddress": "0x1D98544438B0056EFfB4Bca5c3C08F688c537532", - "amount": "330160988000000", - "delegatorRewardAmount": "345763817064410804101" - }, - { - "pAddress": "flare154etkfn0ggecgu92c748d7jacvtwlw9ahdpad3", - "cAddress": "0x42F8BA994D76524CF13eC55dCD6983ebb4054Cc4", - "amount": "350694866297000", - "delegatorRewardAmount": "367268090425462120260" - }, - { - "pAddress": "flare15xq27yk3z098wpedukyzj293r7xrazqfca89ls", - "cAddress": "0xA9Ef5f276573de03cd57B640c36d5073B2205Aa1", - "amount": "104380000000000", - "delegatorRewardAmount": "109312815677614823869" - }, - { - "pAddress": "flare163vr29akw77sxpg5rxl54lygqvl5uutsga8y0l", - "cAddress": "0x9614256715b73b45F53E64e4aF67F19DfD9EC363", - "amount": "249994999000000", - "delegatorRewardAmount": "261809324066032786123" - }, - { - "pAddress": "flare165qvzdm070s6awv4j3ua8wtnjsatk42xwe8mux", - "cAddress": "0xF9A949052e4050bDEc1B58f7a8CF0ED2c5b24d47", - "amount": "51145000000000", - "delegatorRewardAmount": "53562022972136522004" - }, - { - "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", - "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", - "amount": "643382866391000", - "delegatorRewardAmount": "673788011917367966613" - }, - { - "pAddress": "flare16pdhh0kcjx8hfuh9ak5hg6s7v830ed9rlx5szz", - "cAddress": "0xcCa3319bD691f8ed61e828343EE5Fa25097B7bF8", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare16svh8n7fzatgaxyytkkzlw2sd2k6z859gncf2m", - "cAddress": "0xA5B91E09189a8226E984759E6C6Ea01A930a0c8b", - "amount": "200039990000000", - "delegatorRewardAmount": "209493528980857564578" - }, - { - "pAddress": "flare16uuf7tz3728nr9cv2f9rr48965a7pjls5msnln", - "cAddress": "0x16eaD0B207c1F86494035aacE17c1Aa1C8542EF6", - "amount": "1818847048288000", - "delegatorRewardAmount": "1904802568837707731280" - }, - { - "pAddress": "flare16vv7xu6znyhgauy5rynwgcsftwr5lfgptnwsvj", - "cAddress": "0x6f20Ea19a7196Aa61110a523820716cB68FEe9c7", - "amount": "214374000000000", - "delegatorRewardAmount": "224504939146129529145" - }, - { - "pAddress": "flare17l8gkyd6dtm2mnz4ncghcp7w2w0tfk5lqrmf59", - "cAddress": "0xD1cDE504575b913f49369bf39e438ADEdF681776", - "amount": "51796975000000", - "delegatorRewardAmount": "54244809166823367422" - }, - { - "pAddress": "flare17sm67x24gkrzspuufuf9ydyw50u8ssv78a3wvp", - "cAddress": "0x1036d302D8D75dc61ddB39b4C2C27Fd7a18491Bf", - "amount": "126516188867000", - "delegatorRewardAmount": "132495121995139640168" - }, - { - "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", - "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", - "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", - "amount": "9000000000000000", - "delegatorRewardAmount": "9425324210562688396480" - }, - { - "pAddress": "flare1957n9rmlrdsnctacwd80jlsnrqm6x5nyg72vlk", - "cAddress": "0xb3A74b65656539358B741ce307c1dF8441248AD4", - "amount": "105000000000000", - "delegatorRewardAmount": "109962115789898031292" - }, - { - "pAddress": "flare19rh6xddnd6yk2uvnpukecmvwdm7xh4mcxq0td7", - "cAddress": "0xf6C69cAE28eC2Bb05d79b06E147B75bb3fA4D84D", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare19v5pft0z20xtlpqrxevyhjztt6z4lnt9wss3sh", - "cAddress": "0x5004cafa0c0BFd632C530f328ab313678edb4843", - "amount": "1730987000000000", - "delegatorRewardAmount": "1812790408807697366595" - }, - { - "pAddress": "flare1a79vfdwqydztyf5v4p7u3yrzx2f44cjac43tff", - "cAddress": "0x7910B8E68AADECcD2CaCcA31c110Dbf1E37CAd3E", - "amount": "50035000000000", - "delegatorRewardAmount": "52399566319500457101" - }, - { - "pAddress": "flare1c3pc8zy6ypmya2s96f3368m3ecgh76r3eerpad", - "cAddress": "0xCf4d9712552a4B419396701AE25e897664fBF5dc", - "amount": "606374013023109", - "delegatorRewardAmount": "635030185066973796469" - }, - { - "pAddress": "flare1c4l57lthazd6s98zyt4eqj5z3vg2un6nhqvs78", - "cAddress": "0x22D53A060686afC232974Df4a7A55B28a1E64A67", - "amount": "70500000000000", - "delegatorRewardAmount": "73831706316074392439" - }, - { - "pAddress": "flare1crjmff5jecezpdtdnrcr40q7lzjjv0w8ksntq2", - "cAddress": "0x4612d94d9e25733929B99ad72A807F76f94C88f7", - "amount": "94908972650000", - "delegatorRewardAmount": "99394204190853003792" - }, - { - "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", - "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", - "amount": "300000000000000", - "delegatorRewardAmount": "314177473685422946549" - }, - { - "pAddress": "flare1djm3etv23e7k409gs2zm0dglnsgngt37yqcp0x", - "cAddress": "0x80057A70F530E9B2b6Dd5B7a7CaAAC7eD3c7f85c", - "amount": "107000000000000", - "delegatorRewardAmount": "112056632281134184269" - }, - { - "pAddress": "flare1ef4xtpp3sdggd8qgeqqas4tvxxfat3ryhvjwv2", - "cAddress": "0x3F80271fbef36a6939026A8D45b0a35B12F96332", - "amount": "2106000000000000", - "delegatorRewardAmount": "2205525865271669084776" - }, - { - "pAddress": "flare1ezgu3ymygef5futc9e0e6jclefewwe3ezrrn2a", - "cAddress": "0xDc7Bd81fFC73227537DE2765c3a16C76144353E0", - "amount": "63000000000000", - "delegatorRewardAmount": "65977269473938818775" - }, - { - "pAddress": "flare1fe2qn4pfd3203dnm3kwlmlf8zucxq9hvmzu5u2", - "cAddress": "0x19C0043B488642940A60672FD06cCA241646ee90", - "amount": "500000000000000", - "delegatorRewardAmount": "523629122809038244248" - }, - { - "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", - "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", - "amount": "708746000000000", - "delegatorRewardAmount": "742240092548829238916" - }, - { - "pAddress": "flare1g4kpqzjsyumyxhgpj7dg370pkzuna94xxksa3v", - "cAddress": "0x58b4a746e35a1aEb79f6Dad067a23Fe3B15779F3", - "amount": "200000000000000", - "delegatorRewardAmount": "209451649123615297699" - }, - { - "pAddress": "flare1glawqc9yamjx8nd2le4ylqa0hw85p2k0c7fnhq", - "cAddress": "0x34d0354c1eB84bB560C4F1576C9bb9d44B53F0AB", - "amount": "52501708360000000", - "delegatorRewardAmount": "54982846989045499743287" - }, - { - "pAddress": "flare1had76gzfnluqknhpjxet0cyegnpdua7m0984y9", - "cAddress": "0x7D8321c6F1020354a5D25cE327fc9237cdB807Ab", - "amount": "203217305165000", - "delegatorRewardAmount": "212820998486331173803" - }, - { - "pAddress": "flare1jkwqu2uh7aaxxmrk4mzrhlsgc7gz6r9pm9zlvw", - "cAddress": "0x91edbB3dC6ccC671b809CD9025E7104081c17Ee5", - "amount": "900000984000000", - "delegatorRewardAmount": "942533451558382527835" - }, - { - "pAddress": "flare1kcczaw37jgfxnfe5krdh3ee0jkrpvzldw7339l", - "cAddress": "0xE5e8C9fB35ECF19D1d05854567A9043DfC8DAE40", - "amount": "945086989000000", - "delegatorRewardAmount": "989750142056610352486" - }, - { - "pAddress": "flare1kd2dsgczyk6jfj84sfxxnw6jpygl8hzknt3s4m", - "cAddress": "0x79C213f310bBa418aB079651a9b95D81a307BF91", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648849" - }, - { - "pAddress": "flare1kt9fay92z3k4aem5uc9lu7jg9ry3qaxj2t4h68", - "cAddress": "0x055Ec7ffe8Eabb0330d173e5020A00676B02E954", - "amount": "52000000000000", - "delegatorRewardAmount": "54457428772139977401" - }, - { - "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", - "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648849" - }, - { - "pAddress": "flare1l89l3gj8drdhvxzrpx23qeclaqhfh7l33deutd", - "cAddress": "0x6438D36af8424Cb0d43C7F36B7Db687bBC4a979A", - "amount": "780334080231000", - "delegatorRewardAmount": "817211299858712402759" - }, - { - "pAddress": "flare1l9jrvhxvz0csldgvku9uw9g9yjxppverngjqne", - "cAddress": "0x95A47A1b72890a9fb24f458B29661b654c74AA91", - "amount": "78930621494000", - "delegatorRewardAmount": "82660744191350879397" - }, - { - "pAddress": "flare1letkttkll0r4vevk24puyvykzw6x6uyja3efmu", - "cAddress": "0x9cBCE6aafD4Bc47b6C50B1627B7FB3C46048Fc1d", - "amount": "65000000000000", - "delegatorRewardAmount": "68071785965174971752" - }, - { - "pAddress": "flare1lghng3lzkxrrzeldhue04xj62xcce8rawn58jy", - "cAddress": "0x6b6361efe804dd0410444344a183f97F468FF5d5", - "amount": "52280000000000", - "delegatorRewardAmount": "54750661080913038818" - }, - { - "pAddress": "flare1lk3c5aatuthd0ud5ydm2kcljc7gnqljkadheuf", - "cAddress": "0xD24af9AfD2e659d7B1b115f5002F011DAD313A6A", - "amount": "184850000000000", - "delegatorRewardAmount": "193585686702501438898" - }, - { - "pAddress": "flare1lzlm7du0302tzckackznjjec9x7y29mkv7pz7e", - "cAddress": "0x344F9AdEE9cCf5c00FC75404C8538F6C4119AF6D", - "amount": "50450000000000", - "delegatorRewardAmount": "52834178491431958844" - }, - { - "pAddress": "flare1m6jjzxmqq855uhy0nrmvnvmjrqzxlrhy6uj4pa", - "cAddress": "0xfE8900918Bd3f2D316C360167AAa038bD0424623", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1ngmhuqpq5zgmfann349x4uqd0da95ke7ln74as", - "cAddress": "0x3af21e3C5e5e542b06C5993b8906805359E5521E", - "amount": "55000684251276", - "delegatorRewardAmount": "57599920096785072557" - }, - { - "pAddress": "flare1p9ahm2ffkq7zhtrzkn8v4fl3nq68wu5n7fcl8s", - "cAddress": "0x0Ca1C17FF69Da7eBb882f674947e499E88D69A33", - "amount": "223227531156000", - "delegatorRewardAmount": "233776872652087069812" - }, - { - "pAddress": "flare1pl3zqd97m5se4em38app2kmkyf9ewlua08y8k2", - "cAddress": "0x45F6dea23d4F1733fBB67F6B21b1F5a9F4dd2578", - "amount": "2657407204972000", - "delegatorRewardAmount": "2782991607371812907898" - }, - { - "pAddress": "flare1q3mf2jlyp5ecnw59scdmwv775dmmtzjq5nje6f", - "cAddress": "0xB92B0092c51Cd380Fcc8806757897C31409E277c", - "amount": "51000000000000", - "delegatorRewardAmount": "53410170526521900913" - }, - { - "pAddress": "flare1qych6nw63k5kqk7knzrlxj9lk3nw5yvp9z2kq5", - "cAddress": "0x07E811B03F67a3A6E20922B10300234f9393255E", - "amount": "120999995000000", - "delegatorRewardAmount": "126718242483496027017" - }, - { - "pAddress": "flare1rsudg250kfrxxdtd454h4dycl0csmd2u4jnqg7", - "cAddress": "0x41f6192cE7F2D0DF24a2804BB540f65310E195A8", - "amount": "53396140000000", - "delegatorRewardAmount": "55919547899177198710" - }, - { - "pAddress": "flare1s303df3ytzka6r7ns83rrv2eutyagg36x0q24k", - "cAddress": "0xB70FE3AFc4d9c1E118db5BA8F341F6E51aB9F795", - "amount": "141047743688242", - "delegatorRewardAmount": "147713412603336438184" - }, - { - "pAddress": "flare1skz34q0d6ks0kuj32p57m6t9xda7rcq73gv3qx", - "cAddress": "0xade6B063077d7156bA541BBBbe015fdA01c7F0E8", - "amount": "250000000000000", - "delegatorRewardAmount": "261814561404519122124" - }, - { - "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", - "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1t3hverkrpwcm5cyevgk5p03fgsrz7q9sh2zv5h", - "cAddress": "0xA3a5929ed912b4B2DA00E751e3C18D3DD9B1e83b", - "amount": "309021036202000", - "delegatorRewardAmount": "323624828231986622417" - }, - { - "pAddress": "flare1tksgx30df28dm6qyj7jgf203ftkyh03h4t9qj4", - "cAddress": "0xc394dFA78E3C6508e7f8c2edcFe9A62E8bd33e1f", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1txcrjkdvpz7xds5wp2n27fjfhlmklfel9gqd0v", - "cAddress": "0x07bD743C3066D84Fc6Bd607a54FfEf1f1064715D", - "amount": "60726975000000", - "delegatorRewardAmount": "63596825300192790465" - }, - { - "pAddress": "flare1uz0spuwp75kxxhf54vdz70f23slz40cszhl6e3", - "cAddress": "0x24F3Fc4684786962Cd2Ef7F3e6c8D688545D4c38", - "amount": "286878967000000", - "delegatorRewardAmount": "300436363685146059547" - }, - { - "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", - "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", - "amount": "36672970046836800", - "delegatorRewardAmount": "38406070272854575518766" - }, - { - "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", - "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", - "amount": "266666000000000", - "delegatorRewardAmount": "279268167325989984881" - }, - { - "pAddress": "flare1vpje8spxvndwxvtxej4l4cqn70h0s8cdkccvzs", - "cAddress": "0xC42928BE9CaF61Af153c018Db5846f633D7b3aaf", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1vu2rhq4rrzgurmuzr2dj5ysvkss5v68hzw9nqj", - "cAddress": "0x648537ecE8c8022208212a61Dc41441BD0DeA23F", - "amount": "78000280000000", - "delegatorRewardAmount": "81686436390518739164" - }, - { - "pAddress": "flare1wdasdn2uxywxhjcqlkcvdfk92ktdclpdy35zvf", - "cAddress": "0xE096022572f13Dd76Fb32e3307284F38a6ab0D42", - "amount": "52000000000000", - "delegatorRewardAmount": "54457428772139977401" - }, - { - "pAddress": "flare1wexp2gnuauxyymzcpy3jw3srzz47tx4jwdmwpv", - "cAddress": "0x614B55670A8aaC6Ae178ee9d7c63c5A50a9dB2e7", - "amount": "68900996892000", - "delegatorRewardAmount": "72157137126452460753" - }, - { - "pAddress": "flare1wm00950k8cvavnpc340ep9tz8the0ycnf9ue07", - "cAddress": "0x6A7A7854B08F2BD692B954b31F56a2CbCC1aB490", - "amount": "125004000000000", - "delegatorRewardAmount": "130911469735242033368" - }, - { - "pAddress": "flare1xg3gfjlsmzk0nrg3eh2tp3h08uzzd3tcjljsfn", - "cAddress": "0x6878e46cE307D0511FeA690551F98fE99A38715B", - "amount": "85225967000000", - "delegatorRewardAmount": "89253596681524081412" - }, - { - "pAddress": "flare1xn6jlkf04snp3wcrakklk5y0svl08zghcfrelc", - "cAddress": "0x668B0feFdA98785d372A67Ede07Dd1b7702Bb098", - "amount": "50230039664071", - "delegatorRewardAmount": "52603823215921391548" - }, - { - "pAddress": "flare1xv0s8g3h7q3vgew4yum4p6jvk9yn468tl6m9cm", - "cAddress": "0x677447306623b50dFdcd359d7cDC441bEce1DED5", - "amount": "1989000000000000", - "delegatorRewardAmount": "2082996650534354135626" - }, - { - "pAddress": "flare1xxslvuj89eap0f7ratav4a8g3h0skg02ddzu8a", - "cAddress": "0xB71af5B1AAee70d28A3fE2Fb151e6962Cf804058", - "amount": "166360000000000", - "delegatorRewardAmount": "174221881741023204626" - }, - { - "pAddress": "flare1zdjeya789nhan9u4cvpx23cpdk24uxlzqsz2c4", - "cAddress": "0x28397b0fe4AB9bfF3AFe693cB309477FbE3521F2", - "amount": "52399992000000", - "delegatorRewardAmount": "54876323692321243052" - }, - { - "pAddress": "flare1zdu3me55ew8775nrsg2exz46xhnh7mruzfct9p", - "cAddress": "0xb78Ad2F2DDE461e22C5be18815fa539AFbacf852", - "amount": "250000000000000", - "delegatorRewardAmount": "261814561404519122125" - }, - { - "pAddress": "flare1zqa2kjednnawt9an7z005fnwptsv76vruk58sq", - "cAddress": "0x003E5ea59Fc82c772ad320282048B0863e776d2c", - "amount": "50561988000000", - "delegatorRewardAmount": "52951458847842235994" - }, - { - "pAddress": "flare1zxq20eg7uydp8ntsc5u737ujdlc9j3ujhs8eak", - "cAddress": "0x9A5D27674FDB99C4878769749b61C51764b0d888", - "amount": "206720000000000", - "delegatorRewardAmount": "216489224534168771705" - } - ], - "totalStakeAmount": "147339405695955498", - "cChainAddress": "0xD49E9e23De39c3852c1980659D82D057e791F491", - "eligible": true, - "overboost": "0", - "rewardingWeight": "147339405695955498", - "cappedWeight": "147339405695955498", - "nodeRewardAmount": "181532244140654565792321", - "validatorRewardAmount": "53411292761550097081289" - }, - { - "nodeId": "NodeID-J4nyqo44xFUxhAi9gDJXAkYyxP5z2a7UG", - "bondingAddress": "flare1hp5zept5qgd4xlwa6hen09m00uspkdq6ku7zwr", - "selfBond": "2306380000000000", - "ftsoAddress": "0x085841B253590281cc5c5222b09D4e59a605E774", - "stakeEnd": 1739449147, - "pChainAddress": [ - "flare1hp5zept5qgd4xlwa6hen09m00uspkdq6ku7zwr" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "FTSO PARIS", - "BEB": "2306380000000000", - "boostDelegations": "11500000000000000", - "boost": "11500000000000000", - "selfDelegations": "0", - "normalDelegations": "11605669220000000", - "totalSelfBond": "2306380000000000", - "delegators": [ - { - "pAddress": "flare108xsn9u46t8gn6ynrcnr6pg8nfcvtcj6lqnxj4", - "cAddress": "0x840854977b55B14a0674BD76a316D56fCa05E4A2", - "amount": "150000688739000", - "delegatorRewardAmount": "147848901769701931315" - }, - { - "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", - "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare143nqwmcqcc9sfu6885ggqq6m7f59sf04kh4hay", - "cAddress": "0x253D381cbfBD590544bC2d7CFBe34445e761A300", - "amount": "100000001000000", - "delegatorRewardAmount": "98565482926179665381" - }, - { - "pAddress": "flare16uzuezefgh9dsv4yhtpwq0tgu652hncj0jmyup", - "cAddress": "0x86449A46C5928037559264Ac3aE2863406AAE762", - "amount": "1936478344750000", - "delegatorRewardAmount": "1908699213176735716823" - }, - { - "pAddress": "flare1fgl0tmwr3qk7eh9h74xw368szsg7m4zyt7ya6s", - "cAddress": "0x80Cc93C407D6c94CB3a00CDAaA7bD65DA1282C49", - "amount": "2700000000000000", - "delegatorRewardAmount": "2661268012394170841359" - }, - { - "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", - "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", - "amount": "67350301435000", - "delegatorRewardAmount": "66384149197803971186" - }, - { - "pAddress": "flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c", - "cAddress": "0xAbC938CA4645A8029A0A4C5076995F10D96665e6", - "amount": "5999999990000000", - "delegatorRewardAmount": "5913928906574942564524" - }, - { - "pAddress": "flare1nd9xlf6ffdv3q6hf975qpexd44yvxu599yh3gv", - "cAddress": "0xd3ccf89e9353c9845Dc9faED790517808E5CF8eb", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1phgavexu0v0p3trkq3j47sy2xexnuw3rx0kygr", - "cAddress": "0x1a2D1b8b5e4d723fC37669BEa4d3114dEE380f63", - "amount": "261264923797000", - "delegatorRewardAmount": "257517031282058035702" - }, - { - "pAddress": "flare1rqsg2ftxwacch9evleewvplzfg4wl5lrk8psjv", - "cAddress": "0xf1b75303768C1FC23f9B19773B8c4aa021238672", - "amount": "169999980279000", - "delegatorRewardAmount": "167561299860793544669" - }, - { - "pAddress": "flare1rrcz3x2jstw74863s52kp57djd3gklrvrmq7lg", - "cAddress": "0xCC254A3e8B579dBF107444a3AE798e1a5A2534AA", - "amount": "120574990000000", - "delegatorRewardAmount": "118845319993239638984" - } - ], - "totalStakeAmount": "25412049220000000", - "cChainAddress": "0xD38FC64Ca0868BFA2f5bF528EF5D4f17Fb6A859e", - "eligible": true, - "overboost": "0", - "rewardingWeight": "25412049220000000", - "cappedWeight": "25412049220000000", - "nodeRewardAmount": "31309385980820481232268", - "validatorRewardAmount": "19870202181704330476349" - }, - { - "nodeId": "NodeID-J8Zbi3b3AjTEUmHdE4KSApEU1U36iaeDS", - "bondingAddress": "flare1x678p78s7wugfnz6rcd0wp0h76l7pxh9f29488", - "selfBond": "10000000000000000", - "ftsoAddress": "0xF0F095bbd5e2E33e9c1703cdEDd0015280406E90", - "stakeEnd": 1746187200, - "pChainAddress": [ - "flare1x678p78s7wugfnz6rcd0wp0h76l7pxh9f29488" - ], - "fee": 180000, - "uptimeEligible": true, - "ftsoName": "Flare Oracle", - "BEB": "10000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "63410214977062737", - "totalSelfBond": "10000000000000000", - "delegators": [ - { - "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", - "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", - "amount": "4000000100000000", - "delegatorRewardAmount": "4041184860591137674064" - }, - { - "pAddress": "flare13l0tfccwhy639cw6m9l9md9xrsparh2ryeck44", - "cAddress": "0x32c056bB3d28cB1C6a3d084291736831feB1fF73", - "amount": "989289000000000", - "delegatorRewardAmount": "999474907400463814597" - }, - { - "pAddress": "flare13lqdfz2yr4q2tx8a90urrd703hd2uyxdrldnha", - "cAddress": "0x43d4888856Ee5BA877A968975EAeBF41793bA8Ba", - "amount": "101235000000000", - "delegatorRewardAmount": "102277334783552586019" - }, - { - "pAddress": "flare13shtpwvryyq9hf982al8v6n47qptdfjpqwc4z3", - "cAddress": "0x487011B01e860B1128125008353Ee3D56CC0430c", - "amount": "69351963630000", - "delegatorRewardAmount": "70066024616805184647" - }, - { - "pAddress": "flare143eg5sczk6kpvfrelfwlmnjrks9x58j33vmwe8", - "cAddress": "0xB64F4B59C2688812de3C537EDEFc88C1484EE202", - "amount": "976549998000000", - "delegatorRewardAmount": "986604742216857888184" - }, - { - "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", - "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", - "amount": "278999992000000", - "delegatorRewardAmount": "281872628897046409157" - }, - { - "pAddress": "flare14rmyqh2e7jufgsxezpfrgs2d2mm3rsa9kq53vg", - "cAddress": "0x05B658701342814Fd49b6349D6c6d5E3ee668BAc", - "amount": "480452975729360", - "delegatorRewardAmount": "485399810800867465993" - }, - { - "pAddress": "flare15kyedqjka3x9nr77shy4549l3uc0826pczxyys", - "cAddress": "0x49E67273e8ef541d991350Ea9cb2fc28E34A3b18", - "amount": "131000000000000", - "delegatorRewardAmount": "132348800875639736934" - }, - { - "pAddress": "flare15nvl50j23dyfm6kfw9jlhs9q8pz834xjn6vd7q", - "cAddress": "0xa32fea03495d34F37CF63962323a3BF48e2c9549", - "amount": "50024996000000", - "delegatorRewardAmount": "50540062858081483493" - }, - { - "pAddress": "flare162t3rnaezy9a48d6f6q9hf89u46carhu200wax", - "cAddress": "0x9E6BFa3AC9Da80098CEC42CeCdF9A9C04c58442D", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare164gk7v9ksu52alkq9angj3mjd9jr6cpsqywtgx", - "cAddress": "0x80439104FDA7d222169E1BA1e19EdA00c3538DF3", - "amount": "399999999000000", - "delegatorRewardAmount": "404118474945855678612" - }, - { - "pAddress": "flare16pztk8rg3uzcxr3jln6d94rupzync2nx5wzwj2", - "cAddress": "0xcEc5C7C70Be4C1450056D955Cb103A67137Dc965", - "amount": "54034336000000", - "delegatorRewardAmount": "54590683784056578324" - }, - { - "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", - "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", - "amount": "698292000000000", - "delegatorRewardAmount": "705481747030933001401" - }, - { - "pAddress": "flare18awcsu3jastm3rld4js5s6dkjn7fsy3cmrv8ws", - "cAddress": "0xA0b87C478D0bb0eCCF7a33223412BA6A75e724a9", - "amount": "60000000000000", - "delegatorRewardAmount": "60617771393422780275" - }, - { - "pAddress": "flare18jjz2gq948esu64yfev4ra2r5aevpkup24q0s4", - "cAddress": "0x8F7238fDc127A1cD57a4964Dca16170785399B2b", - "amount": "244908967000000", - "delegatorRewardAmount": "247430596230088728525" - }, - { - "pAddress": "flare195umjjqnl3wdgvzwvdcy8gaek6vnslcm2vwtty", - "cAddress": "0x5D4bE3f345cbEe26F7Cd7EbBa9e21a26c063E6cA", - "amount": "158603999000000", - "delegatorRewardAmount": "160237015891077587489" - }, - { - "pAddress": "flare19ngcrft6z0xxj76y6h7ukujfhywz7tmej38hek", - "cAddress": "0x5019aB439e041FED3f9eb20cF7F321C1242BD4E8", - "amount": "50097585909825", - "delegatorRewardAmount": "50613400167402167230" - }, - { - "pAddress": "flare19s6fsx325prsndyn9mlz6h83m9n9tn78x3yt49", - "cAddress": "0xc5257bFc56EeC426C5861Ed586f370B16C3aC663", - "amount": "410657000000000", - "delegatorRewardAmount": "414885202451813644659" - }, - { - "pAddress": "flare19zgdvzd5m9e7v9e326x44u95n8cs6j06fue2zv", - "cAddress": "0x355Ee7967Fd17C49db13f7953b03Ee61E52683fC", - "amount": "27335527960000000", - "delegatorRewardAmount": "27616979746629942838654" - }, - { - "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", - "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", - "amount": "150000000000000", - "delegatorRewardAmount": "151544428483556950688" - }, - { - "pAddress": "flare1cuyf3lrc8dsqvpkqjq9k2pwm6yyl0zs2vmhdjs", - "cAddress": "0xD8AE0509E87B557443AbB2fd399BB7DfBE24a0ad", - "amount": "128499996000000", - "delegatorRewardAmount": "129823056359729028194" - }, - { - "pAddress": "flare1d29f8z3hasucca8y08p5cn97z46eu8dq6a3yzm", - "cAddress": "0x02e6a8B49d6f46C70fE2Dd42356c9400469C986d", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1da385jdn45gcf2as4p8zr90eh6vla0qqg6ywa7", - "cAddress": "0x6D179F338fB4beCaF0987Fc657Ab6F2C324f998d", - "amount": "56473997000000", - "delegatorRewardAmount": "57055463996980731883" - }, - { - "pAddress": "flare1dchzspa3zusx5a88h592n6vq0x8xtxpk5eeus0", - "cAddress": "0x0e226A2A0E6470bEcC3F488AbEd16f45559c2282", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1ds7warfhtqtwjxh80t08enhw5mnvvan5e9rfnz", - "cAddress": "0xdC21632e09a5318048FBa6098203e751269ddbC4", - "amount": "214467371122000", - "delegatorRewardAmount": "216675567900362641452" - }, - { - "pAddress": "flare1ehrpv6n2yhr99dted877fmuch2gezs4mnutp8r", - "cAddress": "0x8ED8A04D55eE60b71D7d3C88136497C420e8c7E8", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1ekr9dskcwar06jf64gvm87f89wrun5xwjauenx", - "cAddress": "0x37982C49A7d0C39174bFCb810441C8BeecBAd54D", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", - "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", - "amount": "156400000000000", - "delegatorRewardAmount": "158010324098855380584" - }, - { - "pAddress": "flare1fu6swlx397z5l3p77qxdnnfwcav7e56qhj9ujw", - "cAddress": "0x0Acb4671ACA5f6fcE9d76047F51E042A50656E6f", - "amount": "56249084557000", - "delegatorRewardAmount": "56828235812758894689" - }, - { - "pAddress": "flare1fvyegajgsn08a5udk73tmh959nyaeyymnmz0hs", - "cAddress": "0x415EE02C6cD46D455BFe50e753aAc87014317402", - "amount": "58564999000000", - "delegatorRewardAmount": "59167995350633895556" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "120106000000000", - "delegatorRewardAmount": "121342634182973940796" - }, - { - "pAddress": "flare1gdsvmkt8wppcf0tnha6t9en626krxr73ejlp80", - "cAddress": "0xfdbb23094F9bf5Fe471b6ace0aAf34491B5D7EAf", - "amount": "203000000000000", - "delegatorRewardAmount": "205090126547747073265" - }, - { - "pAddress": "flare1gneg2f2asfzryl0yhqtknej62ccwv6q4a94z4t", - "cAddress": "0x0Bf61E62224615fC83CF18665fe3b49ec4A59DbA", - "amount": "100000000000000", - "delegatorRewardAmount": "101029618989037967125" - }, - { - "pAddress": "flare1gs8k2amy6tp3uk6y3jm5jnje49fxe8gv9qsme9", - "cAddress": "0xFC5D04A0191335da59Eb3D83FF40A212CCd38f0A", - "amount": "179747051804000", - "delegatorRewardAmount": "181597761581609895850" - }, - { - "pAddress": "flare1hnl4yzg3mue90zu0rz7ph3pgkwq52yjerzqhtv", - "cAddress": "0xCeaA1a543351A445bdf03Bc1eFCe5074d535B548", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1j5r9j5tfcrhqzu0dauv43j8skmjcx6r64u576n", - "cAddress": "0xfFF9A77C90D9d148f1e82aED77Eb9D3328d454FA", - "amount": "69104755000000", - "delegatorRewardAmount": "69816270679808164039" - }, - { - "pAddress": "flare1jzg2vnuq6q6tketrl5shpxssxpkt6kny7aav7w", - "cAddress": "0x349F1abb33024646F6Eda656DbBA9bBc8e0Bbba4", - "amount": "64999997000000", - "delegatorRewardAmount": "65669249311986108960" - }, - { - "pAddress": "flare1k7pswlp98dps5nmu6cyutytlp9kqsvd6kemxft", - "cAddress": "0x7204bcf29d6B18d810549539fD6A45fFdC204762", - "amount": "267650987000000", - "delegatorRewardAmount": "270406772386499540816" - }, - { - "pAddress": "flare1kgqe6gx00zqqxvq6fheyedy9yx2c3ppuyaedyd", - "cAddress": "0x6d715F17D9015cF5FEe0945cC9af9F9fdf7A5704", - "amount": "248873285000000", - "delegatorRewardAmount": "251435731601002578683" - }, - { - "pAddress": "flare1krwkz3va7082k8yh62tlrpjd4l2t4nsmv2mkgj", - "cAddress": "0xD74D3E4b62af9394dCeaAdbE5127a25907ed15f8", - "amount": "299999976000000", - "delegatorRewardAmount": "303088832720005344008" - }, - { - "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", - "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", - "amount": "350000004934845", - "delegatorRewardAmount": "353603671447287986139" - }, - { - "pAddress": "flare1m3kgzn878ackqgtr20yg4n7e66rupfqsqd77kn", - "cAddress": "0x993A7995be8821C1D49e4e1D7DcaE940D502484E", - "amount": "114154514954384", - "delegatorRewardAmount": "115329871517198523540" - }, - { - "pAddress": "flare1m528kx6nw4wfs5dllkv3nyn9w4d625vjfn3ara", - "cAddress": "0xf28bA57FFfe4F7aa818abbB58cc73F5D2D88dDc5", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1n7rftpc8mktfx097v5esyh6r25nju8ndd6z7s2", - "cAddress": "0x23ADf46873d9BB79E2e825fEd11dDd9bff703f27", - "amount": "520000000000000", - "delegatorRewardAmount": "525354018742997429053" - }, - { - "pAddress": "flare1p0st9p2k58pgqscr34ttv46hm733rql7dnf8x4", - "cAddress": "0xfF9fc7462bDCDABB44610E5526F9492e0f048992", - "amount": "55000000000000", - "delegatorRewardAmount": "55566290443970881919" - }, - { - "pAddress": "flare1p64qxgwsafcqjamp2mzrymca79c5rrlsr0kzl5", - "cAddress": "0x4E545F33908fc26C8d7098f8f96C43468458F70c", - "amount": "225522000000000", - "delegatorRewardAmount": "227844017336458204221" - }, - { - "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", - "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", - "amount": "234247000000000", - "delegatorRewardAmount": "236658851593251766853" - }, - { - "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", - "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", - "amount": "3932918068791323", - "delegatorRewardAmount": "3973412140050903760340" - }, - { - "pAddress": "flare1pxqaeqnlr5ldxm9qqlrgs4catc43erhpaj8ugp", - "cAddress": "0x8D1D900bFC3c498A9e0454C6F342306662e8e950", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1qntscv6gr2rddjqcwaadgfu6uj0m5hm9e6dkpd", - "cAddress": "0x9a70dADaDD78AE2caea35fefd1d58e6BB8F055e1", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1qqaw540uhutk3r8aw35tdu2qc964h2lvtuh0sw", - "cAddress": "0xb6F99645cd2F57bF3268a8ef6fDDD749cba30679", - "amount": "142189994000000", - "delegatorRewardAmount": "143654009178735946113" - }, - { - "pAddress": "flare1qyhn7477vhvx8ntmjk5nkahenekg7l2fws3gpp", - "cAddress": "0xbB503547650a2c53139Bae0F3acDb0157F33cd35", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1r5kawsuar8mncnxptz665wxkekt02arpecuwlg", - "cAddress": "0x785ea2C2568407e436F7e08b878BCa849032Fed1", - "amount": "50899994000000", - "delegatorRewardAmount": "51424070003643185924" - }, - { - "pAddress": "flare1rrm9gggrl87zjnnlrxytr53xskfas58xdnlp6s", - "cAddress": "0xf26e2d134ddF8eCcA0C879fEc9B089A8D2dA7539", - "amount": "101799992000000", - "delegatorRewardAmount": "102848144048471131410" - }, - { - "pAddress": "flare1scm2w37ru4pdqpgydjgf55p2v73xphfej4w6mu", - "cAddress": "0x5ddE6Fb49cd61eeeE47e021424C301B4486E6Cc1", - "amount": "221900690000000", - "delegatorRewardAmount": "224185421641046273414" - }, - { - "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", - "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", - "amount": "272624000000000", - "delegatorRewardAmount": "275430988472674867496" - }, - { - "pAddress": "flare1sjar8kl858zd4xgkg8pjwtpql40dkn4k5uzsr7", - "cAddress": "0x6d8db5a328F3Cf98007d2337D0957559ED77EE70", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1szzv8gv3eywf20uz3szd70tadq8l6w25qxpjug", - "cAddress": "0x57AbCDf21289B28F444e779Fe0C1155636C92368", - "amount": "161225642283000", - "delegatorRewardAmount": "162885652111144193861" - }, - { - "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", - "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", - "amount": "100000000000000", - "delegatorRewardAmount": "101029618989037967125" - }, - { - "pAddress": "flare1t5yhnqugrxjpzp0qqzgs0qn2xp0cucf0wv2m4h", - "cAddress": "0x62d1C35acD23342a06B7DDd412E44b111884f148", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1tcjr5nywx3yvp8ydwmv3nxg7alkyx42uyn8gfd", - "cAddress": "0x8F700383e44F99084956A11c4bD0C9e9F123BAcd", - "amount": "14000000000000000", - "delegatorRewardAmount": "14144146658465315397610" - }, - { - "pAddress": "flare1tsxsswdz2ntae5k8uft9a8lpj7jvhmj5y08e44", - "cAddress": "0xE7308b833F0cb4953C32cfbc3932B044789A7f1c", - "amount": "71800000000000", - "delegatorRewardAmount": "72539266434129260396" - }, - { - "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", - "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", - "amount": "100000000000000", - "delegatorRewardAmount": "101029618989037967125" - }, - { - "pAddress": "flare1urwdjwnjuwdwwaea8at3fhwka2fh73wkw0p2d6", - "cAddress": "0xBd6d2F9899855f6347fBe2F575DF42e81a86F2c7", - "amount": "461207989000000", - "delegatorRewardAmount": "465956674033704138627" - }, - { - "pAddress": "flare1v6mn9qh3k805snrsgdg09hdlgd538rnftvlh09", - "cAddress": "0x1f0FdDF0888E190787B7467ad32f81226935f3D9", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1vmq3cx2e2yj5xus2p9n4f78s5fyyfcj0apnytq", - "cAddress": "0x298D68804B1ae39Db335968F47B1d02c75A91156", - "amount": "74174990000000", - "delegatorRewardAmount": "74938709782157013211" - }, - { - "pAddress": "flare1wh3rh7qg22hemz6yjde6j9jfhaj948zqegh8az", - "cAddress": "0xB2145DA747954452FF580d92Ef421fc1643538C7", - "amount": "102500000000000", - "delegatorRewardAmount": "103555359463763916304" - }, - { - "pAddress": "flare1wjttgvjxw0f25sq92ydfsh7s5fqc6j4sxksv2c", - "cAddress": "0xdFcd9A8300C6eB249F0a542D585a1d3DDD842C60", - "amount": "101610000000000", - "delegatorRewardAmount": "102656195854761478396" - }, - { - "pAddress": "flare1wvlmdmn8k6a9uplzsydnulvfw6dnkafx4emdg0", - "cAddress": "0x6181C11eF2E136728ce2cF7E01200a0D4850bdD7", - "amount": "57108783000000", - "delegatorRewardAmount": "57696785874176486433" - }, - { - "pAddress": "flare1x6v2dvgnszkk6cylsynj89l6wnvtcjr38nwc8c", - "cAddress": "0x3e745FB691a9C7E549ea35432Fe530D74abD42A5", - "amount": "1600000000000000", - "delegatorRewardAmount": "1616473903824607474015" - }, - { - "pAddress": "flare1x72aj8qxfyvuppazp2z2afwl8y9xc7up57jtx3", - "cAddress": "0xB784471706b2Fcf03183955D3616af9088374282", - "amount": "100000000000000", - "delegatorRewardAmount": "101029618989037967126" - }, - { - "pAddress": "flare1xa6wkrej7305r6327459uf7434x78895j38vl9", - "cAddress": "0xAa7b02D9d1dfF5860B375f1AC942e3D4881559F2", - "amount": "100000002463000", - "delegatorRewardAmount": "101029621477397482826" - }, - { - "pAddress": "flare1xtxeldwnduqxd4ptxuks5urhyqrwh0qm7l0chu", - "cAddress": "0xC5B88a3588f1f7569B19c0976A42A5E4baec7740", - "amount": "50300000000000", - "delegatorRewardAmount": "50817898351486097464" - }, - { - "pAddress": "flare1yexnaz4k88gq2l0lls0jmx6r49hgvw8rrutye5", - "cAddress": "0xB7ceebB3C721a9982212c32152B4A2B5D5Ad1177", - "amount": "63000000000000", - "delegatorRewardAmount": "63648659963093919289" - }, - { - "pAddress": "flare1z29kscffyurnlvtlvy9vemkg6ekk44h5a5zc6w", - "cAddress": "0x4f860f352418e7e9E012345aFe1E5A9A9cc7eE16", - "amount": "52203255827000", - "delegatorRewardAmount": "52740750461890861065" - }, - { - "pAddress": "flare1zhm0mx2elpuxrqpdyzehjjtvf94acagpnvfn4x", - "cAddress": "0x14E99a51879b480Fa6c191f2d2F83133B5c578E7", - "amount": "236214684057000", - "delegatorRewardAmount": "238646795298946911510" - }, - { - "pAddress": "flare1zjwzn0wcr5hrhqwq29rl7ppxs6j03jc4hj5xk7", - "cAddress": "0x60F432c8Ad2800833c3840193d6ff5B62216B79b", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983563" - }, - { - "pAddress": "flare1zzhgvgtuqkaj9msdzhwc0p0z52tu5shfv2dve9", - "cAddress": "0x1101da007B4bD3ED52c69f896682FB263ABF925F", - "amount": "194450000000000", - "delegatorRewardAmount": "196452094124184327078" - } - ], - "totalStakeAmount": "88410214977062737", - "cChainAddress": "0xF70F15182D51C13e2c67D1076B8b352e0cA85A83", - "eligible": true, - "overboost": "0", - "rewardingWeight": "88410214977062737", - "cappedWeight": "88410214977062737", - "nodeRewardAmount": "108927443095994955795135", - "validatorRewardAmount": "44864344504538583824538" - }, - { - "nodeId": "NodeID-J9JZSkVJWCUYZ43n36q4fCixu7Tj4QR1P", - "bondingAddress": "flare19jsd4uuq8r74qpyyddf2veadymlmv8mgs2j9qd", - "selfBond": "4750000000000000", - "ftsoAddress": "0x58048528D3d3aea14Ec95eb5e98b18dE51780e27", - "stakeEnd": 1744520400, - "pChainAddress": [ - "flare19jsd4uuq8r74qpyyddf2veadymlmv8mgs2j9qd" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "FlareFTSO", - "BEB": "4750000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "50918292176691439", - "totalSelfBond": "4750000000000000", - "delegators": [ - { - "pAddress": "flare14cyrctgqy5jjjjzrsgcqapnjt5t0yencpl90gr", - "cAddress": "0x4CBC289fb8946D1684709113416Ccb26623Cf470", - "amount": "13290512370000000", - "delegatorRewardAmount": "13099857569855570697397" - }, - { - "pAddress": "flare170st6nazvuc6s9y6tm06mvlcu4xd5jz2qer3ry", - "cAddress": "0xeb3cb7473156F9eD3d9A6Ab1a6020dC772E1575C", - "amount": "121858377867000", - "delegatorRewardAmount": "120110297429514411012" - }, - { - "pAddress": "flare19wjqa2mmwgz896e93gdwx9y9fx7vuuqt2fsez5", - "cAddress": "0x57253A81FA56526e2b8877bd1df3094A5372680A", - "amount": "34575220531650572", - "delegatorRewardAmount": "34079232749020683182309" - }, - { - "pAddress": "flare1ag5mfdktcfrgax6l9lx0drkasa9gs47m3fx2xh", - "cAddress": "0x5482c9697f716E5eABbd3bF49c28f23C9e63AC37", - "amount": "50133252000000", - "delegatorRewardAmount": "49414081446257811155" - }, - { - "pAddress": "flare1gwx3xvuvnjvstxsfxjeqfq9mh5sz587vjxldgv", - "cAddress": "0x8ec0eCca951F4Cf3E4c976adD533Eb1100b50dA5", - "amount": "117352525822000", - "delegatorRewardAmount": "115669082645833166556" - }, - { - "pAddress": "flare1p5rf43etv8xhznme4pkx404ugkta6kcaay0agn", - "cAddress": "0xbdF6A7c644aBC3cC0a3670229473C215b9EFFCC6", - "amount": "281432835229867", - "delegatorRewardAmount": "277395630383201604282" - }, - { - "pAddress": "flare1ru5sdty7jztxfzvq440vknzxh6xsneaev24mv6", - "cAddress": "0x05dd03DB066C4109112a5715b539dcc0500d74C0", - "amount": "99999997000000", - "delegatorRewardAmount": "98565478983560387760" - }, - { - "pAddress": "flare1tkutjq0sn0yrqjpvfqxq3fznr7cm7kwthlrv7e", - "cAddress": "0xBeF030F26b1D0e6D32c5e42E6616a2b9bd409885", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1wrz27n0jsprg6w7laal7me8w27qmpdwrvp6e2r", - "cAddress": "0x3cb7ACC13cCc821A7D03d830F86365d923E6b29B", - "amount": "2109390000000000", - "delegatorRewardAmount": "2079130419505237048541" - }, - { - "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", - "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", - "amount": "222392287122000", - "delegatorRewardAmount": "219202029600355072738" - } - ], - "totalStakeAmount": "70668292176691439", - "cChainAddress": "0x9C1d660Ee6F1b6f0773163126A04cA53CD6635C5", - "eligible": true, - "overboost": "0", - "rewardingWeight": "70668292176691439", - "cappedWeight": "70668292176691439", - "nodeRewardAmount": "87068178453867666106308", - "validatorRewardAmount": "36880318374027190301570" - }, - { - "nodeId": "NodeID-JA63moobNNMLby4ENNUiJqVJA2cdpks5J", - "bondingAddress": "flare1zlpc6w6dyp5uxuk7x0h9e3r9yz462mgak4n286", - "selfBond": "3006022223441641", - "ftsoAddress": "0xAc2884A4479Bf7c21AA0462d52bc9c76c3a9A3dD", - "stakeEnd": 1753977655, - "pChainAddress": [ - "flare1zlpc6w6dyp5uxuk7x0h9e3r9yz462mgak4n286" - ], - "fee": 175000, - "uptimeEligible": true, - "ftsoName": "ACDTftso", - "BEB": "3006022223441641", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "9286655140598000", - "totalSelfBond": "3006022223441641", - "delegators": [ - { - "pAddress": "flare10888y29awckxr5v4j7769trxsdgm07d6zq6ky4", - "cAddress": "0xb0f2996a78b3d64915D4bc6495b606DE195366DA", - "amount": "1600000000000000", - "delegatorRewardAmount": "1626330452018659958608" - }, - { - "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", - "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", - "amount": "60000000000000", - "delegatorRewardAmount": "60987391950699748447" - }, - { - "pAddress": "flare10pc62jtlx5jl8w7prjmc72jdshyec706qgnyn7", - "cAddress": "0xCebbdFe33cbD84c15d7b232d45A6c99Ed8Ceaa0F", - "amount": "591510423820000", - "delegatorRewardAmount": "601244634340581079165" - }, - { - "pAddress": "flare13vmmdu457s62clu5364007muqcfxfnlz77farg", - "cAddress": "0xfB09e9edaC2C63a247fEA97F78e20f20092da0c5", - "amount": "204602205475000", - "delegatorRewardAmount": "207969248321357183365" - }, - { - "pAddress": "flare149ces568fcuafvxmx0cgyfumrp2yd3yw9sqqlw", - "cAddress": "0xA2f6079b7a12D1ab45e455E7544c08Ca3A6E2dE1", - "amount": "139300000000000", - "delegatorRewardAmount": "141592394978874582646" - }, - { - "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", - "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", - "amount": "700000000000000", - "delegatorRewardAmount": "711519572758163731891" - }, - { - "pAddress": "flare16j3uw9sw9zawuvfjr8dtwhtsql7l33kxl7yyr7", - "cAddress": "0x5F8b7483A56418A392e5F9a7b6fe39419537E027", - "amount": "50000000000000", - "delegatorRewardAmount": "50822826625583123706" - }, - { - "pAddress": "flare17d2fgwvwejszxacgnzs0nn3v6l0p6j7uqc0qas", - "cAddress": "0x1324CcC3228241F597a309D0b210C5BD201Ef882", - "amount": "60000000000000", - "delegatorRewardAmount": "60987391950699748447" - }, - { - "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", - "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", - "amount": "100000000000000", - "delegatorRewardAmount": "101645653251166247413" - }, - { - "pAddress": "flare1aeze7p55fvvc0q6cjdkzc8sj9yceavt3c2a58u", - "cAddress": "0x712e43A76006E9dFDb96dC6061f2Afb41D2c9fd0", - "amount": "78140000000000", - "delegatorRewardAmount": "79425913450461305728" - }, - { - "pAddress": "flare1c5ggrde88xj3p9t64dnkp0luk3keg6qwwkylfk", - "cAddress": "0xa9BFae928Ba1244D64fEa086d41bEeC356b200F5", - "amount": "799999997000000", - "delegatorRewardAmount": "813165222959960381769" - }, - { - "pAddress": "flare1d2m97jzw0ctp37gnqp45nvk2k2mva5hde79x0k", - "cAddress": "0x01DC70F44A217256CEa2d3750453Ba31083cAe97", - "amount": "76399998000000", - "delegatorRewardAmount": "77657277050977948000" - }, - { - "pAddress": "flare1dlrqyuzpqlhymansg3cwsyyqm9f8ypwc964ce6", - "cAddress": "0xf5a2e48509673e5ba699B1dD01C4edD7e456399d", - "amount": "113092978000000", - "delegatorRewardAmount": "114954096269297728930" - }, - { - "pAddress": "flare1ds4jm3c5997n60nlm3s6rvwt7jxwzd4m9w0v2m", - "cAddress": "0xad684610A736715625CFD18bB61FB9bc1E992952", - "amount": "224000000000000", - "delegatorRewardAmount": "227686263282612394205" - }, - { - "pAddress": "flare1dvs4r6tlc6ly4nkwwmwtaem90ts2t6jva2skck", - "cAddress": "0xC07DCB2E975b58E97d7b42C92c234Ac65F09F084", - "amount": "50000000000000", - "delegatorRewardAmount": "50822826625583123706" - }, - { - "pAddress": "flare1e27nq23zas405qqlnsu7f64ya2l8szywfmgn2e", - "cAddress": "0x3d2484624BdD85774287c7b299570A8B7a8E5732", - "amount": "54172165464000", - "delegatorRewardAmount": "55063651466185475058" - }, - { - "pAddress": "flare1gakn6kqtaf4rdz0w2w3wjuglf64c9mjwgkyw20", - "cAddress": "0xD15545227CD9a741164dBbBD6edA70f1e9f21144", - "amount": "532951000000000", - "delegatorRewardAmount": "541721525458623027250" - }, - { - "pAddress": "flare1h743n7jgmhgdpqfltvpxkytncltkas96x0awr3", - "cAddress": "0xB5b5aC6F6064F0De452149E9C7BAc376bF71f734", - "amount": "52011982000000", - "delegatorRewardAmount": "52867918872779003394" - }, - { - "pAddress": "flare1k3w57lssr285vpun0vymq2j7yx5n3llxyuuczs", - "cAddress": "0x42abbCbFe0142FebA470edB2c602136a3338F9c6", - "amount": "449444534539000", - "delegatorRewardAmount": "456840833133830061275" - }, - { - "pAddress": "flare1kf4lm906mcsvzr36zs4qwpv7tkr4xyzq8e8073", - "cAddress": "0xDfb01f4f929Ea5dA40EdB8b61c7Ab6F1d5a1f8C1", - "amount": "400000005000000", - "delegatorRewardAmount": "406582618086947652211" - }, - { - "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", - "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", - "amount": "67519998000000", - "delegatorRewardAmount": "68631143042274385230" - }, - { - "pAddress": "flare1l5xh6uv7c8s6pcatls55cudd6l4an3rxkl9xc0", - "cAddress": "0xaC5c79D8355e0E138b33e26B6bb14D6Edc619E2C", - "amount": "50000000000000", - "delegatorRewardAmount": "50822826625583123706" - }, - { - "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", - "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", - "amount": "217274155000000", - "delegatorRewardAmount": "220849734195701491712" - }, - { - "pAddress": "flare1lxtn3wuf3sxqd7asynfrhalyy5qeg20xjljy8q", - "cAddress": "0x9424285edA1E837670d5bF0e9072E15f14f3ebeB", - "amount": "210297987000000", - "delegatorRewardAmount": "213758762660202672333" - }, - { - "pAddress": "flare1lzf9a8dswn9ak359fj9vkvh5n4x0rx3f03qlkt", - "cAddress": "0x3ec56bbac1a865B3e9F0DeEC837f4013cc23E80b", - "amount": "55556000000000", - "delegatorRewardAmount": "56470259120217920412" - }, - { - "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", - "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", - "amount": "50000000000000", - "delegatorRewardAmount": "50822826625583123706" - }, - { - "pAddress": "flare1qqls05k0tqtman7mkgd3zk50tkjm4eaynw7m9f", - "cAddress": "0x1077AAb962611a457c1DfbA09B9B14641f08b599", - "amount": "205799000000000", - "delegatorRewardAmount": "209185737934367625514" - }, - { - "pAddress": "flare1r8grzm77y64mps07y9ldzmrq5kmtwp9vk2vhz2", - "cAddress": "0x1fD3595c20C68eAcFBA4c3623621Eda0603F85B8", - "amount": "100000000000000", - "delegatorRewardAmount": "101645653251166247413" - }, - { - "pAddress": "flare1rqgfcg28hlvfaucuzalc09eg4k66xhepnm87nd", - "cAddress": "0xEC6104654270B2667D0C9943135f9dAeEcb6A18B", - "amount": "50000000000000", - "delegatorRewardAmount": "50822826625583123706" - }, - { - "pAddress": "flare1sfnu6e5hnfmmgjfqhj5gvyzhe62vx5r9nu6qmz", - "cAddress": "0xA0BA1672aAEb5C764523466e8C3a28625B9A507d", - "amount": "100000000000000", - "delegatorRewardAmount": "101645653251166247413" - }, - { - "pAddress": "flare1u8sx6rjkmvrteru5qjsyvhrlt5j8zt4s7c233d", - "cAddress": "0x25586Ed29e382E443D301F14e7Db1C963eE13D92", - "amount": "50000000000000", - "delegatorRewardAmount": "50822826625583123706" - }, - { - "pAddress": "flare1utha5lrgjf4fxdc2aj2l8k886hjcg9yfqnn4vv", - "cAddress": "0x10e7640a6047CC7e8893531D533747a057f9988C", - "amount": "152790763300000", - "delegatorRewardAmount": "155305169463728175574" - }, - { - "pAddress": "flare1vnmyr49ffcgys549xfpyzq69z6f3905zlk63fc", - "cAddress": "0x467B9cf97fA72e40f19C980bbb1C0E67738985dC", - "amount": "856186976000000", - "delegatorRewardAmount": "870276844806605978462" - }, - { - "pAddress": "flare1vy2ldwuv3juq8wrgqmuk9pyzgr4y333tuneela", - "cAddress": "0x47D842d98283DD9ebA05Df987Ca2A4F266620daA", - "amount": "179604977000000", - "delegatorRewardAmount": "182560652143256890898" - }, - { - "pAddress": "flare1xr8tx94xvcwdw038670s974dg7vl2h7v8x0a9x", - "cAddress": "0x28580DDd4b31d9A547619289D29BD531D2981967", - "amount": "400000000000000", - "delegatorRewardAmount": "406582613004664989654" - }, - { - "pAddress": "flare1xvk5tpucytc5lvvzln4pde8kx0ehmmvqx9gt53", - "cAddress": "0x45e7460fe74b056F729A3a969510d999A708A55f", - "amount": "95999995000000", - "delegatorRewardAmount": "97579822038836934959" - }, - { - "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", - "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", - "amount": "50000000000000", - "delegatorRewardAmount": "50822826625583123707" - }, - { - "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", - "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", - "amount": "60000000000000", - "delegatorRewardAmount": "60987391950699748449" - } - ], - "totalStakeAmount": "27292677364039641", - "cChainAddress": "0x9B3123201B4646B18fd0FDDBa53DdC9714eb38D1", - "eligible": true, - "overboost": "0", - "rewardingWeight": "27292677364039641", - "cappedWeight": "27292677364039641", - "nodeRewardAmount": "33626448722922756154065", - "validatorRewardAmount": "24186967440078907722297" - }, - { - "nodeId": "NodeID-JF4XWnC9PjZVXQuqLcpQvxztdMez3CpkR", - "bondingAddress": "flare1jydtvp2t78fue2cjn4d65gmwj8j52mekfwgfa2", - "selfBond": "3000000000000000", - "ftsoAddress": "0xC8c1F188a891b8627e2cBcdc8a67A2Ed01aB8f10", - "stakeEnd": 1739224206, - "pChainAddress": [ - "flare1jydtvp2t78fue2cjn4d65gmwj8j52mekfwgfa2" - ], - "fee": 180000, - "uptimeEligible": true, - "ftsoName": "Tailwind FTSO", - "BEB": "3000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "938135527156000", - "totalSelfBond": "3000000000000000", - "delegators": [ - { - "pAddress": "flare1klhekfvtcaseue3rg0y4wh470p08m8xpq58lqf", - "cAddress": "0x49E381A012b6249B5955102f762b5476A211d25f", - "amount": "88135527156000", - "delegatorRewardAmount": "89042987279686890179" - }, - { - "pAddress": "flare1l2aq4rm257gre8lakvmfc3xr2ylk2k264asghx", - "cAddress": "0x118F9A9cdD8FE49e8185FeA852046DB9B43005ea", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983562" - }, - { - "pAddress": "flare1nq5fh5c53fpprrrst706vdjkuzq49s600q3rrs", - "cAddress": "0x8e5D34F6C5a44aa1cFDD47efBBfe8c877839f3CC", - "amount": "800000000000000", - "delegatorRewardAmount": "808236951912303737007" - } - ], - "totalStakeAmount": "18938135527156000", - "cChainAddress": "0x40b40bb3561A027c00e8D0d078723186137f259b", - "eligible": true, - "overboost": "0", - "rewardingWeight": "18938135527156000", - "cappedWeight": "18938135527156000", - "nodeRewardAmount": "23333080691113833772397", - "validatorRewardAmount": "22385285942427324161649" - }, - { - "nodeId": "NodeID-JFiAG1SiqUFh3EnkY8oXcXUg8RuT2guZp", - "bondingAddress": "flare1tg3829ausf9kr3h4j235mjatc765mxzgk4k0ha", - "selfBond": "3250000000000000", - "ftsoAddress": "0xF33A0Ac50f2E85737af577ea68583f264C7A1f78", - "stakeEnd": 1741485600, - "pChainAddress": [ - "flare1tg3829ausf9kr3h4j235mjatc765mxzgk4k0ha" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Knot Nodes", - "BEB": "3250000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "27917187999110000", - "totalSelfBond": "3250000000000000", - "delegators": [ - { - "pAddress": "flare1070s4sllz6fxeyxvdf2yfy2dgf7knwmwsqth54", - "cAddress": "0x7134c37F325A0783111bd3b12182b7bEe3E925C3", - "amount": "139034729110000", - "delegatorRewardAmount": "145605266487723109097" - }, - { - "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", - "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", - "amount": "200000000000000", - "delegatorRewardAmount": "209451649123615297699" - }, - { - "pAddress": "flare1qrs9dkfezlc88unk05djn47kxflt94kla4c57f", - "cAddress": "0xf299ad5AA6be2751C67b1De62047EC75457D5918", - "amount": "27578153270000000", - "delegatorRewardAmount": "28881448410926619282374" - } - ], - "totalStakeAmount": "46167187999110000", - "cChainAddress": "0x46628966E739Ed1b78007Eb58b5fcE048069872e", - "eligible": true, - "overboost": "0", - "rewardingWeight": "46167187999110000", - "cappedWeight": "46167187999110000", - "nodeRewardAmount": "56881139187138651299120", - "validatorRewardAmount": "27644633860600693609950" - }, - { - "nodeId": "NodeID-JGAJGcDbg1kqnfwCpDiJ5VeNGkSDRxGra", - "bondingAddress": "flare1pmu9ewm75dm0pgyu7rc5yy3nnl62ztgew28ky7", - "selfBond": "1000010000000000", - "ftsoAddress": "0x27Cb5f4EbA81976617b75953053D33EF2002daDF", - "stakeEnd": 1741438853, - "pChainAddress": [ - "flare1pmu9ewm75dm0pgyu7rc5yy3nnl62ztgew28ky7" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Linden Services", - "BEB": "1000010000000000", - "boostDelegations": "5000000000000000", - "boost": "5000000000000000", - "selfDelegations": "424886000000000", - "normalDelegations": "5999997300000000", - "totalSelfBond": "1424896000000000", - "delegators": [ - { - "pAddress": "flare1s3gn9sky9y729c0glactcth2wxxpqv89klrkqu", - "cAddress": "0xEcB4b9c9C6d33b4C5B98041DCEc84258bB04d233", - "amount": "5999997300000000", - "delegatorRewardAmount": "6283546646111195762181" - } - ], - "totalStakeAmount": "12424893300000000", - "cChainAddress": "0x6A72bB44A97eE50B86af12F855A78f6dEFafe7c2", - "eligible": true, - "overboost": "0", - "rewardingWeight": "12424893300000000", - "cappedWeight": "12424893300000000", - "nodeRewardAmount": "15308319952176226965673", - "validatorRewardAmount": "9024773306065031203492" - }, - { - "nodeId": "NodeID-JHnfNSNgSThSJEFG8aq99FRAE4a7Ko7UP", - "bondingAddress": "flare1p9crt0tnvmsljspl8tee75748wzfj4lexdgpa3", - "selfBond": "5471900000000000", - "ftsoAddress": "0xC7cF3238D2ca63d01Ad4d42B4cCB9dB8b0adE702", - "stakeEnd": 1742305236, - "pChainAddress": [ - "flare1p9crt0tnvmsljspl8tee75748wzfj4lexdgpa3" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Bushido FTSO", - "BEB": "5471900000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "45242882670000000", - "totalSelfBond": "5471900000000000", - "delegators": [ - { - "pAddress": "flare18s69upav4nh63rpd7sxh0fts4tpppqgvfm3e4g", - "cAddress": "0x7123B64F6A9e131eB8a291881fa76698c97F912A", - "amount": "39100077550000000", - "delegatorRewardAmount": "38539179876276459653733" - }, - { - "pAddress": "flare1a0jsr5t2ledd0k8gt2djhvwrxggd39ze06sepf", - "cAddress": "0x06dbbb6C74887A9A572DeF99b9142DE772fa3c27", - "amount": "283985000000000", - "delegatorRewardAmount": "279911183888799483845" - }, - { - "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", - "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", - "amount": "1750530120000000", - "delegatorRewardAmount": "1725418449292047914898" - }, - { - "pAddress": "flare1v8j90nxva9y89hagd9za8v7ps9a4gua828kw7f", - "cAddress": "0x24ee85804ebae72Db31DeBD94C8c9C50efA849cb", - "amount": "4058290000000000", - "delegatorRewardAmount": "4000073097044125771770" - }, - { - "pAddress": "flare1wy5pnkdkf82n249nnlu3w8cyh778w5053cj58z", - "cAddress": "0x2c233a4533DADDD3125dDd3Fe81198eFc1459C94", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422989" - } - ], - "totalStakeAmount": "65714782670000000", - "cChainAddress": "0x576982fdca921513fbFe3fF31c0Ca31dad7b1d80", - "eligible": true, - "overboost": "0", - "rewardingWeight": "65714782670000000", - "cappedWeight": "65714782670000000", - "nodeRewardAmount": "80965115306067501488308", - "validatorRewardAmount": "36371249958595806241073" - }, - { - "nodeId": "NodeID-k4QG8eJ9bYu717nbj8Ki8VykK8g1VWK9", - "bondingAddress": "flare1d3u7xvk2gwr0zfhcf5mf8gspt49zpzpc8qy4lf", - "selfBond": "3000000000000000", - "ftsoAddress": "0xD3956F862a4960bB4937e596a2BaeCFfCbb4b3e0", - "stakeEnd": 1742655656, - "pChainAddress": [ - "flare1d3u7xvk2gwr0zfhcf5mf8gspt49zpzpc8qy4lf" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Aternety", - "BEB": "3000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "13335493850000000", - "totalSelfBond": "3000000000000000", - "delegators": [ - { - "pAddress": "flare1s7xtqvvjrc27e2qx7gt552dngjvcfp8mu7va2q", - "cAddress": "0x6549eDd41D5f73Fd3bB2Ba61e0C4085850b7Fcf9", - "amount": "13285493850000000", - "delegatorRewardAmount": "13094911041431289069897" - }, - { - "pAddress": "flare1xlxtxyejdksecsspt53ly57vmaqhps44k29raw", - "cAddress": "0x9819Cf3102021c000dD24B87C879E658493ecD94", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422989" - } - ], - "totalStakeAmount": "31335493850000000", - "cChainAddress": "0x728dae51E719C19D2f022e2C6cE5961A85D26DA4", - "eligible": true, - "overboost": "0", - "rewardingWeight": "31335493850000000", - "cappedWeight": "31335493850000000", - "nodeRewardAmount": "38607475664620029710763", - "validatorRewardAmount": "25463281882218478217877" - }, - { - "nodeId": "NodeID-K9g6YJEhWiN2TF1RsFTA8SEXFAJWvikhu", - "bondingAddress": "flare1fkeu3chg8yyrkaqxxyahanyqyqz6ym7e60j98v", - "selfBond": "10000000000000000", - "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", - "stakeEnd": 1749240000, - "pChainAddress": [ - "flare1fkeu3chg8yyrkaqxxyahanyqyqz6ym7e60j98v" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Last Oracle", - "BEB": "10000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "51000002000000000", - "totalSelfBond": "10000000000000000", - "delegators": [ - { - "pAddress": "flare12ml0aau2shclr92200yhpk773lsc7hmm2k2kjn", - "cAddress": "0xf35A0A2C4464432A05aAfFaC3dC28d059535044D", - "amount": "51000002000000000", - "delegatorRewardAmount": "51161604353692675840040" - } - ], - "totalStakeAmount": "61000002000000000", - "cChainAddress": "0x1b33846CC78D10755597A7Db258dC8e07baB3A1d", - "eligible": true, - "overboost": "0", - "rewardingWeight": "61000002000000000", - "cappedWeight": "58431901915800000", - "nodeRewardAmount": "71992107162903800615716", - "validatorRewardAmount": "20830502809211124775676" - }, - { - "nodeId": "NodeID-KB4zWTTeK5gHYKYmjftGGQ8nHy9NQbGax", - "bondingAddress": "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53", - "selfBond": "15000000000000000", - "ftsoAddress": "0x6df84895f1f1f6F6767C59324F94089d4097051A", - "stakeEnd": 1739350850, - "pChainAddress": [ - "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53" - ], - "fee": 20000, - "uptimeEligible": true, - "ftsoName": "Kiln", - "BEB": "15000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "65985206757854290", - "totalSelfBond": "15000000000000000", - "delegators": [ - { - "pAddress": "flare10d28pv63zqyszqtv7jj27ml9693mqy5zp88ag2", - "cAddress": "0x2E7eF81929CC91CB20DAe97faF6030589A12e2dc", - "amount": "7133136278202640", - "delegatorRewardAmount": "8612742433853940349061" - }, - { - "pAddress": "flare10dhh0tngfrhjapxgptyj4g8tdjhe5adqnn7djd", - "cAddress": "0x19E860ba9fE51677355F1d1ecbCfC9a48f311768", - "amount": "5937875000000000", - "delegatorRewardAmount": "7169551510700526130065" - }, - { - "pAddress": "flare10sldmvk9crnjpcysu0mlq09g2cymp3efrxq80h", - "cAddress": "0x147447ea1DEe52D0BAa4B539C15BBF3a26Cb2817", - "amount": "5084518893630312", - "delegatorRewardAmount": "6139186176033104624999" - }, - { - "pAddress": "flare126cy0ttt4zpl34ryrs6q9nlxkqyk8znwmm0zyu", - "cAddress": "0x11E062F804c185b77425E116DAd00e75F71B766A", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", - "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", - "amount": "143871185808111", - "delegatorRewardAmount": "173713976390007926290" - }, - { - "pAddress": "flare12egnu5lxqmpdlrxvv8q24temw2v25xguhr5ph0", - "cAddress": "0xa8883bd05Ad05EEE15458471f5554aF7E398b3e4", - "amount": "66699997000000", - "delegatorRewardAmount": "80535387534272877211" - }, - { - "pAddress": "flare12em33gjdt8d4lrp3684893nmwr07mnagthsc4q", - "cAddress": "0x5b16c6480F73AF75d61ECbca76833dDB8b81BD8e", - "amount": "500000000000000", - "delegatorRewardAmount": "603713576885714681604" - }, - { - "pAddress": "flare12mya4dkr0lkx442ez4trusuu83qp0vmdmxdvfw", - "cAddress": "0x4d9409E4A1388bF7E7523EA6F2B91b8be8D84d17", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", - "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", - "amount": "911291000000000", - "delegatorRewardAmount": "1100317498387519635828" - }, - { - "pAddress": "flare13dpptdpq4fjs9jppejgwfvxrc8xycelc9vasef", - "cAddress": "0x265d3E6cF862AdD040C041B1D3128B2C9CD45bA9", - "amount": "84267200000000", - "delegatorRewardAmount": "101746505452287792435" - }, - { - "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", - "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", - "amount": "150000000000000", - "delegatorRewardAmount": "181114073065714404481" - }, - { - "pAddress": "flare13ucdu4j8rk9u2npfktm9cuvfup6la8ksx5nntc", - "cAddress": "0x970e3F0362c5b527D3981c31488B3E69169F7309", - "amount": "70000000000000", - "delegatorRewardAmount": "84519900764000055424" - }, - { - "pAddress": "flare14cfv74wfa3cflc8e98w7a3xmxd65w98pk4600r", - "cAddress": "0xF43FC73ca1e6Ac81bb8e85a1b91c1DCb63e5C428", - "amount": "305225996000000", - "delegatorRewardAmount": "368538155607329683729" - }, - { - "pAddress": "flare14papcn6uhsplzvyeyptrlquqdgpk8ejvjlc9en", - "cAddress": "0x876cB26f9277BB9B5070CEE87D956D68429fBEA1", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare155afpnfdrwtzcs6n9p8m6eg0n3uylxcfaa3uwt", - "cAddress": "0xc4110A0b4b458648f5DC5C0Ed135C76F04D362f9", - "amount": "2274146972000000", - "delegatorRewardAmount": "2745866805659874466454" - }, - { - "pAddress": "flare1575m2hwnx06p7avs805jrd0mzqxcrkyxaudn2z", - "cAddress": "0xf2608cb4a9065558d7C08dcab32690663b7AeBE4", - "amount": "56070000000000", - "delegatorRewardAmount": "67700440511964044395" - }, - { - "pAddress": "flare15qs8445t04v52xqp50f5fm5qws9u5ejhumj89w", - "cAddress": "0x87ea6E21AaCc22B7aBabBCb6b1F5Fc53521D4515", - "amount": "50500000000000", - "delegatorRewardAmount": "60975071265457182842" - }, - { - "pAddress": "flare15tnld02asqunnvdtd8hadtq5qm9tfmjd3474kh", - "cAddress": "0x339EdA42B857675CF1b9484a997A4AA4763D46b0", - "amount": "563360001184371", - "delegatorRewardAmount": "680216162778714151596" - }, - { - "pAddress": "flare165qs863k9axl4pnv0a62vpefsv3sxjtcpg4fln", - "cAddress": "0x5dE3750c78975bCc54ff75aefCCcaf58e76c5414", - "amount": "550959052628000", - "delegatorRewardAmount": "665242920759229199207" - }, - { - "pAddress": "flare16ckadjnlx0dvvsvc55zxn8u0vy7gy7gejzq9v8", - "cAddress": "0x123FF9CcD89DCbBaF9C6b46632E7109AA5439781", - "amount": "103356432182000", - "delegatorRewardAmount": "124795362733482024507" - }, - { - "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", - "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", - "amount": "100000000000000", - "delegatorRewardAmount": "120742715377142936320" - }, - { - "pAddress": "flare16tf77nj8gv2fqy8njtpq925xkgg3p6xcmhnc23", - "cAddress": "0x190D96D02dAe21259c26b192582537f4CEF7A280", - "amount": "1100199990000000", - "delegatorRewardAmount": "1328411342505055047688" - }, - { - "pAddress": "flare170ukr56jzmhznlxhgy76h9vt7xfy0wqhcf0faz", - "cAddress": "0xFB2BF6FeE9b96f8D9AF0F0f426Dc0f5c0308A7Ba", - "amount": "1145220370744000", - "delegatorRewardAmount": "1382770172688489033169" - }, - { - "pAddress": "flare17pp3e2zk08cftq4qmp5jc0xfmhjnwttdqpldwq", - "cAddress": "0x02Ed2C0F754abb7e087A5c0FE361DEcA2B291255", - "amount": "475536410974000", - "delegatorRewardAmount": "574175575217017527722" - }, - { - "pAddress": "flare17zzak09a445rgprtfe44g5j485mygpg9elvupk", - "cAddress": "0xC413715893819FD3dCb7CD26836CB5c5f031C445", - "amount": "582934993000000", - "delegatorRewardAmount": "703851539431758099442" - }, - { - "pAddress": "flare18h4rz33ut8xgzlgak5460jax4qresxd786ml6u", - "cAddress": "0x0cD5f79aFF1A153bF477A47ca7D6d5f66D814E7E", - "amount": "1157503981000000", - "delegatorRewardAmount": "1397601737257928651975" - }, - { - "pAddress": "flare18zun9lnzju2au64xhwyy8dmy79km4yka3ztcuq", - "cAddress": "0x13be88DAAf43Dd38C3e0cd9357B66c2b352e1f25", - "amount": "518004989000000", - "delegatorRewardAmount": "625453289507670575803" - }, - { - "pAddress": "flare1947a00pt8hydptmfxaempxqaydd74ytt9uwqyn", - "cAddress": "0x68883EEDB488fF5540d9E6620EB3eB57A3E3866D", - "amount": "204491741732000", - "delegatorRewardAmount": "246908881689230983101" - }, - { - "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", - "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", - "amount": "60185995000000", - "delegatorRewardAmount": "72670204639751478796" - }, - { - "pAddress": "flare19g2ty8rhxw9w5p46skmnzeumxcxs4elnz9q90f", - "cAddress": "0x1347e2a53f74A8794833d31260F7742684FfB894", - "amount": "61900000000000", - "delegatorRewardAmount": "74739740818451477582" - }, - { - "pAddress": "flare19q3qxhl7j7p8qx35a023egnkxz96mcqc8gaw7p", - "cAddress": "0xD9Ae66C00683da404c6FF3323954Ec8F55a022da", - "amount": "122399998000000", - "delegatorRewardAmount": "147789081206768646513" - }, - { - "pAddress": "flare1a45tmc3sxcczqjdkhgsyqdv8p4e6krmh56lrwn", - "cAddress": "0xF3835081637ca330fd84cc79029AF30469BEEA75", - "amount": "128559255588000", - "delegatorRewardAmount": "155225936065592565636" - }, - { - "pAddress": "flare1a8amhgxqehcdyu35fajf5wag8hqntzk4t060em", - "cAddress": "0x387dA3C6147EB2baB0296cEf916cCDEE9A0F4653", - "amount": "475163418215000", - "delegatorRewardAmount": "573725213631640805029" - }, - { - "pAddress": "flare1ant94p79v6c7h6dg8828sy4a72twsyp56tmjnu", - "cAddress": "0xD5172A7090F25729555316e9699DB987a2D83924", - "amount": "251998688540940", - "delegatorRewardAmount": "304270059259120095974" - }, - { - "pAddress": "flare1azr5ae49dyfc364mhgzyu8j8evdk7456qjc64a", - "cAddress": "0x505B6F62E4eed5C5E78c3c97Cac48e5B1A778dbC", - "amount": "477596971000000", - "delegatorRewardAmount": "576663551344385890209" - }, - { - "pAddress": "flare1c7na8egg0gu67k4ncl986yh2qzqkeetxpt5hnx", - "cAddress": "0x05f0a1cb45615Dc5bbCDdee2394A7dc6d26b5556", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1c9q4w8dh4dp8u9urshat04t0uhq6gsrasfwanz", - "cAddress": "0x55F446942dFC92B889Ae4D4eC71862937f6F7f95", - "amount": "50005000000000", - "delegatorRewardAmount": "60377394824340325307" - }, - { - "pAddress": "flare1cdxdpmhluspkycgulne05dnyj9vzdtx3xc08cw", - "cAddress": "0x52Fe377b0eB5D41EB23e05372359DBbFf3ef0bAD", - "amount": "52000000000000", - "delegatorRewardAmount": "62786211996114326886" - }, - { - "pAddress": "flare1crmxy4hy57rsmul97t28y0v592juvv0msvyvlm", - "cAddress": "0x8CD847c6f791CF2978E2115C5FdE007805eB0868", - "amount": "88700383000000", - "delegatorRewardAmount": "107099250984125678974" - }, - { - "pAddress": "flare1d6ne62qkzmjd9e0uyk09c6s5ytzt8qx3k6nrmh", - "cAddress": "0x50F510E44944D9180404f188E5f84330E8619DFb", - "amount": "170000000000000", - "delegatorRewardAmount": "205262616141142991745" - }, - { - "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", - "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", - "amount": "960000000000000", - "delegatorRewardAmount": "1159130067620572188681" - }, - { - "pAddress": "flare1etw45e26ev3d5xqdgxnvzltp7ue6k2ljqgnsaz", - "cAddress": "0x40C6F299E5c29B4C5118a4b403A1EC1A12804429", - "amount": "1000000000000000", - "delegatorRewardAmount": "1207427153771429363209" - }, - { - "pAddress": "flare1eucktmsyqxa7jhdxrzqjfw9445r82taqu5wyal", - "cAddress": "0x501073d5a69C2B8535a175cc249d5c24a7878369", - "amount": "272720183310000", - "delegatorRewardAmount": "329289754710015773775" - }, - { - "pAddress": "flare1ew05wlu453rv6l6ju9paqehxtd2su9vds3m77w", - "cAddress": "0xeA04b9A96145146f9094B7BA0F26E4Eb7Bf0C4dc", - "amount": "52829992000000", - "delegatorRewardAmount": "63788366874327383086" - }, - { - "pAddress": "flare1f98lycafk0eh9afnwy8f27nv98rpnygc5afj9j", - "cAddress": "0x8382ABe3d32D56538A918282b1fe432BC318D459", - "amount": "196414998000000", - "delegatorRewardAmount": "237156801993160990831" - }, - { - "pAddress": "flare1fl47j924l8at8p6xmdedkeqjahq3aj7vdzftuh", - "cAddress": "0x09f9b5D5C3BFbBe4c3f3E822316f3f2277c45d39", - "amount": "100000986251000", - "delegatorRewardAmount": "120743906203380770546" - }, - { - "pAddress": "flare1fxfn9t4vak3nfkwd753qw3rw0wg98amwn0juxr", - "cAddress": "0xD66cCff56C9c267c58768939eC5D0cbf7404C4B2", - "amount": "3067482842439000", - "delegatorRewardAmount": "3703762077688815681966" - }, - { - "pAddress": "flare1gsfgyh3nl6829ya4cev2xr0h9q38j64wg42rqt", - "cAddress": "0xf88ED04c5556853862b79F37bB3C062dB8b5ebA6", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1gx2cty25nrwfnf3fq745kvxmccgee8m8d0wx38", - "cAddress": "0x62779e2649723399467F5B4ddB651d9690B0B51A", - "amount": "906099900000000", - "delegatorRewardAmount": "1094049623289576768861" - }, - { - "pAddress": "flare1heuac5la4uyy8lyj5nfjtyyvdzqffuva9r282z", - "cAddress": "0xee44F2C20126315B1C6fDAa53478c1F53Ab7Ecb3", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1hjaa5j74wtld2uxxp4pcgs52ec603nztcgx5c6", - "cAddress": "0x1E469fC96772a8c107BAE097c6a4B3D8F1085723", - "amount": "52959998000000", - "delegatorRewardAmount": "63945339648880591532" - }, - { - "pAddress": "flare1jhkcxrxwg9ccs42a5ny4n88l030dggldhjfhd2", - "cAddress": "0x863671C69CD0338F64144bD6686eBB2dEE798022", - "amount": "158649983000000", - "delegatorRewardAmount": "191558297419575654358" - }, - { - "pAddress": "flare1k3ssv0z4kwleq5js3jxdpzlg8awx94pn0p463e", - "cAddress": "0x86c8B049F5DcE391f29C4DABAb8871C9445efc3E", - "amount": "124493000000000", - "delegatorRewardAmount": "150316228654466555714" - }, - { - "pAddress": "flare1k423e2dpeeaufejfyft76gj9aj45qwq2xll5yc", - "cAddress": "0xf97de5062dAe00007bB01e2B90bE6e21c630e35A", - "amount": "67401500000000", - "delegatorRewardAmount": "81382401304924996224" - }, - { - "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", - "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", - "amount": "827043683987170", - "delegatorRewardAmount": "998595001401266144111" - }, - { - "pAddress": "flare1lfjvd62kjh78v8fj6ym2gc7gpp8c4jv55kx6rv", - "cAddress": "0x2b60989A14D4B702ea125b02ee5edb3058Ca3b35", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1lgsscqg2wjndz7tnp59cxszzd576mjg4n8ykpu", - "cAddress": "0x0A90265aff98cA7146F42422f2Ef46545867bA27", - "amount": "3884441900000000", - "delegatorRewardAmount": "4690180627307483241342" - }, - { - "pAddress": "flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c", - "cAddress": "0xAbC938CA4645A8029A0A4C5076995F10D96665e6", - "amount": "1948239450000000", - "delegatorRewardAmount": "2352357213978714968294" - }, - { - "pAddress": "flare1mer7ga5mr8lnzff82y4r3aytjgd3969eewytzd", - "cAddress": "0x0F899ff63c14c77C623F2e9e3D3D8466322de112", - "amount": "135940000000000", - "delegatorRewardAmount": "164137647283688107634" - }, - { - "pAddress": "flare1mtde72fqjpp9d2swkakuwqnnhxw9xnjpu5ff7p", - "cAddress": "0x6fF871dA0a43E4D86afa03926ab35D16B07C3FC4", - "amount": "399998000000000", - "delegatorRewardAmount": "482968446654264202425" - }, - { - "pAddress": "flare1mx5g7pun645hk5ar2h8nfra0rmc8je474nvxlv", - "cAddress": "0xA5f4892106142837200642d36fa9E85DBDC73aba", - "amount": "580963500385166", - "delegatorRewardAmount": "701471105715147689962" - }, - { - "pAddress": "flare1n4yy6g9u0zwharw9dtg4cuw0jh0q67rca0w6yx", - "cAddress": "0x31020689920A94A7Bb8Bd6B843fBA902Ae28D87c", - "amount": "464519216774058", - "delegatorRewardAmount": "560873115781634458791" - }, - { - "pAddress": "flare1n7sl9y248wk8ftlhx2xvdmgjefke3gns95l8kz", - "cAddress": "0x85a2D90dEc38E6800E00156C04eDc072DbE87d30", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", - "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", - "amount": "150000000000000", - "delegatorRewardAmount": "181114073065714404481" - }, - { - "pAddress": "flare1p4cq794jh7878x7xlkx5hk9xdcp45fhg5asupr", - "cAddress": "0x7F2779B85c08800FcA441AD30E8642e9fbf1A04A", - "amount": "54532566467828", - "delegatorRewardAmount": "65844101518100851158" - }, - { - "pAddress": "flare1p7uy6uusc8whkh653cudzhs8pnd4zl4anm7u3q", - "cAddress": "0x04c95ee6Add9D8d366A0E74847F45Cbad47f0043", - "amount": "72720000000000", - "delegatorRewardAmount": "87804102622258343292" - }, - { - "pAddress": "flare1pfv2enrud7vd3ewps3tg4ws70p853png3la02h", - "cAddress": "0x5e0aF4930d85Fb0BDc32Fc36913B78169E05fA63", - "amount": "190115000000000", - "delegatorRewardAmount": "229550013339255293386" - }, - { - "pAddress": "flare1pq7dxee9l6k8rmfdyfvfljfe3tqhzr7hdr6sdh", - "cAddress": "0x165046605f46Ae09A45a2514fEe685947c776286", - "amount": "50719390600488", - "delegatorRewardAmount": "61239969433768613444" - }, - { - "pAddress": "flare1pvkwh9jkgh4k8qzzsc6l98cc4293zlxn00tnlv", - "cAddress": "0x7752292451acEDD09Dba1D644C386B14c11A3fF4", - "amount": "65913244968000", - "delegatorRewardAmount": "79585441767551228696" - }, - { - "pAddress": "flare1q0dts0zp2nvd8c4wpnfg5nzrplln9ctdrydgcz", - "cAddress": "0xF555324e7f9fe9c66b53785560048F8b330cFD52", - "amount": "290000000000000", - "delegatorRewardAmount": "350153874593714515330" - }, - { - "pAddress": "flare1qgndsx2n0534ashazxec7n97fw8lr2yljr77zz", - "cAddress": "0xADe8fd1564fB4d3Bd90bA848aA5C60441BddDC01", - "amount": "123164131501000", - "delegatorRewardAmount": "148711716744982474187" - }, - { - "pAddress": "flare1qqjlxk8t69dunqs3gjrzul9yxqzxxwvyx6m63k", - "cAddress": "0x5c09776dA2d00117a0EF9146A18ACB1A878167eF", - "amount": "56000000000000", - "delegatorRewardAmount": "67615920611200044339" - }, - { - "pAddress": "flare1qt966dfs459ln47ydczn5lxsn7p5yp3dnqeppu", - "cAddress": "0xc0D45a47961973e713B1af755d887f2C8745428e", - "amount": "122974324732206", - "delegatorRewardAmount": "148482538898370983008" - }, - { - "pAddress": "flare1qt9yuyyft8t3rsz3t6wlcte07mc3x00d78shed", - "cAddress": "0x8642da39286ea52a323AF34Ce9674169fbe3122f", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468160" - }, - { - "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", - "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", - "amount": "100000000000000", - "delegatorRewardAmount": "120742715377142936321" - }, - { - "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", - "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", - "amount": "1447558600000000", - "delegatorRewardAmount": "1747821560315355009007" - }, - { - "pAddress": "flare1sngak4p78qkgcgs8kacq6t3u0ntadwljg6hnku", - "cAddress": "0x3706743104600beDC75DB84e0b980303FC1691FF", - "amount": "100000000000000", - "delegatorRewardAmount": "120742715377142936321" - }, - { - "pAddress": "flare1u9upe3h2hf3qmlcvwqgnjyd4efnepq3avvsfj5", - "cAddress": "0xe3FdD31f86226C13397157293EFBb8D76073edB5", - "amount": "151376079000000", - "delegatorRewardAmount": "182775588216049039228" - }, - { - "pAddress": "flare1ut5lfd0uvw8fr6aq0ujh5c3s087vsv0wyaulah", - "cAddress": "0x4d7C30D081BA7aCe555c73a3A69b5d49105Ad926", - "amount": "198121000000000", - "delegatorRewardAmount": "239216675132349356868" - }, - { - "pAddress": "flare1uzynr5a5drk5cuqan6x76l95gwgf4drh9de33e", - "cAddress": "0x17D42C9a35F850349BEa06F17dD0EeCb47294f66", - "amount": "10365382067026000", - "delegatorRewardAmount": "12515443766942618444378" - }, - { - "pAddress": "flare1vttndy8j7dk4vc00wkf2cv02qle6qurevwlzfp", - "cAddress": "0xA33e93c7767e3b3847A7B6eAE658E3080EF6b01c", - "amount": "4612762383168000", - "delegatorRewardAmount": "5569574555332453708592" - }, - { - "pAddress": "flare1wldwzrrsv2lya8gvvyv2sr0s69wcue7x3rgfve", - "cAddress": "0xA715a9518aE38C245264942020fAB8b706Dd4e86", - "amount": "51002000000000", - "delegatorRewardAmount": "61581199696650440382" - }, - { - "pAddress": "flare1xfh92x2emegn7k5ekgmy5aepef0sdhsfc28mtl", - "cAddress": "0x4f36492264fD0D5150Ad38a9065A57371D52752e", - "amount": "194105670290000", - "delegatorRewardAmount": "234368457009150197997" - }, - { - "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", - "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", - "amount": "221699975525000", - "delegatorRewardAmount": "267686570439346301268" - }, - { - "pAddress": "flare1ypfe832wmes0t3dvk7aw8qf0fj7afwlymkkg54", - "cAddress": "0x2187407A23E1a8b5458C08a395F1A63D20007eD5", - "amount": "150000000000000", - "delegatorRewardAmount": "181114073065714404482" - }, - { - "pAddress": "flare1z38kd8ayem6pr9cw070zm85xqv478txsj7rhxa", - "cAddress": "0x64c26e0e2306399EaA9Be44F30ADd7fDaE5ce86b", - "amount": "52999000000000", - "delegatorRewardAmount": "63992431722731984821" - }, - { - "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", - "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", - "amount": "196000000000000", - "delegatorRewardAmount": "236655722139200155190" - }, - { - "pAddress": "flare1zpa4rtduf397hug79kcz7tx8qdhvq3zmh73gj4", - "cAddress": "0x43257fC9254e02778bA78a41378aF96721aD54ad", - "amount": "60181996000000", - "delegatorRewardAmount": "72665376138563546851" - }, - { - "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", - "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", - "amount": "50000000000000", - "delegatorRewardAmount": "60371357688571468161" - } - ], - "totalStakeAmount": "80985206757854290", - "cChainAddress": "0x36A65098AF668a74F42c9b5551911B43DB4489A2", - "eligible": true, - "overboost": "0", - "rewardingWeight": "80985206757854290", - "cappedWeight": "80985206757854290", - "nodeRewardAmount": "99779324176761971675617", - "validatorRewardAmount": "20106993790106679881648" - }, - { - "nodeId": "NodeID-KH2o8xGFLYtCwseWgRbpDAf1n4zAcMNfN", - "bondingAddress": "flare166shgvtk73nd4ypgawzuzp685cymtxhuat0la2", - "selfBond": "10000000000000000", - "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", - "stakeEnd": 1743969600, - "pChainAddress": [ - "flare166shgvtk73nd4ypgawzuzp685cymtxhuat0la2" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Last Oracle", - "BEB": "10000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "137111359960000000", - "totalSelfBond": "10000000000000000", - "delegators": [ - { - "pAddress": "flare10yljv356a3zj8c4a3nctvx32xe7kjasyte0gfu", - "cAddress": "0x8d17Aa0eCe992dF87F10DACa223AF0CB5834d188", - "amount": "3111359960000000", - "delegatorRewardAmount": "3121218843784380042847" - }, - { - "pAddress": "flare12ml0aau2shclr92200yhpk773lsc7hmm2k2kjn", - "cAddress": "0xf35A0A2C4464432A05aAfFaC3dC28d059535044D", - "amount": "134000000000000000", - "delegatorRewardAmount": "134424602245992432756480" - } - ], - "totalStakeAmount": "147111359960000000", - "cChainAddress": "0x57AB4d0c9C0F975A8156Cd7CB057Db9c358CC583", - "eligible": true, - "overboost": "0", - "rewardingWeight": "147111359960000000", - "cappedWeight": "140917971705684000", - "nodeRewardAmount": "173620597440649844097230", - "validatorRewardAmount": "36074776350873031297903" - }, - { - "nodeId": "NodeID-KiAUisCU8UvXGnMRiUvoeyWneSdUm987", - "bondingAddress": "flare1uzwl6dnjppwyqsg47ws3djywv02nyl0yx4hwlk", - "selfBond": "2000000000000000", - "ftsoAddress": "0x1e68DC808A240C096F0261144dc41fd4c883Cfb0", - "stakeEnd": 1742295600, - "pChainAddress": [ - "flare1uzwl6dnjppwyqsg47ws3djywv02nyl0yx4hwlk" - ], - "fee": 180000, - "uptimeEligible": true, - "BEB": "2000000000000000", - "boostDelegations": "6000000000000000", - "boost": "6000000000000000", - "selfDelegations": "0", - "normalDelegations": "19250730362000000", - "totalSelfBond": "2000000000000000", - "delegators": [ - { - "pAddress": "flare1glawqc9yamjx8nd2le4ylqa0hw85p2k0c7fnhq", - "cAddress": "0x34d0354c1eB84bB560C4F1576C9bb9d44B53F0AB", - "amount": "18777212130000000", - "delegatorRewardAmount": "18970545871702420533425" - }, - { - "pAddress": "flare1j5r9j5tfcrhqzu0dauv43j8skmjcx6r64u576n", - "cAddress": "0xfFF9A77C90D9d148f1e82aED77Eb9D3328d454FA", - "amount": "473518232000000", - "delegatorRewardAmount": "478393665633228855743" - } - ], - "totalStakeAmount": "27250730362000000", - "cChainAddress": "0x868822C4A79ee2a18bedfdd5f1EF3b23B190cf1e", - "eligible": true, - "overboost": "0", - "rewardingWeight": "27250730362000000", - "cappedWeight": "27250730362000000", - "nodeRewardAmount": "33574767142022788730755", - "validatorRewardAmount": "14125827604687139341587" - }, - { - "nodeId": "NodeID-KRkND3cB1bYaWt71CSQdCUjRSR95d3cNz", - "bondingAddress": "flare18ukwkqu2fdzdd0xpvkea93fvhj7jkej7yg2w7j", - "selfBond": "6000000000000000", - "ftsoAddress": "0x47B6EfFE71ABD4e8CdCC56f2341BEb404f804b87", - "stakeEnd": 1746975600, - "pChainAddress": [ - "flare18ukwkqu2fdzdd0xpvkea93fvhj7jkej7yg2w7j" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "AlphaOracle", - "BEB": "6000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "34010250207131009", - "totalSelfBond": "6000000000000000", - "delegators": [ - { - "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", - "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", - "amount": "15510651970000000", - "delegatorRewardAmount": "15288148866348011250755" - }, - { - "pAddress": "flare163kfjxf3ums8ymn3xpgynunnzswhlwft7h5cfu", - "cAddress": "0x69E131d6864006CBE9D5bD0dff723cCcACb9ea20", - "amount": "696241864754049", - "delegatorRewardAmount": "686254149466525589925" - }, - { - "pAddress": "flare17tslsqlu9lml80sfq2z556c7s0n899528lwfhc", - "cAddress": "0x6fd29097e92e6145053344c3CFB57fF30A502B8D", - "amount": "155686000000000", - "delegatorRewardAmount": "153452656213925511706" - }, - { - "pAddress": "flare1c0q5rtnxg34687xl3rw55navaq0ylsxcmmm5m8", - "cAddress": "0x31Ef126FA2938312CF401A86A8108511f3f4f5Dd", - "amount": "322630000000000", - "delegatorRewardAmount": "318001814384715310573" - }, - { - "pAddress": "flare1d5jsm0k02vq9a0fhsatcxlxfq05umzyfwr9g8t", - "cAddress": "0x50f747c6A02EA53B7986cE21c18Bb848eFDFcdd4", - "amount": "518999999000000", - "delegatorRewardAmount": "511554850285669131211" - }, - { - "pAddress": "flare1d6ne62qkzmjd9e0uyk09c6s5ytzt8qx3k6nrmh", - "cAddress": "0x50F510E44944D9180404f188E5f84330E8619DFb", - "amount": "2000000000000000", - "delegatorRewardAmount": "1971309638810496919525" - }, - { - "pAddress": "flare1euck9fjr669p6jky44ejhulfujatxjhdzntem4", - "cAddress": "0xf3047172Be67e3f44A1a56804cd2773DCE1D770A", - "amount": "55000000000000", - "delegatorRewardAmount": "54211015067288665286" - }, - { - "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", - "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", - "amount": "1029215000000000", - "delegatorRewardAmount": "1014450724954172793514" - }, - { - "pAddress": "flare1gmaqu5hl56jsmtnh4ml5s2axlj0fwfwegavt7c", - "cAddress": "0x97c85cd206Ed78Af692ab0d1a2b54caD4aA108E1", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1h633pvzzyk4s7u02clmrhzenpfwwuux89qkuf3", - "cAddress": "0x3B4E212c25d4469B4BEE5b5F8537B9874e69c305", - "amount": "193402309219775", - "delegatorRewardAmount": "190627918166575346771" - }, - { - "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", - "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", - "amount": "50200000000000", - "delegatorRewardAmount": "49479871934143472680" - }, - { - "pAddress": "flare1hvc02e7dt78t2q2d0xu4jftmar737xvqga8d2k", - "cAddress": "0xE8b570A7A02cBEE7E743c4cb1679A21Cce615BF2", - "amount": "12200000000000000", - "delegatorRewardAmount": "12024988796744031209107" - }, - { - "pAddress": "flare1memewxae3q3jrs2jelga03j2czjcf3dvmdwk20", - "cAddress": "0xA37836409eeE8CaEF6649DC79a5867EdFE815Dee", - "amount": "50942108113640", - "delegatorRewardAmount": "50211334372872476481" - }, - { - "pAddress": "flare1nvlgd0urwk6fk762xs2sp47wkze3rp2jthw9ue", - "cAddress": "0x401104ff35a3536a8D1a908e6b228a0C71a5cA01", - "amount": "733990000000000", - "delegatorRewardAmount": "723460780895258316981" - }, - { - "pAddress": "flare1scm2w37ru4pdqpgydjgf55p2v73xphfej4w6mu", - "cAddress": "0x5ddE6Fb49cd61eeeE47e021424C301B4486E6Cc1", - "amount": "56279320000000", - "delegatorRewardAmount": "55471982990850187746" - }, - { - "pAddress": "flare1sexs75rx3e35ea802k24n00693tqn5y230vxu8", - "cAddress": "0x6F7522d342970BFE0243D27210c1017862f2bfB0", - "amount": "225085003000000", - "delegatorRewardAmount": "221856117982794807782" - }, - { - "pAddress": "flare1t4ktqy4tj0ak3sruxuqqy3py76utszq3w0hf2a", - "cAddress": "0x143A3f9E08FECed1A5111a3827761B807954DC24", - "amount": "111110000000000", - "delegatorRewardAmount": "109516106984117156365" - }, - { - "pAddress": "flare1uc7w3we2gzfnkp0tu6a29f97cs653y6sahqf2q", - "cAddress": "0xE37ccbfa8923F0b993020C5A3E026A9C28e133b3", - "amount": "50816633043545", - "delegatorRewardAmount": "50087659265318128365" - } - ], - "totalStakeAmount": "55010250207131009", - "cChainAddress": "0x9Ba3d6247b9C541c54627a5dAbC8e5e9dD51587d", - "eligible": true, - "overboost": "0", - "rewardingWeight": "55010250207131009", - "cappedWeight": "55010250207131009", - "nodeRewardAmount": "67776397791684057940967", - "validatorRewardAmount": "34254030765847029243206" - }, - { - "nodeId": "NodeID-KtTdea6FeDDy5pERrZKHkkhtJFCbJNv1a", - "bondingAddress": "flare1u8x2r8t9544dp7p7xs9hgp6amakhpmqskp4fz4", - "selfBond": "6000000000000000", - "ftsoAddress": "0xe3a76233885E355cFaF141D7dd3D92705C9db4D5", - "stakeEnd": 1764719535, - "pChainAddress": [ - "flare1u8x2r8t9544dp7p7xs9hgp6amakhpmqskp4fz4" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "uGaenn", - "BEB": "6000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "1127975000000000", - "normalDelegations": "5700825001000000", - "totalSelfBond": "7127975000000000", - "delegators": [ - { - "pAddress": "flare15yhw476z9wvqfyqrhexjz7vw3fle9rjjn9vh0e", - "cAddress": "0xf234B4DCd1d51D46f75a60AB4a8C96794eC68Fd2", - "amount": "3068705001000000", - "delegatorRewardAmount": "3024683873568637794120" - }, - { - "pAddress": "flare1jg7tn5nfullxlpd07qf4rw79kkc0qfgc0kd0rc", - "cAddress": "0x49D424510DCAeCb1D7e26214aC23D2528C67C54c", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1nxcdh44fhts76k5udku5u27xyr5z3fh6tljp9k", - "cAddress": "0xf3158314781157942afe279c7977E5227a019f2D", - "amount": "2517120000000000", - "delegatorRewardAmount": "2481011459021339003038" - }, - { - "pAddress": "flare1qs2mu6pde3zu7kxccc0f5nve7vguhujap4z9xk", - "cAddress": "0xBECb518a60aEF9f23d44EAF8B268455CBf84B784", - "amount": "65000000000000", - "delegatorRewardAmount": "64067563261341149885" - } - ], - "totalStakeAmount": "27828800001000000", - "cChainAddress": "0x781deF0a0845ac75F10Bb65028EAFEb6E73eece8", - "eligible": true, - "overboost": "0", - "rewardingWeight": "27828800001000000", - "cappedWeight": "27828800001000000", - "nodeRewardAmount": "34286988549063041445555", - "validatorRewardAmount": "28667942912241461075524" - }, - { - "nodeId": "NodeID-KzPd2Vx5WomGtur91B9K9R7to3mYyYga", - "bondingAddress": "flare1dkeqvpd68stg3rgclmayr900jtmxqx9yp2y29d", - "selfBond": "3000000000000000", - "ftsoAddress": "0x9e55a49D251324B1623dc2A81894D1AfBfB8bbdC", - "stakeEnd": 1750680043, - "pChainAddress": [ - "flare1dkeqvpd68stg3rgclmayr900jtmxqx9yp2y29d" - ], - "fee": 180000, - "uptimeEligible": true, - "ftsoName": "FTSOCAN", - "BEB": "3000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "3465840933583450", - "totalSelfBond": "3000000000000000", - "delegators": [ - { - "pAddress": "flare107gdqwg3u9apqlnwhda0s9h34ua07hxf5jymgl", - "cAddress": "0xDC17aDE3DDF495a2D8332BA21dE799861eF5469c", - "amount": "500000000000000", - "delegatorRewardAmount": "505148094945189835628" - }, - { - "pAddress": "flare1de75gtan6lsfcy4k2tfw28p5xgc6jru2dky5rt", - "cAddress": "0xf09499EECE42dCC1635b02fD0e366232372bbCA0", - "amount": "100000000000000", - "delegatorRewardAmount": "101029618989037967125" - }, - { - "pAddress": "flare1m6ca2hr5jdnfam68qyhffkp6hcttmyd927zmg8", - "cAddress": "0x47A214613f68ae4f3428EF9503cF38B9Ff323275", - "amount": "100000000000000", - "delegatorRewardAmount": "101029618989037967125" - }, - { - "pAddress": "flare1tyjl9gq87ndcfxxdlmfwsna6h9k68w3hrspmjl", - "cAddress": "0x7eb71527EF0191A3172E2568ce13B6AbEDB5faCA", - "amount": "200000000000000", - "delegatorRewardAmount": "202059237978075934251" - }, - { - "pAddress": "flare1v69de8q444ytcx4cv7a4xe90zx8ydxqmu6dv73", - "cAddress": "0xDAF7346b32a4860d1E44e73770180b2a9A9736Fa", - "amount": "100000000000000", - "delegatorRewardAmount": "101029618989037967125" - }, - { - "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", - "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", - "amount": "2365840933583450", - "delegatorRewardAmount": "2390200081086058321164" - }, - { - "pAddress": "flare1wez9zay6r57q4epedjcvzsex84j29wjv3yk6fm", - "cAddress": "0x8D49051A66516BE80220CFACf3753622dE799be0", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983563" - }, - { - "pAddress": "flare1wm000ujygyzdfq9pgcu04v7r26s6qgsnykmf8l", - "cAddress": "0xeBB68135bcC10E36acD4DEC2D5EA5F3BC089E4F0", - "amount": "50000000000000", - "delegatorRewardAmount": "50514809494518983563" - } - ], - "totalStakeAmount": "21465840933583450", - "cChainAddress": "0x5F4E1FB306d4c071b962afcAeD7beE2287E84679", - "eligible": true, - "overboost": "0", - "rewardingWeight": "21465840933583450", - "cappedWeight": "21465840933583450", - "nodeRewardAmount": "26447386960966231758734", - "validatorRewardAmount": "22945861071000755799190" - }, - { - "nodeId": "NodeID-LcbbZYhBHn8HVjTzPASuHtFVAckcdctWS", - "bondingAddress": "flare1dcl0rtm5yqhr6ws37cp72z8rzh4vcjec52gecg", - "selfBond": "12007000000000000", - "ftsoAddress": "0x35149714467F2FE71b46eEb4d11689ED8728Bd25", - "stakeEnd": 1754402400, - "pChainAddress": [ - "flare1dcl0rtm5yqhr6ws37cp72z8rzh4vcjec52gecg" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "Ugly Kitty", - "BEB": "12007000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "7315945229194000", - "totalSelfBond": "12007000000000000", - "delegators": [ - { - "pAddress": "flare10gme3436wm39vz59dukskf788z2d438ggc9wsv", - "cAddress": "0x7adc29263d105b54e185585379F1Fa4992Fc0481", - "amount": "1711489000000000", - "delegatorRewardAmount": "1686937381209069281150" - }, - { - "pAddress": "flare12nkuaak09hdze3et8chqgpluf38k2cxk5h95tc", - "cAddress": "0x73eEB273b13E4572684943321FcAd7bb2EdFaD92", - "amount": "50574995000000", - "delegatorRewardAmount": "49849487563146343826" - }, - { - "pAddress": "flare15xgrpc2uy297ftmxpgjxmfajlgfffepy0877cj", - "cAddress": "0xbe303CC50e4A001e74ac26E186365B8488d52195", - "amount": "900010000000000", - "delegatorRewardAmount": "887099194012917666271" - }, - { - "pAddress": "flare183vl0vxxu3h0jt4l603czg8sha6axyztsu2c5v", - "cAddress": "0x7fAD02560Ac4a7d1308787A2C9D0A12D6947feF6", - "amount": "138820946440000", - "delegatorRewardAmount": "136829534892983869087" - }, - { - "pAddress": "flare184mqtd7n9redsz7l2catn2qcxxhkr57xj3ukzc", - "cAddress": "0x363ADC334cd10bffD48e07b8F8a74A6cB761aD0a", - "amount": "1162030000000000", - "delegatorRewardAmount": "1145360469793480867698" - }, - { - "pAddress": "flare19emalwkx07ut2dju36ylpz6gr5d5fn69k2qmcp", - "cAddress": "0xAb251CFb507D82a4FD5C97e0CC3d7BAFf61700AF", - "amount": "350009000000000", - "delegatorRewardAmount": "344988057685211608153" - }, - { - "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", - "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", - "amount": "491000004000000", - "delegatorRewardAmount": "483956520270596271364" - }, - { - "pAddress": "flare1ascezmxu33twsh53spwg4purvqlmp0e2wzetp8", - "cAddress": "0xD6ed3a61908B3249FdE2e85f25D21aE86571ea3C", - "amount": "55311000000000", - "delegatorRewardAmount": "54517553716123697557" - }, - { - "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", - "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", - "amount": "1520000286754000", - "delegatorRewardAmount": "1498195608136439742573" - }, - { - "pAddress": "flare1uwk8mrywg5jwvv9kfz446glm37z2uhqhn8hh20", - "cAddress": "0x424559e59a6A2CE7742637677087C8e03A01D143", - "amount": "621700000000000", - "delegatorRewardAmount": "612781601224242967435" - }, - { - "pAddress": "flare1v9qwukcxjg4xf0gwp3fzdyy95q2fzqlvz0979r", - "cAddress": "0xFdAC058d47dc99A70f076523c95a5c97b3805bBB", - "amount": "264999997000000", - "delegatorRewardAmount": "261198524185426383621" - }, - { - "pAddress": "flare1wffcpf8llxm8rsdmjslhgcvz86w72wjmyaumz8", - "cAddress": "0x09eae10D1e9c2B0B1eA1Dea096Eb22336409F325", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422989" - } - ], - "totalStakeAmount": "19322945229194000", - "cChainAddress": "0xb6379cD18Bd767a56e323A2E6d33e709dA5b945C", - "eligible": true, - "overboost": "0", - "rewardingWeight": "19322945229194000", - "cappedWeight": "19322945229194000", - "nodeRewardAmount": "23807192612823399222615", - "validatorRewardAmount": "16596195939163498100891" - }, - { - "nodeId": "NodeID-LxpVHRQAYXPRf7q5oz1iT4N1z9XHz5rHU", - "bondingAddress": "flare13hfwcxp6ezyek0vcvy5lxf2jx229k6mpw6v4fz", - "selfBond": "29999900000000000", - "ftsoAddress": "0xf26Be97eB0d7a9fBf8d67f813D3Be411445885ce", - "stakeEnd": 1741093213, - "pChainAddress": [ - "flare13hfwcxp6ezyek0vcvy5lxf2jx229k6mpw6v4fz" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Stakeway", - "BEB": "29999900000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "119186823487800000", - "totalSelfBond": "29999900000000000", - "delegators": [ - { - "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", - "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", - "amount": "50010000000000" - }, - { - "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", - "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", - "amount": "200000000000000" - }, - { - "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", - "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", - "amount": "900000000000000" - }, - { - "pAddress": "flare1ph472gs98ffps5482zqteyx065qe8a9wjn2xlv", - "cAddress": "0x0eF4C65A4484B7af02A9f0032e6321811Ea24072", - "amount": "100000000000000" - }, - { - "pAddress": "flare1emay48fsya00n4mhdtk2xumv0rzugtfmv097yr", - "cAddress": "0xAfE914E3780d90e47082BE65E8bee7E6F4659d83", - "amount": "300000000000000" - }, - { - "pAddress": "flare123l344hlugpg0r2ntdl6fn45qyp0f5m2xakc0r", - "cAddress": "0x4485B10aD3ff29066938922059c5CB1e5e8Ee8b6", - "amount": "150000000000000" - }, - { - "pAddress": "flare1qg4mn7335rcwwcd977k6ryd6rpq8f23rc5cwq7", - "cAddress": "0x8E49f1bA4fefb3a0CE0B89FF000b3d01d9076158", - "amount": "50887456250000000" - }, - { - "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", - "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", - "amount": "1830974089000000" - }, - { - "pAddress": "flare10z4pkvu0w0rq642pldhv8vfh8a8802ch35tg7p", - "cAddress": "0x72F1C8601C30C6f42CA8b0E85D1b2F87626A0deb", - "amount": "60410050148800000" - }, - { - "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", - "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", - "amount": "3252783000000000" - }, - { - "pAddress": "flare1qu7tn92afd2dmt2sy082z0uaq5350nfrc8chsk", - "cAddress": "0x6Cc6ff8C9f6254C2d78322A509e7763Dd1Bf77cc", - "amount": "1105550000000000" - } - ], - "totalStakeAmount": "149186723487800000", - "cChainAddress": "0xe2e529f3D651Ad039c80cABc6dA7Ed9426786089", - "eligible": false, - "overboost": "0", - "rewardingWeight": "149186723487800000", - "cappedWeight": "149186723487800000", - "burnedRewardAmount": "183808266246285309523312" - }, - { - "nodeId": "NodeID-MfzBQ6MbriE31UWm9NjSnEgLiR1cAkEnN", - "bondingAddress": "flare1hyzua978eknc9v3xgmfe320ajz8mq6rpl3uf73", - "selfBond": "29990100000000000", - "ftsoAddress": "0xB7fD410Bb86f427b2d2C75eFe6e35e621465913b", - "stakeEnd": 1763146808, - "pChainAddress": [ - "flare1hyzua978eknc9v3xgmfe320ajz8mq6rpl3uf73" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Ankr", - "BEB": "29990100000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "167587803746106839", - "totalSelfBond": "29990100000000000", - "delegators": [ - { - "pAddress": "flare10qcmv60jply7nr8h0cdsrzl940s2gvq0ywukns", - "cAddress": "0x0D427bC706E0D318916d6106195fC794B0Afc70c", - "amount": "104700000000000", - "delegatorRewardAmount": "116097817040695702954" - }, - { - "pAddress": "flare10tvznuj5hsg3fxy5uy7d3g58vdwzrd8gv9u5vw", - "cAddress": "0xDC0cB9060b36374E6C21fE18f0dc8cede76f04e4", - "amount": "152000000000000", - "delegatorRewardAmount": "168546974118297486619" - }, - { - "pAddress": "flare10zrrnjfmemqx3kasfsnpg4exh2h3nqdsvcrrsg", - "cAddress": "0x15489Dd3330d2feb0d1a4b6A919Be452bE04fC25", - "amount": "444846953000000", - "delegatorRewardAmount": "493273736012463805724" - }, - { - "pAddress": "flare1252flqpaytgn3seqlv87azq72sx6a95y03cvxw", - "cAddress": "0xA05DDCa55D496bcC9eE2217e047A50Ba446e1A1f", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1262uu9p8amxk4r26wfx2djnxwquw4ugl0xmmfg", - "cAddress": "0x97B8853E6f46EE7d70e23C07Cb1dB02ad79afF6F", - "amount": "444366990000000", - "delegatorRewardAmount": "492741523437866829300" - }, - { - "pAddress": "flare12nc5fr4nddvng09zfrt8u6ryydude8xtjzwlnk", - "cAddress": "0xC655aAfB646C43c4860A54E9C1Df6F9a8A9d5Ca1", - "amount": "100299994000000", - "delegatorRewardAmount": "111218819031469692093" - }, - { - "pAddress": "flare12raqg59aq5rugcwxk3xkt8zm66d9pm9j686wth", - "cAddress": "0xE3f7cdB87DdCAe894b258f3a5691992ea6Da68e2", - "amount": "238320370515553", - "delegatorRewardAmount": "264264324481236703479" - }, - { - "pAddress": "flare13h97x95e26zrd8wu86au3d05p8244xln35wz8k", - "cAddress": "0x98F3F8e945895E2A8B58de8594965B0548e76374", - "amount": "5000000990000000", - "delegatorRewardAmount": "5544309456927577698759" - }, - { - "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", - "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", - "amount": "317913794008000", - "delegatorRewardAmount": "352522421121816674899" - }, - { - "pAddress": "flare14cuxup6nmmq85dj98s6m9hwcvl0d6x95rxz8t0", - "cAddress": "0x5134Da103A0312b1B166a99a53319EFeF04BAC1d", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare14fm6gcxr75snmgyf4egy62tj4cm07xy2s87ldu", - "cAddress": "0x586C271Af5856E9051F3c1d066cD37A891ccF331", - "amount": "51750000000000", - "delegatorRewardAmount": "57383591517249308766" - }, - { - "pAddress": "flare15altelke796kccywmjmxs3j4z2rkzqfk75959v", - "cAddress": "0x20c507483DE398447AbCB8766E7C3514bb789518", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare15t3u4vr4q0vzs42sjgy8qqcq7wfga3gddryt53", - "cAddress": "0x8158124b0884b7FA4f62164a9FD262217103E2f0", - "amount": "144999975000000", - "delegatorRewardAmount": "160784914693939359226" - }, - { - "pAddress": "flare15w55mr8zc6ffpmm3wp9dsudt249fn8x8x5akq2", - "cAddress": "0x62073ca865c20Df245304878D7844c7157ef63b2", - "amount": "60600000000000", - "delegatorRewardAmount": "67197017312952813744" - }, - { - "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", - "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", - "amount": "250000000000000", - "delegatorRewardAmount": "277215417957726129308" - }, - { - "pAddress": "flare1656cut7t5zsz6q9ts3fus2wzjj4j9rnu9uqp0q", - "cAddress": "0x48a2fE7fca245944d6b165FF194e19d025a71eB7", - "amount": "947490000000000", - "delegatorRewardAmount": "1050635345443063721032" - }, - { - "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", - "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", - "amount": "308560000000000", - "delegatorRewardAmount": "342150357460143897837" - }, - { - "pAddress": "flare168yx7vky80efjcm22p30sxz4ra8f06zhufnud4", - "cAddress": "0x5C9e865772D9e5868B87857caE7905ca22509378", - "amount": "300000000000000", - "delegatorRewardAmount": "332658501549271355169" - }, - { - "pAddress": "flare16g3vvvx54t3eqe3x5lsrgtnvlhwn94xdha3gft", - "cAddress": "0x0dC7690F69B12a154ACb18878Ad0d714f6B01345", - "amount": "673320082471000", - "delegatorRewardAmount": "746618832326115567109" - }, - { - "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", - "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1782a0tdkxtagswlxypzhg9hmtgl4mfq3n45mxv", - "cAddress": "0x58BF55d02549D5201829964Fdec4154320D2CE5C", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare17aruz5sumh86x75nvf9gs0czhh37x9wma34k42", - "cAddress": "0x71fF589DB84B081184f43e6C9713839Ea7c848dE", - "amount": "284624996000000", - "delegatorRewardAmount": "315609748909424510893" - }, - { - "pAddress": "flare17cd3sctlytdhzl28fgk4f0ywyalhu6352neasv", - "cAddress": "0x3CA6f96562186C48C91Fe9eC3B98aA1deEC835B1", - "amount": "93566447068000", - "delegatorRewardAmount": "103752246923100314158" - }, - { - "pAddress": "flare17k8esxllxgvtyxzju09hrtwduh2y7lvl7tmwqs", - "cAddress": "0x8563DeA7DEd87AdF87Ffd4190F4Da58d5A46Da85", - "amount": "304770000000000", - "delegatorRewardAmount": "337947771723904769717" - }, - { - "pAddress": "flare17lu4skxn580urcvy2k7yuxetn93upw4glzqyvy", - "cAddress": "0x6E381a5De1Be8d49A9564e3456796D97E55B9255", - "amount": "52499982000000", - "delegatorRewardAmount": "58215217811612394198" - }, - { - "pAddress": "flare17tsggcwyfr60eeadz2ayu9h52sqppdkr6f044v", - "cAddress": "0xc70338eC91e514c1199E1Fa695e1C51db30328Cd", - "amount": "57184532807402096", - "delegatorRewardAmount": "63409736651685095964987" - }, - { - "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", - "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", - "amount": "667026476406000", - "delegatorRewardAmount": "739640093783034546785" - }, - { - "pAddress": "flare17ytc5wyw2lnlsltgwjd70se2e4lcz0tc9lnlh6", - "cAddress": "0x9E84bF36d1500f55D534789C4aD5587fE0C9211D", - "amount": "1364220000000000", - "delegatorRewardAmount": "1512731269945156560499" - }, - { - "pAddress": "flare18ft4yqfl8xrtdgst2rc6qj9hdezllgn7tfrnc6", - "cAddress": "0xbf2c003207BFEaE6d9356e67A85A58e2B80Aa9dF", - "amount": "1288881987589000", - "delegatorRewardAmount": "1429191835550677666886" - }, - { - "pAddress": "flare18gxsyfscpsgl44ynyj847y6uzrf93yn8rkv3kp", - "cAddress": "0x721adB015B110147F790Cd03afd3E2AF4e1A8F68", - "amount": "2506000000000000", - "delegatorRewardAmount": "2778807349608246720185" - }, - { - "pAddress": "flare18hmk9pc2lz4lqx77p5h23glgrc0nwh3vfwzh9u", - "cAddress": "0xe3822d4500D20c6e2f89cef98667EE902a90c001", - "amount": "9000000000000000", - "delegatorRewardAmount": "9979755046478140655096" - }, - { - "pAddress": "flare18rtskfjwg6fmfffhgws4fgnl3cpp0zmsctxw8n", - "cAddress": "0xDCA19F0298b4b66a3F2Ff1C1D930a1c58c51A727", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare18yghhdndrn5csj4xhxqpqynjqfrmhupweh8myc", - "cAddress": "0xD60AFDF0f3a9e086920E1FfeB83120051c6dA35F", - "amount": "50530000000000", - "delegatorRewardAmount": "56030780277615605255" - }, - { - "pAddress": "flare1923nf6vz4dhk4m38tf9flx6mrmp83f260454ed", - "cAddress": "0x5d85732e7ec7076EbB58A870ae971F3D72Abf723", - "amount": "50773997000000", - "delegatorRewardAmount": "56301339198957330465" - }, - { - "pAddress": "flare193z4xzc0vl6a0psc3p7p80l4jjs7633s3xc0fj", - "cAddress": "0x885dF9549A8035142AD8f20C7473bE2F13899450", - "amount": "500000000000000", - "delegatorRewardAmount": "554430835915452258616" - }, - { - "pAddress": "flare19fznmy29pz0szfcgpvnj65jya59k7epu7ykr83", - "cAddress": "0x9e7c1683fF4c6d84A827c35C4Eb422eEDEa8cCE9", - "amount": "167325899395000", - "delegatorRewardAmount": "185541276543749434702" - }, - { - "pAddress": "flare19mslxef3w9pexlch2j00pvvrttvfsptu0smy0z", - "cAddress": "0x31f2953ef2d549072efB6c585A8f02Cec92F35f9", - "amount": "710816891533319", - "delegatorRewardAmount": "788197606711282824616" - }, - { - "pAddress": "flare19rhn68cuclqc932ahts3q99pmrg8hw2qmrp6fz", - "cAddress": "0x0C45C81f5b4fc9E76bc5b32b7b73336Ec17669ba", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare19wjqa2mmwgz896e93gdwx9y9fx7vuuqt2fsez5", - "cAddress": "0x57253A81FA56526e2b8877bd1df3094A5372680A", - "amount": "13000000000000000", - "delegatorRewardAmount": "14415201733801758724029" - }, - { - "pAddress": "flare1antlfgq8zes0scsrpjgz8qkwdccvy45sljut9y", - "cAddress": "0xfd2855C20b8C69eE341e6e5b4E680ec4B7eF8580", - "amount": "1809000000000000", - "delegatorRewardAmount": "2005930764342106271674" - }, - { - "pAddress": "flare1c0x67kq7h2dqg92z5x2xsq4dlgly2a3wm3w7jn", - "cAddress": "0xc52EC0C9ea713427bA3068FfD5679eb5af101Aa0", - "amount": "149014226036000", - "delegatorRewardAmount": "165236163808867259701" - }, - { - "pAddress": "flare1cdu7mu3km0tatjr3supk5jpktsmf4v5fjftqpp", - "cAddress": "0xa577589dd03241515E7567eCa17E73a4f48a6E46", - "amount": "201491983000000", - "delegatorRewardAmount": "223426737129904191860" - }, - { - "pAddress": "flare1cjmzvf832ndr6l2a6swnx0flr940czld6zfp9v", - "cAddress": "0x4ac3A72102EA9f8ce1d729DdF07F01dea3E32559", - "amount": "66898966000000", - "delegatorRewardAmount": "74181699282518839047" - }, - { - "pAddress": "flare1cvptyqagz8622hyszp8gz2dkpuj4ahm8q2zwuc", - "cAddress": "0xc3c8557F3DeC8d6147699Dfb8079bc6bdA35646d", - "amount": "202605268597466", - "delegatorRewardAmount": "224661216858735608018" - }, - { - "pAddress": "flare1cynahrede94lpnvtdvdvkmps5fz6zc0r4ffdg5", - "cAddress": "0x4cC6B7AAf57e0d0FF192737b6539db3BaC8Ea236", - "amount": "800000000000000", - "delegatorRewardAmount": "887089337464723613786" - }, - { - "pAddress": "flare1d9w0tutzurqu676f32fqag4ksx4dl037qrdmpl", - "cAddress": "0x040a9f50fe3802b31653Caafe9600470D764ad78", - "amount": "902534000000000", - "delegatorRewardAmount": "1000785360124233577556" - }, - { - "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", - "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", - "amount": "377472068942858", - "delegatorRewardAmount": "418564309437447972609" - }, - { - "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", - "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", - "amount": "757784000000000", - "delegatorRewardAmount": "840277633126710148686" - }, - { - "pAddress": "flare1dhg5s3vax4ulspd7e837v7ux4g9szws8ec0vmg", - "cAddress": "0x17Ff553CB867e1eCA1AcbBaCcE3D60BD7F64344d", - "amount": "54750000000000", - "delegatorRewardAmount": "60710176532742022318" - }, - { - "pAddress": "flare1drxjncsjmg58vmfe9glzu2apdhvjz8j98522ym", - "cAddress": "0x7ea7E2a8795F13124Ae53b35E9B238841E440954", - "amount": "50393984000000", - "delegatorRewardAmount": "55879957348459852946" - }, - { - "pAddress": "flare1dxkf943vrnjuc9vnedlhk86cg6hj39fmpgtxn0", - "cAddress": "0xcae6602Bb7a4525F753a371D271f36DB9A0A2BcE", - "amount": "164517988341000", - "delegatorRewardAmount": "182427691598058517489" - }, - { - "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", - "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", - "amount": "650001000000000", - "delegatorRewardAmount": "720761195551759767106" - }, - { - "pAddress": "flare1e7a7rdvtjp0236pga4rcupugvg8x49ffjdv4tn", - "cAddress": "0x8C533d4904566e90afe0db5e1A39E401fDA19167", - "amount": "377590968000000", - "delegatorRewardAmount": "418696152044729568977" - }, - { - "pAddress": "flare1e83ce9xjzxush4cxykj7f2t3dnrgw3vsynxyw8", - "cAddress": "0xe5c65Bd76FaCD8013B0A8A9CfA9306C7b7e8491E", - "amount": "250000000000000", - "delegatorRewardAmount": "277215417957726129308" - }, - { - "pAddress": "flare1ec47pv3m307q0q9f5l85r564gxjrmqcn5mh9z6", - "cAddress": "0x7dce3e38bC6Bb6936337999DB06998D3f55ff8bF", - "amount": "319555000000000", - "delegatorRewardAmount": "354342291541924693004" - }, - { - "pAddress": "flare1elqvar0cruq9zgu6x924hjtrn2qv60zdpd5uae", - "cAddress": "0xDD92cDf06fCBA4eB4e30f2a4012332FDdA6050bB", - "amount": "1500010000000000", - "delegatorRewardAmount": "1663303596363075084894" - }, - { - "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", - "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", - "amount": "156420000000000", - "delegatorRewardAmount": "173448142707790084585" - }, - { - "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", - "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", - "amount": "309818810565488", - "delegatorRewardAmount": "343546204248309327833" - }, - { - "pAddress": "flare1f6gljurl54g74nnrkvpfm3ztryklvchxxqsswx", - "cAddress": "0x38d854E83cd7C073A9F685fb4b532c99223DDA1b", - "amount": "259435000000000", - "delegatorRewardAmount": "287677527831450713428" - }, - { - "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", - "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", - "amount": "1000000000000000", - "delegatorRewardAmount": "1108861671830904517233" - }, - { - "pAddress": "flare1fhc95hzda3mmjpvjd2u3qm3q20085wsjyrfdyz", - "cAddress": "0x665682a786236347604435a8bd203E342DAc04f9", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1fjnvt8emrm9yh2delgcvac236wpe33avqpn7cn", - "cAddress": "0xC7bfCdED4160616414b934e696ceFfE0F603363D", - "amount": "67456973000000", - "delegatorRewardAmount": "74800451857432186584" - }, - { - "pAddress": "flare1fktgtd6dvse59mvzy4w42zvqc3g2t3ysf0hsdg", - "cAddress": "0x91E2447bf8dD726B4D72313F900804593B98B96E", - "amount": "995929998000000", - "delegatorRewardAmount": "1104348602608829392186" - }, - { - "pAddress": "flare1fpn0r00xgkggev0x3n5k98nxcf7unwy9amk4w2", - "cAddress": "0xCBD510235fCe7fF670656b1A2462530982726777", - "amount": "361378991000000", - "delegatorRewardAmount": "400719312124825397055" - }, - { - "pAddress": "flare1fypxquewszldntgkspdhtluzd5gc8mu6sex7rw", - "cAddress": "0x86AC2612edE6805f845bEE1D4b9b556C09E69FD7", - "amount": "120010000000000", - "delegatorRewardAmount": "133074489236426851113" - }, - { - "pAddress": "flare1g2jmc4tnff6xuchc8cw7j02af50c2ttfm4dz99", - "cAddress": "0x80b6978eD12a06031F0856a11074C3806F450303", - "amount": "407443000000000", - "delegatorRewardAmount": "451797926155799229215" - }, - { - "pAddress": "flare1g2mpamcexhqx0hc2quucneqxs3a6jxl8u8m90r", - "cAddress": "0x240Ba8f07Fd198EE9b79f3C2e0CD37958cA85926", - "amount": "498990000000000", - "delegatorRewardAmount": "553310885626903045054" - }, - { - "pAddress": "flare1gqn6gkdzxacz75ugnxcs974rp798j43savlr3d", - "cAddress": "0x9C6B672A3968CD3C6DD6b908db623405A1c84294", - "amount": "113981435783201", - "delegatorRewardAmount": "126389645440247144461" - }, - { - "pAddress": "flare1gxt90hvexug09yqffe3zqhv5cnwep8rmdwg775", - "cAddress": "0x8a2Ff4B35128833CF3f484F634c91b3C65561c43", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677584" - }, - { - "pAddress": "flare1h80238culwy8k9v00ymtl5hk87vwyl2xfzekgs", - "cAddress": "0xaD96630D60b89D4fD47bfb0de3b557065c02Fece", - "amount": "70000991000000", - "delegatorRewardAmount": "77621415910080100632" - }, - { - "pAddress": "flare1heedrw46wdd9uevnvvhkwn89zrusyks4fu0elm", - "cAddress": "0x744fC6e1AD778F1EDe007730973a343EEbC8E6f1", - "amount": "544022000000000", - "delegatorRewardAmount": "603245144432792337274" - }, - { - "pAddress": "flare1hxgshlvkfrujhujfjk3u7gsugtmvwwf2ld053t", - "cAddress": "0xf64d454DE5F419FBd21585AE60d716bF4A1Db5B1", - "amount": "57750000000000", - "delegatorRewardAmount": "64036761548234735870" - }, - { - "pAddress": "flare1j3cl0urv6ugdwjh44eq8ndp7rgdgvp82xt6tl0", - "cAddress": "0x15D8d08FA5617F04551893DC4854B7e084979337", - "amount": "200000000000000", - "delegatorRewardAmount": "221772334366180903446" - }, - { - "pAddress": "flare1jf07txq6z730d4kdy4h9hldmjtrc5gcf64se5s", - "cAddress": "0x9e01bA64f07C71Bde9d61d47828784d263Edb7EE", - "amount": "578379749038000", - "delegatorRewardAmount": "641343135471415668649" - }, - { - "pAddress": "flare1jkpkvpmt2z09zp22y33mm0dl8j4dpddzfl2m4h", - "cAddress": "0xd602dAE1faB01126C65CC81479cde76c33AFa535", - "amount": "839259987000000", - "delegatorRewardAmount": "930623232285603191331" - }, - { - "pAddress": "flare1kcsl4xx8cgsk74sgnqm3erdt2q3rmrzgs2sws7", - "cAddress": "0xFb3213AfA7984D1A22E1772AD8AE94F9809621A3", - "amount": "10167766000000000", - "delegatorRewardAmount": "11274646005545428699571" - }, - { - "pAddress": "flare1kxtgd4trvmw6deq0g2u56wnhpzcl42x6cjq3qw", - "cAddress": "0x4d55ecF942784cB8F35098a8a203540f032Bd59f", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1l3lrju5r6pgdc0l3u3wc2xedfskqykfwru2p9w", - "cAddress": "0x162b3Fb8BA5a7f81FE24edf38E79C1AFf404F554", - "amount": "2222222732303000", - "delegatorRewardAmount": "2464137614122145164882" - }, - { - "pAddress": "flare1l6c8qr0ms9lyj6ejmhr83hramel8c7gfuweqt0", - "cAddress": "0x480b35b48EA560515ddf14518a8e809eAAB13797", - "amount": "250000388336000", - "delegatorRewardAmount": "277215848568632321434" - }, - { - "pAddress": "flare1lc2leqt7ytcwsclyfej0w3yfaazeu95vnlgzqq", - "cAddress": "0xBC136971AffD11D675830197feBB1F945BE3284C", - "amount": "124083037741359", - "delegatorRewardAmount": "137590924675740563122" - }, - { - "pAddress": "flare1lfjvd62kjh78v8fj6ym2gc7gpp8c4jv55kx6rv", - "cAddress": "0x2b60989A14D4B702ea125b02ee5edb3058Ca3b35", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1lgn6mugmxcp80etgyh4wzgqekukmt4q6xheack", - "cAddress": "0x8622cFBd8ba8EC4C7CE60F726557f1ac7C4641Ac", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1lky0jdlm9sllcpashmusm65qrk0t998us8g0jj", - "cAddress": "0xE0ed3962Cc4c37D9f5a31eD0Ad82c2a377ba77ac", - "amount": "215658999159000", - "delegatorRewardAmount": "239135998352828371272" - }, - { - "pAddress": "flare1mepna3j5wthwcn7s8z40c3nugqhff4mq86s3es", - "cAddress": "0x88cd0C441ba5452Ed0aE9cD4E91B22311CC534e1", - "amount": "210000000000000", - "delegatorRewardAmount": "232860951084489948619" - }, - { - "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", - "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", - "amount": "109999998000000", - "delegatorRewardAmount": "121974781683676153233" - }, - { - "pAddress": "flare1naupnl33g5yhrwt2ykcstrzultppzj543z8jj6", - "cAddress": "0xedd790199b60CB70A825fb5dd860f4F445fC7fe9", - "amount": "101975813750000", - "delegatorRewardAmount": "113077071321141940543" - }, - { - "pAddress": "flare1ncfl76n0rhgmd0fttd5jfj0zus6z0ykjuy6600", - "cAddress": "0xd9EBFc93A7E17Ad3B37EE73791A36030aE405bFE", - "amount": "4052921000000000", - "delegatorRewardAmount": "4494128755858581366890" - }, - { - "pAddress": "flare1ne0gq8yeecx3lhyxzqlankrdfu38dugmz3up4p", - "cAddress": "0x6A2bE0F1C2b6AA50d47E2f0Eb96B41E20160c98b", - "amount": "332990000000000", - "delegatorRewardAmount": "369239848102972895193" - }, - { - "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", - "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", - "amount": "320353502814465", - "delegatorRewardAmount": "355227720707734035471" - }, - { - "pAddress": "flare1nl279745ya7qq42dpzfhtrht95mr63t0cz42yc", - "cAddress": "0xAdb28f8177CD553C90258058fA24ea80fbF7D8a2", - "amount": "300000000000000", - "delegatorRewardAmount": "332658501549271355170" - }, - { - "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", - "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", - "amount": "250000000000000", - "delegatorRewardAmount": "277215417957726129308" - }, - { - "pAddress": "flare1p39xk9ya4m4alf3wnevg0kgz87advx2macxu8t", - "cAddress": "0xD95056CdB9110940b14d7400c51C8cB2E2Bfaa70", - "amount": "79650957000000", - "delegatorRewardAmount": "88321893341951486973" - }, - { - "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", - "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", - "amount": "2913617173693392", - "delegatorRewardAmount": "3230798410296889565888" - }, - { - "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", - "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", - "amount": "234249774106000", - "delegatorRewardAmount": "259750596141190886591" - }, - { - "pAddress": "flare1ph6hjykrdr7hck7y0f7urs95256fp0hcu8qp2g", - "cAddress": "0xA481b2Bb334B93681459154c658E67E19a7A2D4d", - "amount": "104895710497000", - "delegatorRewardAmount": "116314832909593980177" - }, - { - "pAddress": "flare1plxhcay970xj0h3hqgcz002q094t2kjsz70aul", - "cAddress": "0x061a57AE70756587956DDE1dee6015D70a876ED0", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1ptvwn4tsd6lg0rhtsd0zmtn0r7gk9yxrsq2qfj", - "cAddress": "0xeB22483299c43D43c29fb97f76177B6b8EBdB991", - "amount": "382872290513000", - "delegatorRewardAmount": "424552408155972942933" - }, - { - "pAddress": "flare1pynmj9ex8f3pk9yvvq039ajplduf228cmc0et3", - "cAddress": "0xaffaD7602367449b25C6dc39F65332c069F635AD", - "amount": "421722493000000", - "delegatorRewardAmount": "467631908636676927452" - }, - { - "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", - "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1q8d2f0r8jskry6r85qxdgmjcyeamq0t23mlswl", - "cAddress": "0x32Dc4278Fc0F096e260ACDc8714E812ca7d2D40a", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", - "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", - "amount": "1530999963384000", - "delegatorRewardAmount": "1697667178971035840124" - }, - { - "pAddress": "flare1qlxcp5h7atqyctwpl5x0kcfxt89e5nq7emwtu3", - "cAddress": "0xB5F3d8d49B3b67fb839Dc2ad288782fC3B9efaeC", - "amount": "97383000000000", - "delegatorRewardAmount": "107984276187908974601" - }, - { - "pAddress": "flare1qqcdza704zd2yufmvdstqn7pc4ukwqcqh8u5dx", - "cAddress": "0xa741dec48B76753e834131756209Be353cE6a0F3", - "amount": "102099000000000", - "delegatorRewardAmount": "113213667832263520305" - }, - { - "pAddress": "flare1qtaz4nz66erk989spk5xvjuphm8ryzeezrn4je", - "cAddress": "0x11E714Ed16d9e0155619823D56Af05740541D8ab", - "amount": "60999878173000", - "delegatorRewardAmount": "67640426892394281407" - }, - { - "pAddress": "flare1qvwnrtdp0thpmmzry7m6v2rk2eeza5kywrtkgz", - "cAddress": "0xDC0614cB927b16F077ffB202527d069BBF481d94", - "amount": "330816292355856", - "delegatorRewardAmount": "366829507010615762488" - }, - { - "pAddress": "flare1r0sej8llqapmru8twzw4sflhjhtw3wjvvkk274", - "cAddress": "0x781295aa5A831626303bB6e19d7096e06dbA0942", - "amount": "59999997000000", - "delegatorRewardAmount": "66531696983269255541" - }, - { - "pAddress": "flare1r6qzrc5zgy6rk9fxazdk5hrqzmfudxhfadsex3", - "cAddress": "0xc7f10EC0559e9b8Ce3e000768d42d50Da596D036", - "amount": "80349741165000", - "delegatorRewardAmount": "89096748319402349607" - }, - { - "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", - "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", - "amount": "219812729613033", - "delegatorRewardAmount": "243741910848422345739" - }, - { - "pAddress": "flare1recv9drf0zasr6dz0gz2auqjmnm952nvkdz8mx", - "cAddress": "0xD56409E3bcBb1eC3f7fEF83da04902903fbcde19", - "amount": "905301971000000", - "delegatorRewardAmount": "1003854657074873038164" - }, - { - "pAddress": "flare1rgpurlg9deqkp2efqn2xpmxl046ltn96yg3p0h", - "cAddress": "0x2463b6779A0B08817c40e1009F0E0e499dE2dc2A", - "amount": "80064640000000", - "delegatorRewardAmount": "88780610564939511046" - }, - { - "pAddress": "flare1rh58hwn7sq8japygeqfts09d39l8kf8n85x3gq", - "cAddress": "0xA93b1B97137fCdF764aB896F10d1d4208fF26c5b", - "amount": "99999998000000", - "delegatorRewardAmount": "110886164965367108061" - }, - { - "pAddress": "flare1rh8tqwm0csyxkpyq32cfvm4gjkhcsqhkuznp9q", - "cAddress": "0xF6a523117fBE13D0987F09Fb3b862Cea738aAD59", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", - "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", - "amount": "171562038097000", - "delegatorRewardAmount": "190238568386956752527" - }, - { - "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", - "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", - "amount": "229189503125004", - "delegatorRewardAmount": "254139455601286250770" - }, - { - "pAddress": "flare1sdu733e5mpwdyq5ydkpfq76qh6qfslt9nwqksk", - "cAddress": "0x69729cD82Accc43917F7Bc4462aB7b7fd171D03E", - "amount": "67991960984000", - "delegatorRewardAmount": "75393679527779871781" - }, - { - "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", - "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", - "amount": "272624000000000", - "delegatorRewardAmount": "302302304421228513106" - }, - { - "pAddress": "flare1sssfnlcumrn0s82438992vzkpp0qltdsqgr55c", - "cAddress": "0x2B6Eb62b6116Fb4158451dAf70EF529183aCe1D9", - "amount": "252374000000000", - "delegatorRewardAmount": "279847855566652696632" - }, - { - "pAddress": "flare1sv6vqkzvyr220q78srdhd2l32tc3pqszym5wew", - "cAddress": "0xcd114230e75A75967fA4F4B9577511C8b54F6566", - "amount": "750000000000000", - "delegatorRewardAmount": "831646253873178387925" - }, - { - "pAddress": "flare1t2zf6d2zke28jyc009qlaglk7gd05tg9ephp59", - "cAddress": "0x73d1fD16B25fB6Bd3931486B710A8a56d5AFF429", - "amount": "9665490000000000", - "delegatorRewardAmount": "10717691400464889302279" - }, - { - "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", - "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", - "amount": "300000000000000", - "delegatorRewardAmount": "332658501549271355170" - }, - { - "pAddress": "flare1t5mcsey2yp7qktr72d6klv337j57eevhhulxv3", - "cAddress": "0x3fF764A376A099111BD8c6ECA24AfEd5Ee54eF84", - "amount": "300000000000000", - "delegatorRewardAmount": "332658501549271355170" - }, - { - "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", - "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1tcgdks444pqvdmftgafr47x32heu067fykv7ep", - "cAddress": "0x9692d941e63c6dD9b7e03aC64e78Fa11d396D9Ec", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677585" - }, - { - "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", - "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677585" - }, - { - "pAddress": "flare1tq9ml5dq0jseye5hfc05lr8hh00aclawpszym0", - "cAddress": "0xE8fB6fCeCAD31B888A721a057CE5aEa769736c54", - "amount": "59908680197000", - "delegatorRewardAmount": "66430439280428422184" - }, - { - "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", - "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", - "amount": "95607136144000", - "delegatorRewardAmount": "106015088823600737925" - }, - { - "pAddress": "flare1u9x6yag7cdw7uv8alfnrer6dm8z07crs07x6nz", - "cAddress": "0x4802c25Fb1Ad4ae7AAaCcdB364b6DB8c8cec59eD", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1uchferckm9q4r7enrmsf0wa5etcx87rp5xwt78", - "cAddress": "0x2D073E8823387Ff6Adb9a917384CF4b16490ba7F", - "amount": "1631459000000000", - "delegatorRewardAmount": "1809062354263575652782" - }, - { - "pAddress": "flare1uhsajf4wckt9rkp09a04j3v75y80qa74w2fmja", - "cAddress": "0x0D130B0B7fc13e979C8aeA34338F9dd6060D2619", - "amount": "100980000000000", - "delegatorRewardAmount": "111972851621484738150" - }, - { - "pAddress": "flare1uvcvl2qxnx4knhs89dkh4anavnxh8eak56kvv8", - "cAddress": "0x78ce3470B5ff9B0Bea5d46dFAaA309DA7E6a01aC", - "amount": "250000000000000", - "delegatorRewardAmount": "277215417957726129308" - }, - { - "pAddress": "flare1vekdvzyk7gklm8n9y584xfuxjn7tavmpjd44ut", - "cAddress": "0xA4994dd835e653c3Ec094Ec61c48e4d335584769", - "amount": "600000000000000", - "delegatorRewardAmount": "665317003098542710340" - }, - { - "pAddress": "flare1vg95pq4twpw9g3n3r83v6uxpg85dhauyppzqxk", - "cAddress": "0x012DaB67e414EC3219324bb3B4760E17bdf19Ede", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1vk2rvtx0rdlawqs2p26ah0ep7ftxtp6rq4fa6y", - "cAddress": "0x5BD5E2478F7cE691b1ba0df3492e3515d908715A", - "amount": "85964999000000", - "delegatorRewardAmount": "95323292510082034993" - }, - { - "pAddress": "flare1vkdz94nzs46yprtut57lts8gdehkexqk6s6yw0", - "cAddress": "0xCc542c3b7BfE3c8F556BE4298B42B09847873eA9", - "amount": "1019428963000000", - "delegatorRewardAmount": "1130405704225025303356" - }, - { - "pAddress": "flare1vlv8xgzjl95dxcnhane2xpchq7lq0cn6ug8nly", - "cAddress": "0xc2e1b9e47f634F9688267B62D9bce7302B9BEC07", - "amount": "211329951000000", - "delegatorRewardAmount": "234335682773803131912" - }, - { - "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", - "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1vv4lazfz6f8e5843k2dxfgxkk4fu2w0rg72736", - "cAddress": "0xaD36b3f054f7d3ba39a064Fb0707915048aF4E4F", - "amount": "92028062140000", - "delegatorRewardAmount": "102046390839918768484" - }, - { - "pAddress": "flare1vvvp0t0k92up32mp5mxu96vcpf8tgfmcpuks27", - "cAddress": "0xB36132D2a1c96E99F7Dcab07f977DDF1aEbA0929", - "amount": "97924507818462", - "delegatorRewardAmount": "108584733452798253864" - }, - { - "pAddress": "flare1vwrr7ldqefk8gzzjeaefmfwpq3hmn9l4wt5ceq", - "cAddress": "0x6E59E13cB1fCf77cB64685d25943527eB582587D", - "amount": "869410000000000", - "delegatorRewardAmount": "964055426106506696328" - }, - { - "pAddress": "flare1w0gp2y8ltrgg2kufv3qrkve27hz0alx0fy3p8s", - "cAddress": "0x2bb38818026cEFD6DCF96940dc64A4d0651D7846", - "amount": "52000000000000", - "delegatorRewardAmount": "57660806935207034896" - }, - { - "pAddress": "flare1w4gaqddfhzwdx8mff0uz278gk49xmmgh3teyla", - "cAddress": "0x0D6f89F80262CbEDF598C3539Cab67024e8221C8", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677585" - }, - { - "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", - "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", - "amount": "1050641287356000", - "delegatorRewardAmount": "1165015854392147923533" - }, - { - "pAddress": "flare1wk2vak302l3fj8zu8sfkuvd0lu38xyqmrvqssv", - "cAddress": "0xCca0bEaba0ec1161c7cCEA92E65d78Ab030DB7d3", - "amount": "102052220286000", - "delegatorRewardAmount": "113161795600389708735" - }, - { - "pAddress": "flare1wvr22kkpm7f3g84tn4ww9th25wnyk27va24m4j", - "cAddress": "0xb353b8Cee6903A58deD74cBbF28AE09773CfeD7A", - "amount": "69999998000000", - "delegatorRewardAmount": "77620314810439972544" - }, - { - "pAddress": "flare1x0f2wvfayeexfztyer809axhagzj54wxkjy7w5", - "cAddress": "0xE0C8BEB6B35a209Fe46ee8232fcb1A9951Ba6eF7", - "amount": "263782979000000", - "delegatorRewardAmount": "292498835094476377820" - }, - { - "pAddress": "flare1xcp6p8xf6rgcckmj63r0lwtsxp9wun2apxya0w", - "cAddress": "0xdDFD8183e85C923FD6421D99950557598c764f7b", - "amount": "600854996000000", - "delegatorRewardAmount": "666265075392511446379" - }, - { - "pAddress": "flare1xez4pmr000n9s66yzx35ss9t7f8jmrwxlwx4ea", - "cAddress": "0xCD930F179061D8445497ab2ca57B897794521636", - "amount": "79000000000000", - "delegatorRewardAmount": "87600072074641456861" - }, - { - "pAddress": "flare1xqv2gwxpsen434hn8qas585l8tvft2w03ug36h", - "cAddress": "0x35aa0A6e56c63017D6Fa4f7eDA7d37304E13050e", - "amount": "600000000000000", - "delegatorRewardAmount": "665317003098542710340" - }, - { - "pAddress": "flare1xuhs7uvzu9w7m0dcvqh4xfzqevd4r9rqzurjm6", - "cAddress": "0xb497311cB3200b07168f83028c99991520f3B034", - "amount": "2000000000000000", - "delegatorRewardAmount": "2217723343661809034470" - }, - { - "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", - "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", - "amount": "550003996000000", - "delegatorRewardAmount": "609878350518238120773" - }, - { - "pAddress": "flare1yemnf2d3lpch994tqmflfqmyzr2mhwew3878e0", - "cAddress": "0x289BA6a0b2aFE004A96d1781856d011282bDC49c", - "amount": "100000999000000", - "delegatorRewardAmount": "110887274935900610797" - }, - { - "pAddress": "flare1yhyjtnc7stkt2ale3dmvr625nte6jyze8juft9", - "cAddress": "0x38499A6f4210F750C85c38Cb807f0fa7D5DcD445", - "amount": "555647829586000", - "delegatorRewardAmount": "616136581263945489801" - }, - { - "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", - "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", - "amount": "401740000000000", - "delegatorRewardAmount": "445474088041347580754" - }, - { - "pAddress": "flare1ypfe832wmes0t3dvk7aw8qf0fj7afwlymkkg54", - "cAddress": "0x2187407A23E1a8b5458C08a395F1A63D20007eD5", - "amount": "150000000000000", - "delegatorRewardAmount": "166329250774635677585" - }, - { - "pAddress": "flare1ypyuc06ejmc2da2typrd4ysz5v6fhtpyxzrkrt", - "cAddress": "0x5BcAFD536426C0e1024137Cb2e21b8381101dBCd", - "amount": "280825450624000", - "delegatorRewardAmount": "311396578671595768182" - }, - { - "pAddress": "flare1yxfgq58sap2xth78pggtkeph737qdsqvrp8z8w", - "cAddress": "0x2c73C8BA2D7c5B6c7B1b6B4361D67d87969FecF5", - "amount": "300159970000000", - "delegatorRewardAmount": "332835886150914144966" - }, - { - "pAddress": "flare1z6hkuwf05kxq9wphmnww3n4dgqwr9hlzhs2qrv", - "cAddress": "0xca8195D07D32d239585762AC6CCce88cC40C5a5d", - "amount": "612711871479000", - "delegatorRewardAmount": "679412710158846243184" - }, - { - "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", - "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", - "amount": "2311167243974287", - "delegatorRewardAmount": "2562764774034151866959" - }, - { - "pAddress": "flare1zqqxm9ysg9kfhd6g4ta826f3g6s4wujs8had3g", - "cAddress": "0x1eE0536ACd3Bb3442ABA8c8E438E6Ea51d3a045E", - "amount": "52490000000000", - "delegatorRewardAmount": "58204149154404178109" - }, - { - "pAddress": "flare1zs2kuvwzry4hj9n5a7u7jv0tke5zk835sav8rf", - "cAddress": "0x67873974337d602BBa1be025E9eF089d9b47c17B", - "amount": "80000000000000", - "delegatorRewardAmount": "88708933746472361379" - }, - { - "pAddress": "flare1zs4k4dqy3ddzlcjl4vlp4zy6jztgwue9tq79t2", - "cAddress": "0x1E7091f04ac6a4e585e84d430408Ec90B4F5930f", - "amount": "50010000000000", - "delegatorRewardAmount": "55454172208263534907" - }, - { - "pAddress": "flare1zzq2gw00pvl59zzjlkjqegwjxmy9lqct2qd42g", - "cAddress": "0x21cfC00363c51d0fe65539B166839E76acbE1A46", - "amount": "60000000000000", - "delegatorRewardAmount": "66531700309854271035" - } - ], - "totalStakeAmount": "197577903746106839", - "cChainAddress": "0x25A762a3AE37aD037221DAF623dAdfA8e3247Ca2", - "eligible": true, - "overboost": "0", - "rewardingWeight": "197577903746106839", - "cappedWeight": "197577903746106839", - "nodeRewardAmount": "243429516294170624406783", - "validatorRewardAmount": "57597824053793072002942" - }, - { - "nodeId": "NodeID-MN7sJduRdGUs3aWyYUmym2CFVsptzgKcJ", - "bondingAddress": "flare1hs5xs2dgpnw29weylxqkhdnzuc0lzt8n63cc4q", - "selfBond": "14000000000000000", - "ftsoAddress": "0x3D2c08eD9B2333cbce2b8A219e02F4Aa31ebcCd3", - "stakeEnd": 1744722937, - "pChainAddress": [ - "flare1hs5xs2dgpnw29weylxqkhdnzuc0lzt8n63cc4q" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "FTSO Plus", - "BEB": "14000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "169635465374398591", - "totalSelfBond": "14000000000000000", - "delegators": [ - { - "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", - "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", - "amount": "5402561320000000", - "delegatorRewardAmount": "5657876889827279529559" - }, - { - "pAddress": "flare10fvfe9ct90rzvjclnn676p5daxc7q4edw698xw", - "cAddress": "0x661819452BBdF83F3a236B23e4D3daaD0D38975F", - "amount": "270180000000000", - "delegatorRewardAmount": "282948232801091905662" - }, - { - "pAddress": "flare12pe3vf3c8mafzt356p8r332fhsg70h9u9z2p3q", - "cAddress": "0x058fcDFb70db04AfbDA6E89A5aBC8edDC1B67964", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648849" - }, - { - "pAddress": "flare13290levf6qj0kfm7znjaryt7q97yt9rxkdxnf0", - "cAddress": "0x2b959D1DEEa93ee44111a276EF83F7B3A2Ed6ef7", - "amount": "398982000000000", - "delegatorRewardAmount": "417837189353191393533" - }, - { - "pAddress": "flare15ac6hxhr9y2c294akkknan7utcqm6rlhly8q05", - "cAddress": "0x4E4F7ddF982885FF4C5786f762F8e7b5dffDFA11", - "amount": "175000000000000", - "delegatorRewardAmount": "183270192983163385487" - }, - { - "pAddress": "flare15khhpwux648x9f6rkg8hnxsqlq2frwpug0h9kw", - "cAddress": "0x611C2d756f66b0Cd5b8CfE8B4CB13b8Bfeb5f94B", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare166qu6093h0tyuxcpqgyzu2uwn8w2400nrju4le", - "cAddress": "0xc9F314887750169424bd78770ccfd5AAC87A4b5F", - "amount": "124000100000000000", - "delegatorRewardAmount": "129860127182466046381365" - }, - { - "pAddress": "flare1822ru0tfvxqcdfqhj3w7trfqcpvagtsdp0attr", - "cAddress": "0x1Dab7c094f4Ae8d66E158381E6F2a6503202D3C4", - "amount": "64803993000000", - "delegatorRewardAmount": "67866516018226109434" - }, - { - "pAddress": "flare189ee28cupxqu3plvl6nmp7jwt30vgauhzdmrhl", - "cAddress": "0x81AB270076fcc4d0835d858D5Ac5B2791FF05F55", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", - "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", - "amount": "15222137795355088", - "delegatorRewardAmount": "15941509322120184086682" - }, - { - "pAddress": "flare197jc7dl3vzjn502fuytzfvmlnpre770nkxxa50", - "cAddress": "0xE55E6828cbc397F2f271c2fC27055Dc7D8fB8AdD", - "amount": "1876351000000000", - "delegatorRewardAmount": "1965024056423723437269" - }, - { - "pAddress": "flare1djtyetkmevnl8mkew0vy2evphmw69trlwvln7l", - "cAddress": "0xDB834A0EF529d255bd73696b8c75E51c636Af2dB", - "amount": "666877982000000", - "delegatorRewardAmount": "698393465470643191371" - }, - { - "pAddress": "flare1fek006lyzc8jddzp5ag9llzdrrmsjf7t5wwmkq", - "cAddress": "0x030708881062EA9DEc55F44E2203f0268526d14f", - "amount": "70000000000000", - "delegatorRewardAmount": "73308077193265354194" - }, - { - "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", - "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", - "amount": "176346000000000", - "delegatorRewardAmount": "184679802581765316440" - }, - { - "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", - "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648849" - }, - { - "pAddress": "flare1j2026ey2g9zd4etqxwhdlkffru4t4jj9mf62kc", - "cAddress": "0x995E33a17CB1E91e180E5Bbc56F448e5437A58b8", - "amount": "158617000000000", - "delegatorRewardAmount": "166112961145202438376" - }, - { - "pAddress": "flare1jpkyayksdkps3nx8kvcq3478fjxgxlu786mw89", - "cAddress": "0xe316081D28336E9806eC36056285CD1Fc839b8E9", - "amount": "403555000000000", - "delegatorRewardAmount": "422626301310402857315" - }, - { - "pAddress": "flare1mmgfahhn5t2nf00q67y9zl9qelu0mmhmphnq85", - "cAddress": "0xFd890CE5Bc97B0141b2E9F9D52833A3DCF34cD58", - "amount": "58300000000000", - "delegatorRewardAmount": "61055155719533859279" - }, - { - "pAddress": "flare1nu4upte7c6ka9hpq372jetx9hfws3g8addv30n", - "cAddress": "0x2b00B2fac5EFcDdb4477264bD62f9E88FFFC3fBB", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", - "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", - "amount": "133000000000000", - "delegatorRewardAmount": "139285346667204172970" - }, - { - "pAddress": "flare1v3klq5h3r3lng0udxfcuw8lcjmrtpwlgmetyvv", - "cAddress": "0xc506a2E354BC10649907a2086dAE2BEED3E760fE", - "amount": "20000000000000000", - "delegatorRewardAmount": "20945164912361529769960" - }, - { - "pAddress": "flare1vzjt2wqhhjffjxqrrdp9px942g3x75jgmsa0gx", - "cAddress": "0x8Ff00392865c86F6b89B9737DD40134C7C61CD92", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648850" - }, - { - "pAddress": "flare1wq9lawvhjn9cqlqfnqdgh3x6uxq7jx8nx5ucac", - "cAddress": "0xbf9307c2b1C4bc25e3349449C5498187587F1bC9", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824425" - }, - { - "pAddress": "flare1yhgaggk09d95mrjy9jzznwpjfvm83unyjczdh0", - "cAddress": "0x13d62C679eF73b840F094aa47625104c30DfEB19", - "amount": "58653284043503", - "delegatorRewardAmount": "61425135347137671273" - } - ], - "totalStakeAmount": "198635465374398591", - "cChainAddress": "0x4db34eC67d015Fa0cDA7966eccaBcC168B107682", - "eligible": true, - "overboost": "0", - "rewardingWeight": "198635465374398591", - "cappedWeight": "198635465374398591", - "nodeRewardAmount": "244732504688850408553936", - "validatorRewardAmount": "67080364826251779449522" - }, - { - "nodeId": "NodeID-MsF6Xc1PsMWtcxVudCepWb5kUeF1EF8RX", - "bondingAddress": "flare16v4pgq4me95tqcjq2kh42vvsvc8klyp8vawxmp", - "selfBond": "13340000000000000", - "ftsoAddress": "0x07702A7494F760B0b3642463BdD2B7A13cFDDbb2", - "stakeEnd": 1769364000, - "pChainAddress": [ - "flare16v4pgq4me95tqcjq2kh42vvsvc8klyp8vawxmp" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Atlas TSO", - "BEB": "13340000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "104679931105879554", - "totalSelfBond": "13340000000000000", - "delegators": [ - { - "pAddress": "flare13595xye67aj628a8zqfvjfa3w999dly6q5dv6u", - "cAddress": "0xe11153D636ED0576BE3f439E80f7a0EE187Fff17", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648849" - }, - { - "pAddress": "flare14k83ykcm7vx9u72t68x2jkttm648e4mq9kcmg7", - "cAddress": "0xE3570EF6Db10246e7065ce42eAFaF8D285005590", - "amount": "3083989976000000", - "delegatorRewardAmount": "3229733931769493814928" - }, - { - "pAddress": "flare14nsq48ctw5kseg2wwr7zhrv8rg6wv8dpg32hv9", - "cAddress": "0xf5714a7A6683772798BaA859A1502D52A6c22C81", - "amount": "4648410260366674", - "delegatorRewardAmount": "4868085974184669160551" - }, - { - "pAddress": "flare15ac6hxhr9y2c294akkknan7utcqm6rlhly8q05", - "cAddress": "0x4E4F7ddF982885FF4C5786f762F8e7b5dffDFA11", - "amount": "170278000000000", - "delegatorRewardAmount": "178325039547354828308" - }, - { - "pAddress": "flare16253fwk7rhpe686v5mh2atdvhx2qu4dg0q3jpf", - "cAddress": "0x0E6b23E0b826014d0F69e4060aa2474EfDC9E521", - "amount": "257861000000000", - "delegatorRewardAmount": "270047058473322821400" - }, - { - "pAddress": "flare16uklpqwvj2y9td04gtp0q4c5xxshjthv7ht3ay", - "cAddress": "0x260e2f87b8fa89b1a38BDc74A4672cE22E6b599C", - "amount": "44092783000000000", - "delegatorRewardAmount": "46176530568998547484732" - }, - { - "pAddress": "flare17jgy5gjx8dscguh8ftgyf57gt7p7sfqez6cvda", - "cAddress": "0xaeBAc365379876441b215639f4aF0e5ab620Fb97", - "amount": "264081040000000", - "delegatorRewardAmount": "276561046651397081882" - }, - { - "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", - "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", - "amount": "51000000000000", - "delegatorRewardAmount": "53410170526521900913" - }, - { - "pAddress": "flare18ny4capvpe63l36nh3nx8qtxxn568qfczxxu9y", - "cAddress": "0x0920f2823AC243868664E57E9A044aA2E313d403", - "amount": "8000000603185000", - "delegatorRewardAmount": "8378066596635076791121" - }, - { - "pAddress": "flare197tw9uu44v35ymztu3aeda4qj9ugrcd62mz48h", - "cAddress": "0xF02a279198eF0ae79406e67906Df6e9730853a8F", - "amount": "106607000000000", - "delegatorRewardAmount": "111645059790606280209" - }, - { - "pAddress": "flare199gxnrxl2dmfg6n9yagwe30f7m3nqu5ahfxmvj", - "cAddress": "0xe037Baa3203DA31903B1cd778C8c23f9cC55c3f5", - "amount": "500000000000000", - "delegatorRewardAmount": "523629122809038244248" - }, - { - "pAddress": "flare1acgrxppgw34uts4gjkse3wptgxmql8v5n7n24h", - "cAddress": "0x12736AC8D368412e912AC0A00330918B64D60058", - "amount": "52750000000000", - "delegatorRewardAmount": "55242872456353534768" - }, - { - "pAddress": "flare1anfdlfxqyv4dr96zgn2ycc2sdcs6s8ypqel24c", - "cAddress": "0xfF87B38d2eB383c99a34380F86f5dE58a02f9099", - "amount": "91568368130000", - "delegatorRewardAmount": "95895728561933987281" - }, - { - "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", - "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", - "amount": "250000100000000", - "delegatorRewardAmount": "261814666130343683932" - }, - { - "pAddress": "flare1ewmaz56mmr77s8hrsy2zn8ecuszdnx5gpg3qm7", - "cAddress": "0xAf923eeC216da2d4A5fB433ae37B8A4CAcD80f39", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", - "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", - "amount": "70000000000000", - "delegatorRewardAmount": "73308077193265354194" - }, - { - "pAddress": "flare1hdt4kwphm4pu4hu5f7mu8ug6v4x72l6cwl9kkp", - "cAddress": "0xA5e2A47031FF63Cc6b53Cb7a92A0e9a3EB07d323", - "amount": "500000000000000", - "delegatorRewardAmount": "523629122809038244248" - }, - { - "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", - "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", - "amount": "218377764388000", - "delegatorRewardAmount": "228697914414974540838" - }, - { - "pAddress": "flare1hvc02e7dt78t2q2d0xu4jftmar737xvqga8d2k", - "cAddress": "0xE8b570A7A02cBEE7E743c4cb1679A21Cce615BF2", - "amount": "12201000000000000", - "delegatorRewardAmount": "12777597854786151236162" - }, - { - "pAddress": "flare1jnyvcjm95nl8lkkc39h584zjftulphn2wstxth", - "cAddress": "0xfdec2DEd137836d9d8F4692cbb105bCb50E44368", - "amount": "82072674770000", - "delegatorRewardAmount": "85951285392813169273" - }, - { - "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", - "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", - "amount": "134500000000000", - "delegatorRewardAmount": "140856234035631287702" - }, - { - "pAddress": "flare1lgtdg5u6areljjpmpaxv8x92h2ll6drhq6vy7z", - "cAddress": "0xc70544a8C0BcBfa8F372155B9302c0d0A5773c0F", - "amount": "681710970000000", - "delegatorRewardAmount": "713927434460797172508" - }, - { - "pAddress": "flare1mahx8twgvtvdtgs636a4zpr2ljctgc7g5psnsl", - "cAddress": "0x2D7D3CdB28836038067a4e64BE71165638bcf861", - "amount": "199997999000000", - "delegatorRewardAmount": "209449553559865815928" - }, - { - "pAddress": "flare1pc357zvyl3mphp80jfw3zv3hsv67xn0a8jenj3", - "cAddress": "0x924Eaa0bD24c67f7a86EFcd6D78FBBaf557A41f2", - "amount": "333256000000000", - "delegatorRewardAmount": "349005093901697698250" - }, - { - "pAddress": "flare1psc6906h2rlyanxhay6u2n82uy7cqht983gf0h", - "cAddress": "0x74f9Fd5C86131Ba79ad84a5eF6E021926ddc17E4", - "amount": "3367454991000000", - "delegatorRewardAmount": "3526595006072495551012" - }, - { - "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", - "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", - "amount": "50010000000000", - "delegatorRewardAmount": "52373384863360005189" - }, - { - "pAddress": "flare1rnak5cp9kjcmsh9nw8z659536h2rhlmvhv2zf3", - "cAddress": "0x692464a9dEB22497CCe40023973C1dC6DE30e2F0", - "amount": "20000000000000000", - "delegatorRewardAmount": "20945164912361529769960" - }, - { - "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", - "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", - "amount": "101099995000000", - "delegatorRewardAmount": "105877803395696304896" - }, - { - "pAddress": "flare1slr9rnwyufnjkx7csvdljn8t4kgpv3gecs87dy", - "cAddress": "0x631C8Cd84c5Bd8dd7db369ab203322f6946a4df9", - "amount": "3643880000000000", - "delegatorRewardAmount": "3816083376042796554909" - }, - { - "pAddress": "flare1t6qrfzkrz0kjdgsn2ewwfxvccs3rq7zhzx2eu7", - "cAddress": "0xD71A946e6c10c6CF0F809D3f28f0ec99d1ed2124", - "amount": "135412582571000", - "delegatorRewardAmount": "141811943657918381428" - }, - { - "pAddress": "flare1uutvq0268dux0sujfpg9y327rw87resx06jst2", - "cAddress": "0x45d128E26FbB443CE295df9Ac533945646d87dd2", - "amount": "151171959000000", - "delegatorRewardAmount": "158316080568987788578" - }, - { - "pAddress": "flare1xha9g8gayjkyexdmka2g8n306lw08lutz4fa88", - "cAddress": "0x6f8b51C2E5Bf7E676C720b4dc5f7575C5a5C4595", - "amount": "152491630513000", - "delegatorRewardAmount": "159698117442484321198" - }, - { - "pAddress": "flare1xl4kanc40zdc2eq2gmwr4xryp2sgv9cnhepjs6", - "cAddress": "0xE77B7Cec06Dd472aCef3163Ac3B302c9698Dc1a3", - "amount": "60776796000000", - "delegatorRewardAmount": "63649000753247728653" - }, - { - "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", - "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", - "amount": "150000000000000", - "delegatorRewardAmount": "157088736842711473275" - }, - { - "pAddress": "flare1ym7agfyk76ef7zeglhctrxe7q2c7hzk5qr07xe", - "cAddress": "0xCCD123260f643FB248822110662a84b4c1DB802C", - "amount": "500000000000000", - "delegatorRewardAmount": "523629122809038244250" - }, - { - "pAddress": "flare1ymcfaxzy9wv0efnrpfhxzpmt3wnwpce4rq4uxg", - "cAddress": "0x771757f1f37D351131405d87EbCCD736E21E5D27", - "amount": "100004000000000", - "delegatorRewardAmount": "104730013594790121156" - }, - { - "pAddress": "flare1z2nh3pzw7r3w9s7yc02s6a4uhqp4xv2znpue5u", - "cAddress": "0xF8922eB3a6f85002b90c4f5A98Cc05099BD60a26", - "amount": "76435395955880", - "delegatorRewardAmount": "80047598671877907360" - }, - { - "pAddress": "flare1zwhsscjc8ydvv5yhlrz4rvhvwutr0st9d7jhfc", - "cAddress": "0xb13f9a18EdF6b5967f1bE73f96995C9C7fFd0E5c", - "amount": "50949000000000", - "delegatorRewardAmount": "53356760355995379013" - } - ], - "totalStakeAmount": "133019931105879554", - "cChainAddress": "0x278F11EEEe212a796C750f03382Ddb0970F7A631", - "eligible": true, - "overboost": "0", - "rewardingWeight": "133019931105879554", - "cappedWeight": "133019931105879554", - "nodeRewardAmount": "163889670214330379790058", - "validatorRewardAmount": "54262749212965844652532" - }, - { - "nodeId": "NodeID-MWNqxgXd8itY143jaNyq8aMYTeV1RXJgS", - "bondingAddress": "flare1j67sqxpslhpaf89mz88p9y39w0u0hu98khjyhe", - "selfBond": "29900091000000000", - "ftsoAddress": "0xB53F6CFaB63CAbFc255c702ebeB273510DB541d7", - "stakeEnd": 1767340800, - "pChainAddress": [ - "flare1j67sqxpslhpaf89mz88p9y39w0u0hu98khjyhe" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Luganodes", - "BEB": "29900091000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "153487421477791397", - "totalSelfBond": "29900091000000000", - "delegators": [ - { - "pAddress": "flare10t0gvedta3vtvwcf4wee90l3xdnkwhsysktd0p", - "cAddress": "0xdEfe79004606284C3ce91a29D267Fab4792Ea820", - "amount": "2700000000000000", - "delegatorRewardAmount": "2993926513943442196528" - }, - { - "pAddress": "flare10tvznuj5hsg3fxy5uy7d3g58vdwzrd8gv9u5vw", - "cAddress": "0xDC0cB9060b36374E6C21fE18f0dc8cede76f04e4", - "amount": "535266000000000", - "delegatorRewardAmount": "593535951634240937321" - }, - { - "pAddress": "flare127ru9hcj304hm88slmkp0gqdvwc88zd92j5gvc", - "cAddress": "0xe52e460FeA4520bA01298e828B66b3Eb0019048A", - "amount": "91500000000000", - "delegatorRewardAmount": "101460842972527763326" - }, - { - "pAddress": "flare129z8pn8vmd7nkl5tmntshqpetk8gm8q5rm2plx", - "cAddress": "0x563521860A21Dc99c5e14cdaF9C82C99b855642a", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare12av9whkdu6c0rd9tyjycehz2s6duwzdnth2fm6", - "cAddress": "0x6810f8F4eA1C53c95adeF9c0416A6b228BD69E63", - "amount": "2520988244452000", - "delegatorRewardAmount": "2795427239409101719498" - }, - { - "pAddress": "flare12hnvkypdve89wxtey5qk8txf6svnzqpa89nwha", - "cAddress": "0xbcFEb38E66CB358010d41B36fCC9fC601F3682CA", - "amount": "700000000000000", - "delegatorRewardAmount": "776203170281633162063" - }, - { - "pAddress": "flare12wjh7ruu2nsja67eczrnphz5s7lqnev3fv07e5", - "cAddress": "0xD578b78Fba6b885A7DF693b16dba51Fe585C3695", - "amount": "3463220818415000", - "delegatorRewardAmount": "3840232826627250293660" - }, - { - "pAddress": "flare13g0fw5ypr2v5d3qzuw3nhlxgpk42lqf2yglhrs", - "cAddress": "0x27600F2da6e9A1798f26a4a6e47bdA09e0A62616", - "amount": "1414670000000000", - "delegatorRewardAmount": "1568673341289025693393" - }, - { - "pAddress": "flare13staca0ny0r7ccxmrvpl2decgvy6xgus2cty0w", - "cAddress": "0x9c17dFAcaF9832949929910a38D0E7aaFBa0416a", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare147xpukgwcju37fu4wyk9ahuej0jtv3dmpankny", - "cAddress": "0x5b348be8755dF31661F0Ee5dA4c4A9371A0254d3", - "amount": "1009494998000000", - "delegatorRewardAmount": "1119390311187215611962" - }, - { - "pAddress": "flare15d3vsctkvnzhztym80j3fq59cd90ntfem722wv", - "cAddress": "0x7A0ce230710853791F260E482330A4C2BC800913", - "amount": "206635067167000", - "delegatorRewardAmount": "229129706037690866784" - }, - { - "pAddress": "flare15jd2l0thftmd9396r7vm5xwja882vktjnxrtdh", - "cAddress": "0xe7c16B7bbf01cA5444472197b3D974716CA13fa9", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare163a96fd6x6j7x84hvjktm205qjws75ez7xx05y", - "cAddress": "0x41adc4F0a9686c281A00543D5B138d2b72A1DE59", - "amount": "97624996000000", - "delegatorRewardAmount": "108252616277045366171" - }, - { - "pAddress": "flare168gcu8spavfyq2u7rumruhfxvd3gm065zxa3zt", - "cAddress": "0xd781CaEdda0Df2f27955CA0689d0981F209d9A45", - "amount": "3239835499252000", - "delegatorRewardAmount": "3592529408157685921511" - }, - { - "pAddress": "flare169whag4tw9jnc52z9h5cuqwy0tpq9arkm3vgw8", - "cAddress": "0x5E49459561Cf9580e28F7630F7210326317058AE", - "amount": "100001000000000", - "delegatorRewardAmount": "110887276044762282627" - }, - { - "pAddress": "flare16d2dv7m57rvk458g24z0dkzmg6n6af5pmnq57d", - "cAddress": "0x929F34BE63fa8da803A754e739324702a54929a9", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare16jxq46zhcz79tay94m0ddkwdqvh80eqa843unz", - "cAddress": "0xDC7316CaED1CeA7dc7B6B040E827b1596fDbCEB3", - "amount": "6712520956000000", - "delegatorRewardAmount": "7443257209470141460360" - }, - { - "pAddress": "flare16kj3savyz6g2595e6t0ke3kr4wgne3xuc65t5x", - "cAddress": "0xa312A0AD6eFd03260B8d678c7CdbE7532aBfA9d9", - "amount": "208291191000000", - "delegatorRewardAmount": "230966118279910252501" - }, - { - "pAddress": "flare1782a0tdkxtagswlxypzhg9hmtgl4mfq3n45mxv", - "cAddress": "0x58BF55d02549D5201829964Fdec4154320D2CE5C", - "amount": "50999000000000", - "delegatorRewardAmount": "56550836401704299474" - }, - { - "pAddress": "flare17m08c58l3jkmk28vh0za8g4e5m6vtgxguyvlgs", - "cAddress": "0xE9e11C8E916f32714108b173E6315ebd44FFee44", - "amount": "37000000000000000", - "delegatorRewardAmount": "41027881857743467137618" - }, - { - "pAddress": "flare187knyxprcqagwx8xtngm9vny7tre40k04qknha", - "cAddress": "0x1e7B4F2Bfe2EA2fD73470A2257F5460A293613B7", - "amount": "450001000000000", - "delegatorRewardAmount": "498988861185578863659" - }, - { - "pAddress": "flare18dms5txs2q5req0w5rlgard3pml7ygms9g9qm5", - "cAddress": "0x087A28B0b6990cf74B7A8217171BeEe6Add2849E", - "amount": "231500000000000", - "delegatorRewardAmount": "256701477028854395739" - }, - { - "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", - "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", - "amount": "40148321569957584", - "delegatorRewardAmount": "44518934977267931745161" - }, - { - "pAddress": "flare19rh6xddnd6yk2uvnpukecmvwdm7xh4mcxq0td7", - "cAddress": "0xf6C69cAE28eC2Bb05d79b06E147B75bb3fA4D84D", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1a9f495wt8u06gqsuxhgnztdyf5szvcvelwz02h", - "cAddress": "0x36ba3AbC89D7D526056300715351A2d07A8d5E8F", - "amount": "101343960907386", - "delegatorRewardAmount": "112376433921729871114" - }, - { - "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", - "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", - "amount": "89847111052000", - "delegatorRewardAmount": "99628017770297658325" - }, - { - "pAddress": "flare1cy8v93cfprl2snduqafxsp2hdnun5ev573xjt4", - "cAddress": "0x9207CaCfbC8493B60962f6871Eaeeadc9A6D2D2b", - "amount": "525000996000000", - "delegatorRewardAmount": "582153482137450015128" - }, - { - "pAddress": "flare1d9w0tutzurqu676f32fqag4ksx4dl037qrdmpl", - "cAddress": "0x040a9f50fe3802b31653Caafe9600470D764ad78", - "amount": "2324935000000000", - "delegatorRewardAmount": "2578031310998183993773" - }, - { - "pAddress": "flare1dphy5taxv28gus94zzramxfxvhl53qgd3vlaly", - "cAddress": "0x528022Cf31b0CA8A0998AAdd7D659EB7133F80Ac", - "amount": "60001000000000", - "delegatorRewardAmount": "66532809171526101938" - }, - { - "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", - "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1dxyda5rxdn920zj4qgk0echuuu2mm6rcdhclem", - "cAddress": "0xe7FF75cf787803840395E53E42E2553e85ff4cA9", - "amount": "302299998000000", - "delegatorRewardAmount": "335208881176759091897" - }, - { - "pAddress": "flare1erwk24s8cjnyj00wcjtyn53uh5kt6waxmnv696", - "cAddress": "0xD009aE9Db57cEAD628c7CbD7D0081c820756ba25", - "amount": "66050000000000", - "delegatorRewardAmount": "73240313424431243363" - }, - { - "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", - "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", - "amount": "67989992000000", - "delegatorRewardAmount": "75391496196889823479" - }, - { - "pAddress": "flare1fjpaup4dwxzhd2h84k7zg2k0dach7sj3sxs797", - "cAddress": "0x3120736C03AfDBc2132c73Ee06ee6d804A99d28b", - "amount": "1094723000000000", - "delegatorRewardAmount": "1213896375971743285818" - }, - { - "pAddress": "flare1fktgtd6dvse59mvzy4w42zvqc3g2t3ysf0hsdg", - "cAddress": "0x91E2447bf8dD726B4D72313F900804593B98B96E", - "amount": "961431989000000", - "delegatorRewardAmount": "1066095082674251801672" - }, - { - "pAddress": "flare1fmmg2wglqgkdq4ww8sq3n0gzghvvk3uezwadln", - "cAddress": "0x945f4787B84EC97e70600cf6ce47fE02c0F32B06", - "amount": "1483004658712000", - "delegatorRewardAmount": "1644447025192408297753" - }, - { - "pAddress": "flare1ftch65mul4klgumxuyx76g2ak4re9xpmt4wf8a", - "cAddress": "0xBe45aFCb3F53FD53b9a2e1A5B731B8a5dA8dA1De", - "amount": "111133968000000", - "delegatorRewardAmount": "123232197553682244029" - }, - { - "pAddress": "flare1h6dttlyrqn7u7tjzafhmk3w3sun26tvxkw5p7r", - "cAddress": "0x7d6D970726D3D6464b1BaB09c7E9E981dF165F9F", - "amount": "52000000000000", - "delegatorRewardAmount": "57660806935207034896" - }, - { - "pAddress": "flare1hf4w6ykcchzzxhtrllwrdsf26sjlj6pxea55mg", - "cAddress": "0x3d13c6D311e9f636a644Cf2C3fd6dA2c5B8DE41A", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1hj8plxxaa5yxfurzk52adcwhyusvfwgcf5ef0m", - "cAddress": "0xF41719a196caD5A11202158b2f9dfE0B39600433", - "amount": "921051823125002", - "delegatorRewardAmount": "1021319064433292280038" - }, - { - "pAddress": "flare1hqg220rwt9l3478sj6kzdrt8962vq6xf0uxsgp", - "cAddress": "0x3802C1733ad75FA886c0cac1b160Cd49B6D4F606", - "amount": "4239630510903000", - "delegatorRewardAmount": "4701163776265212441821" - }, - { - "pAddress": "flare1j4ulq4fk2aak93qftnmej649w56ce5dx3qh8sd", - "cAddress": "0x187a9e4f8dd811cfca029B1898125De594b3994E", - "amount": "264994363632326", - "delegatorRewardAmount": "293842093083107651760" - }, - { - "pAddress": "flare1jch2alrm3yh90xmnmvf00r79drpygl8cy3mwav", - "cAddress": "0x2b01BD032F781c58F90d5120Ce64425bbD30035c", - "amount": "5340000000000000", - "delegatorRewardAmount": "5921321327577030122024" - }, - { - "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", - "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", - "amount": "314013408914000", - "delegatorRewardAmount": "348197433585699495232" - }, - { - "pAddress": "flare1kq44d2srzd4sf5r0tnz8wlthgzzx4ldjacusrs", - "cAddress": "0xdE4cAd6024B51f1E78188ee0dd43665cab24210B", - "amount": "55505451000000", - "delegatorRewardAmount": "61547867191588350966" - }, - { - "pAddress": "flare1l7835sz6t68tfjzhthfycgs89fjkpr986gl9c2", - "cAddress": "0xe83fb0d25a2F6b497DF3983c64fF6E836fFAa49B", - "amount": "599888000000000", - "delegatorRewardAmount": "665192810591297649033" - }, - { - "pAddress": "flare1ljfrqrrtu6tnlvg05wq9ph3afxq8svempzklyu", - "cAddress": "0xb98F7705c9086E8c4E8B4Eda8982D540a459f6f0", - "amount": "85327467279000", - "delegatorRewardAmount": "94616358020088741215" - }, - { - "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", - "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", - "amount": "200000000000000", - "delegatorRewardAmount": "221772334366180903446" - }, - { - "pAddress": "flare1lxjj7rnfctmj3chmejz94t9m6cup43s8vrzdjx", - "cAddress": "0x5580e06302937B0B18a293322c7337eefEC7d600", - "amount": "1227823821523325", - "delegatorRewardAmount": "1361486775448164284646" - }, - { - "pAddress": "flare1lyqwg6mwc63jy30jaf55gxxldynvh20f0yzqmp", - "cAddress": "0xbA9797F784E1117da12b7e5C6d44a2e8fb4f3f74", - "amount": "500579489507000", - "delegatorRewardAmount": "555073409618992745262" - }, - { - "pAddress": "flare1n7n40l9k7pg287smka6vfy3ywt3t9sucgv6206", - "cAddress": "0xC53cEBb642140F373f9f466Cae809D6270c90B95", - "amount": "205999957502000", - "delegatorRewardAmount": "228425457272763001080" - }, - { - "pAddress": "flare1nmtqczaslta8g2w7e556h68r9x6txp87ng0dyu", - "cAddress": "0x544Cd0011f851c7513EAf245821f586689fFb562", - "amount": "50400000000000", - "delegatorRewardAmount": "55886628260277587668" - }, - { - "pAddress": "flare1nqs54shg6p6rhgvrgz63mnf44zqe690gxy5jta", - "cAddress": "0x033d8e968e081d089880c26CEae5a07Fcb06Dff8", - "amount": "1414007998000000", - "delegatorRewardAmount": "1567939272644550290942" - }, - { - "pAddress": "flare1nrdvkhln5nl05q9ks7wr7tw6aqkhyk2n4u4vuu", - "cAddress": "0x5004ad4c95d30EEb3436B1209b4750Dc7aBA4AFC", - "amount": "300000000000000", - "delegatorRewardAmount": "332658501549271355169" - }, - { - "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", - "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", - "amount": "250000000000000", - "delegatorRewardAmount": "277215417957726129308" - }, - { - "pAddress": "flare1pc357zvyl3mphp80jfw3zv3hsv67xn0a8jenj3", - "cAddress": "0x924Eaa0bD24c67f7a86EFcd6D78FBBaf557A41f2", - "amount": "66743000000000", - "delegatorRewardAmount": "74008754563010060193" - }, - { - "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", - "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", - "amount": "60000000000000", - "delegatorRewardAmount": "66531700309854271034" - }, - { - "pAddress": "flare1qjqcu32u9qpgj2dh67a8h4xd6psvpqun3ck54p", - "cAddress": "0x3d24e32C0aD45253d5cC342Ea6D4548a5c8647dA", - "amount": "300322105593000", - "delegatorRewardAmount": "333015672095631420065" - }, - { - "pAddress": "flare1qlxcp5h7atqyctwpl5x0kcfxt89e5nq7emwtu3", - "cAddress": "0xB5F3d8d49B3b67fb839Dc2ad288782fC3B9efaeC", - "amount": "97382000000000", - "delegatorRewardAmount": "107983167326237143697" - }, - { - "pAddress": "flare1rmlaqk8jl943s8aqvyfmzhnqkw0j32af7uejf5", - "cAddress": "0xdaB54E5DeB3b7FCaf58139913aFe29e4c4fd89d0", - "amount": "200000000000000", - "delegatorRewardAmount": "221772334366180903446" - }, - { - "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", - "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", - "amount": "100000000000000", - "delegatorRewardAmount": "110886167183090451723" - }, - { - "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", - "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", - "amount": "145029913000000", - "delegatorRewardAmount": "160818111794670632845" - }, - { - "pAddress": "flare1tq3h2tzxqy8upnakypjg78w6ukrunv2yszt08j", - "cAddress": "0x43131e554343fc2C645A194b51095d614976270A", - "amount": "3747997441943354", - "delegatorRewardAmount": "4156010709491261008874" - }, - { - "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", - "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", - "amount": "50000000000000", - "delegatorRewardAmount": "55443083591545225861" - }, - { - "pAddress": "flare1u0vr3njktal3gd92n0q52yu7pz899y43xrf8wl", - "cAddress": "0x6E95039c668A46F9C3B5a8fF2E427a2a0C5A0009", - "amount": "2173056312207000", - "delegatorRewardAmount": "2409618855336554023912" - }, - { - "pAddress": "flare1uzu6fppvdzcx2hgdllrdjs4kar3tfk4s6t9gn6", - "cAddress": "0x151E80Ed218E09De16E8bCc3dC88Af482a527e97", - "amount": "1525531735988275", - "delegatorRewardAmount": "1691603671199060663523" - }, - { - "pAddress": "flare1vmh7lw53mv0qkuypad6ug8cehtzv7rqhpra3nf", - "cAddress": "0xacAD5783F500ebBc04c0a717BAF2d3c6b8D83880", - "amount": "140000000000000", - "delegatorRewardAmount": "155240634056326632412" - }, - { - "pAddress": "flare1vvffvdpdn3ryq7jy50n2ua7ywrv576y5030try", - "cAddress": "0x12EaAB2ea26b63ca3163Fc2aD043c1f93e920360", - "amount": "60000000000000", - "delegatorRewardAmount": "66531700309854271034" - }, - { - "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", - "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", - "amount": "125000000000000", - "delegatorRewardAmount": "138607708978863064654" - }, - { - "pAddress": "flare1wpyr0560z97gygyvsftr70kku84atnm40sec2f", - "cAddress": "0xA5a0B77386508494D431C8FcaAdFbeFE0Be46a13", - "amount": "1272590689434145", - "delegatorRewardAmount": "1411127039442389421596" - }, - { - "pAddress": "flare1x9gdutq7ct8erpzydf3za2px82hc74gaeyqaan", - "cAddress": "0xAB37CA7005D8e865bd98cdC265Bd2484bFBC13EA", - "amount": "9350000000000000", - "delegatorRewardAmount": "10367856631618957236134" - }, - { - "pAddress": "flare1xpxwucuxau7dy085ut6srcjadph8gxvy6v6eak", - "cAddress": "0xA34F4D22f68D197eb621Bf09730D07921444A1E2", - "amount": "5000000984325000", - "delegatorRewardAmount": "5544309450634787711123" - }, - { - "pAddress": "flare1xrd8ad2lskuje2sy9p850p4a6ex7naksk73ac0", - "cAddress": "0x23DC5fC77Ed4782b80239D4d43C55307bdfFf278", - "amount": "193500000000000", - "delegatorRewardAmount": "214564733499280024084" - }, - { - "pAddress": "flare1xuhs7uvzu9w7m0dcvqh4xfzqevd4r9rqzurjm6", - "cAddress": "0xb497311cB3200b07168f83028c99991520f3B034", - "amount": "1190930000000000", - "delegatorRewardAmount": "1320576630833579116709" - }, - { - "pAddress": "flare1ye34h8qg3ke700nweqjhmp8r6zfx7jtrr5p567", - "cAddress": "0x839b752520E92008059B41f9e6DffB39Ab00514e", - "amount": "973899992000000", - "delegatorRewardAmount": "1079920373325224534686" - }, - { - "pAddress": "flare1yhyjtnc7stkt2ale3dmvr625nte6jyze8juft9", - "cAddress": "0x38499A6f4210F750C85c38Cb807f0fa7D5DcD445", - "amount": "500000000000000", - "delegatorRewardAmount": "554430835915452258617" - }, - { - "pAddress": "flare1yvl38vzft6deux03ahdln07gr56escqygh5zw6", - "cAddress": "0x6De257252C6C2c13F59BF05ee9966a8E268B3A02", - "amount": "1485582998000000", - "delegatorRewardAmount": "1647306046805847281765" - }, - { - "pAddress": "flare1zj23mfrsgjnd0s0qav90w6uqfpxhvrek86t3k6", - "cAddress": "0x69B7B4544478c52f170434d20122638D6ffD4114", - "amount": "140000000000000", - "delegatorRewardAmount": "155240634056326632413" - } - ], - "totalStakeAmount": "183387512477791397", - "cChainAddress": "0x8807340C9e57C66A178501Eb726f7878ff2FA985", - "eligible": true, - "overboost": "0", - "rewardingWeight": "183387512477791397", - "cappedWeight": "183387512477791397", - "nodeRewardAmount": "225945981865594034876374", - "validatorRewardAmount": "55749663080715585165210" - }, - { - "nodeId": "NodeID-MZKzjLDRo9bwDjaDR5c4PALEibYyDe4A7", - "bondingAddress": "flare1wtaud4ppr362084mlsnw4pygftgvexm0x7f5hh", - "selfBond": "1016120985298250", - "ftsoAddress": "0x5F911C2C681f678e5A3a8D54f950d6b192CC16E3", - "stakeEnd": 1739547000, - "pChainAddress": [ - "flare1wtaud4ppr362084mlsnw4pygftgvexm0x7f5hh" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "FTSO UK", - "BEB": "1016120985298250", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "12247099052213207", - "totalSelfBond": "1016120985298250", - "delegators": [ - { - "pAddress": "flare1eaqkys49ucjr3ty869jv2l5xnh45r20x6a839u", - "cAddress": "0x2DFFe4d89E9C184288F25BCE2173CC4F6BE30068", - "amount": "12194918170000000", - "delegatorRewardAmount": "12019979866513133035323" - }, - { - "pAddress": "flare1p9lj8xjvv4vqzd2prgl0p5y49zsm7kg6v3ufa9", - "cAddress": "0xd87f72DaE1D2799364e4581747DB63CafA5A013f", - "amount": "52180882213207", - "delegatorRewardAmount": "51432338034265087141" - } - ], - "totalStakeAmount": "13263220037511457", - "cChainAddress": "0x7e0cCf88000f5e9c27Aa9374C124384097Fda5C6", - "eligible": true, - "overboost": "0", - "rewardingWeight": "13263220037511457", - "cappedWeight": "13263220037511457", - "nodeRewardAmount": "16341195938506784814318", - "validatorRewardAmount": "4269783733959386691854" - }, - { - "nodeId": "NodeID-MzMscku8ayAd2pBEmH8xWiAXBwtPgS2S5", - "bondingAddress": "flare1sr5f7kstvp4qnk789nd9rgwut960aauf0tua50", - "selfBond": "8000000000000000", - "ftsoAddress": "0xa288054b230DCbb8689Ac229D6DBd7Df39203181", - "stakeEnd": 1743678026, - "pChainAddress": [ - "flare1sr5f7kstvp4qnk789nd9rgwut960aauf0tua50" - ], - "fee": 130000, - "uptimeEligible": true, - "ftsoName": "Use Your Spark", - "BEB": "8000000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "54731092600544663", - "totalSelfBond": "8000000000000000", - "delegators": [ - { - "pAddress": "flare104whd5jg5fwcy8kcxh0ndcwpqd08yaplya63h0", - "cAddress": "0x2248C835c5BC0aE4aB771f2a9aC75782C9D3e739", - "amount": "1018000000000000", - "delegatorRewardAmount": "1091193809193065438591" - }, - { - "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", - "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", - "amount": "498409000000000", - "delegatorRewardAmount": "534244415762383646545" - }, - { - "pAddress": "flare133yypdjtqmpckwey4v348vgu4zeh5v4w5wtwkl", - "cAddress": "0xC66E09D33E0b433186801408146A9De7eEf53A58", - "amount": "374153517486000", - "delegatorRewardAmount": "401055011756908209359" - }, - { - "pAddress": "flare137wrw7tjpe20ac06x8a33zsal0q6wahudet5q6", - "cAddress": "0x0A411716f594B314eF6862B1c906F9057BA1D652", - "amount": "379800000000000", - "delegatorRewardAmount": "407107474195998284456" - }, - { - "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", - "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", - "amount": "202421067623000", - "delegatorRewardAmount": "216975064676295145587" - }, - { - "pAddress": "flare15haqz0lf8wt8u07gak564n2s5p2rndktqyt7hd", - "cAddress": "0x5EE5e301204C7a283Dfc5957cD796945C184A3fE", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare15t2qy4wx34jxtssjcvjgcqyv5xt6neftmr8kt6", - "cAddress": "0x8034679296534b19572317C5b57547DD399e26a0", - "amount": "557903247688687", - "delegatorRewardAmount": "598016277020236393856" - }, - { - "pAddress": "flare15wh6hllm08vnq4n3ptgefrwvsuvsagrnj08pwj", - "cAddress": "0xce910b1e400D6aD4447F0bDF915C7f9DBf8A6a0E", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare16p95f92x5093mntjhvac0ejf7hwelsuvkuqqqj", - "cAddress": "0x9ebecDD45D54D801DBbC67D91ECB7267ce4Bc957", - "amount": "50999995000000", - "delegatorRewardAmount": "54666875061765512183" - }, - { - "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", - "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", - "amount": "503001000000000", - "delegatorRewardAmount": "539166578799529576303" - }, - { - "pAddress": "flare16qrzxr2vdl3vm4cs4ycyv4ka8n89mjfcr4e36f", - "cAddress": "0x16b342400b1Aad4170Abd9059eC65F2EaE9C2296", - "amount": "20466146460000000", - "delegatorRewardAmount": "21937654533586023263833" - }, - { - "pAddress": "flare17n8ne8dhhah76lywzhwpz0zfpl576m5lwnklk6", - "cAddress": "0x292C3cd85e0C518C16fe2599Cfd38D0a95F54cBA", - "amount": "117999999000000", - "delegatorRewardAmount": "126484153628278892495" - }, - { - "pAddress": "flare18sflw2zk8rqqe3g2emppyqk64d30gkfsds9zsy", - "cAddress": "0x00062B7f0303533b1b8a089F3Cc51EF56B665422", - "amount": "449509000000000", - "delegatorRewardAmount": "481828524534936790015" - }, - { - "pAddress": "flare197q05nw60adcwg9que64m5lj625xsxu800rqcm", - "cAddress": "0x7bf00d7F66c1937854aedbCD39c60f76c7bFdE4E", - "amount": "2342006711807000", - "delegatorRewardAmount": "2510396095297059092203" - }, - { - "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", - "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare19atqr04gyka95sazqknvrp8pv2lku5sapmctgq", - "cAddress": "0x70346EE386165eF6663A6eBe5B4968C1Ab4842A4", - "amount": "5000000000000000", - "delegatorRewardAmount": "5359498080516038499959" - }, - { - "pAddress": "flare19av43675jtgstvq4y638rn2ms4xspunqtvdjvp", - "cAddress": "0x732FACb0Bb4e772E470Bec18cf7DEb3DB73678b1", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare19da0pgj2esneml5qe94996rx0xzsh0xvnj5jhz", - "cAddress": "0x0FC6C05E9EF7090Ba2133b4e0CE7eD255E13B4f9", - "amount": "428488991000000", - "delegatorRewardAmount": "459297184957350819233" - }, - { - "pAddress": "flare19kf34vl36d52q9jfn3wluka3yl83akvqansye4", - "cAddress": "0x98f3C440432F400730ccabfC9ce373D4b71b4d24", - "amount": "378635210525000", - "delegatorRewardAmount": "405858936804904727614" - }, - { - "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", - "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", - "amount": "183000000000000", - "delegatorRewardAmount": "196157629746887009098" - }, - { - "pAddress": "flare19s5n6ezkerp468xw3y4m6kklansqmrhvzqqehp", - "cAddress": "0xf0Ed7F25ba3285641E40c5985D074B72C69BD9F5", - "amount": "75001988000000", - "delegatorRewardAmount": "80394602144177390676" - }, - { - "pAddress": "flare19vhqsptrfs9l29ehuglcz2eguhyvkw75zyg9r8", - "cAddress": "0x1C243CDF12B91aDe2Dd987A94A2CEe26FFA2C6Bd", - "amount": "798229980000000", - "delegatorRewardAmount": "855622409124071160300" - }, - { - "pAddress": "flare1ah27r30nwph6d04mhc82f6mstddugk80yyspd7", - "cAddress": "0x34f8226EC78E6832c086922823172C199cf3c53D", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1c7lx3h8djgcasl6tdn9sm48q080g0ylj8msdy5", - "cAddress": "0x547df3879A281aFBF4DeAa3F2FB6E718881dc51f", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1crfwmvtnw5h30ky5jhgkxmtfrphfz6z9wlxgr4", - "cAddress": "0x3333B449C51a105D40c396dEAa440d1795Ca0605", - "amount": "425000000000000", - "delegatorRewardAmount": "455557336843863272496" - }, - { - "pAddress": "flare1cw8lgv8a08allyhprus4w46vp00yffd4eqztg2", - "cAddress": "0x01EF0C7D465AF39D5c11C7beea73340f7B78767F", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1dynrya4k4etfceqd6rpgt3p803hlh3ec27wvqr", - "cAddress": "0x6baec5D8c99bC56e071509f62bFc8feFa6709865", - "amount": "264595703189000", - "delegatorRewardAmount": "283620032670847389377" - }, - { - "pAddress": "flare1e3ln5qcq7663n9pawc7yzy33k5m2fajaqtf6xs", - "cAddress": "0x0167F84D05F56012e8162F0055bB0A184adA8e50", - "amount": "69664974516743", - "delegatorRewardAmount": "74673859440336569060" - }, - { - "pAddress": "flare1epet7xjhc4puuu973nfcnduyp9c95n2ajjawdr", - "cAddress": "0xC48531844bdfEcD9a014D928cCCC62ab3E5DdbA0", - "amount": "150000000000000", - "delegatorRewardAmount": "160784942415481154998" - }, - { - "pAddress": "flare1et04rs4rq8m2zmv8tp2pheys70xt7m38aetmwa", - "cAddress": "0x7eBF1779F5882b2BE657dEFDbA42150D31F6C152", - "amount": "1965636588000000", - "delegatorRewardAmount": "2106965104075619039268" - }, - { - "pAddress": "flare1fkgffr2mntg90gsfpjq8qctn0agp75nu337uja", - "cAddress": "0xd7B1bF8D664EaddB429997F842A0B8601A151150", - "amount": "273177716435000", - "delegatorRewardAmount": "292819089374627432762" - }, - { - "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", - "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", - "amount": "323065000000000", - "delegatorRewardAmount": "346293249476382795598" - }, - { - "pAddress": "flare1fvwtnhd70f6j3uz63hmpd2c4dsspgfuf3ms7x3", - "cAddress": "0x69aD9Eb0194C03362F334337053CE45E55478cFa", - "amount": "145299664000000", - "delegatorRewardAmount": "155746654061525068131" - }, - { - "pAddress": "flare1ga7whuk5q4s3n302f2s0ww0hsrlvx06d8jh3mu", - "cAddress": "0xDD6473ad000531cA2544230677B495C8dF5689Ff", - "amount": "518019956000000", - "delegatorRewardAmount": "555265391970200544208" - }, - { - "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", - "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", - "amount": "250000000000000", - "delegatorRewardAmount": "267974904025801924998" - }, - { - "pAddress": "flare1gjypevw4enumdn3vvwsrsaufp7zyagq4w8da2e", - "cAddress": "0x5669De1529cA202e1eab17fe60606b01A1d0E49C", - "amount": "245340633513000", - "delegatorRewardAmount": "262980530877102473507" - }, - { - "pAddress": "flare1gpnmjclggphdldy5rx092qqzftwqg7z678lmts", - "cAddress": "0x161fcB1d8f60049EcdB2153720320882eeAD226d", - "amount": "1500000000000000", - "delegatorRewardAmount": "1607849424154811549988" - }, - { - "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", - "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", - "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", - "amount": "1200000000000000", - "delegatorRewardAmount": "1286279539323849239991" - }, - { - "pAddress": "flare1k9fdsv8jevdlxvvu60kddnm3g7mxx835duve3v", - "cAddress": "0x4C90fBB6787EE664908715c05899ACe6bb028E48", - "amount": "640300000000000", - "delegatorRewardAmount": "686337324190883890305" - }, - { - "pAddress": "flare1l7835sz6t68tfjzhthfycgs89fjkpr986gl9c2", - "cAddress": "0xe83fb0d25a2F6b497DF3983c64fF6E836fFAa49B", - "amount": "599889410022979", - "delegatorRewardAmount": "643021228308010947534" - }, - { - "pAddress": "flare1l82nsyrv4k5gw27jtweswa2n2ceypl9k3ka0hy", - "cAddress": "0x7C126313B1115aAcAFB3B0F2566922a541e5b4C1", - "amount": "922109977000000", - "delegatorRewardAmount": "988409330351237681866" - }, - { - "pAddress": "flare1ldumh2ghxjhjw963qkgth07j2w27cre7fddhzu", - "cAddress": "0xED89392847ab626964c670A4Ce3a9520466Da023", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1lhetyne2p3xqsquk6wufdrqc978kh65enr080y", - "cAddress": "0x9a5fb558b227C9F8DDbC55861b1E078ad5059858", - "amount": "149306450206207", - "delegatorRewardAmount": "160041526657765979436" - }, - { - "pAddress": "flare1m9a5katq24snhnf8twysfwlgrnhceqac3knz7m", - "cAddress": "0x0eb261Bdb90C152aE44F442E7a17109c54153B6F", - "amount": "184225996000000", - "delegatorRewardAmount": "197471774388631077326" - }, - { - "pAddress": "flare1meu3qaghkjq2zj6cxnjz3mvn0dar0u2n03nrp4", - "cAddress": "0x1D4C7C59B5a6a876B0a495c7166CE5c811a7332d", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1mlcq7k4wl570sq7chydrw55j65kyzvjrzjn5nw", - "cAddress": "0xeAFFeb6dA2478d4de91773Da6ED1f45D22D1045d", - "amount": "1332845000000000", - "delegatorRewardAmount": "1428676043825079866896" - }, - { - "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", - "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", - "amount": "2662827437968047", - "delegatorRewardAmount": "2854283708507037694920" - }, - { - "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", - "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", - "amount": "234247000000000", - "delegatorRewardAmount": "251089269373328094100" - }, - { - "pAddress": "flare1pxatxzlatfsd20haudaxxncv7w6k9d6lj3em6c", - "cAddress": "0x15FC6991C7B4BEFbADd3825c4f9B666911FE67CE", - "amount": "300000000000000", - "delegatorRewardAmount": "321569884830962309997" - }, - { - "pAddress": "flare1qavetrlsgk2dgzl2s4weasz2ur5g9jft775jnd", - "cAddress": "0xDCB1d8fa2d6d792163266038F59ECd8c1Db43A19", - "amount": "109406952797000", - "delegatorRewardAmount": "117273270702126065913" - }, - { - "pAddress": "flare1qd8hxeju4qs4wfs4g5t4tvtpymrgxtuc62kkgr", - "cAddress": "0x1686346C7A4f5bd401d3Af2bfa4B49D9375e8a06", - "amount": "229938171000000", - "delegatorRewardAmount": "246470637222373725769" - }, - { - "pAddress": "flare1qnwh4tj9ur8gd8zy8r82kn94z5ywfmcyr4hxtk", - "cAddress": "0xB57159927057CC6b79aCF7b714C0342C5B8acDe8", - "amount": "82382465787000", - "delegatorRewardAmount": "88305733450720942605" - }, - { - "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", - "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", - "amount": "100000000000000", - "delegatorRewardAmount": "107189961610320769999" - }, - { - "pAddress": "flare1rthaq0gruc0274mav8wma0xynmtdnxukn4w0lx", - "cAddress": "0x410a6be22809389164cDc439f57433bbcC1B212c", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1s0p5s0acxrg86mtfgs994k0aydg836dqzexv7q", - "cAddress": "0x5AcD5aCc5cA010F0fB91f7A8cB258e371e5ea77C", - "amount": "68003449287000", - "delegatorRewardAmount": "72892871184429253384" - }, - { - "pAddress": "flare1s7qqja3dszv42kutmd8v0wxuz2du3ukzpdl5ux", - "cAddress": "0x9319452DcF0F17D1dD87BC3196d4795CcDB1c953", - "amount": "58004995000000", - "delegatorRewardAmount": "62175531872568482122" - }, - { - "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", - "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", - "amount": "272624000000000", - "delegatorRewardAmount": "292225560940520896003" - }, - { - "pAddress": "flare1snrxyqsx8hglahw323xezxtkdwsannwxdk04kp", - "cAddress": "0x508a4603FFB737Eb718E7b78bDf86658EfCE9450", - "amount": "247321000000000", - "delegatorRewardAmount": "265103284954261431570" - }, - { - "pAddress": "flare1srwc9l697mrrrwzny6dwyv39h42c9pt324pqs6", - "cAddress": "0xFAd17b8D2576dA3Af8d5E81BEC12F81c4Cb7a474", - "amount": "350107000000000", - "delegatorRewardAmount": "375279558895045738221" - }, - { - "pAddress": "flare1ssf3p5xspcg0ztq3pr9nw5vn4gz8pmlupc3jnt", - "cAddress": "0xb7438bd1D26516CF1Cf0832d516a424A648e2FcB", - "amount": "149700000000000", - "delegatorRewardAmount": "160463372530650192689" - }, - { - "pAddress": "flare1stxpd0vxqe9xuja3ek4dutf5shpv78qg2e6a30", - "cAddress": "0x0c99DD909e9fA69A277d3b540dFd910Dd258FE92", - "amount": "54000000000000", - "delegatorRewardAmount": "57882579269573215799" - }, - { - "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", - "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", - "amount": "1000000000000000", - "delegatorRewardAmount": "1071899616103207699994" - }, - { - "pAddress": "flare1suzmtxvx6lhtzfzqck6wh68fr363fw2zuvfhzh", - "cAddress": "0x8796E1723f7F90918DEc62d36D718B4Ca1a8dD5a", - "amount": "120000000000000", - "delegatorRewardAmount": "128627953932384923999" - }, - { - "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", - "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", - "amount": "100000003000000", - "delegatorRewardAmount": "107189964826019618309" - }, - { - "pAddress": "flare1upngm0x5d6yt5lmzhw4wfd0an702yl4m96t05k", - "cAddress": "0x856068563B587b1fe66C1470D568760D41698545", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1uz4emx0vd079vrgk8zlrardyqxgccvgqhrnume", - "cAddress": "0x5B416D5270157C261e3BEe6C0e5D7E076996c960", - "amount": "674900000000000", - "delegatorRewardAmount": "723425050908054876726" - }, - { - "pAddress": "flare1v3h4u4v0at6tkhnt3e8e2x6syr4nm5lsqxdhcu", - "cAddress": "0x23aC8f525C73f2C59fEe815e59bF80fC4252d861", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", - "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", - "amount": "266667000000000", - "delegatorRewardAmount": "285840254927394087734" - }, - { - "pAddress": "flare1vshch2yw0qynlkdx46txwyhuhua7qsymygqr5c", - "cAddress": "0x2CE4542DB807279ad62ecd34A42FBfab28556B69", - "amount": "100000000000000", - "delegatorRewardAmount": "107189961610320769999" - }, - { - "pAddress": "flare1vz58qhm70e04awfl0plndyvxm6nv2e7pupwhv5", - "cAddress": "0xaf05204BC952462EF5CEfB9A6230C62c5BF37aD6", - "amount": "137149921693000", - "delegatorRewardAmount": "147010948411311697860" - }, - { - "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", - "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", - "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", - "amount": "360000000000000", - "delegatorRewardAmount": "385883861797154771998" - }, - { - "pAddress": "flare1xkvzfpe65034tq0znsvda68qhulgrrkz38u44j", - "cAddress": "0x0030b82c89603D54c28417d9f660bf488098b91F", - "amount": "80529976000000", - "delegatorRewardAmount": "86320050359200529603" - }, - { - "pAddress": "flare1xrd8ad2lskuje2sy9p850p4a6ex7naksk73ac0", - "cAddress": "0x23DC5fC77Ed4782b80239D4d43C55307bdfFf278", - "amount": "190000000000000", - "delegatorRewardAmount": "203660927059609462999" - }, - { - "pAddress": "flare1ylc20p92tns0sw9tkv95pkt7ca457jsf330m7r", - "cAddress": "0x02FB7BBD8E697032d292068aD3eaCC0CF16666eA", - "amount": "50000000000000", - "delegatorRewardAmount": "53594980805160384999" - }, - { - "pAddress": "flare1yrfv4vuzhnnltdtcv7ufq9c4lz675udf4xqwza", - "cAddress": "0x2F5458FEeC304490505A006902f5d590d1d28aba", - "amount": "51299000000000", - "delegatorRewardAmount": "54987378406478451802" - }, - { - "pAddress": "flare1ysfccsghf8pp287fzy0w9pq22lx3kc8cjfna57", - "cAddress": "0xc629f6B65B029Bd306eAbE7d96D4fBbfB703A97f", - "amount": "499800991000000", - "delegatorRewardAmount": "535736490380902766738" - }, - { - "pAddress": "flare1zrwhpjyd7ww3j5q0fz24qwtsxfwv489erfh05n", - "cAddress": "0x37e5777330a2390c738B429B0e347Ed92a8EBAEA", - "amount": "500000000000000", - "delegatorRewardAmount": "535949808051603850000" - } - ], - "totalStakeAmount": "77731092600544663", - "cChainAddress": "0xda8E7b8B9EcDc48531697Dc5179F250F1f8645a6", - "eligible": true, - "overboost": "0", - "rewardingWeight": "77731092600544663", - "cappedWeight": "77731092600544663", - "nodeRewardAmount": "95770032549203118328388", - "validatorRewardAmount": "37103795401770182482500" - }, - { - "nodeId": "NodeID-N3GDYNsVNMxYTW4ULzrfRZpy3tRnhxKSQ", - "bondingAddress": "flare1fleg9y2jt05vmj96dzwd26qac65v5clhc8kwlt", - "selfBond": "20000000000000000", - "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", - "stakeEnd": 1739271625, - "pChainAddress": [ - "flare1fleg9y2jt05vmj96dzwd26qac65v5clhc8kwlt" - ], - "fee": 100000, - "uptimeEligible": true, - "ftsoName": "Oracle Daemon", - "BEB": "20000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "16629325200000000", - "totalSelfBond": "20000000000000000", - "delegators": [ - { - "pAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", - "cAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6", - "amount": "13000000000000000", - "delegatorRewardAmount": "14415201733801758724027" - }, - { - "pAddress": "flare1epet7xjhc4puuu973nfcnduyp9c95n2ajjawdr", - "cAddress": "0xC48531844bdfEcD9a014D928cCCC62ab3E5DdbA0", - "amount": "100000001000000", - "delegatorRewardAmount": "110886168291952123554" - }, - { - "pAddress": "flare1q2v0d64fju4pxlavvx27t4dthtapcy586nccu7", - "cAddress": "0x7Db08708933BaB21002BFd25F9e11760B9719d3b", - "amount": "3429324199000000", - "delegatorRewardAmount": "3802646164553317497006" - }, - { - "pAddress": "flare1qh4tywf9udzwh2dvsajwxphp25gnlwlew3taaa", - "cAddress": "0x1dDE862CCD1cB9f4B8707F750026160f805071DD", - "amount": "100001000000000", - "delegatorRewardAmount": "110887276044762282628" - } - ], - "totalStakeAmount": "36629325200000000", - "cChainAddress": "0xD00c47DDd1513dfcAA68413659D6A3b1071A46e1", - "eligible": true, - "overboost": "0", - "rewardingWeight": "36629325200000000", - "cappedWeight": "36629325200000000", - "nodeRewardAmount": "45129838643677645524301", - "validatorRewardAmount": "26690217300985854897086" - }, - { - "nodeId": "NodeID-NbTToANYcdsreLC5PBcE9gsMBpBY7N7s1", - "bondingAddress": "flare1tyc9lm0tlye8yc5qej64meuk7x2e7y0er7q4wv", - "selfBond": "4500000000000000", - "ftsoAddress": "0x4A74e79738009711a6ddB6653614d43ba9F431b9", - "stakeEnd": 1746882000, - "pChainAddress": [ - "flare1tyc9lm0tlye8yc5qej64meuk7x2e7y0er7q4wv" - ], - "fee": 190000, - "uptimeEligible": true, - "ftsoName": "WitterFTSO", - "BEB": "4500000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "0", - "totalSelfBond": "4500000000000000", - "delegators": [], - "totalStakeAmount": "19500000000000000", - "cChainAddress": "0xE96aA06057e3628864eB0fd497eE9a1f80956C80", - "eligible": true, - "overboost": "0", - "rewardingWeight": "19500000000000000", - "cappedWeight": "19500000000000000", - "nodeRewardAmount": "24025336223002931206711", - "validatorRewardAmount": "24025336223002931206711" - }, - { - "nodeId": "NodeID-NCBqn9P8oAEkYn6McyQjhF67WarSTttz5", - "bondingAddress": "flare1ga50gf0da5wk0ddglazf279nhpvg62ee5w4tec", - "selfBond": "2000000000000000", - "ftsoAddress": "0x4E94Dbff86b7f1F5ac9FD849E8101A4d52E947eC", - "stakeEnd": 1739362513, - "pChainAddress": [ - "flare1ga50gf0da5wk0ddglazf279nhpvg62ee5w4tec" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Mickey B Fresh", - "BEB": "2000000000000000", - "boostDelegations": "10000000000000000", - "boost": "10000000000000000", - "selfDelegations": "0", - "normalDelegations": "11978162728891858", - "totalSelfBond": "2000000000000000", - "delegators": [ - { - "pAddress": "flare104c3d4nf2ysuq4748xq0e6sqzrwf6axdtk04su", - "cAddress": "0x4539F87fbF894d83C094346DF98dA60864056022", - "amount": "200050995000000", - "delegatorRewardAmount": "209505054057850591510" - }, - { - "pAddress": "flare128x3qqgj4e9ga7qetzcm3t7qg8t6w9fpfh5gv3", - "cAddress": "0x9677c2A147eB910031AA23dE98e9B1607d19347A", - "amount": "187945575891858", - "delegatorRewardAmount": "196827554080186260445" - }, - { - "pAddress": "flare12r5j5x0rxan9qd5av756s7kxny5zw4fevhz9kq", - "cAddress": "0xFa069cc7D5643f6AAB51073ed30A026b125B7c9e", - "amount": "58192000000000", - "delegatorRewardAmount": "60942051829007107018" - }, - { - "pAddress": "flare18s69upav4nh63rpd7sxh0fts4tpppqgvfm3e4g", - "cAddress": "0x7123B64F6A9e131eB8a291881fa76698c97F912A", - "amount": "5764896170000000", - "delegatorRewardAmount": "6037335049164568431308" - }, - { - "pAddress": "flare1f5rhfz4kxlrfydpjwps646ycc39uhwq5j3mrxx", - "cAddress": "0x4Cf39F138d88ebf4657657bbe4924BB37e6Af13A", - "amount": "5411578000000000", - "delegatorRewardAmount": "5667319682305379127471" - }, - { - "pAddress": "flare1g5jnlyntq3ggtz8x9q3ze6nctpsrk96sc5hql9", - "cAddress": "0xb214f44Ee580BFf8617C8B3aa6D8EB551340e719", - "amount": "60000000000000", - "delegatorRewardAmount": "62835494737084589310" - }, - { - "pAddress": "flare1qlycv9w0pnxayl7wwcwj9v28yyvsmasjxnxtju", - "cAddress": "0x304B0EA7D15D03963696ED9F0520ba0175d61E18", - "amount": "295499988000000", - "delegatorRewardAmount": "309464799013042654935" - } - ], - "totalStakeAmount": "23978162728891858", - "cChainAddress": "0xe96821B10436625dC28d80b2ADEf90F62B6745C3", - "eligible": true, - "overboost": "0", - "rewardingWeight": "23978162728891858", - "cappedWeight": "23978162728891858", - "nodeRewardAmount": "29542739567769454851728", - "validatorRewardAmount": "16998509882582336089731" - }, - { - "nodeId": "NodeID-NV7ZpcJvqzmvvT4PaeHWbTELWKFT2Jqxw", - "bondingAddress": "flare1j7d03n445syract4hkyjcfccvk7w2y32uv63t3", - "selfBond": "2536700000000000", - "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", - "stakeEnd": 1752589800, - "pChainAddress": [ - "flare1j7d03n445syract4hkyjcfccvk7w2y32uv63t3" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "sToadz FTSO", - "BEB": "2536700000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "24971371981000000", - "totalSelfBond": "2536700000000000", - "delegators": [ - { - "pAddress": "flare149dkt3ahkxnehvvhg9ktd55222vljdtuk0rhyw", - "cAddress": "0xA08E3D5eAeE38f4afEF12c41eC8616EAE2FEB223", - "amount": "64775000000000", - "delegatorRewardAmount": "63845790926974968981" - }, - { - "pAddress": "flare19wsc3dnvswekux0qudccm32l7tn68guqrhq8dv", - "cAddress": "0x6031b4C5ACCfEE45866d3F80397A7391de82f0Bd", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", - "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", - "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1hyp6fdrupturp4xa7kmpr00xpgukxvq9kapr2x", - "cAddress": "0x3B635ea2d4eb3E4BA0fA2EDbB268d66b1c32Af65", - "amount": "151000000000000", - "delegatorRewardAmount": "148833877730192517424" - }, - { - "pAddress": "flare1mgcv4cf4hwm27ux9wx6z7kjg88d4adqdgthp68", - "cAddress": "0xf50E0EA0Efe44c4562eE30e82f409eaDF26AeDcf", - "amount": "100000000000000", - "delegatorRewardAmount": "98565481940524845976" - }, - { - "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", - "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", - "amount": "133000000000000", - "delegatorRewardAmount": "131092090980898045148" - }, - { - "pAddress": "flare1rvwjktu56x5wpgn7u97d8hhdd90da0ey4q86hh", - "cAddress": "0x8D77124459B882afa733cfB2530F8f281B502772", - "amount": "22000001000000000", - "delegatorRewardAmount": "21684407012570285520025" - }, - { - "pAddress": "flare1tr977ve40n7l6wdg4mqpmkzhcv29artac8gv37", - "cAddress": "0x956F2451862CA006ddD619C9D8B7FD616B34c0FC", - "amount": "411070000000000", - "delegatorRewardAmount": "405173126612915484354" - }, - { - "pAddress": "flare1vfl7qxxuwv0jakpgfv6v8neygr5s2xkwm9d50u", - "cAddress": "0x10ba287FfF2250c95e0Bc39EE27fC30F14EAe2b1", - "amount": "63245000000000", - "delegatorRewardAmount": "62337739053284938837" - }, - { - "pAddress": "flare1xqtl54us2r6njys4tgjstd07q7vt3f04dt0e7g", - "cAddress": "0x2039F4dEc5EA45B3298D137ECB6bb7EAEA9ca03c", - "amount": "1848280981000000", - "delegatorRewardAmount": "1821767056537710459761" - } - ], - "totalStakeAmount": "27508071981000000", - "cChainAddress": "0x263A185d15EBd164922278E0241f6355160c0239", - "eligible": true, - "overboost": "0", - "rewardingWeight": "27508071981000000", - "cappedWeight": "27508071981000000", - "nodeRewardAmount": "33891829650773912800421", - "validatorRewardAmount": "9278676510540076327963" - }, - { - "nodeId": "NodeID-P4T4uKqveVxjZZXVdADHENdnCKnsCFvDE", - "bondingAddress": "flare15gt756hh9cqj4c63l6cv7fx3yczarlz7kgmumq", - "selfBond": "3000000000000000", - "ftsoAddress": "0xD3956F862a4960bB4937e596a2BaeCFfCbb4b3e0", - "stakeEnd": 1742655613, - "pChainAddress": [ - "flare15gt756hh9cqj4c63l6cv7fx3yczarlz7kgmumq" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Aternety", - "BEB": "3000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "2194948574243304", - "totalSelfBond": "3000000000000000", - "delegators": [ - { - "pAddress": "flare12jx3285atj5qdf82uq0xmjyn9gzrh3anhssrec", - "cAddress": "0x03543BeE4679EE910da944A479f88FeC6605B94e", - "amount": "64387782485000", - "delegatorRewardAmount": "67430636124479413325" - }, - { - "pAddress": "flare15ahleuv8wx0cnh3hxey6hgu5d38p2pt7pyu6vf", - "cAddress": "0xe0A29C99F6C1afe6397DA18aB434CfBFEF21cC02", - "amount": "1100501683727000", - "delegatorRewardAmount": "1152509462599677295379" - }, - { - "pAddress": "flare17gzu0y27227rsve7cycqq93sess6eg9gd4u0la", - "cAddress": "0xB8684909202DE3B9B781d6B42E303f2Aa208bE33", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648849" - }, - { - "pAddress": "flare19yxah5quk7hhwa23qslpf6m5unfhlvgu037qqa", - "cAddress": "0x3c7A06fE35B83a2e812b4cb53DC867edCB781a50", - "amount": "91234991000000", - "delegatorRewardAmount": "95546596613640997865" - }, - { - "pAddress": "flare1hyrk2q3xm2aw0mehtrh6dvgzs6gh9cma6y92ug", - "cAddress": "0x9F8bB05F5f1D629d5E0a63C5212EfdBEAC9EE5f7", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824424" - }, - { - "pAddress": "flare1pqxnf3udkw6nc5vn0a4htask4n94uk2suu7rrk", - "cAddress": "0xd99567B4c1444DAC11732Ba259DB60a05bA08d2e", - "amount": "50000000000000", - "delegatorRewardAmount": "52362912280903824425" - }, - { - "pAddress": "flare1r59hpkm99jp7uedy5apf6ng2j4z5fg8q9dlp5g", - "cAddress": "0xFe17DC4e6783d5111c16026861bA6E0c38f101Ef", - "amount": "69443774758000", - "delegatorRewardAmount": "72725565722159944160" - }, - { - "pAddress": "flare1s5w5gx7lmy80hs4acemxx5az65llmgqt68l24k", - "cAddress": "0xa1c3727f3ED4F639DF66f59323Cca74159069F33", - "amount": "94058424615304", - "delegatorRewardAmount": "98503460748223367981" - }, - { - "pAddress": "flare1snrxyqsx8hglahw323xezxtkdwsannwxdk04kp", - "cAddress": "0x508a4603FFB737Eb718E7b78bDf86658EfCE9450", - "amount": "350981000000000", - "delegatorRewardAmount": "367567746305278104011" - }, - { - "pAddress": "flare1v7emhacrq705qst3wdjg3fhfedlm6qf3raxeqm", - "cAddress": "0x4Ef5C3a6b1902d7F2a777E8c185cb2acf0ce1042", - "amount": "69405726658000", - "delegatorRewardAmount": "72685719535704843024" - }, - { - "pAddress": "flare1x72aj8qxfyvuppazp2z2afwl8y9xc7up57jtx3", - "cAddress": "0xB784471706b2Fcf03183955D3616af9088374282", - "amount": "100000000000000", - "delegatorRewardAmount": "104725824561807648851" - }, - { - "pAddress": "flare1y8m9z92jtvystzverndg89gpzxs2jkc23wpx0y", - "cAddress": "0xd6Bdd8D1e80fdcFc014Ae237b8804ef91025321F", - "amount": "54935191000000", - "delegatorRewardAmount": "57531331749353944949" - } - ], - "totalStakeAmount": "5194948574243304", - "cChainAddress": "0x6D4e76A03B1Ee140c8eBF47C6B165C10B04168B0", - "eligible": true, - "overboost": "0", - "rewardingWeight": "5194948574243304", - "cappedWeight": "5194948574243304", - "nodeRewardAmount": "6400532623456670967924", - "validatorRewardAmount": "4101854630372730110681" - }, - { - "nodeId": "NodeID-P6nNyHc4QwyKoVSS7c9XatGp4Sityq7rM", - "bondingAddress": "flare1g2s5u5kckvysvfs4m0yclrtm0ctvmwxkfjf0pj", - "selfBond": "3500000000000000", - "ftsoAddress": "0x4429306b301a0EB573Fa5758BB40AA581255c624", - "stakeEnd": 1753029900, - "pChainAddress": [ - "flare1g2s5u5kckvysvfs4m0yclrtm0ctvmwxkfjf0pj" - ], - "fee": 200000, - "uptimeEligible": true, - "ftsoName": "FTSO London", - "BEB": "3500000000000000", - "boostDelegations": "15000000000000000", - "boost": "15000000000000000", - "selfDelegations": "0", - "normalDelegations": "665654977000000", - "totalSelfBond": "3500000000000000", - "delegators": [ - { - "pAddress": "flare1cfaf3f3rd7gzsmvqh80tsh5kxm5p62a0ms9sz8", - "cAddress": "0xE74EDA2E18D61F7139C3C780bd6222991753144A", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422988" - }, - { - "pAddress": "flare1k5du6cepcgdvn9hvpr4yfgnzq7y5ym9yu4mv7r", - "cAddress": "0x68c688BEF34D0629EAde191Ea897B17e4B9b6456", - "amount": "51000000000000", - "delegatorRewardAmount": "50268395789667671447" - }, - { - "pAddress": "flare1wh54lj6dpaq2rg0lzuce8as8695c9m6at2qjw0", - "cAddress": "0x0C9BDf0a5246505c03292869F11B997796e0948a", - "amount": "514654977000000", - "delegatorRewardAmount": "507272158410947299739" - }, - { - "pAddress": "flare1yu295ak3mkj40rhkxldqx0hhxkew2fykwljw3k", - "cAddress": "0x4d53c435A63f8DBaDeb0B7F02791b0533A3Fd7d7", - "amount": "50000000000000", - "delegatorRewardAmount": "49282740970262422989" - } - ], - "totalStakeAmount": "19165654977000000", - "cChainAddress": "0x8Ae314214d6dbF6d253918CDA933bC677907992F", - "eligible": true, - "overboost": "0", - "rewardingWeight": "19165654977000000", - "cappedWeight": "19165654977000000", - "nodeRewardAmount": "23613400243922795403461", - "validatorRewardAmount": "22957294207781655586298" - }, - { - "nodeId": "NodeID-Q3WJQcoixGGKnFs41B18rnJB9PS54M5oF", - "bondingAddress": "flare1d8cegn6t3udsup8lkylzwty5vdr2s6gw3g0kqh", - "selfBond": "10000000000000000", - "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", - "stakeEnd": 1741377600, - "pChainAddress": [ - "flare1d8cegn6t3udsup8lkylzwty5vdr2s6gw3g0kqh" - ], - "fee": 150000, - "uptimeEligible": true, - "ftsoName": "Last Oracle", - "BEB": "10000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "138328031650000000", - "totalSelfBond": "10000000000000000", - "delegators": [ - { - "pAddress": "flare14cjz4yrcx507q34ua8rxkrg3ykj4vr226wxdrf", - "cAddress": "0x08613433ad0037A0BB8c2217fAA81A0Cfb7d9d47", - "amount": "135000002000000000", - "delegatorRewardAmount": "135427772925807335179925" - }, - { - "pAddress": "flare1m2k3c9gqf9v8mmxh2t38eea7r3kg7t6m98yef6", - "cAddress": "0x375Fa004258D3A75D2877c557b344523A73983F6", - "amount": "3328029650000000", - "delegatorRewardAmount": "3338575089284473208129" - } - ], - "totalStakeAmount": "148328031650000000", - "cChainAddress": "0x03b3BE825bbf52DF8f74AD9E4e247909F22309Ed", - "eligible": true, - "overboost": "0", - "rewardingWeight": "148328031650000000", - "cappedWeight": "142083421517535000", - "nodeRewardAmount": "175056511470432191848673", - "validatorRewardAmount": "36290163455340383460619" - }, - { - "nodeId": "NodeID-xi5DWBUKqBJUWvHiDEr9hpVNLGbxRtu2", - "bondingAddress": "flare1jjastkh4pyv8pem0gzqrhkhhcst9860a5mcp4w", - "selfBond": "30000000000000000", - "ftsoAddress": "0x0000000000000000000000000000000000000000", - "stakeEnd": 1759244938, - "pChainAddress": [ - "flare1jjastkh4pyv8pem0gzqrhkhhcst9860a5mcp4w" - ], - "fee": 100000, - "uptimeEligible": true, - "BEB": "30000000000000000", - "boostDelegations": "0", - "boost": "0", - "selfDelegations": "0", - "normalDelegations": "169922635658819913", - "totalSelfBond": "30000000000000000", - "delegators": [ - { - "pAddress": "flare17cnl5hfc3sr0xxwys2re94j2kynny5hyvw6ha2", - "cAddress": "0x5821c91C0c1695905AAf92CEE624346B4028877B", - "amount": "50050000000000" - }, - { - "pAddress": "flare1ct3c4ka8ksc73v44uf9qhqxw6azgxns6n9c245", - "cAddress": "0x517773eaC8d4e11db8B39EB79149815183a1Ca55", - "amount": "927574998000000" - }, - { - "pAddress": "flare1kcc0424zqqr4u5l6mh8u97t85wjg4r8vff8ere", - "cAddress": "0xe066fE6a9345B7ADE8a090342Fc6cd72bE908Bda", - "amount": "59000000000000" - }, - { - "pAddress": "flare1pxj4ewrycqhhpj0j4qer33y7wpvkq0my9d396v", - "cAddress": "0x7ce71286947c74a2dB2A8F78dB30A3c83D072397", - "amount": "67529997000000" - }, - { - "pAddress": "flare15lget3ajp47p2yx5t95e9dsueznsj3y0lgmzj9", - "cAddress": "0xF603a52cfE24b82bB23fF6678C259aA178f9aF61", - "amount": "80000000000000" - }, - { - "pAddress": "flare1cynahrede94lpnvtdvdvkmps5fz6zc0r4ffdg5", - "cAddress": "0x4cC6B7AAf57e0d0FF192737b6539db3BaC8Ea236", - "amount": "800000000000000" - }, - { - "pAddress": "flare1mz3azc7ynldyw4vpgsjsque8knqtf70aej2smt", - "cAddress": "0xf5feEAC1984383cA46894AD4456c3bE3EA4D6C60", - "amount": "197154996000000" - }, - { - "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", - "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", - "amount": "107666000000000" - }, - { - "pAddress": "flare1n2e6wvymfu9ss8aap6tyldane7ahjezeqejll7", - "cAddress": "0x063DaB8F93fA111Edf2b263f702708AacC7E69D5", - "amount": "75160011000000" - }, - { - "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", - "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", - "amount": "82587707271000" - }, - { - "pAddress": "flare1nldvhluq43gy3xdv8j9m8jdxplp0jr5wr2zah7", - "cAddress": "0xBc8A95F566D1cf5f419Dfa3Cb548439ce78E16c1", - "amount": "53002799148787760" - }, - { - "pAddress": "flare1vshch2yw0qynlkdx46txwyhuhua7qsymygqr5c", - "cAddress": "0x2CE4542DB807279ad62ecd34A42FBfab28556B69", - "amount": "99999997000000" - }, - { - "pAddress": "flare1088kujgcta75mywqrhlp0wm7nj5e63nlnt0xld", - "cAddress": "0xDA131DA72560409bb7fD217CE934aeAe5D4FdC37", - "amount": "188872996000000" - }, - { - "pAddress": "flare1r9gxkcpxyk7j4zvqrr36zvfwq0csw4w73ptqxg", - "cAddress": "0xba2Ada7677ba695e1eD81695727202E4cD1777e7", - "amount": "200287111530000" - }, - { - "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", - "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", - "amount": "50000000000000" - }, - { - "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", - "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", - "amount": "900000000000000" - }, - { - "pAddress": "flare1uj2d239kz8khmsjdgcdqep0r2ah22v2ffgedcl", - "cAddress": "0xf91b81cE734b4f0500adb180cBACD4EFDe7b42bC", - "amount": "2347191025430844" - }, - { - "pAddress": "flare1djywxkdgldz2tzd5c80d55wdtmvy8meu23v4n8", - "cAddress": "0x72EA25A4cF4C2BE3D22830b135EDCa856c800bB9", - "amount": "250000000000000" - }, - { - "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", - "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", - "amount": "50000000000000" - }, - { - "pAddress": "flare1g007m3ygahnlj4apglxkp4ftl7rp8vhac6mq6t", - "cAddress": "0x13f9e38bbfB6966752DC6fB53FE335c0F6807306", - "amount": "50000000000000" - }, - { - "pAddress": "flare1d2sdpfhv5da7q83cu7srfaq9qu8p8qte8v47f7", - "cAddress": "0xa5E7080f72a366CD3Db686cdB4E10316A1E712F5", - "amount": "2208166388383000" - }, - { - "pAddress": "flare1vffvn7xstamg0uhmxjet4kx4vnpqxc4gqfm03j", - "cAddress": "0xD025E4Bf078bD447EED755ECD18a3D274444577F", - "amount": "111715104384000" - }, - { - "pAddress": "flare17yvprxnwu0srgdcapdjmzremzkacjnkhh4ankg", - "cAddress": "0xEb111ba063736258f92622BA7a18A56AA9763cb8", - "amount": "100496015251715" - }, - { - "pAddress": "flare103pym7rd3tmvdv602nxcnutq8y3rd6pvg66fy9", - "cAddress": "0xd28F8Ad5437ca77856D7088BDB3e816Ea66Ba2B0", - "amount": "85740537555406" - }, - { - "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", - "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", - "amount": "255551000000000" - }, - { - "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", - "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", - "amount": "150000000000000" - }, - { - "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", - "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", - "amount": "348993700000000" - }, - { - "pAddress": "flare1hz8ezlcepr5jnef26vyu28j8uymszx0n6kw6cc", - "cAddress": "0xF5f064289B4D64Ad3ED242A1186489A7C8f96eD2", - "amount": "283653780595000" - }, - { - "pAddress": "flare19lmwau8xaceez3zmqwh8cu95td37hftcn09hss", - "cAddress": "0x1D73345378805F18ae84BF3F9e8800909831e4C2", - "amount": "296337048305000" - }, - { - "pAddress": "flare1yt523ktexjew3am9c3tkpusknld5dje8wvpe08", - "cAddress": "0x5c15A8b70D51Ecc5170fdfDB11939b904819b4e4", - "amount": "191750000000000" - }, - { - "pAddress": "flare1jvhdxgnzmpfap3hez9y5pampk5l6ahsfg5y0sx", - "cAddress": "0x36C2366Ae52eE425B0A088DF677799b63d4f1015", - "amount": "144900000000000" - }, - { - "pAddress": "flare1mn900y8zrrhl52me8wwu7zr39vtr0k4xeslrt7", - "cAddress": "0x494AF47Ea2890c95f471adB35ef995dc057B4CE3", - "amount": "53000000000000" - }, - { - "pAddress": "flare1fhrdv0022cnrxhgu3np9yh0ks2yd4r3slluu20", - "cAddress": "0xb52c706B323d12bCA925ccc6d6541fEB0bD83c19", - "amount": "101512986000000" - }, - { - "pAddress": "flare1p27j62qzus0da0k57x47zvvjd3p8rhausamr7z", - "cAddress": "0x504BFd5Af151C9425e7A9910A337aa51a5AceAfE", - "amount": "133006975000000" - }, - { - "pAddress": "flare1q5eh7ydlnle22xz9eysps03detqcmw4vgkdeze", - "cAddress": "0x079B7198E0aa7ca68A36BE61CBcAf0e11aC46666", - "amount": "51890000000000" - }, - { - "pAddress": "flare1whszfsplaj5ke3dvf2f4tyj9gvtjfl9jj3emvt", - "cAddress": "0xcad9b01B8A0F2FB89E79e63Dfa84E705aC776ED1", - "amount": "629376000000000" - }, - { - "pAddress": "flare1ctwa6kdq8en5u0xtdmqf2clcgj2r0n9lrafs0j", - "cAddress": "0xF78270318b8F8747A8812343ED4e861336699Bbb", - "amount": "75199994000000" - }, - { - "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", - "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", - "amount": "300000000000000" - }, - { - "pAddress": "flare1myufy4zzhxr990p9dx8j35fnm8u5uu0gz2xx5y", - "cAddress": "0x4Edb767504AF5bb91089a1dd124360659De06879", - "amount": "939019000000000" - }, - { - "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", - "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", - "amount": "200000000000000" - }, - { - "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", - "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", - "amount": "666198000000000" - }, - { - "pAddress": "flare1j87n3h8sfa5gllf9f2krnvnralnq8zhz52eda6", - "cAddress": "0x65b659B01a9C70e2FaF1b1C6f8140D3f9B6eDE19", - "amount": "52422861882000" - }, - { - "pAddress": "flare1ecdu5yhd87pl7srmjg3gmuqc52mt4tg37kvh2v", - "cAddress": "0x05D8B352453379edd0Df53E71c30058145AD7585", - "amount": "190177000000000" - }, - { - "pAddress": "flare1vhwg2jngy6hwyzmarnqla8j8vz0jdnwxprfdfl", - "cAddress": "0x7C5a59bC1C62599778b1554D7D3Ff6385E42567e", - "amount": "600000000000000" - }, - { - "pAddress": "flare183syxsjjqpul9rdu7jjrglnsjzx7rz8zrgtxkv", - "cAddress": "0x13a73155F02F3C945c9f7FE0c33fF00318419c01", - "amount": "50000000000000" - }, - { - "pAddress": "flare1e254nl6qdyf5c6myas2v0lzcc93u4nl58reh4w", - "cAddress": "0x98A2Ab0b2a0Eb6705372639d2b25180323E6a0cC", - "amount": "312468683097000" - }, - { - "pAddress": "flare1tkjphhdzpmhrlyt0ggflcd59ka0s6tf2xcxnxh", - "cAddress": "0x116f737741671Af13E1F0B832edaf22755772F35", - "amount": "50000000000000" - }, - { - "pAddress": "flare1lgnhln09z7mmk8jszjffaavn7ljghele6dkdgv", - "cAddress": "0x4d278178259164BE359Dc9499D4A49b1417F591a", - "amount": "1891999996000000" - }, - { - "pAddress": "flare1yeluhrfsp5xgm3qmz4p0dv20y2sw4c25mdu2ph", - "cAddress": "0x97752AaA4d5a8346c235e5CE4922553E1B293309", - "amount": "50000000000000" - }, - { - "pAddress": "flare1ctm6exx8ev3p5ulkn9wg473mhxx8alpmgjxww7", - "cAddress": "0x3415d0D3EDBfC56dbB44d59D06693c102D59AF52", - "amount": "115852790919473" - }, - { - "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", - "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", - "amount": "5000000000000000" - }, - { - "pAddress": "flare1n9t3vzvk9xl9em9unn83yne9vgja6x3rjmpkcl", - "cAddress": "0x2eaf1657bDFA6052c8377D07C918Bc59a46ab724", - "amount": "108077165260000" - }, - { - "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", - "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", - "amount": "415000000000000" - }, - { - "pAddress": "flare1reucya72ty7nd5pyd0rn3pmqf3s52egz26h3yw", - "cAddress": "0x801f46836bf01d173cD89b5E462E9D030eC638ef", - "amount": "1117250994000000" - }, - { - "pAddress": "flare1r6qzrc5zgy6rk9fxazdk5hrqzmfudxhfadsex3", - "cAddress": "0xc7f10EC0559e9b8Ce3e000768d42d50Da596D036", - "amount": "70000000000000" - }, - { - "pAddress": "flare16w8nxucg5knu3psudlra46lcydjnrhp8yjwyaq", - "cAddress": "0x4C8Be75613b9AE2bD4Db0690Ed98658eF078Fc56", - "amount": "55486000000000" - }, - { - "pAddress": "flare16vrewk095sg9ade75ega3sra0yvahfzpzeyfwh", - "cAddress": "0x136F84DB593e0D124842E96a8653a14C10679e4B", - "amount": "93999994000000" - }, - { - "pAddress": "flare13fcrc8w6lyljm92tj5r887lz83dxeyvtnxyly9", - "cAddress": "0x03D19e4E6A1B065B843aB3766B5A48c616c2e319", - "amount": "69999994000000" - }, - { - "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", - "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", - "amount": "300000000000000" - }, - { - "pAddress": "flare1z6ej8lfynfupughv6qf6thch7s0l9aw6xzzsg8", - "cAddress": "0x0056C372D0414e4A856F0f8Dc6CceBC33b20A586", - "amount": "194124000000000" - }, - { - "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", - "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", - "amount": "5737827996000000" - }, - { - "pAddress": "flare1m7tgwu9f3g7znycl2aaq8pytxf6fczkch74a6g", - "cAddress": "0xBA15d3f14356160e072C04e5E4aDF4f27B5Ca00B", - "amount": "115177471000000" - }, - { - "pAddress": "flare1j9fchrccduykxp75mq3d3gr4zlaa5gd3qurss8", - "cAddress": "0xCdeFB42021cfBcbFA605078D43F1Eed331BED1C2", - "amount": "299999996000000" - }, - { - "pAddress": "flare1kw9jfzxsphxstndxnxk6pzkn8ywfr6ln27v080", - "cAddress": "0x15A0C6370A65c43676733922493f7289b936C8b4", - "amount": "3533918823296000" - }, - { - "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", - "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", - "amount": "350000000000000" - }, - { - "pAddress": "flare14h7aa9806shktwfq7yz6l03q2m2umez959lcsz", - "cAddress": "0xAaa4bbF3124783841562A016f4596EE803252D9F", - "amount": "400000000000000" - }, - { - "pAddress": "flare1dtw78mq9405796yvax6m5prg0h7z0equq52km4", - "cAddress": "0x2f45c00768489dC836AA55cBc90a25ff58905879", - "amount": "85942961107000" - }, - { - "pAddress": "flare1u60wdmsn3umgd35dnqkp7w9kmng94m6jn055k6", - "cAddress": "0x06ab5Ac3ad56a638753cC4Cb8f96c4FA132c9adc", - "amount": "96112865129000" - }, - { - "pAddress": "flare19da0pgj2esneml5qe94996rx0xzsh0xvnj5jhz", - "cAddress": "0x0FC6C05E9EF7090Ba2133b4e0CE7eD255E13B4f9", - "amount": "401286000000000" - }, - { - "pAddress": "flare12qad80ger76yh8204vguufsf2hllwywqmnlf4a", - "cAddress": "0x474361291c87aB60C2A7C46505E722c807B05FA2", - "amount": "77550444000000" - }, - { - "pAddress": "flare1xh0ql3u48sp4zfap3f728s5rmnuyw3wk5pr356", - "cAddress": "0xEb4C1010E298F614338f92557B0828ADb896814E", - "amount": "50000000000000" - }, - { - "pAddress": "flare1mzdjuu0wn2k3pjf9gy8nn2k0va8l7hgukts6ey", - "cAddress": "0x984412dCfa1CD7d6BBC77d98696813391212f0C9", - "amount": "50000000000000" - }, - { - "pAddress": "flare1nfdu64uqkwah4jegzzsldry0wyna7sr2te3dr6", - "cAddress": "0xD0b93638BD5265e019ADF71d172e08D9FA4D682e", - "amount": "50000000000000" - }, - { - "pAddress": "flare1qu40ukp4phv74wvuk78eygmjrmcp3q2r6nwz23", - "cAddress": "0x7495bfA7DB736ae2C1072075701ff845a4010FCA", - "amount": "205392897905000" - }, - { - "pAddress": "flare1qef4yxkpp0qrxcu6ay2sped3lg7wj4t0qfu4us", - "cAddress": "0x9d2dC4FE31D006E8597dF67F08fA6aa5546e9017", - "amount": "282643640324000" - }, - { - "pAddress": "flare1x37hqw5srw5pxa543ghtsfxxpvfw0ynkxnkt5k", - "cAddress": "0xbA056d50B2B7b025225c69e789Bd738335C01Dca", - "amount": "59300000000000000" - }, - { - "pAddress": "flare1dk02pjxrevr4fg467p83m2w0r6nxanh66hjnqj", - "cAddress": "0xaC0c8391c1A13E070e50BA052Fd0C5096193597F", - "amount": "59000000000000" - }, - { - "pAddress": "flare1p39xk9ya4m4alf3wnevg0kgz87advx2macxu8t", - "cAddress": "0xD95056CdB9110940b14d7400c51C8cB2E2Bfaa70", - "amount": "50000000000000" - }, - { - "pAddress": "flare1p7zrgm7nps8tdnupegk5ra8xjwrfkuwrqf52dm", - "cAddress": "0xa41C166bA6b0e0836746937beC36dAB0Ac1b06C2", - "amount": "673194945486000" - }, - { - "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", - "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", - "amount": "5189827336657715" - }, - { - "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", - "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", - "amount": "100000000000000" - }, - { - "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", - "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", - "amount": "300000000000000" - }, - { - "pAddress": "flare1f47dhm37atr9gkvlsyxw60ht47lze4tl44rtwl", - "cAddress": "0x13c379d3b6243f23A4dfbE652Da4a1E808AF08f9", - "amount": "233900000000000" - }, - { - "pAddress": "flare18cyqx5x55fek2x20rcuzcw4796v6qpzj4kue8m", - "cAddress": "0xec850933c0Af2E8bb1C52F2AcC37aDfF10772a37", - "amount": "50000000000000" - }, - { - "pAddress": "flare1p2ezswyfq0yxnwvn0mvmul8ek8nads0d62kgvr", - "cAddress": "0x59dD38A08Df9924b34a2A67074FEdBc0101C3bE7", - "amount": "575368219655000" - }, - { - "pAddress": "flare1ukjytzd8975zuy2smhl5m8xz8wrmypw4deekrz", - "cAddress": "0xe43a2D67ef40c50eCbA003eBA415a5A093d47395", - "amount": "11620043994000000" - }, - { - "pAddress": "flare1ltjeeppkf2tndz8f5294d9ee65qfcfqnlu30lx", - "cAddress": "0x47Db5772953129917eBBaa8eE4D95F84769B2bB6", - "amount": "97525000000000" - }, - { - "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", - "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", - "amount": "800002000000000" - }, - { - "pAddress": "flare1t30jaew0r0jdptvfgqa29nd4xh6tfg2dndermm", - "cAddress": "0x05646005DEE89456bD6c11af64De46a3251cB731", - "amount": "51110000000000" - }, - { - "pAddress": "flare1antlfgq8zes0scsrpjgz8qkwdccvy45sljut9y", - "cAddress": "0xfd2855C20b8C69eE341e6e5b4E680ec4B7eF8580", - "amount": "425000000000000" - }, - { - "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", - "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", - "amount": "64435389622000" - }, - { - "pAddress": "flare1lfvvh2g6369v7fwcwg385rrjrrsf669r2feafv", - "cAddress": "0x8151dC007635B2395EBC40c84bAa9b1dA19DCC70", - "amount": "700000000000000" - }, - { - "pAddress": "flare16ed8jy42mlx86wm2c2xl6ctrmmvucphfhe99gc", - "cAddress": "0xf4e19e64BfB5cD67C5C6082Bcb52fd447c14D826", - "amount": "248135681986000" - } - ], - "totalStakeAmount": "199922635658819913", - "cChainAddress": "0xD7f5b619441fAfE525Ea3aBeBCd4a961C1227426", - "eligible": false, - "overboost": "0", - "rewardingWeight": "199922635658819913", - "cappedWeight": "199922635658819913", - "burnedRewardAmount": "246318386681644284092520" - } -] \ No newline at end of file From 003920cb4774033a47c04f896d4b72b120e410c9 Mon Sep 17 00:00:00 2001 From: Timotej Vesel Date: Mon, 10 Feb 2025 13:40:17 +0100 Subject: [PATCH 2/6] on push --- .github/workflows/scheduled-commit-initial.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scheduled-commit-initial.yaml b/.github/workflows/scheduled-commit-initial.yaml index 58dc719..3731caa 100644 --- a/.github/workflows/scheduled-commit-initial.yaml +++ b/.github/workflows/scheduled-commit-initial.yaml @@ -1,9 +1,9 @@ name: "Calculate initial rewards data" on: - schedule: - - cron: '30 13 * * 1' # Every Monday at 07:30 UCT - - cron: '30 19 * * 4' # Every Thursday at 19:30 UCT + push: + branches: + - "test-auto" workflow_dispatch: inputs: first_reward_epoch: From 7445a548ecb9a08931cba4ced82353afea23bd70 Mon Sep 17 00:00:00 2001 From: Timotej Vesel Date: Mon, 10 Feb 2025 13:41:41 +0100 Subject: [PATCH 3/6] fix --- .github/workflows/scheduled-commit-initial.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-commit-initial.yaml b/.github/workflows/scheduled-commit-initial.yaml index 3731caa..694bde9 100644 --- a/.github/workflows/scheduled-commit-initial.yaml +++ b/.github/workflows/scheduled-commit-initial.yaml @@ -37,7 +37,7 @@ jobs: run: | jq --raw-output --monochrome-output '.NUM_EPOCHS = 1' configs/networks/flare.json | sponge configs/networks/flare.json jq --raw-output --monochrome-output --argjson epoch "$USE_REWARD_EPOCH" '.REWARD_EPOCH = $epoch' configs/networks/flare.json | sponge configs/networks/flare.json - yarn run process-staking-rewards + yarn run prepare-initial-data - name: Commit generated-files run: | From 40cc1d2a5ccc9dea78f9ed8658ed6b4ba6ef1bee Mon Sep 17 00:00:00 2001 From: Reward scripts automation Date: Mon, 10 Feb 2025 13:08:46 +0000 Subject: [PATCH 4/6] Processed initial rewards data for epoch 266 --- .../reward-epoch-266/initial-data.json | 5 + .../reward-epoch-266/initial-nodes-data.json | 17516 ++++++++++++++++ 2 files changed, 17521 insertions(+) create mode 100644 generated-files/reward-epoch-266/initial-data.json create mode 100644 generated-files/reward-epoch-266/initial-nodes-data.json diff --git a/generated-files/reward-epoch-266/initial-data.json b/generated-files/reward-epoch-266/initial-data.json new file mode 100644 index 0000000..b58afee --- /dev/null +++ b/generated-files/reward-epoch-266/initial-data.json @@ -0,0 +1,5 @@ +{ + "uptimeVotingPeriodLengthSeconds": 600, + "uptimeVotingThreshold": 3, + "stakingVpBlock": 37257815 +} \ No newline at end of file diff --git a/generated-files/reward-epoch-266/initial-nodes-data.json b/generated-files/reward-epoch-266/initial-nodes-data.json new file mode 100644 index 0000000..fd57ba3 --- /dev/null +++ b/generated-files/reward-epoch-266/initial-nodes-data.json @@ -0,0 +1,17516 @@ +[ + { + "nodeId": "NodeID-C3FRhsMBh3KNLKiVbc8xLY7gnVzmJ7EY9", + "bondingAddress": "flare16l73k2h57xtup0r5g3687jwwrk8ddsz0eta9pf", + "selfBond": "3000000000000000n", + "ftsoAddress": "0x4c1F288cAFECbbDac653C2170337c38e62c400E9", + "stakeEnd": 1747381461, + "pChainAddress": [ + "flare16l73k2h57xtup0r5g3687jwwrk8ddsz0eta9pf" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Wonderftso", + "BEB": "3000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "7462092242870168n", + "totalSelfBond": "3000000000000000n", + "delegators": [ + { + "pAddress": "flare1x6lk943sms32washhyxzj069z7hkwq38wfazen", + "cAddress": "0x076881921B8d4F1EaA25Ba65f40C8C35724601Da", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1whtdu8dq0hpw7gtqdcuafypy56yeztglauussx", + "cAddress": "0xd6401195f0e9F9d853aC3B641f57613a5913a3d0", + "amount": "50009934488000n" + }, + { + "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", + "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", + "amount": "50000000000000n" + }, + { + "pAddress": "flare14l5lramzvkfyr97fmars4wd74s7vq86qelcvps", + "cAddress": "0x4ff75a8aD64c0E9739E1D6047585aB5d1dC03121", + "amount": "50998000000000n" + }, + { + "pAddress": "flare1ud0l5xgyr78csddj9yxaaflz5mfwzmtjpjkm0z", + "cAddress": "0x0520b21CE5414B16Be5D60450D9548718c1eD51E", + "amount": "70257987331000n" + }, + { + "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", + "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", + "amount": "75000000000000n" + }, + { + "pAddress": "flare1kedw65pt8lnrwl4usxfdlwghacyyfsjfq55clf", + "cAddress": "0x0fae606C1289BA11679dab8E310562DF21588784", + "amount": "80535437557000n" + }, + { + "pAddress": "flare1uumf37lut39q8ltw4267ar2lgf77xwds854tgl", + "cAddress": "0xC2a5B277886d52b90683CF269b00458f1D3E74A0", + "amount": "50015749289000n" + }, + { + "pAddress": "flare1sw0sm96qvdx00tmvefwd0vchqz8ek6trtc4dd8", + "cAddress": "0x7dC4c91878A44e764b5F924CB56626Ee59aB35de", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1pru3k5z98rdt8eg2nq5zjma96j2p243m34ycwh", + "cAddress": "0xA5cccceb816D556B9ab52C07d75230c39560ecC7", + "amount": "400023954051000n" + }, + { + "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", + "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1t2t64wq69z0jj67qe9pkzkz3k6l6xn98xvp3hq", + "cAddress": "0xffBa66d97c0E7ab7434232d810257570451A7dfB", + "amount": "259600000000000n" + }, + { + "pAddress": "flare1vyywmpngjke0sqycckkset8ygpqgugtekumcuy", + "cAddress": "0x3D0561e0A03c19acb278B8Ace142FA2d88f3ef11", + "amount": "114025678317000n" + }, + { + "pAddress": "flare12flehk9gpmvmme9k20h9keye232c4ztcczvlw2", + "cAddress": "0x76120CE7886BF8Eab3e052590cCEf7EC76125dd6", + "amount": "78689971000000n" + }, + { + "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", + "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", + "amount": "67350000000000n" + }, + { + "pAddress": "flare144fly3777tte3uj4zf3ew8cwujzg07ra2v7pn9", + "cAddress": "0x25E4883b5E5eE02477458acE0e708F5eBB2Dc4D4", + "amount": "58703994437000n" + }, + { + "pAddress": "flare1v7wdkwtxmr74jyh2n07uqemnucfu44c4ds9uwa", + "cAddress": "0xC0B8477904F80a8205F816c6E4F87CA8e7FC6E90", + "amount": "2497177000000000n" + }, + { + "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", + "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1m0s0d9lkslhvyc7prf8vaxgwk7v5xpmmezsfg3", + "cAddress": "0x5A9196dBf7a4a636af09A6939698A87B847f21bd", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1jgzctz6f248nrknj0aza3kkxr6c4q63vaz7xr6", + "cAddress": "0x4f7eA4ca357F301cBC6249765bCaA08e229C6467", + "amount": "59199998000000n" + }, + { + "pAddress": "flare1c96yhtg77u2c0hnccgwt09r0hlu69nwph7v8k0", + "cAddress": "0x2772955a74fe3Ee64224eC8B64487203D6DB875D", + "amount": "50891634687000n" + }, + { + "pAddress": "flare1rymsm24tpy9xw4p9mfxl3y36u739x4gdadlj69", + "cAddress": "0x75027B862C8B909cae05741596B6daF7536018CC", + "amount": "50472852456000n" + }, + { + "pAddress": "flare1cevpg4uver7fr6paf7pn6k0j6sdc7rf8gmwhax", + "cAddress": "0x455c7B038e40AB0e70037503EBc09C4af7A2D54C", + "amount": "136676714062168n" + }, + { + "pAddress": "flare1d95huelwejvqutqmmsdg5zr2l5pyz4e7p9r3us", + "cAddress": "0x4423c81121f1C3bfF9d2ABBE6Cc15aaeA7E12bb5", + "amount": "64999997000000n" + }, + { + "pAddress": "flare1sxddj5n4cq2suw9ndu6x546hhqhev37fhsxs2z", + "cAddress": "0x3F2c8711081472e0f7c24404b511C0753E2cD5D6", + "amount": "51999994000000n" + }, + { + "pAddress": "flare1gdaa5yfv2dncwhuquveejlj84u5uzw6uahgmcr", + "cAddress": "0x7049D2bEfC694f4851911Ab7a31634B7a267F5B0", + "amount": "62663188390000n" + }, + { + "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", + "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", + "amount": "50000000000000n" + }, + { + "pAddress": "flare173r0wgkvl3rd69pdgcdwmty6xg3fzvwjss7vfe", + "cAddress": "0xaE0AFd6Afaa7787610E70902DFA03aEF62343E44", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", + "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", + "amount": "143000000000000n" + }, + { + "pAddress": "flare1tu9dr3kuhkgzyqwar6kprpmjvem5qqzeu0pndv", + "cAddress": "0xB14dF38985408Db1f00DBa073FCdD382745c30eF", + "amount": "50000000000000n" + }, + { + "pAddress": "flare18ky6f6ek8l4lmk9l85sap027plmf2c8r68cqp4", + "cAddress": "0x300B678ee6F5172BD12216C8c53CaDAF97D66c92", + "amount": "50000000000000n" + }, + { + "pAddress": "flare16kg7hlwvh383y7hxtvgds8kklrhzdyvupzymqz", + "cAddress": "0x149AecB03fA024590e5A999132a5F89748559c85", + "amount": "91200987000000n" + }, + { + "pAddress": "flare1mygtlx3ehln4gwd4grphf692qzqupq5pj8yf4j", + "cAddress": "0x6ebcfC8db08145AeecD20f1B7BD7FdD63A1aa9fA", + "amount": "50176983000000n" + }, + { + "pAddress": "flare1g6gvgdv9ksgrwmsgjzj3qq97j0t8czetwlpasz", + "cAddress": "0xdf3f06b95A3a75Bc5aEb6F812859a8DCcb9336E8", + "amount": "273262000000000n" + }, + { + "pAddress": "flare1mz0frrq35l2mn5xr68u254vmq9du9kmaegz0jl", + "cAddress": "0x1d6B583ba52fa6fE962B7DaDe7372CC46F91290d", + "amount": "50000000000000n" + }, + { + "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", + "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", + "amount": "600000000000000n" + }, + { + "pAddress": "flare1njzvres8a85waf8l2lelpdzzxzrf53xgfqxzxd", + "cAddress": "0x7DDAeF59B9159d22d448F0007644417bb6419d33", + "amount": "114144198892000n" + }, + { + "pAddress": "flare1x96ajs8j87rng7yjtlqe3reenh2vnny2ldxn9s", + "cAddress": "0x7805294beB39d51c936343f9A0612027677F3C2d", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1r5l45pq9hmy27p6eqhawmgpg4k35xk5whlt9f0", + "cAddress": "0xC5cD81B33a36DB6fa298164D4A1305a215B466eD", + "amount": "56642000000000n" + }, + { + "pAddress": "flare1pux9l7qqx4c9cf6g36zfvpxmr3j9pd5m80jdx2", + "cAddress": "0x593D575d3D69F51976eFD56202AF42b18656a4D7", + "amount": "1025329000000000n" + }, + { + "pAddress": "flare1g4hr5kwkrwvh60j9pmgtvsxejdrtdle6a04ql2", + "cAddress": "0x06Cb66E56D2B29bf99bf80C6B50721F4B0dEb368", + "amount": "79044988913000n" + }, + { + "pAddress": "flare1j7z354lhxseak85r9f7575arwrjznnacm85yp0", + "cAddress": "0x515C8f24d971a3b5DA03CAe15267125e37eF09f6", + "amount": "50000000000000n" + } + ], + "totalStakeAmount": "25462092242870168n", + "cChainAddress": "0x33901732fC71E4c8f243d88365895ca6E31133fC" + }, + { + "nodeId": "NodeID-JA63moobNNMLby4ENNUiJqVJA2cdpks5J", + "bondingAddress": "flare1zlpc6w6dyp5uxuk7x0h9e3r9yz462mgak4n286", + "selfBond": "3006022223441641n", + "ftsoAddress": "0xAc2884A4479Bf7c21AA0462d52bc9c76c3a9A3dD", + "stakeEnd": 1753977655, + "pChainAddress": [ + "flare1zlpc6w6dyp5uxuk7x0h9e3r9yz462mgak4n286" + ], + "fee": 175000, + "uptimeEligible": true, + "ftsoName": "ACDTftso", + "BEB": "3006022223441641n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "9286655140598000n", + "totalSelfBond": "3006022223441641n", + "delegators": [ + { + "pAddress": "flare1qqls05k0tqtman7mkgd3zk50tkjm4eaynw7m9f", + "cAddress": "0x1077AAb962611a457c1DfbA09B9B14641f08b599", + "amount": "205799000000000n" + }, + { + "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", + "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", + "amount": "60000000000000n" + }, + { + "pAddress": "flare10888y29awckxr5v4j7769trxsdgm07d6zq6ky4", + "cAddress": "0xb0f2996a78b3d64915D4bc6495b606DE195366DA", + "amount": "1600000000000000n" + }, + { + "pAddress": "flare1kf4lm906mcsvzr36zs4qwpv7tkr4xyzq8e8073", + "cAddress": "0xDfb01f4f929Ea5dA40EdB8b61c7Ab6F1d5a1f8C1", + "amount": "400000005000000n" + }, + { + "pAddress": "flare1lzf9a8dswn9ak359fj9vkvh5n4x0rx3f03qlkt", + "cAddress": "0x3ec56bbac1a865B3e9F0DeEC837f4013cc23E80b", + "amount": "55556000000000n" + }, + { + "pAddress": "flare1d2m97jzw0ctp37gnqp45nvk2k2mva5hde79x0k", + "cAddress": "0x01DC70F44A217256CEa2d3750453Ba31083cAe97", + "amount": "76399998000000n" + }, + { + "pAddress": "flare1k3w57lssr285vpun0vymq2j7yx5n3llxyuuczs", + "cAddress": "0x42abbCbFe0142FebA470edB2c602136a3338F9c6", + "amount": "449444534539000n" + }, + { + "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", + "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1lxtn3wuf3sxqd7asynfrhalyy5qeg20xjljy8q", + "cAddress": "0x9424285edA1E837670d5bF0e9072E15f14f3ebeB", + "amount": "210297987000000n" + }, + { + "pAddress": "flare1dlrqyuzpqlhymansg3cwsyyqm9f8ypwc964ce6", + "cAddress": "0xf5a2e48509673e5ba699B1dD01C4edD7e456399d", + "amount": "113092978000000n" + }, + { + "pAddress": "flare1xr8tx94xvcwdw038670s974dg7vl2h7v8x0a9x", + "cAddress": "0x28580DDd4b31d9A547619289D29BD531D2981967", + "amount": "400000000000000n" + }, + { + "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", + "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1r8grzm77y64mps07y9ldzmrq5kmtwp9vk2vhz2", + "cAddress": "0x1fD3595c20C68eAcFBA4c3623621Eda0603F85B8", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1vy2ldwuv3juq8wrgqmuk9pyzgr4y333tuneela", + "cAddress": "0x47D842d98283DD9ebA05Df987Ca2A4F266620daA", + "amount": "179604977000000n" + }, + { + "pAddress": "flare17d2fgwvwejszxacgnzs0nn3v6l0p6j7uqc0qas", + "cAddress": "0x1324CcC3228241F597a309D0b210C5BD201Ef882", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1utha5lrgjf4fxdc2aj2l8k886hjcg9yfqnn4vv", + "cAddress": "0x10e7640a6047CC7e8893531D533747a057f9988C", + "amount": "152790763300000n" + }, + { + "pAddress": "flare1h743n7jgmhgdpqfltvpxkytncltkas96x0awr3", + "cAddress": "0xB5b5aC6F6064F0De452149E9C7BAc376bF71f734", + "amount": "52011982000000n" + }, + { + "pAddress": "flare10pc62jtlx5jl8w7prjmc72jdshyec706qgnyn7", + "cAddress": "0xCebbdFe33cbD84c15d7b232d45A6c99Ed8Ceaa0F", + "amount": "591510423820000n" + }, + { + "pAddress": "flare1l5xh6uv7c8s6pcatls55cudd6l4an3rxkl9xc0", + "cAddress": "0xaC5c79D8355e0E138b33e26B6bb14D6Edc619E2C", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1gakn6kqtaf4rdz0w2w3wjuglf64c9mjwgkyw20", + "cAddress": "0xD15545227CD9a741164dBbBD6edA70f1e9f21144", + "amount": "532951000000000n" + }, + { + "pAddress": "flare1c5ggrde88xj3p9t64dnkp0luk3keg6qwwkylfk", + "cAddress": "0xa9BFae928Ba1244D64fEa086d41bEeC356b200F5", + "amount": "799999997000000n" + }, + { + "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", + "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", + "amount": "217274155000000n" + }, + { + "pAddress": "flare1dvs4r6tlc6ly4nkwwmwtaem90ts2t6jva2skck", + "cAddress": "0xC07DCB2E975b58E97d7b42C92c234Ac65F09F084", + "amount": "50000000000000n" + }, + { + "pAddress": "flare16j3uw9sw9zawuvfjr8dtwhtsql7l33kxl7yyr7", + "cAddress": "0x5F8b7483A56418A392e5F9a7b6fe39419537E027", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1e27nq23zas405qqlnsu7f64ya2l8szywfmgn2e", + "cAddress": "0x3d2484624BdD85774287c7b299570A8B7a8E5732", + "amount": "54172165464000n" + }, + { + "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", + "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", + "amount": "67519998000000n" + }, + { + "pAddress": "flare1vnmyr49ffcgys549xfpyzq69z6f3905zlk63fc", + "cAddress": "0x467B9cf97fA72e40f19C980bbb1C0E67738985dC", + "amount": "856186976000000n" + }, + { + "pAddress": "flare1rqgfcg28hlvfaucuzalc09eg4k66xhepnm87nd", + "cAddress": "0xEC6104654270B2667D0C9943135f9dAeEcb6A18B", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13vmmdu457s62clu5364007muqcfxfnlz77farg", + "cAddress": "0xfB09e9edaC2C63a247fEA97F78e20f20092da0c5", + "amount": "204602205475000n" + }, + { + "pAddress": "flare1xvk5tpucytc5lvvzln4pde8kx0ehmmvqx9gt53", + "cAddress": "0x45e7460fe74b056F729A3a969510d999A708A55f", + "amount": "95999995000000n" + }, + { + "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", + "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", + "amount": "60000000000000n" + }, + { + "pAddress": "flare149ces568fcuafvxmx0cgyfumrp2yd3yw9sqqlw", + "cAddress": "0xA2f6079b7a12D1ab45e455E7544c08Ca3A6E2dE1", + "amount": "139300000000000n" + }, + { + "pAddress": "flare1ds4jm3c5997n60nlm3s6rvwt7jxwzd4m9w0v2m", + "cAddress": "0xad684610A736715625CFD18bB61FB9bc1E992952", + "amount": "224000000000000n" + }, + { + "pAddress": "flare1sfnu6e5hnfmmgjfqhj5gvyzhe62vx5r9nu6qmz", + "cAddress": "0xA0BA1672aAEb5C764523466e8C3a28625B9A507d", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1u8sx6rjkmvrteru5qjsyvhrlt5j8zt4s7c233d", + "cAddress": "0x25586Ed29e382E443D301F14e7Db1C963eE13D92", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", + "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", + "amount": "50000000000000n" + }, + { + "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", + "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", + "amount": "700000000000000n" + }, + { + "pAddress": "flare1aeze7p55fvvc0q6cjdkzc8sj9yceavt3c2a58u", + "cAddress": "0x712e43A76006E9dFDb96dC6061f2Afb41D2c9fd0", + "amount": "78140000000000n" + } + ], + "totalStakeAmount": "27292677364039641n", + "cChainAddress": "0x9B3123201B4646B18fd0FDDBa53DdC9714eb38D1" + }, + { + "nodeId": "NodeID-GGnTyHtMF7b8CELtUgFGTEHjEcjNF7RZ", + "bondingAddress": "flare1r9je8mzr0wwm3faz6ddpgqtrrz3tm05zh5y9m3", + "selfBond": "3000000000000000n", + "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", + "stakeEnd": 1754348400, + "pChainAddress": [ + "flare1r9je8mzr0wwm3faz6ddpgqtrrz3tm05zh5y9m3" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Last Oracle", + "BEB": "3000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "0n", + "totalSelfBond": "3000000000000000n", + "delegators": [], + "totalStakeAmount": "18000000000000000n", + "cChainAddress": "0xfFf760BbD5dAd697FB7b609002Bf8F0b512a4d7E" + }, + { + "nodeId": "NodeID-KB4zWTTeK5gHYKYmjftGGQ8nHy9NQbGax", + "bondingAddress": "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53", + "selfBond": "15000000000000000n", + "ftsoAddress": "0x6df84895f1f1f6F6767C59324F94089d4097051A", + "stakeEnd": 1739350850, + "pChainAddress": [ + "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53" + ], + "fee": 20000, + "uptimeEligible": true, + "ftsoName": "Kiln", + "BEB": "15000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "65985206757854290n", + "totalSelfBond": "15000000000000000n", + "delegators": [ + { + "pAddress": "flare1575m2hwnx06p7avs805jrd0mzqxcrkyxaudn2z", + "cAddress": "0xf2608cb4a9065558d7C08dcab32690663b7AeBE4", + "amount": "56070000000000n" + }, + { + "pAddress": "flare1n7sl9y248wk8ftlhx2xvdmgjefke3gns95l8kz", + "cAddress": "0x85a2D90dEc38E6800E00156C04eDc072DbE87d30", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1mx5g7pun645hk5ar2h8nfra0rmc8je474nvxlv", + "cAddress": "0xA5f4892106142837200642d36fa9E85DBDC73aba", + "amount": "580963500385166n" + }, + { + "pAddress": "flare1qt9yuyyft8t3rsz3t6wlcte07mc3x00d78shed", + "cAddress": "0x8642da39286ea52a323AF34Ce9674169fbe3122f", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1947a00pt8hydptmfxaempxqaydd74ytt9uwqyn", + "cAddress": "0x68883EEDB488fF5540d9E6620EB3eB57A3E3866D", + "amount": "204491741732000n" + }, + { + "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", + "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", + "amount": "150000000000000n" + }, + { + "pAddress": "flare170ukr56jzmhznlxhgy76h9vt7xfy0wqhcf0faz", + "cAddress": "0xFB2BF6FeE9b96f8D9AF0F0f426Dc0f5c0308A7Ba", + "amount": "1145220370744000n" + }, + { + "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", + "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1pvkwh9jkgh4k8qzzsc6l98cc4293zlxn00tnlv", + "cAddress": "0x7752292451acEDD09Dba1D644C386B14c11A3fF4", + "amount": "65913244968000n" + }, + { + "pAddress": "flare1pfv2enrud7vd3ewps3tg4ws70p853png3la02h", + "cAddress": "0x5e0aF4930d85Fb0BDc32Fc36913B78169E05fA63", + "amount": "190115000000000n" + }, + { + "pAddress": "flare165qs863k9axl4pnv0a62vpefsv3sxjtcpg4fln", + "cAddress": "0x5dE3750c78975bCc54ff75aefCCcaf58e76c5414", + "amount": "550959052628000n" + }, + { + "pAddress": "flare16ckadjnlx0dvvsvc55zxn8u0vy7gy7gejzq9v8", + "cAddress": "0x123FF9CcD89DCbBaF9C6b46632E7109AA5439781", + "amount": "103356432182000n" + }, + { + "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", + "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", + "amount": "960000000000000n" + }, + { + "pAddress": "flare1q0dts0zp2nvd8c4wpnfg5nzrplln9ctdrydgcz", + "cAddress": "0xF555324e7f9fe9c66b53785560048F8b330cFD52", + "amount": "290000000000000n" + }, + { + "pAddress": "flare1lgsscqg2wjndz7tnp59cxszzd576mjg4n8ykpu", + "cAddress": "0x0A90265aff98cA7146F42422f2Ef46545867bA27", + "amount": "3884441900000000n" + }, + { + "pAddress": "flare13dpptdpq4fjs9jppejgwfvxrc8xycelc9vasef", + "cAddress": "0x265d3E6cF862AdD040C041B1D3128B2C9CD45bA9", + "amount": "84267200000000n" + }, + { + "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", + "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", + "amount": "1447558600000000n" + }, + { + "pAddress": "flare1k423e2dpeeaufejfyft76gj9aj45qwq2xll5yc", + "cAddress": "0xf97de5062dAe00007bB01e2B90bE6e21c630e35A", + "amount": "67401500000000n" + }, + { + "pAddress": "flare1qt966dfs459ln47ydczn5lxsn7p5yp3dnqeppu", + "cAddress": "0xc0D45a47961973e713B1af755d887f2C8745428e", + "amount": "122974324732206n" + }, + { + "pAddress": "flare1etw45e26ev3d5xqdgxnvzltp7ue6k2ljqgnsaz", + "cAddress": "0x40C6F299E5c29B4C5118a4b403A1EC1A12804429", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1mtde72fqjpp9d2swkakuwqnnhxw9xnjpu5ff7p", + "cAddress": "0x6fF871dA0a43E4D86afa03926ab35D16B07C3FC4", + "amount": "399998000000000n" + }, + { + "pAddress": "flare1sngak4p78qkgcgs8kacq6t3u0ntadwljg6hnku", + "cAddress": "0x3706743104600beDC75DB84e0b980303FC1691FF", + "amount": "100000000000000n" + }, + { + "pAddress": "flare12mya4dkr0lkx442ez4trusuu83qp0vmdmxdvfw", + "cAddress": "0x4d9409E4A1388bF7E7523EA6F2B91b8be8D84d17", + "amount": "50000000000000n" + }, + { + "pAddress": "flare14cfv74wfa3cflc8e98w7a3xmxd65w98pk4600r", + "cAddress": "0xF43FC73ca1e6Ac81bb8e85a1b91c1DCb63e5C428", + "amount": "305225996000000n" + }, + { + "pAddress": "flare1uzynr5a5drk5cuqan6x76l95gwgf4drh9de33e", + "cAddress": "0x17D42C9a35F850349BEa06F17dD0EeCb47294f66", + "amount": "10365382067026000n" + }, + { + "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", + "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", + "amount": "827043683987170n" + }, + { + "pAddress": "flare1a45tmc3sxcczqjdkhgsyqdv8p4e6krmh56lrwn", + "cAddress": "0xF3835081637ca330fd84cc79029AF30469BEEA75", + "amount": "128559255588000n" + }, + { + "pAddress": "flare1z38kd8ayem6pr9cw070zm85xqv478txsj7rhxa", + "cAddress": "0x64c26e0e2306399EaA9Be44F30ADd7fDaE5ce86b", + "amount": "52999000000000n" + }, + { + "pAddress": "flare10sldmvk9crnjpcysu0mlq09g2cymp3efrxq80h", + "cAddress": "0x147447ea1DEe52D0BAa4B539C15BBF3a26Cb2817", + "amount": "5084518893630312n" + }, + { + "pAddress": "flare15qs8445t04v52xqp50f5fm5qws9u5ejhumj89w", + "cAddress": "0x87ea6E21AaCc22B7aBabBCb6b1F5Fc53521D4515", + "amount": "50500000000000n" + }, + { + "pAddress": "flare1wldwzrrsv2lya8gvvyv2sr0s69wcue7x3rgfve", + "cAddress": "0xA715a9518aE38C245264942020fAB8b706Dd4e86", + "amount": "51002000000000n" + }, + { + "pAddress": "flare12egnu5lxqmpdlrxvv8q24temw2v25xguhr5ph0", + "cAddress": "0xa8883bd05Ad05EEE15458471f5554aF7E398b3e4", + "amount": "66699997000000n" + }, + { + "pAddress": "flare1d6ne62qkzmjd9e0uyk09c6s5ytzt8qx3k6nrmh", + "cAddress": "0x50F510E44944D9180404f188E5f84330E8619DFb", + "amount": "170000000000000n" + }, + { + "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", + "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", + "amount": "100000000000000n" + }, + { + "pAddress": "flare155afpnfdrwtzcs6n9p8m6eg0n3uylxcfaa3uwt", + "cAddress": "0xc4110A0b4b458648f5DC5C0Ed135C76F04D362f9", + "amount": "2274146972000000n" + }, + { + "pAddress": "flare1ant94p79v6c7h6dg8828sy4a72twsyp56tmjnu", + "cAddress": "0xD5172A7090F25729555316e9699DB987a2D83924", + "amount": "251998688540940n" + }, + { + "pAddress": "flare1cdxdpmhluspkycgulne05dnyj9vzdtx3xc08cw", + "cAddress": "0x52Fe377b0eB5D41EB23e05372359DBbFf3ef0bAD", + "amount": "52000000000000n" + }, + { + "pAddress": "flare1k3ssv0z4kwleq5js3jxdpzlg8awx94pn0p463e", + "cAddress": "0x86c8B049F5DcE391f29C4DABAb8871C9445efc3E", + "amount": "124493000000000n" + }, + { + "pAddress": "flare1fxfn9t4vak3nfkwd753qw3rw0wg98amwn0juxr", + "cAddress": "0xD66cCff56C9c267c58768939eC5D0cbf7404C4B2", + "amount": "3067482842439000n" + }, + { + "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", + "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", + "amount": "911291000000000n" + }, + { + "pAddress": "flare1f98lycafk0eh9afnwy8f27nv98rpnygc5afj9j", + "cAddress": "0x8382ABe3d32D56538A918282b1fe432BC318D459", + "amount": "196414998000000n" + }, + { + "pAddress": "flare10d28pv63zqyszqtv7jj27ml9693mqy5zp88ag2", + "cAddress": "0x2E7eF81929CC91CB20DAe97faF6030589A12e2dc", + "amount": "7133136278202640n" + }, + { + "pAddress": "flare10dhh0tngfrhjapxgptyj4g8tdjhe5adqnn7djd", + "cAddress": "0x19E860ba9fE51677355F1d1ecbCfC9a48f311768", + "amount": "5937875000000000n" + }, + { + "pAddress": "flare12em33gjdt8d4lrp3684893nmwr07mnagthsc4q", + "cAddress": "0x5b16c6480F73AF75d61ECbca76833dDB8b81BD8e", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1u9upe3h2hf3qmlcvwqgnjyd4efnepq3avvsfj5", + "cAddress": "0xe3FdD31f86226C13397157293EFBb8D76073edB5", + "amount": "151376079000000n" + }, + { + "pAddress": "flare1gsfgyh3nl6829ya4cev2xr0h9q38j64wg42rqt", + "cAddress": "0xf88ED04c5556853862b79F37bB3C062dB8b5ebA6", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1azr5ae49dyfc364mhgzyu8j8evdk7456qjc64a", + "cAddress": "0x505B6F62E4eed5C5E78c3c97Cac48e5B1A778dbC", + "amount": "477596971000000n" + }, + { + "pAddress": "flare19q3qxhl7j7p8qx35a023egnkxz96mcqc8gaw7p", + "cAddress": "0xD9Ae66C00683da404c6FF3323954Ec8F55a022da", + "amount": "122399998000000n" + }, + { + "pAddress": "flare1pq7dxee9l6k8rmfdyfvfljfe3tqhzr7hdr6sdh", + "cAddress": "0x165046605f46Ae09A45a2514fEe685947c776286", + "amount": "50719390600488n" + }, + { + "pAddress": "flare18zun9lnzju2au64xhwyy8dmy79km4yka3ztcuq", + "cAddress": "0x13be88DAAf43Dd38C3e0cd9357B66c2b352e1f25", + "amount": "518004989000000n" + }, + { + "pAddress": "flare13ucdu4j8rk9u2npfktm9cuvfup6la8ksx5nntc", + "cAddress": "0x970e3F0362c5b527D3981c31488B3E69169F7309", + "amount": "70000000000000n" + }, + { + "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", + "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", + "amount": "196000000000000n" + }, + { + "pAddress": "flare1n4yy6g9u0zwharw9dtg4cuw0jh0q67rca0w6yx", + "cAddress": "0x31020689920A94A7Bb8Bd6B843fBA902Ae28D87c", + "amount": "464519216774058n" + }, + { + "pAddress": "flare1xfh92x2emegn7k5ekgmy5aepef0sdhsfc28mtl", + "cAddress": "0x4f36492264fD0D5150Ad38a9065A57371D52752e", + "amount": "194105670290000n" + }, + { + "pAddress": "flare1qqjlxk8t69dunqs3gjrzul9yxqzxxwvyx6m63k", + "cAddress": "0x5c09776dA2d00117a0EF9146A18ACB1A878167eF", + "amount": "56000000000000n" + }, + { + "pAddress": "flare1hjaa5j74wtld2uxxp4pcgs52ec603nztcgx5c6", + "cAddress": "0x1E469fC96772a8c107BAE097c6a4B3D8F1085723", + "amount": "52959998000000n" + }, + { + "pAddress": "flare16tf77nj8gv2fqy8njtpq925xkgg3p6xcmhnc23", + "cAddress": "0x190D96D02dAe21259c26b192582537f4CEF7A280", + "amount": "1100199990000000n" + }, + { + "pAddress": "flare1c7na8egg0gu67k4ncl986yh2qzqkeetxpt5hnx", + "cAddress": "0x05f0a1cb45615Dc5bbCDdee2394A7dc6d26b5556", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qgndsx2n0534ashazxec7n97fw8lr2yljr77zz", + "cAddress": "0xADe8fd1564fB4d3Bd90bA848aA5C60441BddDC01", + "amount": "123164131501000n" + }, + { + "pAddress": "flare1p4cq794jh7878x7xlkx5hk9xdcp45fhg5asupr", + "cAddress": "0x7F2779B85c08800FcA441AD30E8642e9fbf1A04A", + "amount": "54532566467828n" + }, + { + "pAddress": "flare14papcn6uhsplzvyeyptrlquqdgpk8ejvjlc9en", + "cAddress": "0x876cB26f9277BB9B5070CEE87D956D68429fBEA1", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1lfjvd62kjh78v8fj6ym2gc7gpp8c4jv55kx6rv", + "cAddress": "0x2b60989A14D4B702ea125b02ee5edb3058Ca3b35", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", + "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", + "amount": "143871185808111n" + }, + { + "pAddress": "flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c", + "cAddress": "0xAbC938CA4645A8029A0A4C5076995F10D96665e6", + "amount": "1948239450000000n" + }, + { + "pAddress": "flare18h4rz33ut8xgzlgak5460jax4qresxd786ml6u", + "cAddress": "0x0cD5f79aFF1A153bF477A47ca7D6d5f66D814E7E", + "amount": "1157503981000000n" + }, + { + "pAddress": "flare1zpa4rtduf397hug79kcz7tx8qdhvq3zmh73gj4", + "cAddress": "0x43257fC9254e02778bA78a41378aF96721aD54ad", + "amount": "60181996000000n" + }, + { + "pAddress": "flare15tnld02asqunnvdtd8hadtq5qm9tfmjd3474kh", + "cAddress": "0x339EdA42B857675CF1b9484a997A4AA4763D46b0", + "amount": "563360001184371n" + }, + { + "pAddress": "flare1eucktmsyqxa7jhdxrzqjfw9445r82taqu5wyal", + "cAddress": "0x501073d5a69C2B8535a175cc249d5c24a7878369", + "amount": "272720183310000n" + }, + { + "pAddress": "flare17pp3e2zk08cftq4qmp5jc0xfmhjnwttdqpldwq", + "cAddress": "0x02Ed2C0F754abb7e087A5c0FE361DEcA2B291255", + "amount": "475536410974000n" + }, + { + "pAddress": "flare1p7uy6uusc8whkh653cudzhs8pnd4zl4anm7u3q", + "cAddress": "0x04c95ee6Add9D8d366A0E74847F45Cbad47f0043", + "amount": "72720000000000n" + }, + { + "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", + "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", + "amount": "221699975525000n" + }, + { + "pAddress": "flare126cy0ttt4zpl34ryrs6q9nlxkqyk8znwmm0zyu", + "cAddress": "0x11E062F804c185b77425E116DAd00e75F71B766A", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", + "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17zzak09a445rgprtfe44g5j485mygpg9elvupk", + "cAddress": "0xC413715893819FD3dCb7CD26836CB5c5f031C445", + "amount": "582934993000000n" + }, + { + "pAddress": "flare1heuac5la4uyy8lyj5nfjtyyvdzqffuva9r282z", + "cAddress": "0xee44F2C20126315B1C6fDAa53478c1F53Ab7Ecb3", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", + "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1ew05wlu453rv6l6ju9paqehxtd2su9vds3m77w", + "cAddress": "0xeA04b9A96145146f9094B7BA0F26E4Eb7Bf0C4dc", + "amount": "52829992000000n" + }, + { + "pAddress": "flare1ut5lfd0uvw8fr6aq0ujh5c3s087vsv0wyaulah", + "cAddress": "0x4d7C30D081BA7aCe555c73a3A69b5d49105Ad926", + "amount": "198121000000000n" + }, + { + "pAddress": "flare1jhkcxrxwg9ccs42a5ny4n88l030dggldhjfhd2", + "cAddress": "0x863671C69CD0338F64144bD6686eBB2dEE798022", + "amount": "158649983000000n" + }, + { + "pAddress": "flare1gx2cty25nrwfnf3fq745kvxmccgee8m8d0wx38", + "cAddress": "0x62779e2649723399467F5B4ddB651d9690B0B51A", + "amount": "906099900000000n" + }, + { + "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", + "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", + "amount": "60185995000000n" + }, + { + "pAddress": "flare1c9q4w8dh4dp8u9urshat04t0uhq6gsrasfwanz", + "cAddress": "0x55F446942dFC92B889Ae4D4eC71862937f6F7f95", + "amount": "50005000000000n" + }, + { + "pAddress": "flare1a8amhgxqehcdyu35fajf5wag8hqntzk4t060em", + "cAddress": "0x387dA3C6147EB2baB0296cEf916cCDEE9A0F4653", + "amount": "475163418215000n" + }, + { + "pAddress": "flare1crmxy4hy57rsmul97t28y0v592juvv0msvyvlm", + "cAddress": "0x8CD847c6f791CF2978E2115C5FdE007805eB0868", + "amount": "88700383000000n" + }, + { + "pAddress": "flare1mer7ga5mr8lnzff82y4r3aytjgd3969eewytzd", + "cAddress": "0x0F899ff63c14c77C623F2e9e3D3D8466322de112", + "amount": "135940000000000n" + }, + { + "pAddress": "flare19g2ty8rhxw9w5p46skmnzeumxcxs4elnz9q90f", + "cAddress": "0x1347e2a53f74A8794833d31260F7742684FfB894", + "amount": "61900000000000n" + }, + { + "pAddress": "flare1fl47j924l8at8p6xmdedkeqjahq3aj7vdzftuh", + "cAddress": "0x09f9b5D5C3BFbBe4c3f3E822316f3f2277c45d39", + "amount": "100000986251000n" + }, + { + "pAddress": "flare1vttndy8j7dk4vc00wkf2cv02qle6qurevwlzfp", + "cAddress": "0xA33e93c7767e3b3847A7B6eAE658E3080EF6b01c", + "amount": "4612762383168000n" + }, + { + "pAddress": "flare1ypfe832wmes0t3dvk7aw8qf0fj7afwlymkkg54", + "cAddress": "0x2187407A23E1a8b5458C08a395F1A63D20007eD5", + "amount": "150000000000000n" + } + ], + "totalStakeAmount": "80985206757854290n", + "cChainAddress": "0x36A65098AF668a74F42c9b5551911B43DB4489A2" + }, + { + "nodeId": "NodeID-J4nyqo44xFUxhAi9gDJXAkYyxP5z2a7UG", + "bondingAddress": "flare1hp5zept5qgd4xlwa6hen09m00uspkdq6ku7zwr", + "selfBond": "2306380000000000n", + "ftsoAddress": "0x085841B253590281cc5c5222b09D4e59a605E774", + "stakeEnd": 1739449147, + "pChainAddress": [ + "flare1hp5zept5qgd4xlwa6hen09m00uspkdq6ku7zwr" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "FTSO PARIS", + "BEB": "2306380000000000n", + "boostDelegations": "11500000000000000n", + "boost": "11500000000000000n", + "selfDelegations": "0n", + "normalDelegations": "11605669220000000n", + "totalSelfBond": "2306380000000000n", + "delegators": [ + { + "pAddress": "flare1fgl0tmwr3qk7eh9h74xw368szsg7m4zyt7ya6s", + "cAddress": "0x80Cc93C407D6c94CB3a00CDAaA7bD65DA1282C49", + "amount": "2700000000000000n" + }, + { + "pAddress": "flare1phgavexu0v0p3trkq3j47sy2xexnuw3rx0kygr", + "cAddress": "0x1a2D1b8b5e4d723fC37669BEa4d3114dEE380f63", + "amount": "261264923797000n" + }, + { + "pAddress": "flare108xsn9u46t8gn6ynrcnr6pg8nfcvtcj6lqnxj4", + "cAddress": "0x840854977b55B14a0674BD76a316D56fCa05E4A2", + "amount": "150000688739000n" + }, + { + "pAddress": "flare1rqsg2ftxwacch9evleewvplzfg4wl5lrk8psjv", + "cAddress": "0xf1b75303768C1FC23f9B19773B8c4aa021238672", + "amount": "169999980279000n" + }, + { + "pAddress": "flare1nd9xlf6ffdv3q6hf975qpexd44yvxu599yh3gv", + "cAddress": "0xd3ccf89e9353c9845Dc9faED790517808E5CF8eb", + "amount": "50000000000000n" + }, + { + "pAddress": "flare143nqwmcqcc9sfu6885ggqq6m7f59sf04kh4hay", + "cAddress": "0x253D381cbfBD590544bC2d7CFBe34445e761A300", + "amount": "100000001000000n" + }, + { + "pAddress": "flare1rrcz3x2jstw74863s52kp57djd3gklrvrmq7lg", + "cAddress": "0xCC254A3e8B579dBF107444a3AE798e1a5A2534AA", + "amount": "120574990000000n" + }, + { + "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", + "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", + "amount": "67350301435000n" + }, + { + "pAddress": "flare16uzuezefgh9dsv4yhtpwq0tgu652hncj0jmyup", + "cAddress": "0x86449A46C5928037559264Ac3aE2863406AAE762", + "amount": "1936478344750000n" + }, + { + "pAddress": "flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c", + "cAddress": "0xAbC938CA4645A8029A0A4C5076995F10D96665e6", + "amount": "5999999990000000n" + }, + { + "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", + "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", + "amount": "50000000000000n" + } + ], + "totalStakeAmount": "25412049220000000n", + "cChainAddress": "0xD38FC64Ca0868BFA2f5bF528EF5D4f17Fb6A859e" + }, + { + "nodeId": "NodeID-2hCHs6H4Vde8mdGGKidMvT4Fjit7goCBT", + "bondingAddress": "flare1sv39x5grnctjjjjc79n3ah88wdky45pj2jf8ws", + "selfBond": "3000000000000000n", + "ftsoAddress": "0xB6d68Ea6C4dE734Ec481F92AFD1C35F712441b73", + "stakeEnd": 1740985200, + "pChainAddress": [ + "flare1sv39x5grnctjjjjc79n3ah88wdky45pj2jf8ws" + ], + "fee": 20000, + "uptimeEligible": true, + "ftsoName": "HEWG", + "BEB": "3000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "41999999934074477n", + "totalSelfBond": "3000000000000000n", + "delegators": [ + { + "pAddress": "flare1guswzmwyk2y0c0vx23ttyqedr0z3zta7mu57v7", + "cAddress": "0x2Cd2902dC836DC8CDA9e694BeceA220E63225f14", + "amount": "768000000000000n" + }, + { + "pAddress": "flare1465ezfrjsvd63n53d00lz3ryle7susfa5pf6su", + "cAddress": "0xb8AA79263Cf19BF8C4819082791622300c3Bfb62", + "amount": "1600000000000000n" + }, + { + "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", + "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", + "amount": "253389996000000n" + }, + { + "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", + "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", + "amount": "160671509150000n" + }, + { + "pAddress": "flare123nnsh0g6z6fsuugwjkj9j2yd4gs4720acz82y", + "cAddress": "0xbe3940A3dDe8eb2E394D9459dE90d0dE648Ba1A1", + "amount": "59600991000000n" + }, + { + "pAddress": "flare1262uu9p8amxk4r26wfx2djnxwquw4ugl0xmmfg", + "cAddress": "0x97B8853E6f46EE7d70e23C07Cb1dB02ad79afF6F", + "amount": "56949998000000n" + }, + { + "pAddress": "flare1rhtym8x4mv84zw9r25a7m9qrx4d9h5jax4v6ct", + "cAddress": "0x489554d07290B3350D18D95AeFc6769940A9A8A9", + "amount": "127000000000000n" + }, + { + "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", + "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", + "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", + "amount": "5862507000000000n" + }, + { + "pAddress": "flare1ys9ar00wtnk895uw4xhhumvaaqt55fdrgammed", + "cAddress": "0x7B19d588BC87EF24Aae5CdcEA357B38fF5633798", + "amount": "61557701772000n" + }, + { + "pAddress": "flare1ljf2ytc85q50wmym9xvtxh7v6kqupx82gmzjzp", + "cAddress": "0x2b8328AaCA09810bc41a7a35D79Eb7AA07369Ed3", + "amount": "500000000000000n" + }, + { + "pAddress": "flare19uptlwgwhcnmwhdn4rqehtqzvsq9kngs9sdgs4", + "cAddress": "0x5970A0e9cd3f7417DF763AB0398bDC0B31C6024C", + "amount": "271220998000000n" + }, + { + "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", + "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1nx2qfjxsxgf582jjrdrrwnjuts5xvkmpe8huk0", + "cAddress": "0xC77eea5eE92BbE1b22Da3417710B2dbDbDe5C8E1", + "amount": "110000000000000n" + }, + { + "pAddress": "flare1sann6d2ll9he90zlurpcpujcngeuxt2ufpq7h3", + "cAddress": "0x85cDa2D7db50D72A29740C2146F5FeDB7dd1bdfD", + "amount": "50000000000000n" + }, + { + "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", + "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", + "amount": "67835138000000n" + }, + { + "pAddress": "flare19asm2ux6fjc7qg9xf5ypx90makdx733d7l043r", + "cAddress": "0x8B9005236748A4987A4463E0EC67b069702Bb82A", + "amount": "83249076585000n" + }, + { + "pAddress": "flare15re874g2x6xj6qdwz9wxeed9p95mclqgk3fkdj", + "cAddress": "0xe3794481059D3894483A298c0897112BF83EAD09", + "amount": "50349991000000n" + }, + { + "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", + "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", + "amount": "450000000000000n" + }, + { + "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", + "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", + "amount": "127500000000000n" + }, + { + "pAddress": "flare1akm74tuv25vmfdy32tzuud5c4p7njg609fqt22", + "cAddress": "0xa49C0428307f9E1f9cD12bFaCB88506Cb24673F9", + "amount": "321000935871600n" + }, + { + "pAddress": "flare1x978g9pfsn2vzgtppap7atju8rl5nw3yfa3jud", + "cAddress": "0x0be1bEc9AFb0D361e815985881d4FD8d36F88728", + "amount": "50000000000000n" + }, + { + "pAddress": "flare19c83tus8w69px979u6czdz52yt0x3gsh939zme", + "cAddress": "0x964c4017c562C0bB02BB5a9C85Db84d1e61C7A2e", + "amount": "4866324000000000n" + }, + { + "pAddress": "flare18w5wtkh3scw89vsqvq3ut6vfwx2xphup5srldq", + "cAddress": "0x8b2270C8eCaf1af6cE18EbcdC6f509Ad433b98CA", + "amount": "53445156440000n" + }, + { + "pAddress": "flare1c75ydf7g8rq56l3mkvdc6swz4rwxqlpqyqsgxw", + "cAddress": "0xa6475eb10e6B0BFA84C40e652A5F9e3A8500AF42", + "amount": "104857982000000n" + }, + { + "pAddress": "flare18gn0kljg4qdj6jkwrlwgcpq7c9sapjmc4z3z2j", + "cAddress": "0x263C2B6F55020B6E44D589E560BF0A7c819Fc13B", + "amount": "201220990000000n" + }, + { + "pAddress": "flare1r5ejvl3s2l5c25keu2q2t0ffp9g542k0cfyp6d", + "cAddress": "0x77ac1E3c4133ad03348c6078Ca2f9E90fE2ADDb3", + "amount": "153739998000000n" + }, + { + "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", + "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17yz2pzv37pjags7fw6k8zd62wf82z2z4mgu7qa", + "cAddress": "0xA7B685e40A92110DAfa356E62F472a1417bD80b3", + "amount": "519782000000000n" + }, + { + "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", + "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", + "amount": "50006000000000n" + }, + { + "pAddress": "flare12jk8afgqu6kne5syuw48vnc2rmsverw6sc6c8p", + "cAddress": "0xf655A4685DD579b1CD90df819eB32e711D9Db56A", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1cd5x62rc23xzzyctdfna3jltnzedcv3eh37vry", + "cAddress": "0x58D6eBeE2F07c53559c2329AAa0f7Df233287cB4", + "amount": "1257400994000000n" + }, + { + "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", + "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", + "amount": "260000000000000n" + }, + { + "pAddress": "flare1cyvaw8qjdlc0vsnz6hqqyep07ld7nqfuuysa2p", + "cAddress": "0x27Ec7a2a878999657E888bC365331eF73edbbf5e", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1euv3ug3wdunltskvx7mqtsmxktqvg00p6ysggz", + "cAddress": "0x757A460D53E28D0230C6e01FFfeb725B7f9230fC", + "amount": "52372998000000n" + }, + { + "pAddress": "flare1ajq0usu00stjx9drhgr20a04l8d87h5njarvqt", + "cAddress": "0x9F2583db3AE715EC5045883E3CB6aeA718B392D4", + "amount": "50000997000000n" + }, + { + "pAddress": "flare15fpv0enhghvg48ycek2gyd3x5qqw0tt9w2k2uw", + "cAddress": "0x65491ACefA1ce88b5F7eD3ed244bA7Aa29328759", + "amount": "93319998000000n" + }, + { + "pAddress": "flare1xymnsyeqztqgg22wmylydgamxe6xeqfqncanx2", + "cAddress": "0xd174A53e75C90135b292826c68005A903A095743", + "amount": "65999932263205n" + }, + { + "pAddress": "flare1stx3tj0r9djucqvv9020k7yuha3w6xp7trrm7w", + "cAddress": "0xf9C2bbDEA296afb0FeDd364095303Adbf734aaAc", + "amount": "77200000000000n" + }, + { + "pAddress": "flare1djywxkdgldz2tzd5c80d55wdtmvy8meu23v4n8", + "cAddress": "0x72EA25A4cF4C2BE3D22830b135EDCa856c800bB9", + "amount": "400000000000000n" + }, + { + "pAddress": "flare19ttnzgx6dakppj8dmgfkwqlce7lw8fssxs0trs", + "cAddress": "0x1Bb648F2c3090d9a973d6EF864a1278F41d4b2B7", + "amount": "80000000000000n" + }, + { + "pAddress": "flare10d28pv63zqyszqtv7jj27ml9693mqy5zp88ag2", + "cAddress": "0x2E7eF81929CC91CB20DAe97faF6030589A12e2dc", + "amount": "452079540931000n" + }, + { + "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", + "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", + "amount": "794830971000000n" + }, + { + "pAddress": "flare1qehmu6pcmf5g7pktau4q9aeyzmn7sw5rhfkak0", + "cAddress": "0x5b660C62AC21f83d6616f3270dcFF10f0E2C12B1", + "amount": "420606991000000n" + }, + { + "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", + "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", + "amount": "400447626070000n" + }, + { + "pAddress": "flare1mjmr0tc40jg5sdyls44lgn04kct32t7z5epjfk", + "cAddress": "0xb2b65d8215C3E0101A2271Cb265ad990d2e5Df25", + "amount": "51283996000000n" + }, + { + "pAddress": "flare1dtwj64cnchkfhthgk4a7f4j8aqmnz9kwakd8rq", + "cAddress": "0x6F645ba08480dCD33231F01644A90Cd80dCE3F51", + "amount": "182739492900759n" + }, + { + "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", + "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", + "amount": "139457533440000n" + }, + { + "pAddress": "flare1rk0tgnyuw7p88qccx77taw2q8uwephg2a65rfd", + "cAddress": "0x2193bc6C4b6dCDeFd6A17AFe56c9d3a627427d52", + "amount": "50665769147000n" + }, + { + "pAddress": "flare1uajm8numvd4p5wuqsg9fnqscux2pe5t6nwqefk", + "cAddress": "0x4c6FF89674cCd7137f42d0a257ED82Bd7E2BaF4a", + "amount": "535200000000000n" + }, + { + "pAddress": "flare179t0nygd5mkmemy6cykjnz6f0fn0z93rwcza4x", + "cAddress": "0xF5afA65b1f2ffdD62848a10416058565f875AB9e", + "amount": "102000000000000n" + }, + { + "pAddress": "flare1cp0lyn6xlglkus2l05v7szwhsmt27laxh67e9s", + "cAddress": "0x580f6Cd88d86163962940e1ABC3d749c58EDA80A", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1wxxwrvlentu0vez8zlptjmqfs239g8mxtlvhcm", + "cAddress": "0xd6e068bcF9071b1dF73CcdFeefCd82c4DA82BC60", + "amount": "162184098000000n" + }, + { + "pAddress": "flare1azr5ae49dyfc364mhgzyu8j8evdk7456qjc64a", + "cAddress": "0x505B6F62E4eed5C5E78c3c97Cac48e5B1A778dbC", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ke576xwggvy2t6kshgw03ayz7szldmc27d7es3", + "cAddress": "0x53eC0eF1B7321AC80b71dBc574A2836C917cdb73", + "amount": "101000000000000n" + }, + { + "pAddress": "flare1dxe4awuhars2pk8lfvvafhsrtw8n7ju7e5cswl", + "cAddress": "0x51905F6727b5de3D54081C3952a52fEff4bd2c93", + "amount": "3147833920350918n" + }, + { + "pAddress": "flare1x02kxx3ex0wts2n646y647wfsyp5urrg88whq5", + "cAddress": "0xC5C6A2eeD2530Fabc28b6d5Af701C12e637a14F5", + "amount": "62168042749000n" + }, + { + "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", + "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", + "amount": "358036062334000n" + }, + { + "pAddress": "flare14mp85sdhvaq9hrf0qaz8fch6gyjvktxkmt0n5t", + "cAddress": "0xaa76CC79718E17c816caCDb80e0CC7033CE57D58", + "amount": "50000000000000n" + }, + { + "pAddress": "flare10taydvpyn2gg7cc63usu4z8u820feekvvta50z", + "cAddress": "0xC8717f46e03327FA3c1aE045fd3d1F9cAD67dfF7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ghujcl04hy2jmdv5scw4xt4ddvqkrch8ayksee", + "cAddress": "0xeB1bFe6A7Ff5Be8c40fd3cD0E9843335D8FEb62d", + "amount": "683039000000000n" + }, + { + "pAddress": "flare1kvslxx5r0z8yz2dmzczs4k3f239zq96j4q53x3", + "cAddress": "0xe5eB4FE3Bfb58FF77E0CB8adC9E8Ed775e78Fb1b", + "amount": "67001997000000n" + }, + { + "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", + "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", + "amount": "113200000000000n" + }, + { + "pAddress": "flare1r3u9csgne347p4yt7xv6x2qcyy4jk65cdnflfe", + "cAddress": "0x185178dfd671c4340cD2ef152DBf28BEdf7134A9", + "amount": "74999999000000n" + }, + { + "pAddress": "flare12lk23gnsmzcqs4w2c2e2m0z9nvj5q6pc3y74lp", + "cAddress": "0xbA67Af2F07Eb85fD79772ab8911d1aDEc36A21Ac", + "amount": "87789033030000n" + }, + { + "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", + "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1nl5zwsm825fs8zqesf9kflnmrk4saffr8kld49", + "cAddress": "0xA965598bAC6B627Ef57B09497d717D02bEd63111", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1uqfdtrd3xphq9qjmjvp7j3jmw4zrj6x9zyfa7j", + "cAddress": "0x2aB5D776229A26C5bC64b5aA55D97046b464D027", + "amount": "406467706872662n" + }, + { + "pAddress": "flare1zfefgqv07ttkdstz9ksg2qz2ksgfjdqxdvttnw", + "cAddress": "0x547Eb31C40A33E6403844a0c42baa848140F6C8a", + "amount": "110773000000000n" + }, + { + "pAddress": "flare14qxgc4uzf5vtp33c4kkhdx2m9427cfn7z9sxlu", + "cAddress": "0xed8b2a1D1bc80f70BEa9aE4b11Cd5BaaC64888D7", + "amount": "75300000000000n" + }, + { + "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", + "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", + "amount": "130057488656615n" + }, + { + "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", + "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", + "amount": "462425801000000n" + }, + { + "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", + "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", + "amount": "50000000000000n" + }, + { + "pAddress": "flare15zv00mjm9qk0ylvwwflk92sn2h37gxh773h9dk", + "cAddress": "0xFeD0A62C6b2C7B9D42e55BE1dc7e64D16248aa4F", + "amount": "242488000000000n" + }, + { + "pAddress": "flare1spsnv8pc6cwdyl3vy3ewhwv75fpwhdwkd0p4un", + "cAddress": "0xE54C5D05aea6A740D519e74BF58e2F7C3Ed10918", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1f322pn2lykr0mt3gjg2dlc20wnnszjqgc7zcux", + "cAddress": "0x73edAE94Fc39a6a86b6044a7820cE7c92ffC7903", + "amount": "75599000000000n" + }, + { + "pAddress": "flare1qmqrvet7rz7dfdywu78fw0dx63f55e68r9psdj", + "cAddress": "0xE39C1715cc4F1A58E1D638090cb9761a2dB29488", + "amount": "118439739055000n" + }, + { + "pAddress": "flare1vu2de65zvvgemfmvyup0q5r7z4l3nt8pt9jlwh", + "cAddress": "0x4c254A6Cae5a01A6feA6BdcCB0D72D84023387f7", + "amount": "58958291389259n" + }, + { + "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", + "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", + "amount": "82499996000000n" + }, + { + "pAddress": "flare1nj8l22krvc3ap5canshk753lqau84zk9lp4vcr", + "cAddress": "0x838c7c88748929538B1789EB6513243d6DB518A2", + "amount": "91574516104000n" + }, + { + "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", + "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", + "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1h288wtgadl34r9c74xvdselsxvvaeaexw22lfv", + "cAddress": "0x96C781236C5f3E7Ab9a6fc2e160eAE02E0B607BA", + "amount": "975999000000000n" + }, + { + "pAddress": "flare10uwqfpv46wawhq335g55umc4tt73pm4pkn42dx", + "cAddress": "0x330E03eAf71dea0E2CA2675dA7E3176E9F2CC84c", + "amount": "290000000000000n" + }, + { + "pAddress": "flare10mc043hqwaqswt3n99mpnkhk22dsmltjpdxsuc", + "cAddress": "0x978c6401CEE48699595E498ee8E8D7F04B414851", + "amount": "255000000000000n" + }, + { + "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", + "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", + "amount": "50558000000000n" + }, + { + "pAddress": "flare1sgvha4esvg4a4vf7zmllsf5zx4tnx4qsplkcu3", + "cAddress": "0xb6EF750371165BdC189E2996a4C6cF1701a6d961", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1xd534t5ut96063ctmeqcvtxkymhrcuwedgxn3y", + "cAddress": "0x184D25eaBd6919b8B07cfd16ed68B675a0581002", + "amount": "340005992000000n" + }, + { + "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", + "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", + "amount": "449000000000000n" + }, + { + "pAddress": "flare16ss2v7wrce6fnpm6aj60v47tqnc4fex9xpe6yn", + "cAddress": "0x0c71d89263Af8fC7A3A8849D1efb7bc9Ca0Dc7a1", + "amount": "53663471710000n" + }, + { + "pAddress": "flare1j7r3h82jlupn2n0a6fs4s8kk8rq7xday3g0vku", + "cAddress": "0x2c3a68A873a344aa7f3C0D140E9763EF77E1a336", + "amount": "676091179530000n" + }, + { + "pAddress": "flare1qgks8mz3r6uycfcwv9kqtfzzptqj9tnh90d8wa", + "cAddress": "0xAB52Ba1dF93a53B2C6f5f7aBD147629C415dCCa9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1l8y5zplv2c7c70a3a3n8u0jkwd7dvhugqqdzrt", + "cAddress": "0x9D26Ac9173fb8a48F79C7f9b5BdF03Cf3ab9eB55", + "amount": "136000000000000n" + }, + { + "pAddress": "flare1gkm53aysgje53y0sxawhgwht3mdjvcfdr6pudh", + "cAddress": "0x388037f6C0Ba6e9Df6f1Aee39Cd3EfeC83A59A72", + "amount": "112776998000000n" + }, + { + "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", + "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", + "amount": "100450000000000n" + }, + { + "pAddress": "flare1hm9wh4shmdaemrp66mna56sx6zqdgck7wvu5l0", + "cAddress": "0x196C2d3322925080A10b143B3B5F1670B45b970c", + "amount": "104004000000000n" + }, + { + "pAddress": "flare1upclufy090605fzc556qwya0762sdf9f56ru7m", + "cAddress": "0x00EcE59264615fCECf033A93649B3b97920186a8", + "amount": "724461540080000n" + }, + { + "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", + "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1zattjunvye58zyh0ulf9khq6hggm00a3v06rz6", + "cAddress": "0x3343FcAd15Cc7311ec27C67b28D29BD2296c0B70", + "amount": "85968857299000n" + }, + { + "pAddress": "flare1pvuqn366yh3qpnkzcusxlrg8erjwfhl78u6gp2", + "cAddress": "0xb27ed54A89EEec2808CEaeC6d0e6830358F0724E", + "amount": "51000000000000n" + }, + { + "pAddress": "flare1k3qxrg5tu56jlcetlzsckmkzuf4q6tv2uq0y6w", + "cAddress": "0x2903DfA12444f8EAaD56bD320b9d9905a6eaA480", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1dx094vcq87dl740yvnlpv76967qscj66h2her9", + "cAddress": "0xf2a5B9c0404CaEbAFDf06b12165fBdBbACd6B658", + "amount": "53482564661000n" + }, + { + "pAddress": "flare1h86u9ah5hvx8kuf56fegyu8mqzp87f2hhlttxw", + "cAddress": "0xAB7b350117FeE05974b93d69700F200E5D59A60F", + "amount": "231600000000000n" + }, + { + "pAddress": "flare1jvm6lkl54jfqjfjzedgd59z6wj4leu0rsq8zf7", + "cAddress": "0x2800EfB7025910611FB75A830F643c4A26Aafbb5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", + "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1atd72wj8p2vzntquc4wtkg47v3m4eny755t3nw", + "cAddress": "0xAa3128f0F0B98eF4A284C82d7A303d1137709868", + "amount": "3000000000000000n" + }, + { + "pAddress": "flare1stxpd0vxqe9xuja3ek4dutf5shpv78qg2e6a30", + "cAddress": "0x0c99DD909e9fA69A277d3b540dFd910Dd258FE92", + "amount": "56503990000000n" + }, + { + "pAddress": "flare1mkkjralv0z2pysw7nxq7q6x3xme3xv8gc2sde6", + "cAddress": "0x6f0b454D65F6a075D2E514C23095756F33f8bdfE", + "amount": "162831047276426n" + }, + { + "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", + "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", + "amount": "1900000000000000n" + }, + { + "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", + "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", + "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", + "amount": "204013294406033n" + }, + { + "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", + "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", + "amount": "444867000000000n" + }, + { + "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", + "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ggz38lyyyp87qrl3mauuq0ep7x40vfz245m8mf", + "cAddress": "0xce4e60a122b0ffa95c2CA1Ef156b4B1A2B73D674", + "amount": "50014995000000n" + }, + { + "pAddress": "flare1gp2s77kegrw56qrw4swajuwuam8an4q8vmlk0l", + "cAddress": "0xb107DFea8aEC9E61B7a87127d8AFdCE5F6AA57dC", + "amount": "113999999000000n" + }, + { + "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", + "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", + "amount": "50001000000000n" + }, + { + "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", + "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", + "amount": "60744012000000n" + }, + { + "pAddress": "flare1m42nw6za4r872p5dkndmcgvkupf7ukv0u3pll4", + "cAddress": "0xd66C5fC960550154495a4F9949dA2b9fdca00558", + "amount": "51900000000000n" + }, + { + "pAddress": "flare12x5c925zp2xer5jel8xlpy5sg4npc7lzknnj43", + "cAddress": "0x1023993e27375b5a86C7C8Fd1aF1E00975BC1ADC", + "amount": "247411000000000n" + } + ], + "totalStakeAmount": "44999999934074477n", + "cChainAddress": "0xb595192f238808EbAC932AA94824B6EEe065AaD1" + }, + { + "nodeId": "NodeID-Cg8PLmdZ9JmEtUBCZhq2jt2JDS5gDaSsQ", + "bondingAddress": "flare1ca6wl3pl7rtf3m6jelgngs2kcavkdjcpsgvu7f", + "selfBond": "5000000000000000n", + "ftsoAddress": "0x1E8F916CE03F4ce86186531a8994d366581Ed4be", + "stakeEnd": 1740729600, + "pChainAddress": [ + "flare1ca6wl3pl7rtf3m6jelgngs2kcavkdjcpsgvu7f" + ], + "fee": 50000, + "uptimeEligible": true, + "ftsoName": "Sun-Dara", + "BEB": "5000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "70000000000000000n", + "totalSelfBond": "5000000000000000n", + "delegators": [ + { + "pAddress": "flare1evcz2t0jcggfqgzt6u3ysys7z0fu8hvgux75ng", + "cAddress": "0x4794dEeDbe466B6f96AD949a62Bd2c3A180Dd60B", + "amount": "414161000000000n" + }, + { + "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", + "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", + "amount": "1688611700751000n" + }, + { + "pAddress": "flare1fjt22e2920az5gkklur7vrqnd5anrs2t2seh55", + "cAddress": "0xD38B674DAA23a78d88b29c283D632F0944812DcC", + "amount": "61439221381000n" + }, + { + "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", + "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1ckaeqsntzgruw0sft4zcv20cxz93vuthflkhua", + "cAddress": "0x050aA48D50dEC8061114bB4eA2c24D56fe2bec84", + "amount": "195533000000000n" + }, + { + "pAddress": "flare14fvtdmrnuuysptx80jyeryrgd8kcpk9ce4v5fw", + "cAddress": "0x5fAF2977F1a573B2736115aB384D66300b0dB14C", + "amount": "187449679686809n" + }, + { + "pAddress": "flare1ll2du66ssl69xlq0330f0a2j3jh3vymxhckd0e", + "cAddress": "0x25B960b7699327C57686F925a8DC7CE0D55eA764", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1ckp9gg739fumdw63v32upyy9yh6pxgnzhf0xeh", + "cAddress": "0xB5E1ae765B276e6382C8731af4b255dB9838916a", + "amount": "133951000000000n" + }, + { + "pAddress": "flare1tnnelmazadnwmg39xkhudnt2uqvc98v7ahrgjp", + "cAddress": "0xb020cB5C1f050f5edd4584693784CA882F6f6F65", + "amount": "200002000000000n" + }, + { + "pAddress": "flare1pfv2enrud7vd3ewps3tg4ws70p853png3la02h", + "cAddress": "0x5e0aF4930d85Fb0BDc32Fc36913B78169E05fA63", + "amount": "81759000000000n" + }, + { + "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", + "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", + "amount": "350000000000000n" + }, + { + "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", + "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", + "amount": "50010000000000n" + }, + { + "pAddress": "flare15re874g2x6xj6qdwz9wxeed9p95mclqgk3fkdj", + "cAddress": "0xe3794481059D3894483A298c0897112BF83EAD09", + "amount": "100000000000000n" + }, + { + "pAddress": "flare19uptlwgwhcnmwhdn4rqehtqzvsq9kngs9sdgs4", + "cAddress": "0x5970A0e9cd3f7417DF763AB0398bDC0B31C6024C", + "amount": "189034729301936n" + }, + { + "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", + "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", + "amount": "297928801221406n" + }, + { + "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", + "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", + "amount": "1902531987000000n" + }, + { + "pAddress": "flare1eccgy9w96j0za2vd8h9nqd6zfmxtxmxxp3e4wz", + "cAddress": "0xc249F7488Ec44D41c2b899f5ff66e81eeFc9cB70", + "amount": "72287658000000n" + }, + { + "pAddress": "flare1ljf2ytc85q50wmym9xvtxh7v6kqupx82gmzjzp", + "cAddress": "0x2b8328AaCA09810bc41a7a35D79Eb7AA07369Ed3", + "amount": "1500000000000000n" + }, + { + "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", + "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", + "amount": "2928498929941371n" + }, + { + "pAddress": "flare1nu6mfrz57sscx4pdetwrty4vu32acvhrygwjkl", + "cAddress": "0x68C10e1187FaB9c44e2E322eaa4B1D8d22B0820a", + "amount": "50005177233620n" + }, + { + "pAddress": "flare1g7u5cy8r2d37w82m7kyxezewlyd5stxqytsft2", + "cAddress": "0x6b15a9169752663Ab98D37bbf3060382BF9FD491", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12trtg3wqkrrf9zh39mezw4z4z5r2hex53ppm4v", + "cAddress": "0x0C5DC7e633fB5a05f91083bed0D87eA95640F99a", + "amount": "138477000000000n" + }, + { + "pAddress": "flare1yyzt5rjgnjdlqqywynjtfxwqzke7ascgf6cg7j", + "cAddress": "0x2780FC072F79994Aa5f05063253aecc22BF825fB", + "amount": "448963263228000n" + }, + { + "pAddress": "flare1e0732phzuc772lauqd6rm96g8ldxh37fqp8v3c", + "cAddress": "0x1D40eae4067B61e013Fa62A5FA5f2Fb1056B351c", + "amount": "1087177000000000n" + }, + { + "pAddress": "flare18g5hmshsddl7akwcnxahtkslcj2zv2dnvxgzwv", + "cAddress": "0x90a7ECAD46c2808e35099F816E80576ea0BAe99D", + "amount": "327899998000000n" + }, + { + "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", + "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", + "amount": "434158080125621n" + }, + { + "pAddress": "flare12mya4dkr0lkx442ez4trusuu83qp0vmdmxdvfw", + "cAddress": "0x4d9409E4A1388bF7E7523EA6F2B91b8be8D84d17", + "amount": "97940509591000n" + }, + { + "pAddress": "flare1d7m3ge0pw7gx5ac5le77njwl92lzagc89ezwt8", + "cAddress": "0x31AEf6CB0CcC64E6170AaFE2777867980323Ef38", + "amount": "115342793089000n" + }, + { + "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", + "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", + "amount": "350109000000000n" + }, + { + "pAddress": "flare1l8y5zplv2c7c70a3a3n8u0jkwd7dvhugqqdzrt", + "cAddress": "0x9D26Ac9173fb8a48F79C7f9b5BdF03Cf3ab9eB55", + "amount": "214160000000000n" + }, + { + "pAddress": "flare1ct3c4ka8ksc73v44uf9qhqxw6azgxns6n9c245", + "cAddress": "0x517773eaC8d4e11db8B39EB79149815183a1Ca55", + "amount": "73580000000000n" + }, + { + "pAddress": "flare12mhejxwfwzy44alda0pzvr2z3syam9g4s6da4j", + "cAddress": "0x9120693BBE996cEdefD707607c4AA31a380A386D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1jnt7q3zls4mftd7sext5lltx2hyemt7c30gkwj", + "cAddress": "0xE6559f032C1863a9E66e132642Cecd14a9E51A99", + "amount": "84282389212234n" + }, + { + "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", + "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", + "amount": "1196608702433143n" + }, + { + "pAddress": "flare1vcu86crku5d6ycv5nyzlj8l0r9smhwt7agaxap", + "cAddress": "0x5F903EDBcbA2c3a93eaF650d219b8d7149F7868C", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1eus3pltfj0ex2tzzg3v9e8sn6nj67vf0gft9ee", + "cAddress": "0x38867E93c41aeceab5baeAbCB9b33Ab72e7Bb749", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1396y3esvuv332wetpgt85kwxqxmge6q53jg8h4", + "cAddress": "0xc0fa17382047b1f71345d951093989Bf5837eFA3", + "amount": "135501431319000n" + }, + { + "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", + "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", + "amount": "174847000000000n" + }, + { + "pAddress": "flare15eztz28l9yk8w5fl075fnr7ulqhffur9jcltuz", + "cAddress": "0xD9a40035C6bdA1d8eb4e1bAf2108E27442B661BB", + "amount": "197329975000000n" + }, + { + "pAddress": "flare1kdhjxutn7uxlvdge22a4ss7q4lkljpafj4ymh7", + "cAddress": "0x8Fc0b99C5b6AC71F13F36C9D4AC219fafdFAb48E", + "amount": "55500000000000n" + }, + { + "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", + "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", + "amount": "54697195249000n" + }, + { + "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", + "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", + "amount": "204036217255000n" + }, + { + "pAddress": "flare1jmkassvxhtfglpu7cn97catpkamjajarlmeldx", + "cAddress": "0x69d5C1844D18FB4e621B52dA4576D1Cf4c5f8F06", + "amount": "373505990334797n" + }, + { + "pAddress": "flare1uj2gpzxu7sx5050rewm64z4j9p29hx5s6ms9mh", + "cAddress": "0xb17647D1dCEa9bf5E281fd70ee778680E0b0beaa", + "amount": "88454837605000n" + }, + { + "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", + "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", + "amount": "3350040000000000n" + }, + { + "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", + "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", + "amount": "1239568730154838n" + }, + { + "pAddress": "flare1mx5g7pun645hk5ar2h8nfra0rmc8je474nvxlv", + "cAddress": "0xA5f4892106142837200642d36fa9E85DBDC73aba", + "amount": "105617909391895n" + }, + { + "pAddress": "flare1zxxgsusdfq53aet0c92c0yefsdxt9djazks8uk", + "cAddress": "0x6d3b785B4f752BA932693D6179C131bFa45eF19f", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", + "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", + "amount": "432636437335000n" + }, + { + "pAddress": "flare18q4wq3fqurxc336jejwl6sc05h3accfefnyq0w", + "cAddress": "0xfDc18dfc2190272ab22547FB28F42Addf970D1aF", + "amount": "75849807095036n" + }, + { + "pAddress": "flare1yptdvf8yyvxw4j4mpafmksnnqmzlfqdzye42m8", + "cAddress": "0x4cE9a19B571a7e353C7ABa9c799d688BDf2B0E3c", + "amount": "100253079566000n" + }, + { + "pAddress": "flare10pmej728pvkl2eexmdp7a40crzp7x9mtjx7wvk", + "cAddress": "0x3E9766A789553BD4689633209Ce27ce96296D717", + "amount": "63452000000000n" + }, + { + "pAddress": "flare1z7ee73fpr6wc7hslf4d0q3k5z3dvlcnu3mj08m", + "cAddress": "0x509Ec86948EA262391439d1e7369a0b5c876819b", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare12egnu5lxqmpdlrxvv8q24temw2v25xguhr5ph0", + "cAddress": "0xa8883bd05Ad05EEE15458471f5554aF7E398b3e4", + "amount": "586551960488320n" + }, + { + "pAddress": "flare1ydkua2yhnqyprshj5tc6n3vn9eukqudhkyvxsv", + "cAddress": "0x8F225dDB2dE175Dd2f3F064c83085f44306C57d2", + "amount": "52888283198154n" + }, + { + "pAddress": "flare13nmx3k6aprc2yskzejgrc83u82s8l8rpexawxl", + "cAddress": "0x7b96aeFa86d3D17B6e670Bc4Ed73A0C322855FCE", + "amount": "575943357619282n" + }, + { + "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", + "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", + "amount": "4371597858441691n" + }, + { + "pAddress": "flare1p9x3l46ygd8e4txydp2upr8gywk54td7q57nne", + "cAddress": "0x5B5634C01555B27C9ec9E690e6AD0D10580A0a11", + "amount": "325799995000000n" + }, + { + "pAddress": "flare1wlsj9w4hkeuxajeha7na6tftxtvfctjlp7fy3j", + "cAddress": "0x4AeF68CC5D5C049C648448e17D0c23f94b898A45", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12k9ddj3mmcheumzc4ylpvz7hsl52l3d9x7xx2k", + "cAddress": "0xFE3336E6d96c141E0c3475c2FaD8bf179e442aF9", + "amount": "106897000000000n" + }, + { + "pAddress": "flare1fnqg374hykpy5j0guymwa0875whxeamdn64s98", + "cAddress": "0x9B3b6b7833101aC6cfdE31c61593542565456B1d", + "amount": "69546235918000n" + }, + { + "pAddress": "flare1e4w9uwpy57hgz4judyszv24f8jswyj6vzy38hu", + "cAddress": "0x13971a0979116f370e58Aba650A93fe9F436Ef01", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", + "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", + "amount": "366328000000000n" + }, + { + "pAddress": "flare1zu809qf04hm9p4nm9ctexsxg2wuqvaacuxfy8l", + "cAddress": "0x77657fcfE8D8c4eb738A1995770aC28cb736bCf4", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1qk78jg93g0tcatq8czsndzvll0rvklp0sg9w2z", + "cAddress": "0xf52f0ba3F9F135076fB22672705D1AB49A5f0023", + "amount": "329300667702000n" + }, + { + "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", + "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", + "amount": "384899870311000n" + }, + { + "pAddress": "flare1ml6xxv8732svf737f4qdyh00ggdpl497s2aq2z", + "cAddress": "0x7de9bC2cDfa6B7Ee7088a4f5848A86A26Cd5aFD1", + "amount": "51000000000000n" + }, + { + "pAddress": "flare14ek6xkts9ezwrjt3rzqjx6m5k5kszjft6zcl2y", + "cAddress": "0x4BeA9eeD6CC1D0323356feE49Fc9C5A7F2093EC6", + "amount": "51500000000000n" + }, + { + "pAddress": "flare1dxe4awuhars2pk8lfvvafhsrtw8n7ju7e5cswl", + "cAddress": "0x51905F6727b5de3D54081C3952a52fEff4bd2c93", + "amount": "6200848569775769n" + }, + { + "pAddress": "flare1l6leprqcqn0fxz5qsgdafr57y9a3z4amf7ywp2", + "cAddress": "0x4e63A0F1E5858EC414Bbb3D723b88038799eC338", + "amount": "69915977000000n" + }, + { + "pAddress": "flare1uemw57udkuzsqzvafpvj5z4jfh0l2hpm2xxr8a", + "cAddress": "0x38fb2778867E2863E98dc1D57C9B83CEe85e2a29", + "amount": "153997656961000n" + }, + { + "pAddress": "flare19wlj0axy5p77hah68l76cu3kfvleecs4apv8gj", + "cAddress": "0x771A8416Cfb77007A5D8338Cb3E72D8e413be799", + "amount": "99211998000000n" + }, + { + "pAddress": "flare1s7lvyssdkwrz05x7dum580a3y3kk8klymem47k", + "cAddress": "0xa6321946320fbb74D6D3D7Faa85d7C4058123D30", + "amount": "699645790000000n" + }, + { + "pAddress": "flare16hhzl565ym9flfk3h7vmdkkp8m532cha8umkjx", + "cAddress": "0x66279AC5C08fa34F7CcC30deFE736199CaaEe4D2", + "amount": "50499998000000n" + }, + { + "pAddress": "flare19djld7kulfme3ngp28t0mnmgrxg37emld7jpc9", + "cAddress": "0x5eDaefe51c27966e7Bd981C0a6e43b0632EB90E9", + "amount": "69890461967156n" + }, + { + "pAddress": "flare1r7jp6fuedkwuv3w4kvyuwth3endlsd0tz4665f", + "cAddress": "0x39b7a7c9A35C7147256ee829a78A08fcfFd52353", + "amount": "102860000000000n" + }, + { + "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", + "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", + "amount": "650000000000000n" + }, + { + "pAddress": "flare1z35y8c3fhwkccscfkf060rjuu3ysseeyh57scr", + "cAddress": "0x5A33F8a1CFC4c5f600B0615eFf6224E45555f40C", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1fnycfcnhx9vulnwlzla0mzyhkkjnl5n7lda2s2", + "cAddress": "0x0E474f8c68B0e43484926A461819E9579deEb490", + "amount": "587250286482000n" + }, + { + "pAddress": "flare14mp85sdhvaq9hrf0qaz8fch6gyjvktxkmt0n5t", + "cAddress": "0xaa76CC79718E17c816caCDb80e0CC7033CE57D58", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1gtym7gntuf69vtey5ft0nr43u6yfcn4rpsk3k6", + "cAddress": "0x8e7F4FD55884E86B58Dca35e52bbaf81f794F239", + "amount": "50730976000000n" + }, + { + "pAddress": "flare1twvklskl4lnl0y5grz96u69zypz96wjngp8r5u", + "cAddress": "0x886eD812e58EBB63cc5f6339FBee40DA22d4C9B8", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1urk748p0vqj75wj0eevlqq5wecyy8mwfke4spr", + "cAddress": "0x631792F7f65F32AFC73c57643776Ffb862767AA2", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1ghujcl04hy2jmdv5scw4xt4ddvqkrch8ayksee", + "cAddress": "0xeB1bFe6A7Ff5Be8c40fd3cD0E9843335D8FEb62d", + "amount": "229000000000000n" + }, + { + "pAddress": "flare1rprhq5fy9yym3m7h27crnp2q9lcnzxezrpsaqp", + "cAddress": "0x9cFC4744A5cD28452A6Fe65E3a07C1C61E5Ec70E", + "amount": "91690796972000n" + }, + { + "pAddress": "flare1806epe5fd3wn6mmad6q9wh8ywjg6prxsrs2wkt", + "cAddress": "0xAf9eDa301aFB2Af1b585ac1D291321440ff5b59A", + "amount": "90351000000000n" + }, + { + "pAddress": "flare17d5v9ncm63rsvn0w6jtrnkczvzsnyl598lfwrf", + "cAddress": "0xB7D8dC528D9e653c5D356a1c182274Fc6f0a15dE", + "amount": "50000084427000n" + }, + { + "pAddress": "flare155l3enky9szdz3cprlr4r7dd4v2cew8h44wtng", + "cAddress": "0x547C1759D8786675E1800D1bfC0b3DEb033112D0", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ljwl0axln4fvre45ccx59697gqx5hcvjr3la78", + "cAddress": "0x1B26Ccf3bC57f947B82776dF549B159d9766A582", + "amount": "255009436808000n" + }, + { + "pAddress": "flare15l75hzqgpf6jhdqlkckwlzt6d4plmxdwn0h48l", + "cAddress": "0x55640eA26f400A92b1a54AA438d5F16DfDB47A78", + "amount": "94000000000000n" + }, + { + "pAddress": "flare1c9q4w8dh4dp8u9urshat04t0uhq6gsrasfwanz", + "cAddress": "0x55F446942dFC92B889Ae4D4eC71862937f6F7f95", + "amount": "450025000000000n" + }, + { + "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", + "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", + "amount": "100000000000000n" + }, + { + "pAddress": "flare13g8f3xglkpw2ur4d6eyyk25k5jgmufguy5497x", + "cAddress": "0xbB184962249Aa8a68B20D1B511C3b1e449971070", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1p7uy6uusc8whkh653cudzhs8pnd4zl4anm7u3q", + "cAddress": "0x04c95ee6Add9D8d366A0E74847F45Cbad47f0043", + "amount": "71630000000000n" + }, + { + "pAddress": "flare1yqm84u3ryf8nt56nac5s20htqv7dyudu8gam5z", + "cAddress": "0xcA16FD232dC036f994c61B6a5088f9d4D8e1d6A1", + "amount": "54000000000000n" + }, + { + "pAddress": "flare1hrqxcql33wu43uqalmzjds3lep6hd35ksjrvke", + "cAddress": "0xc6480D80EE7aD6148268297c99351ED92f815310", + "amount": "50797000000000n" + }, + { + "pAddress": "flare19c83tus8w69px979u6czdz52yt0x3gsh939zme", + "cAddress": "0x964c4017c562C0bB02BB5a9C85Db84d1e61C7A2e", + "amount": "538893000000000n" + }, + { + "pAddress": "flare1x7jnat9x6gaeqtgv3f6pp0fnwtcja9gsjggzpq", + "cAddress": "0x0B036dE48623fFB6006d297cb4D3C439F2eD410E", + "amount": "50160733074000n" + }, + { + "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", + "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", + "amount": "1221999994000000n" + }, + { + "pAddress": "flare183ym2psv89zs8d8uzjlmes7y80xknvpw72nlys", + "cAddress": "0x6e3bC45591Ce21dEb09AB4146E90bd226C36536A", + "amount": "60081177000000n" + }, + { + "pAddress": "flare1r8lez3epm97dygysjpfft8gzv5r40ep8p4n6rp", + "cAddress": "0x644f6877787b5c1A92E07a09E4Bdb77F5B68D78c", + "amount": "502839155190000n" + }, + { + "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", + "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", + "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", + "amount": "100000000000000n" + }, + { + "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", + "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1f6r6nlwclgnt6uw9tk6mrfes20g5tcpdxmwuws", + "cAddress": "0x1839D984dE9528E46E75F4AB0825Cd5C08612B3F", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1wt36ycd4utfzweyl3ncy4hldctcjgm4j72h6sn", + "cAddress": "0x9B4420CB056dFa42C221B39EEa33E61945B44771", + "amount": "50000000000000n" + }, + { + "pAddress": "flare14suxt0x0jzk88qls7499uqfsv8jq7l6jxxyg92", + "cAddress": "0xd5FeD174Ecd287eF563365E400dc8Fb2fDF1b670", + "amount": "50100000000000n" + }, + { + "pAddress": "flare13xgklds63rdcufw8vq30sftuqt4fucwwsfqhr0", + "cAddress": "0x6389544E0A236F7A3C8B5F923C902E8F161A21B7", + "amount": "50990000000000n" + }, + { + "pAddress": "flare147zmggyf97xdkckck8haes2k4aatyuzchm39hs", + "cAddress": "0xB7f8943E8fADDc17025EDEE5eF93E6842B0aD618", + "amount": "132153667625192n" + }, + { + "pAddress": "flare1apfpj9zgeff0e8f867cn72qz4yfencml6q5vtp", + "cAddress": "0xD15b82E9B33308F7C0bd8071D4ac9c8f582EF8E8", + "amount": "50164000000000n" + }, + { + "pAddress": "flare1qsx2vwpuzy8u7fvrvzusnpv4jpvwr3xpde69lm", + "cAddress": "0xCF35ec85e17f3b48D7B969e54C2aeAC0BBf13590", + "amount": "479174972000000n" + }, + { + "pAddress": "flare18pf046j0wqmvr2g6axtdexjmsxftvsgvnyycms", + "cAddress": "0xBC948C0D1DdAadd19ee48e52E60911CE66519749", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", + "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", + "amount": "50195000000000n" + }, + { + "pAddress": "flare1wpyr0560z97gygyvsftr70kku84atnm40sec2f", + "cAddress": "0xA5a0B77386508494D431C8FcaAdFbeFE0Be46a13", + "amount": "1470308160454322n" + }, + { + "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", + "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1clpnurqyn7aa5gxr3qa5mg9x95lk4faja02pwj", + "cAddress": "0xe1A0B951Eb8e195a68FF81e02e3aa5f0E0A978c3", + "amount": "191881972053550n" + }, + { + "pAddress": "flare15jd2l0thftmd9396r7vm5xwja882vktjnxrtdh", + "cAddress": "0xe7c16B7bbf01cA5444472197b3D974716CA13fa9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1naupnl33g5yhrwt2ykcstrzultppzj543z8jj6", + "cAddress": "0xedd790199b60CB70A825fb5dd860f4F445fC7fe9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1myewts35cps5fyy9plcx5f9gf5350lfhh0ta2h", + "cAddress": "0xbda4fF21e08B703f9E35755D40B98aC67cb9E094", + "amount": "100212460476000n" + }, + { + "pAddress": "flare1rll3cmz7gu83j8tv9enqth5k9zkf970ltxztnc", + "cAddress": "0x047ebC8Fd561Bff9e1fa392d6C4964EE7802EE06", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1xgl4vz52qm7cevanrwpzyhlkqpuqzvhsjkk4al", + "cAddress": "0xa4f505FDd1D87596E4506eB145CC4E99F77f7cAf", + "amount": "55260000000000n" + }, + { + "pAddress": "flare1f322pn2lykr0mt3gjg2dlc20wnnszjqgc7zcux", + "cAddress": "0x73edAE94Fc39a6a86b6044a7820cE7c92ffC7903", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", + "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", + "amount": "800000000000000n" + }, + { + "pAddress": "flare15l8pyt5kw0vjg0lpkhpwwd9mmr2d3u5dree0vw", + "cAddress": "0x37DDD9686932D5D36D572354bBb63A1b66C6FBFf", + "amount": "139646453843927n" + }, + { + "pAddress": "flare1dqu5y0yrmywzqet6csd35q8mycaa20w07u8xlp", + "cAddress": "0xc670E9535E86e6D2230153Fe4609D72C1f58BA91", + "amount": "155000000000000n" + }, + { + "pAddress": "flare1nj8l22krvc3ap5canshk753lqau84zk9lp4vcr", + "cAddress": "0x838c7c88748929538B1789EB6513243d6DB518A2", + "amount": "511525470896000n" + }, + { + "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", + "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", + "amount": "223593288000000n" + }, + { + "pAddress": "flare1n59ndyaehk2fn66vtcr6je07pwcl2qlavvq0l2", + "cAddress": "0xE77B2073f19DA72b38D3d2608f53B3D60E305Df2", + "amount": "308888000000000n" + }, + { + "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", + "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", + "amount": "1020000000000000n" + }, + { + "pAddress": "flare1xgh838k4xn67lfzd5jqhcd06paqsvgxlu2su26", + "cAddress": "0x2474BC50b62989Cf9F0a0a8f4337673C76216A82", + "amount": "520246386791000n" + }, + { + "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", + "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1ktdr46xy34n6hrsgldxjw82s2gq5a9azr02t7w", + "cAddress": "0x25Dd118F210d486002c69d883f0110Fb92739774", + "amount": "50405989000000n" + }, + { + "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", + "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", + "amount": "200000000000000n" + }, + { + "pAddress": "flare172q5llf05kgj4gzn236jzgsr2j90dsqqrzh9r8", + "cAddress": "0x22cA67D2F2a8a81f76955C718D58fbb826F3b2f1", + "amount": "73341827894000n" + }, + { + "pAddress": "flare1y07tkfn2n3g2tnzglc0vfgtkv05c27vy0vcprc", + "cAddress": "0x78fC9784DB70Df8a0AfeF193706FCBaf3D21ED4c", + "amount": "316078000000000n" + }, + { + "pAddress": "flare17wnma8j44r7ps7lhh8e2d5yxsxt5w60x3ffyfw", + "cAddress": "0x1272cBa869be9Faf0FE7212A2Fde7245fc8c4C53", + "amount": "170445399400000n" + }, + { + "pAddress": "flare1h880wun4zkt5703a7txnmw7e9cg7kz4mjvq67a", + "cAddress": "0x1da6964C73E110a600A7Aef7b3390FBc92e635b1", + "amount": "249999998000000n" + }, + { + "pAddress": "flare1kq289gaph35yrz2c6lnadg49d9daryhqzkqxe3", + "cAddress": "0xaF0de2D14aea8e1920A0E1d84Db498d3aA07163a", + "amount": "200099998000000n" + }, + { + "pAddress": "flare1tw06udzsmqp9ln2ymfrpn04f6zn53v20y85vtx", + "cAddress": "0x31257Fdf4C8EEcF5d43188029f7F24BAB30bA86C", + "amount": "511900000000000n" + }, + { + "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", + "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", + "amount": "359225980667000n" + }, + { + "pAddress": "flare1jzzecww6n366ds9axkd864r2g3ufmv5xm590ka", + "cAddress": "0x85CcD023824A482b92f31A3EFF113C72B2E59041", + "amount": "206730600000000n" + }, + { + "pAddress": "flare1vkdjfem9ex4ks5p9kvfelyul8yydvsncsgxcnv", + "cAddress": "0x1BFbC113cFFedE1dd15D37721b6316b9702af182", + "amount": "758768213168000n" + }, + { + "pAddress": "flare1x978g9pfsn2vzgtppap7atju8rl5nw3yfa3jud", + "cAddress": "0x0be1bEc9AFb0D361e815985881d4FD8d36F88728", + "amount": "50000000000000n" + }, + { + "pAddress": "flare15welx4uqs2pp6xqhml568p0w6h945yrk8fx07p", + "cAddress": "0xDa93265f1CCBC244046F4928Fc3B499b4B26b026", + "amount": "52395000000000n" + }, + { + "pAddress": "flare13yen96ad6xnap4vg4w8jtj6q6usa9zdvdx5qny", + "cAddress": "0x50B97820cdc2CdA4E6a254Bc8c869802991f5292", + "amount": "98181964000000n" + }, + { + "pAddress": "flare1rcgj6eqtkadsgg60qvlj3wdlkw8vz8pr4pc5my", + "cAddress": "0x37faF273b927148be6085658378E62a5bDf549b2", + "amount": "403000000000000n" + }, + { + "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", + "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", + "amount": "360000000000000n" + }, + { + "pAddress": "flare1fvrs68sn6rpthp60d8aj20vqph027z9h8w4nnq", + "cAddress": "0x2C4E994C14B7ad9786b05794665bc2535A2FaF3D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1uud2mn9f3xhma0e9fpmtar0lu2rr8jsu7j5sau", + "cAddress": "0xfB23dA19bF793d61Cc8B71d44f99Da1186dE04e7", + "amount": "50199997000000n" + }, + { + "pAddress": "flare18waayc37l92p73x4ncgcryqq4439cy2hyml69y", + "cAddress": "0x61F10Ef3524eB1AAc8232E60AccDB259f7D90377", + "amount": "550000000000000n" + }, + { + "pAddress": "flare1jvm6lkl54jfqjfjzedgd59z6wj4leu0rsq8zf7", + "cAddress": "0x2800EfB7025910611FB75A830F643c4A26Aafbb5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1x82xtkfffva3smuzf9pznyepwd5ezvscp3q5g4", + "cAddress": "0xF8eE9e6A3e749D507C79301a7E39c5A97c34D58B", + "amount": "52807316851905n" + }, + { + "pAddress": "flare146clwjazlz43xmrz6vknygzgsvaqa8xkpphzxu", + "cAddress": "0x780a07d508B706619bCdDe2eCBD8CDe50FDbaab4", + "amount": "212500000000000n" + }, + { + "pAddress": "flare1gneg2f2asfzryl0yhqtknej62ccwv6q4a94z4t", + "cAddress": "0x0Bf61E62224615fC83CF18665fe3b49ec4A59DbA", + "amount": "104701203383000n" + }, + { + "pAddress": "flare1yevxfkajp5utkmyvt7g8ruvsgqs9yljuygsqhd", + "cAddress": "0xbF45491C254918C8B6ca7d68F5bd2014f08bfbFD", + "amount": "331540000000000n" + }, + { + "pAddress": "flare1e0ef9g5kcpn3a77vrngnf4qlmzx0nqqwdyhxpx", + "cAddress": "0xdB60a8C1CB246Da8300B4FE362F13b57d4e6c157", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1hm9wh4shmdaemrp66mna56sx6zqdgck7wvu5l0", + "cAddress": "0x196C2d3322925080A10b143B3B5F1670B45b970c", + "amount": "235332000000000n" + }, + { + "pAddress": "flare10mc043hqwaqswt3n99mpnkhk22dsmltjpdxsuc", + "cAddress": "0x978c6401CEE48699595E498ee8E8D7F04B414851", + "amount": "291147440000000n" + }, + { + "pAddress": "flare1m4gtp3690ercc0udgxsar2u8kqvhh6z9wckujx", + "cAddress": "0xa96480729D57867cF0FCeA0663b34b1B7c964c7a", + "amount": "848708176626000n" + }, + { + "pAddress": "flare1w5p9w2y625gkasdjzrge27j9z9xz4klv58a466", + "cAddress": "0x9B1D7939907BF3D95209265937068BB02DfeCB3B", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1pxatxzlatfsd20haudaxxncv7w6k9d6lj3em6c", + "cAddress": "0x15FC6991C7B4BEFbADd3825c4f9B666911FE67CE", + "amount": "312197000000000n" + }, + { + "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", + "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", + "amount": "237752998000000n" + }, + { + "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", + "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", + "amount": "182186653839000n" + }, + { + "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", + "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", + "amount": "2200000000000000n" + }, + { + "pAddress": "flare1dx7ygxq7vfnk7yatq9lwxgr5erl32letu68zy4", + "cAddress": "0x6b47263f1274548EA498B16eD20252e7bdA959c7", + "amount": "979374000000000n" + }, + { + "pAddress": "flare1gxh7y8kx8yqghra0765766h4c46p5j6cftjzl9", + "cAddress": "0x1B8Ff197Ce954d0dbadCA2ddD6e4Bc53346caCD8", + "amount": "108061709711648n" + }, + { + "pAddress": "flare197jc7dl3vzjn502fuytzfvmlnpre770nkxxa50", + "cAddress": "0xE55E6828cbc397F2f271c2fC27055Dc7D8fB8AdD", + "amount": "189292000000000n" + }, + { + "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", + "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", + "amount": "217558486000000n" + }, + { + "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", + "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", + "amount": "146000000000000n" + }, + { + "pAddress": "flare1vrssw88jmc0g6zxqqd3fkn4d8npfwuv2xvhhr0", + "cAddress": "0xd04A9B015843565576825B3c65F68dFc824805F2", + "amount": "125999991000000n" + }, + { + "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", + "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1k3qxrg5tu56jlcetlzsckmkzuf4q6tv2uq0y6w", + "cAddress": "0x2903DfA12444f8EAaD56bD320b9d9905a6eaA480", + "amount": "50999991000000n" + }, + { + "pAddress": "flare12v06cl5g0l28ycldsd5y547wuaepkjtc6apsfl", + "cAddress": "0xD32065bA8E7eDDdFd554Fe0Ab1d0B4BE08529a45", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1u7ghwmf8qqfgd9vndw7tg5y80qlag78d2stv7l", + "cAddress": "0x65B1eb1a78eAe9a935fE759949b0A787BD574a79", + "amount": "206482696121000n" + }, + { + "pAddress": "flare1yu8jvz923xlm0xksavvhmvk8293ygyspjttkhf", + "cAddress": "0xbD34E1c0e866478f00DFcF8DB4D89aA9203be0Dd", + "amount": "236820238000000n" + }, + { + "pAddress": "flare1kr2uf0e69wvldc79retdgg669ratp5we4jk6uj", + "cAddress": "0xb798B8630A5C40632Fe1f7eB6F1E1afE0eDBaB9d", + "amount": "51999996000000n" + }, + { + "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", + "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", + "amount": "60909993000000n" + }, + { + "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", + "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1rteashyyg4aa94zy8c5vqcgc0l5xvcm897p69t", + "cAddress": "0x011F190E9A568a6522aE72988b5fb4817a3adE2F", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1x6xjwfa8amqlkxns8cyz8ecg9lduyajvhjr9wh", + "cAddress": "0x65222e5CdCb0fAe32eb434a257D069aEebFBfeB9", + "amount": "50000096000000n" + }, + { + "pAddress": "flare1j87cpx8yuy0k8n0v7p2ygnneh0kl6x4fmfp8xc", + "cAddress": "0x7fDeA9AB0e5019152d16C7c7C180268c89805dE3", + "amount": "854102000000000n" + }, + { + "pAddress": "flare1gtyl9fts86nxe38tfen8gxjtf2rl0mga5sjpc7", + "cAddress": "0x06Ad7734782a6DCb8F837e11a80fa512b9a07f04", + "amount": "721043447801866n" + }, + { + "pAddress": "flare17vjjkkzkt64232w5fv8j60zgkujh0vczyd036r", + "cAddress": "0x05C225D2BEe6d7A597783B579e74466AfA0D8DB1", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13p9v7gqnfz54ewsyvnedjjtlentxk54pfrsp57", + "cAddress": "0x39B17e6C1Fbf0877725527E5E6ea9AAB2fE78A93", + "amount": "183222000000000n" + }, + { + "pAddress": "flare14nxx2xlqjswf894djw4u4latlhs20l7cv7cunv", + "cAddress": "0x77dAa6e5Fed9E4e32199fBE611545bdA2dc20487", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", + "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", + "amount": "249999997000000n" + }, + { + "pAddress": "flare1tkjhzpc4yutm5dvtazrxsj8za2qsaeegpd8y3v", + "cAddress": "0x8754fc8410C898E01124de28A9D1846a35C60DAF", + "amount": "51549994000000n" + }, + { + "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", + "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", + "amount": "356774570098512n" + }, + { + "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", + "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vz8rqa4plcxxel93krptmpx0vntm9342w446nr", + "cAddress": "0xb3f821F874e868324b1D7c626C75fDcBC905E392", + "amount": "78196970652000n" + }, + { + "pAddress": "flare1mkkjralv0z2pysw7nxq7q6x3xme3xv8gc2sde6", + "cAddress": "0x6f0b454D65F6a075D2E514C23095756F33f8bdfE", + "amount": "1015939313472000n" + }, + { + "pAddress": "flare1nskzqtd6k7k2aaskxm3lf7gndrjekz8rtszfhk", + "cAddress": "0x667c3f49B4fDA1cf06181c75aE80e686eF024b48", + "amount": "136091995000000n" + }, + { + "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", + "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", + "amount": "222574000000000n" + }, + { + "pAddress": "flare1q50p9cqzccesjzhmclxtnylf3jjt3kytxcxtax", + "cAddress": "0x2bAedA463F934642e10143e5a2D82fb7f0AFA1CC", + "amount": "151000000000000n" + }, + { + "pAddress": "flare1ant94p79v6c7h6dg8828sy4a72twsyp56tmjnu", + "cAddress": "0xD5172A7090F25729555316e9699DB987a2D83924", + "amount": "80354718772000n" + }, + { + "pAddress": "flare1t4a5yz47aavy3ly7kgxmx4x0qcatxtmd75lp2x", + "cAddress": "0xCb78cb7E9A6E2115d5ad4c7820fCAA4a7a48c4BE", + "amount": "98240657565000n" + }, + { + "pAddress": "flare1ycrs0au7mvvu8f5uzdl8h3yhfq4npv8ehx2frm", + "cAddress": "0x393F667B33035eE2A27675C1d0558754065dfF85", + "amount": "147650000000000n" + } + ], + "totalStakeAmount": "75000000000000000n", + "cChainAddress": "0x1E8F916CE03F4ce86186531a8994d366581Ed4be" + }, + { + "nodeId": "NodeID-98RaC6gbJMhin1NXsBFUoicEqiF7VKWbL", + "bondingAddress": "flare13yt3jfxhczfmn7t9054868jknymrwjevk30rge", + "selfBond": "7000000000000000n", + "ftsoAddress": "0x96616c93747baBE136bB56310bE2AE665b18dA63", + "stakeEnd": 1741271459, + "pChainAddress": [ + "flare13yt3jfxhczfmn7t9054868jknymrwjevk30rge" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "TempestFTSO", + "BEB": "7000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "51321463581616000n", + "totalSelfBond": "7000000000000000n", + "delegators": [ + { + "pAddress": "flare1q298p83wacez5rqmu6dd2wdv3feexu57rfx9d9", + "cAddress": "0x05eF376b21042C3D9C7172801414a8A8AF40b7c9", + "amount": "382077719424000n" + }, + { + "pAddress": "flare13hx8h8gtzx7pvekjsr58yrww5lj5phnpsmwk45", + "cAddress": "0x94117DB32F41cD6D370DA3B861571D5b39F29B5A", + "amount": "1414545000000000n" + }, + { + "pAddress": "flare186sfp3gck8jzqf525lpr2gyc8a37zxph4ff4al", + "cAddress": "0x4b84a16DBC41279Cbf0D40EE8e1Ae0d6dD8c890e", + "amount": "895634000000000n" + }, + { + "pAddress": "flare1tzt5myfmqv09rjawtq7tz3yl6wh5c7vnhcrh2c", + "cAddress": "0x3976faF6b95e1EC96F06b06967ce0e3aE6B3afAc", + "amount": "1555047000000000n" + }, + { + "pAddress": "flare1mekpexeayklxcqlksuye73tpgr8myaf72rtfy3", + "cAddress": "0x52716A84D6004a15A9Bd0C66664658B4F86D6449", + "amount": "1323822000000000n" + }, + { + "pAddress": "flare1u5kku76v6kg2uwtglwwahnzzpumgqdcrccrjkd", + "cAddress": "0x3598775513E42a39b08521a48DdD6172D9e73e66", + "amount": "3040312000000000n" + }, + { + "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", + "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1mmrka73js7nkallyren9jvf6cncw6c0cmq7mpg", + "cAddress": "0x99640616370CbB437808aCaCDb44288876cB42B5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1exnz56pgy9ycdc7mzp87dgsg0dhvw7zcejfv2f", + "cAddress": "0x3776a63FfAb5C29B3D151545E6f58dc4Da37ab93", + "amount": "50572000000000n" + }, + { + "pAddress": "flare1f5rhfz4kxlrfydpjwps646ycc39uhwq5j3mrxx", + "cAddress": "0x4Cf39F138d88ebf4657657bbe4924BB37e6Af13A", + "amount": "99104000000000n" + }, + { + "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", + "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", + "amount": "410000000000000n" + }, + { + "pAddress": "flare1kdgmtsmcrg6dl6us73fdztqaqrefnxrvrar24l", + "cAddress": "0x70d6376338ab23AEfCB94b71C60AddD973dDBa65", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", + "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1ljk99f3wd2y8fdjyar8u2lnynxnj3fmnheqj0p", + "cAddress": "0xC8264B7882cDb71D6F4aac8a49E0dbdDaaE47F23", + "amount": "1067540985921000n" + }, + { + "pAddress": "flare1wyh5p06pdl4dv463mjl2z8pr4hwdgwevc44ce3", + "cAddress": "0xF66095b87168c082f3278FE98D3bf594CC8181FA", + "amount": "31928428770000000n" + }, + { + "pAddress": "flare1qdcd306xt2r4qv9zy272ht4twunupmnxrsm6sm", + "cAddress": "0x8DE636b8eD4811D8349E6516c867334551Bb2843", + "amount": "170702985000000n" + }, + { + "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", + "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1x6v2dvgnszkk6cylsynj89l6wnvtcjr38nwc8c", + "cAddress": "0x3e745FB691a9C7E549ea35432Fe530D74abD42A5", + "amount": "57000000000000n" + }, + { + "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", + "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1xjevjc4w0jx27lz9gkcv8n40as7f96metwjqfa", + "cAddress": "0x454f4118451B535Aa86DB073668d88C0DF515071", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1nmtqczaslta8g2w7e556h68r9x6txp87ng0dyu", + "cAddress": "0x544Cd0011f851c7513EAf245821f586689fFb562", + "amount": "50471000000000n" + }, + { + "pAddress": "flare14862anm00r0kfx78m7uetx2hsnc07e3ctcl58d", + "cAddress": "0x90A36616d52Bad220B0e3981a78d52E03221c570", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1sy9jck7du6r5g4e4z4ngu3c3a87sec6rtgkgjm", + "cAddress": "0x95B985ee05824d1B59B5dF09b29A1DDb63eb47CE", + "amount": "128016430000000n" + }, + { + "pAddress": "flare19uxg3laeycj808cf0dpqmvgldfzevvm5y2hpl5", + "cAddress": "0xC0d94Cb3dfECdEb578a0e4328d857cc03A79010A", + "amount": "57648991000000n" + }, + { + "pAddress": "flare1q2562q27ur42swy3nhxsjqau8u6gfuws3ryc97", + "cAddress": "0x28B159ea06d6fD6169E13746b23CCD995C40010d", + "amount": "130113998000000n" + }, + { + "pAddress": "flare1w6ez07xmvdksrx2s0daqhaqxsk79psq56900gf", + "cAddress": "0xb2B7b71b550271dB3B258F7379b26FE00a1BBD23", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1awxnrr4zmr6m6j8y9z8fstk5fpujuj0aflz3c6", + "cAddress": "0xee6ae8A142259c6E11E5a38a3746Ae1cf6FcF426", + "amount": "1118600738271000n" + }, + { + "pAddress": "flare14jxag0pl8fyn2ples44tpdughclt9d73mdpghl", + "cAddress": "0x0b9Cc8422ecdA4CC1fDf8A45a4C2c7814B97Ad51", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1wwxdlxpsvx4xul88pn5ws9f5tyu089tl5j5shl", + "cAddress": "0xCFE72F12a4901dB696a484731471Ef5604AcA51D", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1xcqghnjgv8ukp37tavwpc28m50mn45ysjnt8mm", + "cAddress": "0x2f3275A3C8F5FE2284B0eB3e121d722cD4cbc3F4", + "amount": "133000000000000n" + }, + { + "pAddress": "flare172zejcwzkfjusggprlflccxp66x9m2x45knet2", + "cAddress": "0xeeCB4fd9F4d5011D62b705Ec1756ab3F741A0433", + "amount": "1305878000000000n" + }, + { + "pAddress": "flare1uku3zcxmvppdc46rf8f86g9t896pklenjw8cht", + "cAddress": "0x221d57Ef52259C3e4e84363a5f4BA6b61AfE9BeB", + "amount": "104480000000000n" + }, + { + "pAddress": "flare1tlh52t9f36c3hdvcnu9hkvr4hsr3lcwva9pl3s", + "cAddress": "0x0EC611aC8DfaDC15ca6a5099145be54a79C775A3", + "amount": "96460000000000n" + }, + { + "pAddress": "flare1nrc7qdgw0xez70vxjf3qw5l6r67t052esfp96p", + "cAddress": "0xdc4AC69fA7e54eeF5d5B2B923b288A8B7d80e4F7", + "amount": "3377412000000000n" + }, + { + "pAddress": "flare1exzw2ckz8rmmpcckljcm4g2yjj0zqqutg92v0e", + "cAddress": "0x5461aA34d74d2cA83026b8e45E5aE1001b45C00a", + "amount": "560622000000000n" + }, + { + "pAddress": "flare1805a8fzaewrq3amqm6wm0m07mzfx9qlmfa5wp3", + "cAddress": "0x3FBB7Ed52757e1eeF86E42501aaDb0E56F2709B1", + "amount": "73469964000000n" + }, + { + "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", + "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", + "amount": "143000000000000n" + }, + { + "pAddress": "flare1k8hxmruaqytxaj9lksp4kpknc06te9ftpem0zg", + "cAddress": "0xa87f6E2F1B5089cd6FfA5C71378F506727BBDac8", + "amount": "492514000000000n" + }, + { + "pAddress": "flare1xh0ql3u48sp4zfap3f728s5rmnuyw3wk5pr356", + "cAddress": "0xEb4C1010E298F614338f92557B0828ADb896814E", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", + "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", + "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", + "amount": "124990000000000n" + } + ], + "totalStakeAmount": "73321463581616000n", + "cChainAddress": "0x438331baa70e55A89cC03E6430AC40F426C6e7c7" + }, + { + "nodeId": "NodeID-3RJrjDMzeZQVDyHDjZ6u1X3Y3WCKY5nbb", + "bondingAddress": "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt", + "selfBond": "13340000000000000n", + "ftsoAddress": "0x00c0fFEf480E392f5Fe7af592214855Ff872fa80", + "stakeEnd": 1739192447, + "pChainAddress": [ + "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "NORTSO", + "BEB": "13340000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "163376606658079934n", + "totalSelfBond": "13340000000000000n", + "delegators": [ + { + "pAddress": "flare1y9s5xq067387ukp4ul3jjmacq4l82j495taduz", + "cAddress": "0xb9b6A9945dD373e02A8C171A75E80a1E20Dda698", + "amount": "58659992000000n" + }, + { + "pAddress": "flare12wjh7ruu2nsja67eczrnphz5s7lqnev3fv07e5", + "cAddress": "0xD578b78Fba6b885A7DF693b16dba51Fe585C3695", + "amount": "1817265717739000n" + }, + { + "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", + "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", + "amount": "396687339750532n" + }, + { + "pAddress": "flare1e7m9r6msc50muq7cezzgyaj9zh6dclnwywgpt2", + "cAddress": "0x949FA5Ec1e616a88c50A85797c155d4222Ba7f0C", + "amount": "55900000000000n" + }, + { + "pAddress": "flare1dk8xqn36mkm4v8pw986ejx74qkttak2gg6ay0v", + "cAddress": "0xe96BDB4Ee869E2A1Ac2C2C34D7eff1080B365BB1", + "amount": "86160900586000n" + }, + { + "pAddress": "flare1lgt2k2md27rej72fpk9tkuxpw3tkxgzx2wk62h", + "cAddress": "0xA0d2B4cc187c96337322c329308616Ef66B7f160", + "amount": "50990000000000n" + }, + { + "pAddress": "flare19tgzun3fd3htq9dace73ncdtf0qp8g3a9372f7", + "cAddress": "0x6a8E003af899bEdA28cEb222115480521e48F0af", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1dpmwzwm3sqgeesnhthr8pu7ddv8xrkw7hpwvde", + "cAddress": "0x644889666e757a86c57acC7033D990693238F7A1", + "amount": "54593000000000n" + }, + { + "pAddress": "flare1pafa6pp92ptqp5vn03lp2a9j0u30vaz5xgheqx", + "cAddress": "0x9E046467Af62242876D59c7DE7F4983870FDc9BD", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1l5q3kl2jllnkly4n9s88u5l6m3jdp8umtslynn", + "cAddress": "0x0ddf294e133b3BA08D7d4fF99a3d73F7bB305311", + "amount": "374034000000000n" + }, + { + "pAddress": "flare19ky9yfnf8tw5lp0fs9u2pussvgu4dqq8eqx6at", + "cAddress": "0x87e8684Dc160142FF1D2D0D35538737EE56B4640", + "amount": "151801446000000000n" + }, + { + "pAddress": "flare1fs38g2r3h4xpsxpp6esqtq8zua9pafkxtc3z8e", + "cAddress": "0x33361078e74d340f9217fF003eaD1da3145eF54b", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ww0zqrjp2vp786jpdl2tajd85t7cx53sk8waz8", + "cAddress": "0x3A0D9c760171f806cbdd31BB3b85653AF487296e", + "amount": "2445019000000000n" + }, + { + "pAddress": "flare1kysuhj5uhpp3qt7q3tcpgkv4h473j99ke5vjv9", + "cAddress": "0xA48E841404623aD68F8E9FE02B741bf0868C9bc9", + "amount": "77100000000000n" + }, + { + "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", + "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1z4jv9kumlkmwxpdk9mvcqez2husgdupctvjvj7", + "cAddress": "0x5472DC0A733968A24E6fDb86869bd013034D0480", + "amount": "71864201772000n" + }, + { + "pAddress": "flare1889ez0mm5km9w2csvwzluyupn4ccf2zezuhk2s", + "cAddress": "0xCF2bf146861d7035325ac76b9B5e680549c50A67", + "amount": "433999957018000n" + }, + { + "pAddress": "flare19lha35dcd4em89sym95h83v27gd5httxfr8v82", + "cAddress": "0xbb75d2A8B4869E19D7900A3387A15e8EC9b74751", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1je7r7rq38phzagdtpuxhtgfhzsqnm2r0xxw8k3", + "cAddress": "0x6780cC9b7CaE96C91a4EdE40e45960467f823aF0", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1rkne0nzghtpqa9mk9d0h5np7a0n6jhg953rdql", + "cAddress": "0x928633e8501B197CDC4eED45364c762e70902F00", + "amount": "88530000000000n" + }, + { + "pAddress": "flare1r5tf45n98v2l6c8ucq5h80d7ql8ckkgpxj9nck", + "cAddress": "0x20B981Bd35c7BfBcad97E98831E96402e0FD5cd0", + "amount": "186190000000000n" + }, + { + "pAddress": "flare1lln86kuxwvsvhmvjma2f8rax32j59dt2lk4n4k", + "cAddress": "0x79bb252C9681BFb56d519A916bB4d64b03cfBDda", + "amount": "348322300379098n" + }, + { + "pAddress": "flare1zytgs3r5q9ylsvyanw8hh6ftysmpcqdnsyj29h", + "cAddress": "0x672303ae629DFF83044241ea58440fc4143F12c7", + "amount": "99999998000000n" + }, + { + "pAddress": "flare1jnf0yxphklcd300v8g2nny9wahh7ft5kp550wk", + "cAddress": "0x936f7d2513811B621c1f0924e3CCD9441A83179F", + "amount": "73349995000000n" + }, + { + "pAddress": "flare16ztay2eu09cu80eyq7ffq3pahte2tem8cqmv3n", + "cAddress": "0xCD19BbE8d897C8B8b96F4834636C15Ecb0a2C541", + "amount": "73148975825573n" + }, + { + "pAddress": "flare1y47cr4us7967hlk32suxx4ly62lg6npur6y6fp", + "cAddress": "0xA1396035d7b714F43Fd050b4E7de7500516c0BC5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1wlt6g34qejsh3zruen5nn5venyhxq8rne85v4z", + "cAddress": "0xA6fF4f0520C8A1390a8Fc82B5ACF1B0dD9547573", + "amount": "83725873298000n" + }, + { + "pAddress": "flare1dn94za5cqn5zx0mz4ad086h2sn0xrgycmar4yy", + "cAddress": "0x71CB1E6455fBf064B3e74Bd9d1A287A52d92B742", + "amount": "600699998000000n" + }, + { + "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", + "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1pcl0m5m5a9f9k8hdpkcjrm7ay3vqvak7zm407v", + "cAddress": "0x58b41cCFf4477B63C2104716C2086fCFC553A627", + "amount": "156334727216000n" + }, + { + "pAddress": "flare14cuxup6nmmq85dj98s6m9hwcvl0d6x95rxz8t0", + "cAddress": "0x5134Da103A0312b1B166a99a53319EFeF04BAC1d", + "amount": "150000000000000n" + }, + { + "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", + "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", + "amount": "50000000000000n" + }, + { + "pAddress": "flare18vpn4m5c9hrsq64fm3js7hkk9zvm3xgt22avgr", + "cAddress": "0xD00Fa063A305b43fd408E551c481DB298691E1eF", + "amount": "51465000000000n" + }, + { + "pAddress": "flare1nt24mcth7w3cyzemkxgd9hquf7r9280gkwpj5h", + "cAddress": "0xd8E9717522bfEA2E2aED2eE47a42ed9d2e87F3a2", + "amount": "182300000000000n" + }, + { + "pAddress": "flare1xun3w5l0jlx94t7rz6n52qawraly9sxr2sm73c", + "cAddress": "0x07b7b5716C90381FCf20F7BEC3AFa52BAA1E4753", + "amount": "186082256921000n" + }, + { + "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", + "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", + "amount": "294000000000000n" + }, + { + "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", + "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", + "amount": "120920142666000n" + }, + { + "pAddress": "flare1k0rtrg3g5a822yn4tweqtp4macr2e87krpqr23", + "cAddress": "0x8221B012560f1d8Ed7e36602c16F0280568Dd417", + "amount": "50099994000000n" + }, + { + "pAddress": "flare1ucsk2wt9wjg4tlvh560csmhchcv0s68epskvz9", + "cAddress": "0x1c9ee1e1158bC71ee2ae11702fCEC8ed2cF57550", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1xr8tx94xvcwdw038670s974dg7vl2h7v8x0a9x", + "cAddress": "0x28580DDd4b31d9A547619289D29BD531D2981967", + "amount": "220000000000000n" + }, + { + "pAddress": "flare1r0nefgqkd56wfwjfstfd05wt4app78aem9pj56", + "cAddress": "0x4Cf7890CDA0499CdEeE991A31706d88eC3D8b082", + "amount": "63759998000000n" + }, + { + "pAddress": "flare1965tza4w39tcp9cadhnz3grk9t2stnthgvtvmn", + "cAddress": "0xD2548A968c6b1150919046f09FC785F1e917C5E2", + "amount": "50000000000000n" + }, + { + "pAddress": "flare19w83s774khdgu69s5kr2kywa228npdykv5l5ml", + "cAddress": "0xBBca2DC5ec12d66DE023aBc443f0c014b2eF17F1", + "amount": "120741965000000n" + }, + { + "pAddress": "flare1h4lz3gjwv8ghjsddwav2my3wweumal5zte6vg2", + "cAddress": "0x03334eA003ca46fF9a072E154C684bca370bF3d8", + "amount": "900000000000000n" + }, + { + "pAddress": "flare1v7u7mmyq3ev4m4kyetkagwa2jmc4mtqmc20f3c", + "cAddress": "0x46bCF52beBB75e5d99450740D1aBC34f0F29D914", + "amount": "101199992000000n" + }, + { + "pAddress": "flare1kega5xjek8fl9tlkx7letmsg42r2p63fan9ven", + "cAddress": "0xBF0F85c1668E0CeB068c185aC6E6cA86e17E7db8", + "amount": "187483928754446n" + }, + { + "pAddress": "flare1kyvgzdt8euy62mtw4zrfhyk5fuenpnc8da9ank", + "cAddress": "0xd619B083880c106dC1fb520F8A24adD95f1ec27F", + "amount": "50766238112000n" + }, + { + "pAddress": "flare1j4yssyrd363yatdvngshf0n74epxc0rzy2rn34", + "cAddress": "0x12ffa86dE1a90F8118C995F9E9Bf6234B38B7798", + "amount": "88907000000000n" + }, + { + "pAddress": "flare17yvprxnwu0srgdcapdjmzremzkacjnkhh4ankg", + "cAddress": "0xEb111ba063736258f92622BA7a18A56AA9763cb8", + "amount": "149903981748285n" + }, + { + "pAddress": "flare1ekr9dskcwar06jf64gvm87f89wrun5xwjauenx", + "cAddress": "0x37982C49A7d0C39174bFCb810441C8BeecBAd54D", + "amount": "150099981000000n" + }, + { + "pAddress": "flare1j778tv9quldar4sthpmhurddquwvdce8gqadjj", + "cAddress": "0xa9945e92F5FaF334a3a44481fc7c7D4D59BFD8d3", + "amount": "124854203294000n" + } + ], + "totalStakeAmount": "176716606658079934n", + "cChainAddress": "0x5406C889F64c0191C26D2774F3F4992d042E4f6A" + }, + { + "nodeId": "NodeID-6cnsMcUNTJwCcDuAyPwJqEaVa6yMrk8eq", + "bondingAddress": "flare1shr6l602f2cyg8fda4w50n2u02qscx7xnd6f2g", + "selfBond": "13333334000000000n", + "ftsoAddress": "0xAF7504242064532CbD3370aD7591452B1D09BBdc", + "stakeEnd": 1756886400, + "pChainAddress": [ + "flare1shr6l602f2cyg8fda4w50n2u02qscx7xnd6f2g" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "A-FTSO", + "BEB": "13333334000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "163290573973247931n", + "totalSelfBond": "13333334000000000n", + "delegators": [ + { + "pAddress": "flare1vvep3a7394hl5sr0883xszp5qm8tv2k9dskv93", + "cAddress": "0xa39920849b02CaceB28748D94b2d9adBD0cF7907", + "amount": "90316287670191n" + }, + { + "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", + "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", + "amount": "702024000000000n" + }, + { + "pAddress": "flare1aetc6xwg72s8u7pd5p62v7cy7vqyvpaesh86mn", + "cAddress": "0xee31E2408965dC56f7040ff5fC9adA1e1B7cc5f9", + "amount": "83470000000000n" + }, + { + "pAddress": "flare1nduyezajcql7j546w2h842we0nq48400087qm3", + "cAddress": "0xDd629E7B4949a332aA80fed1bc8eFb96cA115f96", + "amount": "51000000000000n" + }, + { + "pAddress": "flare14603sfxc9ttcwek5l4zwneut8ac9ttq7yckgyd", + "cAddress": "0xaD079b3545253f6658c5282C5Cdde5b73A239156", + "amount": "405950000000000n" + }, + { + "pAddress": "flare1kkggt5379uy0ds8302hzpscfhuwm2txrtsx97g", + "cAddress": "0x86d15E3Ec9ae92E6596E6a6527Eb619c07038b95", + "amount": "118437922868316n" + }, + { + "pAddress": "flare1an7990npt3dtkv7gtjgd4kp6zs8ytntx749tzu", + "cAddress": "0xDB997cD209523a1b279C7D095C879ecd00b2E254", + "amount": "190667653680017n" + }, + { + "pAddress": "flare1kz2v9258txnx0y8r2p4w4sr8tyaqs9a6y9hg2t", + "cAddress": "0xE0a598dD7a75e70acC99958a5E7C3A529f3D4441", + "amount": "827002993000000n" + }, + { + "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", + "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", + "amount": "80000000000000n" + }, + { + "pAddress": "flare1mjvgrqetapwj0nyt9j0pq3s8y6c00jc3d4sxgt", + "cAddress": "0xd343D6DC7e50314F619010BF5cfa923161c9DA04", + "amount": "387302983000000n" + }, + { + "pAddress": "flare1j4ulq4fk2aak93qftnmej649w56ce5dx3qh8sd", + "cAddress": "0x187a9e4f8dd811cfca029B1898125De594b3994E", + "amount": "7578669000000000n" + }, + { + "pAddress": "flare1fd95sxqs530jjhd62p7ugj82udn5yxhe2el0qa", + "cAddress": "0x38Ffd385b2c6ba91eC1a1a01B0747ee95a31b1AF", + "amount": "200987596385000n" + }, + { + "pAddress": "flare16q9c8yx3ckdwkyeh9h34jj5weztv6sga9nxnaw", + "cAddress": "0x956647Ef4F3F7cDcB1CB42CeC653F63ce104f84E", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1u7vrjgtucw72dxl93zp9zp5fptw5x48kmffthw", + "cAddress": "0xBaDB542F685CFa7C0cfC62ceFf2d0A6809Dfe11a", + "amount": "80000000000000n" + }, + { + "pAddress": "flare13hey5yjmtu7ea8p3vev7r656kksda64002l2sn", + "cAddress": "0xc4C5E0F499A26917e91c9aA368A026e582a28D5d", + "amount": "50000000000000n" + }, + { + "pAddress": "flare18833wqa224ejg8prmartykaqt2pk7ja6wcj8hx", + "cAddress": "0xd0557A5B16b67212fDff07906CDbf9a11ec942fe", + "amount": "53128624995000n" + }, + { + "pAddress": "flare1k7nuznx2kpezwq7pddznqyvgxy8kaaefhpf4s9", + "cAddress": "0xaf07a0626441F784c2BB2Bc3aea7b6c64Fa7B172", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13g0fw5ypr2v5d3qzuw3nhlxgpk42lqf2yglhrs", + "cAddress": "0x27600F2da6e9A1798f26a4a6e47bdA09e0A62616", + "amount": "56392908769321040n" + }, + { + "pAddress": "flare1pss3m7q436nd44cc8y9v33jffs7nu8jye24yy8", + "cAddress": "0x0898d3c7486c3fC4619701e78a7d9eF1F91c6CEb", + "amount": "1559449991000000n" + }, + { + "pAddress": "flare1gpnmjclggphdldy5rx092qqzftwqg7z678lmts", + "cAddress": "0x161fcB1d8f60049EcdB2153720320882eeAD226d", + "amount": "1500000000000000n" + }, + { + "pAddress": "flare1qegjh489yqw0cz630gpqz6yca5zmx86h02sycs", + "cAddress": "0xE9B479469F8308Da2DF880522B2f59539c518a60", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1uagw84kfjjfyujvsmge8ncxeld20mwjt309ck8", + "cAddress": "0x377e47eA006e467Ec186b5ed4C4BcdDB1A831Bef", + "amount": "3973739985000000n" + }, + { + "pAddress": "flare1fs38g2r3h4xpsxpp6esqtq8zua9pafkxtc3z8e", + "cAddress": "0x33361078e74d340f9217fF003eaD1da3145eF54b", + "amount": "50000000000000n" + }, + { + "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", + "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", + "amount": "503250000000000n" + }, + { + "pAddress": "flare1uc4umk6mfcte8kk5tpfeegnvultf53p627lzy9", + "cAddress": "0x471eAB2C25048E236bcF4B2Dfe615Fb55bAAbA12", + "amount": "50000996000000n" + }, + { + "pAddress": "flare1dvgw9n8uazknh9cle5th6wn6zdcggfzdmhh9tj", + "cAddress": "0x31c85360A302057031a1119B8BB1B573746Ab0B8", + "amount": "166658984000000n" + }, + { + "pAddress": "flare1zgx2stzl5qddnnw85tnsa5ajzzan6zcch95tmt", + "cAddress": "0x8Ccf9B061cfB4F5617A07f220D6bbF4f358aaF78", + "amount": "121500000000000n" + }, + { + "pAddress": "flare1n5gqj0wkg0gh2s2ce0vtqcreqs0jnamkfcm2aq", + "cAddress": "0x909A1477824e9214851913B65f1672DDD3989E3c", + "amount": "123087998000000n" + }, + { + "pAddress": "flare12em33gjdt8d4lrp3684893nmwr07mnagthsc4q", + "cAddress": "0x5b16c6480F73AF75d61ECbca76833dDB8b81BD8e", + "amount": "2850310000000000n" + }, + { + "pAddress": "flare1zzq2gw00pvl59zzjlkjqegwjxmy9lqct2qd42g", + "cAddress": "0x21cfC00363c51d0fe65539B166839E76acbE1A46", + "amount": "61783000000000n" + }, + { + "pAddress": "flare184mvjja60dnatfy7nhlmfycr8q7xtdfceapv5f", + "cAddress": "0xb69b8ae8899a4c6371b5ADA33fB29bD3961cb9b7", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", + "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", + "amount": "752000000000000n" + }, + { + "pAddress": "flare1006md29xh72tzrmfuhvnn0q2qxgk5df0nnsdqv", + "cAddress": "0xF571984995c342EE84ea20C9C63fC7d3F1BA89e2", + "amount": "178233942000000n" + }, + { + "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", + "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", + "amount": "831200000000000n" + }, + { + "pAddress": "flare13elhmduqew6f4r6vv6mmjqpeq7d6vv46k6efc0", + "cAddress": "0x7E619E9C280f8C65fD1B6202deF63B5e3B584Cf6", + "amount": "50000000000000n" + }, + { + "pAddress": "flare15jx9hunya4uqac6lvd0p9kwmqk02j876w0gnur", + "cAddress": "0x39A2Cf73DA71387D3efBE03D9c8ec56C40d65064", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12zr5qmmgjeweeuqyv66dykl6xgrs7sg26wd34m", + "cAddress": "0xd57686f6545d50bABD08B15c6A9eb7f292EFE28f", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12keaufrznakj8drukg98slt5chzpyk3776p9y0", + "cAddress": "0x48D1F722850B3c95603F889DD77a919E7Cf0E4AF", + "amount": "50050124271011n" + }, + { + "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", + "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", + "amount": "107055015647000n" + }, + { + "pAddress": "flare1ugp4nkvg08j76s547r6jg0ryrcdmsndjwc27t9", + "cAddress": "0x98aA8783bD0a511D4d32802950F6298Db5cEfb2B", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1f4w980dhnykc8jzzmq87dfph5krxxvf8ydmkhk", + "cAddress": "0x25820aE02D575e324561636fB621bEd25C936043", + "amount": "71797996000000n" + }, + { + "pAddress": "flare1c0d82j3ct04wekea3rrt59fuzp4jxc3wv4fks9", + "cAddress": "0xc1052e29C1Ced80f81F14116A029013e3B24c7F9", + "amount": "55769400262000n" + }, + { + "pAddress": "flare1u6f8wkvvnyaru6tv4fl7px4y6d7lps6grc0xmg", + "cAddress": "0x236066A85426c4Abe4B75a45E2De45db7d8298a8", + "amount": "50001000000000n" + }, + { + "pAddress": "flare1vax0hflkp0224u856tvy7us6tcg9ucmrsypxvp", + "cAddress": "0x3441d1EFB5b4a66c07a190CfaB824773aF59cdC9", + "amount": "101723981000000n" + }, + { + "pAddress": "flare1rhd08e04acjdf33mu423456thcf3cvhagm59kz", + "cAddress": "0x4a04b932202469f3675D1A1efeD6d60381a2b0b0", + "amount": "681094622148000n" + }, + { + "pAddress": "flare18vlz3apu5au6hmf0rtnmvmyvxtgq0p283d9lcx", + "cAddress": "0x36EC72053F6E26BFB8Ef275A57D0Ad84B84ac646", + "amount": "112044975000000n" + }, + { + "pAddress": "flare1q0u73q9mw9pwgq8lcddq0v6yrd2vhec0698fcx", + "cAddress": "0x058Fc775F8819532A8449B152F83D33612433344", + "amount": "162073000000000n" + }, + { + "pAddress": "flare1tnnelmazadnwmg39xkhudnt2uqvc98v7ahrgjp", + "cAddress": "0xb020cB5C1f050f5edd4584693784CA882F6f6F65", + "amount": "700002000000000n" + }, + { + "pAddress": "flare180l8cw4h0na8ulqa8ez49340lygvdnyx4wefnf", + "cAddress": "0x9Dda2F149a6A028056ccEf03Fb8c811a64af00EC", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vlyjdzwdh38ylxgrx3peetqwc4nj4pf29rz8mc", + "cAddress": "0x86c22169ddddB819276A4cB3DB06FF8c0695E9D7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", + "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", + "amount": "570000000000000n" + }, + { + "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", + "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", + "amount": "1328577146000000n" + }, + { + "pAddress": "flare1lc5huux0ydpg44k87hurn32ngdv7rgna342d96", + "cAddress": "0x8A2B259A87F08fbcb63500Da471A2856133AeD0F", + "amount": "241230340162000n" + }, + { + "pAddress": "flare1dn8qvdw87sq4esrxgqh5mhrlujv8cf5qa92q2s", + "cAddress": "0x973B2A256e7D81F321a4Cc0268f6167b598635fB", + "amount": "259025000000000n" + }, + { + "pAddress": "flare1kuycww9mzy0fh3lhh9uy0g2kft0pm9ygy66qlq", + "cAddress": "0xdC5CB4651570D70145bD00C405b03eD7E735A6ae", + "amount": "129767148151000n" + }, + { + "pAddress": "flare1mkcd8gm5rvt88x25eas087hq4mq3y5wpmnlytv", + "cAddress": "0xF1c26Ce42cB2eb8AcF6CdC8F0626530AF1eC138a", + "amount": "50230322341670n" + }, + { + "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", + "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fzsq5skzesrjth4fhyqhkpcz55xnwrwnun9x52", + "cAddress": "0xf9CA159Aa8209E3996c2F2FcDfB05ADA8229B738", + "amount": "1195000977015000n" + }, + { + "pAddress": "flare19uvhftn6fsuph8337zh4587pax8cxu5vyfvapw", + "cAddress": "0x14f5653C359B232aD73796eaDBc2eA68E74C67B7", + "amount": "968580974862000n" + }, + { + "pAddress": "flare1sfexpqf48jsvv7ltcahex93jx26uyu7ahfe9ap", + "cAddress": "0xe01a1296BA44EE51EBc9Da978E2e95BBeDFb40eb", + "amount": "134485731017000n" + }, + { + "pAddress": "flare1pkzncdlywxfw4z0vqewpsl7e47n32zjhcv9wdy", + "cAddress": "0x29F6D8648ABcb33d0d17d5067Dc533e116b7CF15", + "amount": "250000000000000n" + }, + { + "pAddress": "flare170s30r8ukcpp204p6mwlxqygnefanmakrfpv53", + "cAddress": "0x85b418A043139F1659F3fBFc52F4D674ec444838", + "amount": "53000000000000n" + }, + { + "pAddress": "flare1r3u9csgne347p4yt7xv6x2qcyy4jk65cdnflfe", + "cAddress": "0x185178dfd671c4340cD2ef152DBf28BEdf7134A9", + "amount": "74999974000000n" + }, + { + "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", + "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", + "amount": "599999984000000n" + }, + { + "pAddress": "flare19kzyd53kl2rpa6juv9zkclgue23g5es3khx6fy", + "cAddress": "0xaef9e414e305572c03f32472D570353CFe572DB5", + "amount": "88059977000000n" + }, + { + "pAddress": "flare1f289kanxtqpfqk0tcvrdv52jr46kt5d8l3cjc2", + "cAddress": "0xb53c8522Ded2d4Fd8A6dceEE7E6C7163774B48B9", + "amount": "82211114664000n" + }, + { + "pAddress": "flare16uzuezefgh9dsv4yhtpwq0tgu652hncj0jmyup", + "cAddress": "0x86449A46C5928037559264Ac3aE2863406AAE762", + "amount": "2063521652250000n" + }, + { + "pAddress": "flare1qntscv6gr2rddjqcwaadgfu6uj0m5hm9e6dkpd", + "cAddress": "0x9a70dADaDD78AE2caea35fefd1d58e6BB8F055e1", + "amount": "50000000000000n" + }, + { + "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", + "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare15g3k2gke35z9u0jsqqxq05u62r467yunpqm0gt", + "cAddress": "0x21804807F7a74c3De57B69c4aF46CfcBe9E5d666", + "amount": "51529121186000n" + }, + { + "pAddress": "flare1jqexqu4vj0pr5drl4yfcwvtv9gnkw7fxr4sqe0", + "cAddress": "0xEf01281e7B22FF3E3bd232c66FbE6148fE24613A", + "amount": "75000000000000n" + }, + { + "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", + "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", + "amount": "7904261783091000n" + }, + { + "pAddress": "flare1x4h89gur43z3hhp3areyzvh60sl6yt667yt29u", + "cAddress": "0x1682Eb9B28d718516554eA8CB81152836e37c4a8", + "amount": "214549975000000n" + }, + { + "pAddress": "flare154etkfn0ggecgu92c748d7jacvtwlw9ahdpad3", + "cAddress": "0x42F8BA994D76524CF13eC55dCD6983ebb4054Cc4", + "amount": "350694450000000n" + }, + { + "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", + "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", + "amount": "50000000000000n" + }, + { + "pAddress": "flare169yt6v5jwrgmyjcfylf2zn8fpye89fxv685kx2", + "cAddress": "0x3FA84B70A195bBAAff5d2419D7F48a108a8Ed7C0", + "amount": "77595649832000n" + }, + { + "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", + "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1gqnxd6wh8vyfcd4tra9x7ugemc2t48p2sz5wec", + "cAddress": "0x0BD3A28C148A9f5075358B3156Eac85f608Eb61a", + "amount": "203476000000000n" + }, + { + "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", + "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", + "amount": "1700000000000000n" + }, + { + "pAddress": "flare1kdaj5afd3zfj99xk629pqyx5hy4cj5ha9x5st3", + "cAddress": "0xbeA1d7BEB5cc34Fad18E4E44fa2724f7EFD61316", + "amount": "67508161730490n" + }, + { + "pAddress": "flare15hns7kn8lqkn9mrku0vyhvv6pk35svutpm45mj", + "cAddress": "0x44d75A5a3F90dF2d2d68A9745D36849E2DDd6C45", + "amount": "3863362429238000n" + }, + { + "pAddress": "flare1wv6jn3wq2u9kzd2zpctemf05juefx9wzq5rvjr", + "cAddress": "0x164C935302e700eA04485B2A43184Da514f91635", + "amount": "598000000000000n" + }, + { + "pAddress": "flare1pcxs6qwuyjwnu6k04r7qhfft54hu07f7yzmt7a", + "cAddress": "0x65b34F76a4D5bEdF2C5ecA8c3260A52fd03fb867", + "amount": "64335000000000n" + }, + { + "pAddress": "flare1fmunu2z9xwdzmarzu0vs5p48vseefugs8ar6dz", + "cAddress": "0x558ebf487A1220Ae6fF58328048f37323Bc656F8", + "amount": "700000000000000n" + }, + { + "pAddress": "flare1580ux8pr74vhsqazqt0j3yfzc0jlmeh54ex778", + "cAddress": "0x9CCfbc6D9993b40e6CEA064Fcc160d228e743CD5", + "amount": "299999998000000n" + }, + { + "pAddress": "flare1jnuygfpw2g66d4znjnlf899ghgss7zzv5dse3s", + "cAddress": "0xc391f45E0CE1EFe30778082A9e9c982FDf4F4232", + "amount": "50009989000000n" + }, + { + "pAddress": "flare1rynpmc5fzfy4xen9k3r6vx6h26c9u4vkylhlmf", + "cAddress": "0x424456c44FC32f9f8C6292cEAc5d16323D907871", + "amount": "240228995000000n" + }, + { + "pAddress": "flare1wa34teseglnlfgwnpptjkjf5racnhhgzr2qnlt", + "cAddress": "0xcE23A5E98C120d6De7bf119f126487915Ac0bE11", + "amount": "106000302758000n" + }, + { + "pAddress": "flare1utx5d5cvf2074llkcz6hxjkjaqvwwc9mqh3n34", + "cAddress": "0x056D11E02668d4A068875B41C108dCAD42b1e368", + "amount": "117969991000000n" + }, + { + "pAddress": "flare1ywk26gwjfapl57fftkqe6undsn5wgj8lgr9zm8", + "cAddress": "0xe05848dCF80dCFEF493EFb6b0fD654F41499E807", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1gpar5z4x38k78tw2mg5ahj306lhezj2clg9a68", + "cAddress": "0x0989671cb1c720328A3109Cce2cD4E40d53197c1", + "amount": "116765984000000n" + }, + { + "pAddress": "flare10l4jrvdd2nc0xtrsm8jxm0n5nf0l2fmw65uc0z", + "cAddress": "0x2C27d9Ee0BBBb350B8F503EA134d618956cebcD9", + "amount": "155889964000000n" + }, + { + "pAddress": "flare1mvmfw734vc793zsk49h7uyqxf0ptuthh4kdzf5", + "cAddress": "0xdEa62Eada1aEf16829D6dcB7008DB157E83F1635", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", + "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1cq8ffjzc5zu5ptsp5nrey948dkne57khe0apxr", + "cAddress": "0x53E1F373940728E289d47245C466de2e4691A9B4", + "amount": "4481990925000000n" + }, + { + "pAddress": "flare1eqtmray6cusdph2ksd40x8490ky56rj98yxpam", + "cAddress": "0xBD2d49103cd698c53010e641D59Ed420D4533229", + "amount": "300000002339000n" + }, + { + "pAddress": "flare1y6dw4sh6quyjwmht775ukummvme94e5g4gtyyd", + "cAddress": "0x24e260f48Baa5a53fC87040a32eEB21128513685", + "amount": "58800990000000n" + }, + { + "pAddress": "flare16nsh3ejhlrgfn53zjp0wc8pz958amue3u7558p", + "cAddress": "0x41F63D324C236257897C5e9b93c3539EBa2f09B1", + "amount": "270739877116000n" + }, + { + "pAddress": "flare14h7aa9806shktwfq7yz6l03q2m2umez959lcsz", + "cAddress": "0xAaa4bbF3124783841562A016f4596EE803252D9F", + "amount": "432634000000000n" + }, + { + "pAddress": "flare14gqw3emr9lal9zdfcthw7vj4zdygze7nhl8dr5", + "cAddress": "0xB48bAeb3AC5940666644c2fcf4Ec275B2e426ABa", + "amount": "2162506050379478n" + }, + { + "pAddress": "flare1z8f68z4yv9sg5u7ux5muc9v8nnpyky6eu59kz5", + "cAddress": "0x2620eaAF2c51921025043CD861840bC050DdFaB9", + "amount": "441615977000000n" + }, + { + "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", + "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", + "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", + "amount": "75050000000000n" + }, + { + "pAddress": "flare1fgx0ajjdpy39ljsxhrtl0lhp2pvvnvfzwszdhw", + "cAddress": "0xd438eC32D5E3b60eDf3fd986F69873C307f6721d", + "amount": "114521922413000n" + }, + { + "pAddress": "flare1fyhcmgn8wvwytkyh8f9gamx5sdd6a5tlc5r0ey", + "cAddress": "0x19daCF0C7404241c8323DeFD08E58C55820aFd2f", + "amount": "204678893350000n" + }, + { + "pAddress": "flare12qad80ger76yh8204vguufsf2hllwywqmnlf4a", + "cAddress": "0x474361291c87aB60C2A7C46505E722c807B05FA2", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1qk47jz66c5ngajfl6h0zk75lx6u7j3jzpkjglu", + "cAddress": "0xa5742045395838A148d430651D17c3Fe1E923345", + "amount": "50000000000000n" + }, + { + "pAddress": "flare15g92xwwpy3m868msv5x889ndjzm4fngxgh9l6d", + "cAddress": "0xa6E8c074c73c10c12E9714D6ad48EdfA900C2677", + "amount": "50999997000000n" + }, + { + "pAddress": "flare15zwvyg4yn4dk5q2vqyfe60p466e2sjn8j8nfy3", + "cAddress": "0xaF59eF2E0527aCa57BbfACe87F83141f7Be9D733", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1xahq4sm7czewqq07502x4z7pday6grl6cf9z5r", + "cAddress": "0xE7d9294B83f8901531759bA1fad96B69B6c191b0", + "amount": "80000000000000n" + }, + { + "pAddress": "flare1zll3yfnahrttv829ymxxlul5s7wc80qttuf8cn", + "cAddress": "0x59bB624841caf0f73f84494f4397f5ec4f5924c6", + "amount": "50000000000000n" + }, + { + "pAddress": "flare19acwktse4sp6zmwlr05zuhpsa8dh6hzh6y320j", + "cAddress": "0xF8b6134d068Bc9478C17314f7DBe509769c4fFF5", + "amount": "50010000000000n" + }, + { + "pAddress": "flare1d9x87mx4fh0cccrvtku3p6umrsxv9e0jhc4w0m", + "cAddress": "0x77Fa775e158eFFf790a82Bf5eeBAAE249BEf233c", + "amount": "8000000000000000n" + }, + { + "pAddress": "flare1f70fhky49gsypgy8w7qg4ztxnax8raumvzhzjq", + "cAddress": "0x930912A1Ad1ED915fCe2346Eff955E9865234076", + "amount": "72182963000000n" + }, + { + "pAddress": "flare16h7xzcxcjz5n5876ejexmg4a6ze3adzmue0qxw", + "cAddress": "0xC0aCe27701E89ba5435E382BfBDF8DEd8509258E", + "amount": "639704630020000n" + }, + { + "pAddress": "flare1jnm4gk30g8zcgggyq6xlperpnklh36m5hreuag", + "cAddress": "0xA314AF25870746cD949a2cFe2E7d07923EdA6321", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", + "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", + "amount": "4768921725069359n" + }, + { + "pAddress": "flare1aa3tktja0ya8xzgjv8kj73e9wwqwgfyrxrj4t8", + "cAddress": "0xd22F20f36b4745e84785968fc9FCbA33e2690235", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", + "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", + "amount": "299900000000000n" + }, + { + "pAddress": "flare19pkqvvjf6qc2guudeq84mxvzgtqqchh0tmz2aw", + "cAddress": "0x4c78Ef34eCccA0f35f91bE0d488feD33e274E60A", + "amount": "113549990000000n" + }, + { + "pAddress": "flare1vurvrmdu09v9lwmhjul0arukdymkttet0y4quj", + "cAddress": "0xE858254fCe3697bdb28e19f6AcAdC21984E24530", + "amount": "13625005000000000n" + }, + { + "pAddress": "flare1hjakr2lcv79drzf5zu7jdqemldcf0xstqjayw9", + "cAddress": "0xEa54089AeA82fF3e4da3D80000b213D095A06591", + "amount": "72350000000000n" + }, + { + "pAddress": "flare1v99a78merl79cry70833836defzldcq7wfdmjn", + "cAddress": "0xBCc104AE0301d21008bD15f9de3296D83128cB6c", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", + "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1hm6me5k4n75a66gwkhqep4fggvwspjzrgpjese", + "cAddress": "0xc35D55f075D0ef43Ee9e9c2183ce38Ac58f209A9", + "amount": "1597917000000000n" + }, + { + "pAddress": "flare1f47dhm37atr9gkvlsyxw60ht47lze4tl44rtwl", + "cAddress": "0x13c379d3b6243f23A4dfbE652Da4a1E808AF08f9", + "amount": "233879957000000n" + }, + { + "pAddress": "flare1l7uqfsq9ffyfvqqsgfhw6cg4q5rrgyzx88hv7w", + "cAddress": "0xA8Cf24EB0F02bd1DA037d9625808D52de63Cbb30", + "amount": "50008000000000n" + }, + { + "pAddress": "flare1mtuda2zd9k8ej42enysptaemf4dq0rauzqyftw", + "cAddress": "0x7af18fD206127cF406729f6180a2dA7C4687dEE5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare14jd4j9z6yuppuzqs9fuyuh6e7yml9rfc4kgv6u", + "cAddress": "0x82846899C161C03ED7440D32c4D03d89Ab08E7C9", + "amount": "400000000000000n" + }, + { + "pAddress": "flare1f7f0fmvvxg34d0zuxtkapnd2e0yjn74lcvra67", + "cAddress": "0x6cbc6412FadBC4aaCABCCb415B73BbABb1B57DfD", + "amount": "90249997000000n" + }, + { + "pAddress": "flare1m5d2nzr6f5smec6ja8pvw3d0aewgvdkwnq5jyj", + "cAddress": "0x81105CFb28feAc3dbd8f47D77e58dCaAc8F0b493", + "amount": "84568979000000n" + }, + { + "pAddress": "flare1ct70x450kxxa0ht3cvr4n7stj93885rsduyhjy", + "cAddress": "0x5E55DFa773089eFe37396B9faE9d4F31C81Ce0eA", + "amount": "191030669950000n" + }, + { + "pAddress": "flare1e4l66vt4yr6rr786z2fr8hxujdma5ufdpxklqt", + "cAddress": "0x2554bfcdb2436fAa0b1831F3619e5Cd829B1079d", + "amount": "1909382998000000n" + }, + { + "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", + "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", + "amount": "250000100000000n" + }, + { + "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", + "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1gtyl9fts86nxe38tfen8gxjtf2rl0mga5sjpc7", + "cAddress": "0x06Ad7734782a6DCb8F837e11a80fa512b9a07f04", + "amount": "772217836388134n" + }, + { + "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", + "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare13e5cc7avdr96wruyf5ree5004ykjwazysq9jcd", + "cAddress": "0xd0E68a76fbb23125323bE092476221dFC34e670B", + "amount": "77014073000000n" + }, + { + "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", + "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", + "amount": "62646693854651n" + }, + { + "pAddress": "flare1vmlh28thwmws2pjqvd78gek0edq77l6v7a6szr", + "cAddress": "0x3f30BCABFD0b1c2f941284CC3B93095A5c53eBB5", + "amount": "199999973000000n" + }, + { + "pAddress": "flare1m2v59xa5pra8k29sup3g0nmg289mffw5wjlpks", + "cAddress": "0xd2d169E55f23Ce26f56Fb45723BB77173B112Eab", + "amount": "58165681558000n" + }, + { + "pAddress": "flare10h7lpdx4srewf3av7pmxunnrme0tqmhqafeygm", + "cAddress": "0xEf7D0505e3f9225C40Af92DfCFA276766b87bB6E", + "amount": "3833480965000000n" + }, + { + "pAddress": "flare1zzrejt36cnkx7ark96ze7hefglxelemfzhy7u4", + "cAddress": "0x2F69527B887Ebd1371FEC590577285FC2eccb4EC", + "amount": "74668972000000n" + }, + { + "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", + "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", + "amount": "1400000000000000n" + }, + { + "pAddress": "flare13shtpwvryyq9hf982al8v6n47qptdfjpqwc4z3", + "cAddress": "0x487011B01e860B1128125008353Ee3D56CC0430c", + "amount": "60000000000000n" + }, + { + "pAddress": "flare14qnppqnmsvmqlqjk8ylrc7v2ndhdqlpudqr3v6", + "cAddress": "0x6026f1331130DA7323a1C89aA63934BC46f00FE8", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1yg643qy0m9xcmt69xmdzjnhqhxpr0x4f00p0dw", + "cAddress": "0x1d6566b68E1A1eC40E8ef08c3F217CF0E840AdE2", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1sfnu6e5hnfmmgjfqhj5gvyzhe62vx5r9nu6qmz", + "cAddress": "0xA0BA1672aAEb5C764523466e8C3a28625B9A507d", + "amount": "101419979000000n" + }, + { + "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", + "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ww0zqrjp2vp786jpdl2tajd85t7cx53sk8waz8", + "cAddress": "0x3A0D9c760171f806cbdd31BB3b85653AF487296e", + "amount": "550000000000000n" + }, + { + "pAddress": "flare1v22h6ca72jfvkc5s53yd0w49un0q3tevm9kvpf", + "cAddress": "0x848A584C158e85ae2871bCe07F703bD86B127fE4", + "amount": "700000000000000n" + }, + { + "pAddress": "flare1unxe2frn3fh7sdssyjggv8emxlmxujw7jk8lp5", + "cAddress": "0xa1D409dC422382851381d1E70F79d65210347d47", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1gpny8mlhg5wvhmla7zeqgyfur7a753vf5tpwt4", + "cAddress": "0x9f096346CcC67B25Be60B6f590FB68F63ffFe29b", + "amount": "63147718559574n" + }, + { + "pAddress": "flare1wq9lawvhjn9cqlqfnqdgh3x6uxq7jx8nx5ucac", + "cAddress": "0xbf9307c2b1C4bc25e3349449C5498187587F1bC9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vzkckh2t0ztqsadw2g55evdk0rjgfg76serlhj", + "cAddress": "0x4719ac741d80E68f5Ba848866c96a4D01FDa6eba", + "amount": "911025419705000n" + }, + { + "pAddress": "flare1y6yl4sd4khggwmygtaq0pqp2cuv23kgzdl26vm", + "cAddress": "0xb79b7aEC0A18Df3bF6d037878A54Ba95ac4FeB9C", + "amount": "117740000000000n" + }, + { + "pAddress": "flare1exur6tmdfgxzpdjr6g9090nx2afk2rv9qgr9g2", + "cAddress": "0x128C6783d274b541Cbbb4F4133E1fbb2a599965A", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1uz4emx0vd079vrgk8zlrardyqxgccvgqhrnume", + "cAddress": "0x5B416D5270157C261e3BEe6C0e5D7E076996c960", + "amount": "600000000000000n" + }, + { + "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", + "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", + "amount": "500000000000000n" + }, + { + "pAddress": "flare10enpjra2cfvdc83n6a3v7zvrgcnqj5xqlsca9r", + "cAddress": "0x515f8564A9B206e2031AAc4010ac20119266866B", + "amount": "85811064000000n" + }, + { + "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", + "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", + "amount": "199999998000000n" + }, + { + "pAddress": "flare1j82e3qduv7868jyv7w3lrevyn44tgu6pazqgu9", + "cAddress": "0xbB35aD43DB34433CDbd189695D91c4644842973F", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ywcwxvuuk43g94pmem2ngzkvksmuf7dl5tyezu", + "cAddress": "0x7e63259055f26A569AB8EB787822a94cc054471D", + "amount": "56145004000000n" + }, + { + "pAddress": "flare1msgwtynf3d0w0afzzmfxamnwaldha25zhnqk0y", + "cAddress": "0xE968f7F5F0F357a3743D7F592AFC429f9a23699C", + "amount": "164328000000000n" + }, + { + "pAddress": "flare1da385jdn45gcf2as4p8zr90eh6vla0qqg6ywa7", + "cAddress": "0x6D179F338fB4beCaF0987Fc657Ab6F2C324f998d", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1je0ly86cua0ns4cnalxfj9e7qrxsv5xn4d7qkx", + "cAddress": "0xe44C49F4127e6174ebA67059A82c3c09412bD02A", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", + "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1g4hr5kwkrwvh60j9pmgtvsxejdrtdle6a04ql2", + "cAddress": "0x06Cb66E56D2B29bf99bf80C6B50721F4B0dEb368", + "amount": "70000000000000n" + }, + { + "pAddress": "flare1x7dqq4pqaejerjjfsm2fz99h68l5jna93v8spm", + "cAddress": "0x709465e5355A7f000fd98d9B2CAAC4b642b4540B", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1wnyl92jfffygmjxwd0sc5xpxqse0hn6fqkvljl", + "cAddress": "0xbaC14b097fE2f1206672f2015dd2F063F57dA9D8", + "amount": "100000975000000n" + } + ], + "totalStakeAmount": "191623907973247931n", + "cChainAddress": "0x4705B22512229FC92B50d6d263Ae16e57a6E51ea" + }, + { + "nodeId": "NodeID-4e5tHaeoLvpXjtY5uMXtuYJgEWZ2JiC4D", + "bondingAddress": "flare1s5e3wmra32hm0t7tc57ryk7yj3t6h9amh4rfhk", + "selfBond": "2250000000000000n", + "ftsoAddress": "0xA9C69eb9De79188A9ABa46c5336607F88A80eC89", + "stakeEnd": 1745514024, + "pChainAddress": [ + "flare1s5e3wmra32hm0t7tc57ryk7yj3t6h9amh4rfhk" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "LightFTSO", + "BEB": "2250000000000000n", + "boostDelegations": "11250000000000000n", + "boost": "11250000000000000n", + "selfDelegations": "746024000000000n", + "normalDelegations": "18248354389427000n", + "totalSelfBond": "2996024000000000n", + "delegators": [ + { + "pAddress": "flare1m55c8fgrautgsmlczg0ymyywlx0stqvf0qdf3l", + "cAddress": "0x72eE54791cD61477d56a78FaE3962B9bAb9E365C", + "amount": "68000996000000n" + }, + { + "pAddress": "flare17tqev2z48prgctwjsrdusr69z8qy60n025dyfc", + "cAddress": "0xb65Bc374546D9F5d46041F09c97B89c4f9b8F9aa", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1e2d8rnk5ak6urxtnpr4fsw6sdhtvahzdcze9xg", + "cAddress": "0x526Da6AF0c227885B14bAde8B43dFf975b94Ad83", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", + "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", + "amount": "914683886913000n" + }, + { + "pAddress": "flare1l5q3kl2jllnkly4n9s88u5l6m3jdp8umtslynn", + "cAddress": "0x0ddf294e133b3BA08D7d4fF99a3d73F7bB305311", + "amount": "6638520000000000n" + }, + { + "pAddress": "flare1cw666qnw3eumcj9c47uv4647jpkssytdv4hhha", + "cAddress": "0x13D0C03EC0DDf1fdFECcF0eBE347c5c2661eb6C6", + "amount": "210998995000000n" + }, + { + "pAddress": "flare1yg650xurvjlrqp4nuy43nfkjtgc4hj8xgkzvg3", + "cAddress": "0xB30D485DAf2A8b418669e4e92978935ad8BC6a3C", + "amount": "181101021531000n" + }, + { + "pAddress": "flare1dp93th77dzap0lrxktvrekltewtglyv9nfw7fz", + "cAddress": "0x82d83A144332C57903A479545c8897c7CfF99F12", + "amount": "50000000000000n" + }, + { + "pAddress": "flare178heykrkjkqtk80xzpe3dc40mn34czwyq0as9r", + "cAddress": "0xafd7884f7C515A8Ec10287C17cEf868f452783EB", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1zrerz4z3t8tmx6gqec28dyqpxgsjmwugjkfljp", + "cAddress": "0xD95e577Adda0F102F42E8bb6dA18BB8322936F51", + "amount": "2110002000000000n" + }, + { + "pAddress": "flare1mu5666sfc8fkeym5ujamd3e5px20y0zwcap7jt", + "cAddress": "0xD211e82bd10cCA1d917AB806072B8FA16F9e8749", + "amount": "60000000000000n" + }, + { + "pAddress": "flare12m66ql7r984unmn6mcetrh8kysa543gyqkkxlt", + "cAddress": "0xF386C0cBFA8f32408f1FA94BE4d43566B47B5d18", + "amount": "50000000000000n" + }, + { + "pAddress": "flare178n4qm37mj3p4xyacyymkkxavj5frdx2ehl2em", + "cAddress": "0xD3147e4185aFbb1df41cc93350C06Fb6E229d370", + "amount": "50050000000000n" + }, + { + "pAddress": "flare18833wqa224ejg8prmartykaqt2pk7ja6wcj8hx", + "cAddress": "0xd0557A5B16b67212fDff07906CDbf9a11ec942fe", + "amount": "206223587650000n" + }, + { + "pAddress": "flare1hksmum9jj4xlp25e8ss9dzq2mltk8lw5xmuv07", + "cAddress": "0x085379f03A7eadc2A072E67878c5AFb49775b4d9", + "amount": "65593382499000n" + }, + { + "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", + "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1mkgnqprhace98dqjvw3s920knp7xu32kw9m8mg", + "cAddress": "0x9592a4526F4337054b7dDd72E3D38D20906ea430", + "amount": "76141964000000n" + }, + { + "pAddress": "flare15m3epq6f8w60x4luls7xd74wjmv9curm88s73r", + "cAddress": "0x5c4C55ad9dC2aa4DC85b1df134f157527d69C2C1", + "amount": "98302995000000n" + }, + { + "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", + "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", + "amount": "120999996000000n" + }, + { + "pAddress": "flare1xrxvajmqa5r3eyhc8uxzsjv5qsrmf0xunuzva0", + "cAddress": "0x32D573d79990A8035781236e5f5e83CaBeAb1dC7", + "amount": "99411975000000n" + }, + { + "pAddress": "flare1q3s4t3f0r2suznhzz4hy9nc45uqpy3qtupltve", + "cAddress": "0x5Faf217757CDD0af338FaA313dDCd191E4836616", + "amount": "53253832000000n" + }, + { + "pAddress": "flare13nccx764p0r3h5psj5xywwrhrkwvuh094tcg09", + "cAddress": "0x8bdac835DfFb3CaC12Cca0bb2b4cA297A913c905", + "amount": "120027000000000n" + }, + { + "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", + "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", + "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", + "amount": "156300000000000n" + }, + { + "pAddress": "flare1hc94lsyvf7cp2h0c7zzvemffl67wm2geum0uyx", + "cAddress": "0xd7eB2aA24Dc5A0f475Bb9d449e87c3b1Ac43a9f7", + "amount": "51000000000000n" + }, + { + "pAddress": "flare1vhy4tmlsj534khgp4nf0wppur0mq8w47netk36", + "cAddress": "0xb7675Da2d6Ed9D452fa7bca88a77AadF46555796", + "amount": "299999997000000n" + }, + { + "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", + "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", + "amount": "250000000000000n" + }, + { + "pAddress": "flare18c0pduwttk70ezvc2cvn0974ukdxp9606rwxsk", + "cAddress": "0xCE57b8652457FA976213434eE8e4166cddf9FF82", + "amount": "50000000000000n" + }, + { + "pAddress": "flare10g7kq75568h65fmrsgut76vve8y77g2ff6mh6w", + "cAddress": "0xDFf351C31c6e5447CC7CE25dcf75d33E53547F72", + "amount": "3537193040000000n" + }, + { + "pAddress": "flare1z8hrs3f99etlkfeynw6zv7k0vlstuhdw9amcer", + "cAddress": "0xFdFeB243017b0a403b94fbED64A000623954f4E5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare14xwx68hs5qqhq872gf9elsf8236casxk7dszrg", + "cAddress": "0x1D3901bEDC2162E12eda9006fcaFe1F8D2dB2cEB", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1stgahl7q9v5k7thn3g9cmr6rjp0cr8c2hhem9v", + "cAddress": "0xeD29772279FE0605470Ff7f76F2E068B7C5415Be", + "amount": "450000000000000n" + }, + { + "pAddress": "flare14jd4j9z6yuppuzqs9fuyuh6e7yml9rfc4kgv6u", + "cAddress": "0x82846899C161C03ED7440D32c4D03d89Ab08E7C9", + "amount": "400000000000000n" + }, + { + "pAddress": "flare1wuw00m8p3twc02vsls28gxtn0x3hlym7yls9nj", + "cAddress": "0x413d8CEDf7A8963aB3058b1087538C1795ff97ab", + "amount": "200000980000000n" + }, + { + "pAddress": "flare1tcpx7zapnnpyua27xamlx9sr6wm30wn7g72m2l", + "cAddress": "0xdA43E7c5D86034F234C31E5668f4074C88050d6B", + "amount": "203482753834000n" + }, + { + "pAddress": "flare1z5lkqctp38hda4mmmd2x30mn365ymnfeyxzv4k", + "cAddress": "0xb9fBe36eaC84fB9224f9242cb63c2D2e0D906E3d", + "amount": "69000000000000n" + }, + { + "pAddress": "flare1wr3e26efwlrdk5hjkep8zht8xd0f0jdsnk9axt", + "cAddress": "0x485bf6D4ff8422daBB5dE2750e611e1e79DDDf11", + "amount": "102999996000000n" + }, + { + "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", + "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", + "amount": "455065991000000n" + } + ], + "totalStakeAmount": "32494378389427000n", + "cChainAddress": "0xF3F551cBe72A32649c721939DE3b6C1B3bD50Ccd" + }, + { + "nodeId": "NodeID-xi5DWBUKqBJUWvHiDEr9hpVNLGbxRtu2", + "bondingAddress": "flare1jjastkh4pyv8pem0gzqrhkhhcst9860a5mcp4w", + "selfBond": "30000000000000000n", + "ftsoAddress": "0x0000000000000000000000000000000000000000", + "stakeEnd": 1759244938, + "pChainAddress": [ + "flare1jjastkh4pyv8pem0gzqrhkhhcst9860a5mcp4w" + ], + "fee": 100000, + "uptimeEligible": true, + "BEB": "30000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "169922635658819913n", + "totalSelfBond": "30000000000000000n", + "delegators": [ + { + "pAddress": "flare17cnl5hfc3sr0xxwys2re94j2kynny5hyvw6ha2", + "cAddress": "0x5821c91C0c1695905AAf92CEE624346B4028877B", + "amount": "50050000000000n" + }, + { + "pAddress": "flare1ct3c4ka8ksc73v44uf9qhqxw6azgxns6n9c245", + "cAddress": "0x517773eaC8d4e11db8B39EB79149815183a1Ca55", + "amount": "927574998000000n" + }, + { + "pAddress": "flare1kcc0424zqqr4u5l6mh8u97t85wjg4r8vff8ere", + "cAddress": "0xe066fE6a9345B7ADE8a090342Fc6cd72bE908Bda", + "amount": "59000000000000n" + }, + { + "pAddress": "flare1pxj4ewrycqhhpj0j4qer33y7wpvkq0my9d396v", + "cAddress": "0x7ce71286947c74a2dB2A8F78dB30A3c83D072397", + "amount": "67529997000000n" + }, + { + "pAddress": "flare15lget3ajp47p2yx5t95e9dsueznsj3y0lgmzj9", + "cAddress": "0xF603a52cfE24b82bB23fF6678C259aA178f9aF61", + "amount": "80000000000000n" + }, + { + "pAddress": "flare1cynahrede94lpnvtdvdvkmps5fz6zc0r4ffdg5", + "cAddress": "0x4cC6B7AAf57e0d0FF192737b6539db3BaC8Ea236", + "amount": "800000000000000n" + }, + { + "pAddress": "flare1mz3azc7ynldyw4vpgsjsque8knqtf70aej2smt", + "cAddress": "0xf5feEAC1984383cA46894AD4456c3bE3EA4D6C60", + "amount": "197154996000000n" + }, + { + "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", + "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", + "amount": "107666000000000n" + }, + { + "pAddress": "flare1n2e6wvymfu9ss8aap6tyldane7ahjezeqejll7", + "cAddress": "0x063DaB8F93fA111Edf2b263f702708AacC7E69D5", + "amount": "75160011000000n" + }, + { + "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", + "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", + "amount": "82587707271000n" + }, + { + "pAddress": "flare1nldvhluq43gy3xdv8j9m8jdxplp0jr5wr2zah7", + "cAddress": "0xBc8A95F566D1cf5f419Dfa3Cb548439ce78E16c1", + "amount": "53002799148787760n" + }, + { + "pAddress": "flare1vshch2yw0qynlkdx46txwyhuhua7qsymygqr5c", + "cAddress": "0x2CE4542DB807279ad62ecd34A42FBfab28556B69", + "amount": "99999997000000n" + }, + { + "pAddress": "flare1088kujgcta75mywqrhlp0wm7nj5e63nlnt0xld", + "cAddress": "0xDA131DA72560409bb7fD217CE934aeAe5D4FdC37", + "amount": "188872996000000n" + }, + { + "pAddress": "flare1r9gxkcpxyk7j4zvqrr36zvfwq0csw4w73ptqxg", + "cAddress": "0xba2Ada7677ba695e1eD81695727202E4cD1777e7", + "amount": "200287111530000n" + }, + { + "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", + "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", + "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", + "amount": "900000000000000n" + }, + { + "pAddress": "flare1uj2d239kz8khmsjdgcdqep0r2ah22v2ffgedcl", + "cAddress": "0xf91b81cE734b4f0500adb180cBACD4EFDe7b42bC", + "amount": "2347191025430844n" + }, + { + "pAddress": "flare1djywxkdgldz2tzd5c80d55wdtmvy8meu23v4n8", + "cAddress": "0x72EA25A4cF4C2BE3D22830b135EDCa856c800bB9", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", + "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1g007m3ygahnlj4apglxkp4ftl7rp8vhac6mq6t", + "cAddress": "0x13f9e38bbfB6966752DC6fB53FE335c0F6807306", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1d2sdpfhv5da7q83cu7srfaq9qu8p8qte8v47f7", + "cAddress": "0xa5E7080f72a366CD3Db686cdB4E10316A1E712F5", + "amount": "2208166388383000n" + }, + { + "pAddress": "flare1vffvn7xstamg0uhmxjet4kx4vnpqxc4gqfm03j", + "cAddress": "0xD025E4Bf078bD447EED755ECD18a3D274444577F", + "amount": "111715104384000n" + }, + { + "pAddress": "flare17yvprxnwu0srgdcapdjmzremzkacjnkhh4ankg", + "cAddress": "0xEb111ba063736258f92622BA7a18A56AA9763cb8", + "amount": "100496015251715n" + }, + { + "pAddress": "flare103pym7rd3tmvdv602nxcnutq8y3rd6pvg66fy9", + "cAddress": "0xd28F8Ad5437ca77856D7088BDB3e816Ea66Ba2B0", + "amount": "85740537555406n" + }, + { + "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", + "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", + "amount": "255551000000000n" + }, + { + "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", + "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", + "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", + "amount": "348993700000000n" + }, + { + "pAddress": "flare1hz8ezlcepr5jnef26vyu28j8uymszx0n6kw6cc", + "cAddress": "0xF5f064289B4D64Ad3ED242A1186489A7C8f96eD2", + "amount": "283653780595000n" + }, + { + "pAddress": "flare19lmwau8xaceez3zmqwh8cu95td37hftcn09hss", + "cAddress": "0x1D73345378805F18ae84BF3F9e8800909831e4C2", + "amount": "296337048305000n" + }, + { + "pAddress": "flare1yt523ktexjew3am9c3tkpusknld5dje8wvpe08", + "cAddress": "0x5c15A8b70D51Ecc5170fdfDB11939b904819b4e4", + "amount": "191750000000000n" + }, + { + "pAddress": "flare1jvhdxgnzmpfap3hez9y5pampk5l6ahsfg5y0sx", + "cAddress": "0x36C2366Ae52eE425B0A088DF677799b63d4f1015", + "amount": "144900000000000n" + }, + { + "pAddress": "flare1mn900y8zrrhl52me8wwu7zr39vtr0k4xeslrt7", + "cAddress": "0x494AF47Ea2890c95f471adB35ef995dc057B4CE3", + "amount": "53000000000000n" + }, + { + "pAddress": "flare1fhrdv0022cnrxhgu3np9yh0ks2yd4r3slluu20", + "cAddress": "0xb52c706B323d12bCA925ccc6d6541fEB0bD83c19", + "amount": "101512986000000n" + }, + { + "pAddress": "flare1p27j62qzus0da0k57x47zvvjd3p8rhausamr7z", + "cAddress": "0x504BFd5Af151C9425e7A9910A337aa51a5AceAfE", + "amount": "133006975000000n" + }, + { + "pAddress": "flare1q5eh7ydlnle22xz9eysps03detqcmw4vgkdeze", + "cAddress": "0x079B7198E0aa7ca68A36BE61CBcAf0e11aC46666", + "amount": "51890000000000n" + }, + { + "pAddress": "flare1whszfsplaj5ke3dvf2f4tyj9gvtjfl9jj3emvt", + "cAddress": "0xcad9b01B8A0F2FB89E79e63Dfa84E705aC776ED1", + "amount": "629376000000000n" + }, + { + "pAddress": "flare1ctwa6kdq8en5u0xtdmqf2clcgj2r0n9lrafs0j", + "cAddress": "0xF78270318b8F8747A8812343ED4e861336699Bbb", + "amount": "75199994000000n" + }, + { + "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", + "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1myufy4zzhxr990p9dx8j35fnm8u5uu0gz2xx5y", + "cAddress": "0x4Edb767504AF5bb91089a1dd124360659De06879", + "amount": "939019000000000n" + }, + { + "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", + "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", + "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", + "amount": "666198000000000n" + }, + { + "pAddress": "flare1j87n3h8sfa5gllf9f2krnvnralnq8zhz52eda6", + "cAddress": "0x65b659B01a9C70e2FaF1b1C6f8140D3f9B6eDE19", + "amount": "52422861882000n" + }, + { + "pAddress": "flare1ecdu5yhd87pl7srmjg3gmuqc52mt4tg37kvh2v", + "cAddress": "0x05D8B352453379edd0Df53E71c30058145AD7585", + "amount": "190177000000000n" + }, + { + "pAddress": "flare1vhwg2jngy6hwyzmarnqla8j8vz0jdnwxprfdfl", + "cAddress": "0x7C5a59bC1C62599778b1554D7D3Ff6385E42567e", + "amount": "600000000000000n" + }, + { + "pAddress": "flare183syxsjjqpul9rdu7jjrglnsjzx7rz8zrgtxkv", + "cAddress": "0x13a73155F02F3C945c9f7FE0c33fF00318419c01", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1e254nl6qdyf5c6myas2v0lzcc93u4nl58reh4w", + "cAddress": "0x98A2Ab0b2a0Eb6705372639d2b25180323E6a0cC", + "amount": "312468683097000n" + }, + { + "pAddress": "flare1tkjphhdzpmhrlyt0ggflcd59ka0s6tf2xcxnxh", + "cAddress": "0x116f737741671Af13E1F0B832edaf22755772F35", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1lgnhln09z7mmk8jszjffaavn7ljghele6dkdgv", + "cAddress": "0x4d278178259164BE359Dc9499D4A49b1417F591a", + "amount": "1891999996000000n" + }, + { + "pAddress": "flare1yeluhrfsp5xgm3qmz4p0dv20y2sw4c25mdu2ph", + "cAddress": "0x97752AaA4d5a8346c235e5CE4922553E1B293309", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ctm6exx8ev3p5ulkn9wg473mhxx8alpmgjxww7", + "cAddress": "0x3415d0D3EDBfC56dbB44d59D06693c102D59AF52", + "amount": "115852790919473n" + }, + { + "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", + "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", + "amount": "5000000000000000n" + }, + { + "pAddress": "flare1n9t3vzvk9xl9em9unn83yne9vgja6x3rjmpkcl", + "cAddress": "0x2eaf1657bDFA6052c8377D07C918Bc59a46ab724", + "amount": "108077165260000n" + }, + { + "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", + "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", + "amount": "415000000000000n" + }, + { + "pAddress": "flare1reucya72ty7nd5pyd0rn3pmqf3s52egz26h3yw", + "cAddress": "0x801f46836bf01d173cD89b5E462E9D030eC638ef", + "amount": "1117250994000000n" + }, + { + "pAddress": "flare1r6qzrc5zgy6rk9fxazdk5hrqzmfudxhfadsex3", + "cAddress": "0xc7f10EC0559e9b8Ce3e000768d42d50Da596D036", + "amount": "70000000000000n" + }, + { + "pAddress": "flare16w8nxucg5knu3psudlra46lcydjnrhp8yjwyaq", + "cAddress": "0x4C8Be75613b9AE2bD4Db0690Ed98658eF078Fc56", + "amount": "55486000000000n" + }, + { + "pAddress": "flare16vrewk095sg9ade75ega3sra0yvahfzpzeyfwh", + "cAddress": "0x136F84DB593e0D124842E96a8653a14C10679e4B", + "amount": "93999994000000n" + }, + { + "pAddress": "flare13fcrc8w6lyljm92tj5r887lz83dxeyvtnxyly9", + "cAddress": "0x03D19e4E6A1B065B843aB3766B5A48c616c2e319", + "amount": "69999994000000n" + }, + { + "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", + "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1z6ej8lfynfupughv6qf6thch7s0l9aw6xzzsg8", + "cAddress": "0x0056C372D0414e4A856F0f8Dc6CceBC33b20A586", + "amount": "194124000000000n" + }, + { + "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", + "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", + "amount": "5737827996000000n" + }, + { + "pAddress": "flare1m7tgwu9f3g7znycl2aaq8pytxf6fczkch74a6g", + "cAddress": "0xBA15d3f14356160e072C04e5E4aDF4f27B5Ca00B", + "amount": "115177471000000n" + }, + { + "pAddress": "flare1j9fchrccduykxp75mq3d3gr4zlaa5gd3qurss8", + "cAddress": "0xCdeFB42021cfBcbFA605078D43F1Eed331BED1C2", + "amount": "299999996000000n" + }, + { + "pAddress": "flare1kw9jfzxsphxstndxnxk6pzkn8ywfr6ln27v080", + "cAddress": "0x15A0C6370A65c43676733922493f7289b936C8b4", + "amount": "3533918823296000n" + }, + { + "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", + "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", + "amount": "350000000000000n" + }, + { + "pAddress": "flare14h7aa9806shktwfq7yz6l03q2m2umez959lcsz", + "cAddress": "0xAaa4bbF3124783841562A016f4596EE803252D9F", + "amount": "400000000000000n" + }, + { + "pAddress": "flare1dtw78mq9405796yvax6m5prg0h7z0equq52km4", + "cAddress": "0x2f45c00768489dC836AA55cBc90a25ff58905879", + "amount": "85942961107000n" + }, + { + "pAddress": "flare1u60wdmsn3umgd35dnqkp7w9kmng94m6jn055k6", + "cAddress": "0x06ab5Ac3ad56a638753cC4Cb8f96c4FA132c9adc", + "amount": "96112865129000n" + }, + { + "pAddress": "flare19da0pgj2esneml5qe94996rx0xzsh0xvnj5jhz", + "cAddress": "0x0FC6C05E9EF7090Ba2133b4e0CE7eD255E13B4f9", + "amount": "401286000000000n" + }, + { + "pAddress": "flare12qad80ger76yh8204vguufsf2hllwywqmnlf4a", + "cAddress": "0x474361291c87aB60C2A7C46505E722c807B05FA2", + "amount": "77550444000000n" + }, + { + "pAddress": "flare1xh0ql3u48sp4zfap3f728s5rmnuyw3wk5pr356", + "cAddress": "0xEb4C1010E298F614338f92557B0828ADb896814E", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1mzdjuu0wn2k3pjf9gy8nn2k0va8l7hgukts6ey", + "cAddress": "0x984412dCfa1CD7d6BBC77d98696813391212f0C9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1nfdu64uqkwah4jegzzsldry0wyna7sr2te3dr6", + "cAddress": "0xD0b93638BD5265e019ADF71d172e08D9FA4D682e", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qu40ukp4phv74wvuk78eygmjrmcp3q2r6nwz23", + "cAddress": "0x7495bfA7DB736ae2C1072075701ff845a4010FCA", + "amount": "205392897905000n" + }, + { + "pAddress": "flare1qef4yxkpp0qrxcu6ay2sped3lg7wj4t0qfu4us", + "cAddress": "0x9d2dC4FE31D006E8597dF67F08fA6aa5546e9017", + "amount": "282643640324000n" + }, + { + "pAddress": "flare1x37hqw5srw5pxa543ghtsfxxpvfw0ynkxnkt5k", + "cAddress": "0xbA056d50B2B7b025225c69e789Bd738335C01Dca", + "amount": "59300000000000000n" + }, + { + "pAddress": "flare1dk02pjxrevr4fg467p83m2w0r6nxanh66hjnqj", + "cAddress": "0xaC0c8391c1A13E070e50BA052Fd0C5096193597F", + "amount": "59000000000000n" + }, + { + "pAddress": "flare1p39xk9ya4m4alf3wnevg0kgz87advx2macxu8t", + "cAddress": "0xD95056CdB9110940b14d7400c51C8cB2E2Bfaa70", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1p7zrgm7nps8tdnupegk5ra8xjwrfkuwrqf52dm", + "cAddress": "0xa41C166bA6b0e0836746937beC36dAB0Ac1b06C2", + "amount": "673194945486000n" + }, + { + "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", + "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", + "amount": "5189827336657715n" + }, + { + "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", + "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", + "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1f47dhm37atr9gkvlsyxw60ht47lze4tl44rtwl", + "cAddress": "0x13c379d3b6243f23A4dfbE652Da4a1E808AF08f9", + "amount": "233900000000000n" + }, + { + "pAddress": "flare18cyqx5x55fek2x20rcuzcw4796v6qpzj4kue8m", + "cAddress": "0xec850933c0Af2E8bb1C52F2AcC37aDfF10772a37", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1p2ezswyfq0yxnwvn0mvmul8ek8nads0d62kgvr", + "cAddress": "0x59dD38A08Df9924b34a2A67074FEdBc0101C3bE7", + "amount": "575368219655000n" + }, + { + "pAddress": "flare1ukjytzd8975zuy2smhl5m8xz8wrmypw4deekrz", + "cAddress": "0xe43a2D67ef40c50eCbA003eBA415a5A093d47395", + "amount": "11620043994000000n" + }, + { + "pAddress": "flare1ltjeeppkf2tndz8f5294d9ee65qfcfqnlu30lx", + "cAddress": "0x47Db5772953129917eBBaa8eE4D95F84769B2bB6", + "amount": "97525000000000n" + }, + { + "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", + "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", + "amount": "800002000000000n" + }, + { + "pAddress": "flare1t30jaew0r0jdptvfgqa29nd4xh6tfg2dndermm", + "cAddress": "0x05646005DEE89456bD6c11af64De46a3251cB731", + "amount": "51110000000000n" + }, + { + "pAddress": "flare1antlfgq8zes0scsrpjgz8qkwdccvy45sljut9y", + "cAddress": "0xfd2855C20b8C69eE341e6e5b4E680ec4B7eF8580", + "amount": "425000000000000n" + }, + { + "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", + "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", + "amount": "64435389622000n" + }, + { + "pAddress": "flare1lfvvh2g6369v7fwcwg385rrjrrsf669r2feafv", + "cAddress": "0x8151dC007635B2395EBC40c84bAa9b1dA19DCC70", + "amount": "700000000000000n" + }, + { + "pAddress": "flare16ed8jy42mlx86wm2c2xl6ctrmmvucphfhe99gc", + "cAddress": "0xf4e19e64BfB5cD67C5C6082Bcb52fd447c14D826", + "amount": "248135681986000n" + } + ], + "totalStakeAmount": "199922635658819913n", + "cChainAddress": "0xD7f5b619441fAfE525Ea3aBeBCd4a961C1227426" + }, + { + "nodeId": "NodeID-F297gLgRxBndijAYvvvBGtQTwYCrScMQT", + "bondingAddress": "flare14p76vuk4pcatwpsanjxusx8y2ad55ea5y2u8je", + "selfBond": "5126300000000000n", + "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", + "stakeEnd": 1743519600, + "pChainAddress": [ + "flare14p76vuk4pcatwpsanjxusx8y2ad55ea5y2u8je" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "sToadz FTSO", + "BEB": "5126300000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "49343770845886766n", + "totalSelfBond": "5126300000000000n", + "delegators": [ + { + "pAddress": "flare1gzjtgx5njn3vy2uvej6pgdr3teffssccs484cy", + "cAddress": "0x0B0beC9b22dCFa2E4cbCA8d1469CCcB099dDC422", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1246kp4l5kh2c6y72g3jdj4jlwsz480f8nwue9y", + "cAddress": "0xA29073E603114eCdcac2A0930190Db14Bdd54658", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1f7s8amh4hswjzpg8apjecmhktzc375u9rq7w2k", + "cAddress": "0xaA8C5E92BE7aF1b337989067FCd354C349e370fc", + "amount": "137000000000000n" + }, + { + "pAddress": "flare1tr977ve40n7l6wdg4mqpmkzhcv29artac8gv37", + "cAddress": "0x956F2451862CA006ddD619C9D8B7FD616B34c0FC", + "amount": "620540000000000n" + }, + { + "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", + "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", + "amount": "62140123440766n" + }, + { + "pAddress": "flare15gv60tu2meqzup99anwlfjgt7atchxhj0jv02d", + "cAddress": "0xd9ebcd5787197d15Fd037e2a6b0EAc8b76c4bcA6", + "amount": "50099997000000n" + }, + { + "pAddress": "flare10ka4px0zf2cj5dckzrymek6lcz9wdhmut3fksw", + "cAddress": "0x239d66E153Be508BD20A6B9bACddFca351BB4425", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qeha28ex630yjc2sxsfxgapsfj4xp2lmdq2pyh", + "cAddress": "0xc91e6D8F3dbf2a400CdDCdcB912cCB61411fDb68", + "amount": "150973994000000n" + }, + { + "pAddress": "flare1yd6c449g9sh7kh07at4qt5j2wnqn3ztt6allrd", + "cAddress": "0x91e2a2CF60140edfFf89de317135ad266eF5255e", + "amount": "200000000000000n" + }, + { + "pAddress": "flare103c77y3fv4mfu3y20472d5zu5fpufkqvzhq5uk", + "cAddress": "0xB3b661e901F95b0ab1cEf2a92ee7c3F442baA6E9", + "amount": "167630000000000n" + }, + { + "pAddress": "flare1cxcj39pgxz36ufeyrsg9fz8dkkn5gxytz07mz2", + "cAddress": "0xb22af68DA0d3F07DfD0c87775dA8d513cE78689C", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1jcsv0t4h3yt0gx9a0f6pas4rmyd30glwlh52wv", + "cAddress": "0x9Cb4B90a17E1eac9c4d170185DE9cA66C9Fb6610", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17jdfgjp8qekkcc3g6xcqqjvu6hznj55e8r94uq", + "cAddress": "0xC21984137ab40a245bc3316D9342d8C1AC8d19df", + "amount": "100211989000000n" + }, + { + "pAddress": "flare1pru3k5z98rdt8eg2nq5zjma96j2p243m34ycwh", + "cAddress": "0xA5cccceb816D556B9ab52C07d75230c39560ecC7", + "amount": "399999998000000n" + }, + { + "pAddress": "flare10tkf7p9dhqemyurhgw347r62jvwdjua0747yjl", + "cAddress": "0x26A90DA287264E2E20a45d8c2c79Ca98439c5aa8", + "amount": "400033979000000n" + }, + { + "pAddress": "flare1qf6r693jhteary057qmrafd9dka0nlv20fjvwu", + "cAddress": "0xa139Fb5636cBE5f53F6e678efD0C25e13fAa759f", + "amount": "649352811038000n" + }, + { + "pAddress": "flare196e04wywlc3lkapf6zmmynhm7mc7g9z2th0zke", + "cAddress": "0xc4030360185eb96eD12943500FA374849128CAD1", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1lzf9a8dswn9ak359fj9vkvh5n4x0rx3f03qlkt", + "cAddress": "0x3ec56bbac1a865B3e9F0DeEC837f4013cc23E80b", + "amount": "50000000000000n" + }, + { + "pAddress": "flare18f7e30r954w62sh8rf4plw8mcdvjc4azhmg4rl", + "cAddress": "0x1b556001df291bBFd697a5A60F00BD301c73105D", + "amount": "41651839640000000n" + }, + { + "pAddress": "flare1986hknxy4ddqf86a8pshvh232wnlv3n4arya40", + "cAddress": "0x7284d1214Bc0901AdB4239170B78DF8646541539", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", + "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1yrw3jvjjd5wnqtw7devx46g0gtwn7hwmrkwaxg", + "cAddress": "0xA4758aEE2eD7aa65618b1Ae4fadF06A56045160C", + "amount": "155248323717000n" + }, + { + "pAddress": "flare1gdt546hfzzf36uzwmnhw90z7yejpqc3rvk6uym", + "cAddress": "0xdE03C1eC00f3EcDc7640a33a42599Eb4A1cEBC6A", + "amount": "50000000000000n" + }, + { + "pAddress": "flare137kt3tefd0ap3qzfxdug9flyq8y7v5hc506me8", + "cAddress": "0x476BAf5710f05329f90D95bd76c4704C2737bf15", + "amount": "50499996000000n" + }, + { + "pAddress": "flare1lje3hkh8hdcdzwye2t7v9we6t8mxqf7umt3vuv", + "cAddress": "0x7d83c73a006C52310151a6C94eac289DC7F3Aa31", + "amount": "56397000000000n" + }, + { + "pAddress": "flare15gm527nnaecc5t2elej0yesp54nan4nm5v8v49", + "cAddress": "0x1c3862759c92c1C8470d8a0bfa18294f18Ea767a", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vzx8ra9k892ujv254yj8fjqvguz7lnwmfceh28", + "cAddress": "0x6FbcE0b4fd149DBc46D5671541C370f81A526614", + "amount": "53500992000000n" + }, + { + "pAddress": "flare1wj6c2c4rlxh8xsx37a78az2ycg5yj4vx0rpt3j", + "cAddress": "0xAA1e08804af76CD2a9cBc923c0EC2691A8761B43", + "amount": "110951553000000n" + }, + { + "pAddress": "flare10pwn2hn9ylnqkfg6wa5ndtp6ksen6rcvr22vgv", + "cAddress": "0x8cdDe98227680101474CC6649DdC2A71e74c6e6E", + "amount": "100004981000000n" + }, + { + "pAddress": "flare1z6tn53e8400pdwhpngh20tenw4mtmu8h8amewx", + "cAddress": "0x9d9A1185DB9a290cA8AA6e1783842aE6d9B04610", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1pnvuz569vyhcjcckjpwlmplpafs902k5g4n5ge", + "cAddress": "0xf4B07c76580DFE65964Dd3f7144a0337C1FB2696", + "amount": "69077625115000n" + }, + { + "pAddress": "flare1a3arvqv9uxwhw66798lsfumy5tq6xlck89q7lf", + "cAddress": "0xF882a631Af00C91218d5500885BBe25f5Ebfc6A8", + "amount": "169591783000000n" + }, + { + "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", + "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", + "amount": "800000000000000n" + }, + { + "pAddress": "flare1csmc39cx78djldh2gpsc6t75jwcdrsrntxzt3x", + "cAddress": "0x8C56c47f9d5fa3858C6f0dBFD9766338d2aAa09d", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1k4xwuar5858p83g95d70jx25anz69fl0n79mwy", + "cAddress": "0xCb3448Adc228b0a1a402b6a8b7B756B39a06b044", + "amount": "140748321000000n" + }, + { + "pAddress": "flare18rxt5mq44v2s3y20se9mlkpe5s3vhyaxmw0s3k", + "cAddress": "0x5D7d54FFde2056FBB72f2304F037d5C28fc1e949", + "amount": "444190998000000n" + }, + { + "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", + "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", + "amount": "125000996000000n" + }, + { + "pAddress": "flare1tv3sntylwkysqskwc2vf6y356lfptmvexmkfpx", + "cAddress": "0x68f112cC4550BE749c018A8ACF19F9E429E811bF", + "amount": "140895745576000n" + }, + { + "pAddress": "flare1kt4hc9ew3hsgzr7kww2qv4732kyse7qaslxr2v", + "cAddress": "0xcA4599ae99Cc0e11ecb2085A9B9458e56a555866", + "amount": "1487840000000000n" + } + ], + "totalStakeAmount": "69470070845886766n", + "cChainAddress": "0x24BaF5b2Fa77dE48823dB563C8cc4c5C811665Ad" + }, + { + "nodeId": "NodeID-A7jk7Z5GA2aVe5ecuupNXWtSLfVjLDWFC", + "bondingAddress": "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz", + "selfBond": "13000000000000000n", + "ftsoAddress": "0x90C6423ec3Ea40591bAdb177171B64c7e6556028", + "stakeEnd": 1756962038, + "pChainAddress": [ + "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz" + ], + "fee": 75000, + "uptimeEligible": true, + "ftsoName": "A41", + "BEB": "13000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "181926631244628000n", + "totalSelfBond": "13000000000000000n", + "delegators": [ + { + "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", + "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", + "amount": "157632000000000n" + }, + { + "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", + "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", + "amount": "450000000000000n" + }, + { + "pAddress": "flare12trtg3wqkrrf9zh39mezw4z4z5r2hex53ppm4v", + "cAddress": "0x0C5DC7e633fB5a05f91083bed0D87eA95640F99a", + "amount": "133311000000000n" + }, + { + "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", + "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", + "amount": "100004000000000n" + }, + { + "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", + "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", + "amount": "314000000000000n" + }, + { + "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", + "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", + "amount": "177200941000000n" + }, + { + "pAddress": "flare1yyzt5rjgnjdlqqywynjtfxwqzke7ascgf6cg7j", + "cAddress": "0x2780FC072F79994Aa5f05063253aecc22BF825fB", + "amount": "97628651915000n" + }, + { + "pAddress": "flare1qptx97g42atdsxfx7en4ur7w94t2j8m64h24lz", + "cAddress": "0xD3847C154774c252ca045b1A4FA7b4EcE7fe3942", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1n9xlkxdk7futzfh7w0qhzfda99y3w8wf78qqus", + "cAddress": "0x6c8C68C4De8F5decDC9529673923A80d46279AA7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", + "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", + "amount": "215580000000000n" + }, + { + "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", + "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", + "amount": "1200000000000000n" + }, + { + "pAddress": "flare1phcjd48zk62hpycql0wh2rk3zf4jslvdrky9wj", + "cAddress": "0xe9a52f2134291D6989C9b101bF918EfeCDCe6d13", + "amount": "52989995000000n" + }, + { + "pAddress": "flare1uv4v4sz43224sslgn9qplh2h8p8hj9l8e05sqn", + "cAddress": "0xEb83857D858Ff7Ae20895141238E8b86EC06AD24", + "amount": "177955071607638n" + }, + { + "pAddress": "flare1jcycp9x940zc38j7zaw5aq0r7dyycvh6hs4luq", + "cAddress": "0x4b2a55A5f2a36AF2f32C2e98784D67E2B63138F2", + "amount": "478007998649125n" + }, + { + "pAddress": "flare15yfj4k27rxaxa300xkczu0kt2jqzsz942rwfe3", + "cAddress": "0xd6B640894BD8527464eE56606F1491456F047639", + "amount": "54400000000000n" + }, + { + "pAddress": "flare1njzvres8a85waf8l2lelpdzzxzrf53xgfqxzxd", + "cAddress": "0x7DDAeF59B9159d22d448F0007644417bb6419d33", + "amount": "51644755746000n" + }, + { + "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", + "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", + "amount": "151154523011000n" + }, + { + "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", + "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", + "amount": "103386550935000n" + }, + { + "pAddress": "flare1t3spkp8gajpwjser6hcgecctfd5gk2sd0qwzls", + "cAddress": "0x795DC2AEB3bca32CB42A2a0C720Fb2008f5Fd77d", + "amount": "13906631040520000n" + }, + { + "pAddress": "flare1um0kv0khm6qu992pff59tjq2uvlmmdwere06fx", + "cAddress": "0xfDad422674977C04a6C5892DD717b049DE3A8244", + "amount": "54443806446483n" + }, + { + "pAddress": "flare19avsqwl8nyzlmpkglp7zt42anzkxuj3x0y9n55", + "cAddress": "0x1e7be36690F1712F156F31E247E36f6031AA8216", + "amount": "774865716044000n" + }, + { + "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", + "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", + "amount": "781321098000000n" + }, + { + "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", + "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", + "amount": "225000000000000n" + }, + { + "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", + "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", + "amount": "74845933063018n" + }, + { + "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", + "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1dz87km72jafyz6q0mlzjvpnzytjtrtsenxtxhk", + "cAddress": "0x981259b6f1Be610A34aD64418c5Bc5eB6E74F947", + "amount": "55150001000000n" + }, + { + "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", + "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", + "amount": "1643050290013981n" + }, + { + "pAddress": "flare1ntwpnyv0dt3zw800uutjl28a7pnvuk9ljv9cnu", + "cAddress": "0xFCD50096423588e7B0FBC4091693860E9Ca6e583", + "amount": "150600000000000n" + }, + { + "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", + "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", + "amount": "159720000000000n" + }, + { + "pAddress": "flare1gppnzsky0tzugadd43dzftt2azsnn2hp9gjdcd", + "cAddress": "0xE421afb9365F352E1E78873fF8449dBBa73abec3", + "amount": "332281000000000n" + }, + { + "pAddress": "flare1wmt56yzvad02xj5hlnnmhy4k5ladkfp3ghfnw9", + "cAddress": "0x7e367d3Cf0ed261fAe613Fabf93e056C51d19aC7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare158e4wcn52m48yj8f6vdrgl7pl0uhf2jdd2a0cj", + "cAddress": "0xC73DE3E90Bd6608a35BFE257431786A9ea4BD862", + "amount": "53000000000000n" + }, + { + "pAddress": "flare1j875565kd8gt2xlsz3zgteyp9lvmqeev2ddnrx", + "cAddress": "0x3c9150c8858Db3AF963E1e5882e3E9D2ce9E6c6b", + "amount": "1808410165604000n" + }, + { + "pAddress": "flare1e4w9uwpy57hgz4judyszv24f8jswyj6vzy38hu", + "cAddress": "0x13971a0979116f370e58Aba650A93fe9F436Ef01", + "amount": "55493907187000n" + }, + { + "pAddress": "flare1m5du3jvkym9yfdamnfrc9w48p7svk36v883m0e", + "cAddress": "0x24B9D7f5ca269FC1495bb5D6804028AC5fC96aB9", + "amount": "61961006000000n" + }, + { + "pAddress": "flare1040wywrh6dcxvg8lhtw9sdfy4jke0qupsywptz", + "cAddress": "0x7416877437A1a2a6597195C64f6E40193B2b0E7B", + "amount": "129999998000000n" + }, + { + "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", + "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", + "amount": "760500000000000n" + }, + { + "pAddress": "flare1k7v2enxkfenfrr4354kd4ckz6mlck9fzg8xq4c", + "cAddress": "0x9209987190faD0D1Ff4645966CBDaef57f3FaB11", + "amount": "1000050000000000n" + }, + { + "pAddress": "flare12rjcnjyxvkwkgcd0ff5fe7x5k4et2xcxytwuu7", + "cAddress": "0x9E27B6e99810da9481E8502580Cb961d5c5Ac7B0", + "amount": "60380000000000n" + }, + { + "pAddress": "flare1028d25sfd4362wh5t6veyv822mkxcqlrlxfk89", + "cAddress": "0x8D77edd9Edc5F96b7d4c3bC185e656CB0DFBd71f", + "amount": "100490000000000n" + }, + { + "pAddress": "flare18ft4yqfl8xrtdgst2rc6qj9hdezllgn7tfrnc6", + "cAddress": "0xbf2c003207BFEaE6d9356e67A85A58e2B80Aa9dF", + "amount": "173000000000000n" + }, + { + "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", + "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", + "amount": "550269976775000n" + }, + { + "pAddress": "flare16d2dv7m57rvk458g24z0dkzmg6n6af5pmnq57d", + "cAddress": "0x929F34BE63fa8da803A754e739324702a54929a9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare10p5vajk265j8u5fnm924cxydqs6zqs5k7mkh7d", + "cAddress": "0xf64583641d08319E5133f78B7c1ffd5Ea63D4B46", + "amount": "1643540000000000n" + }, + { + "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", + "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", + "amount": "120000000000000n" + }, + { + "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", + "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1hwpdlse399ltp7dfdelvng8883zdmd45a9f47m", + "cAddress": "0x0662bA946A3CbEa5E21D5d0Fd05f4e14f36d704b", + "amount": "51215219436188n" + }, + { + "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", + "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", + "amount": "81197991607000n" + }, + { + "pAddress": "flare1nx2qfjxsxgf582jjrdrrwnjuts5xvkmpe8huk0", + "cAddress": "0xC77eea5eE92BbE1b22Da3417710B2dbDbDe5C8E1", + "amount": "331631005000000n" + }, + { + "pAddress": "flare1jr3ghprrypxsh6yrnk49sgxvl9ezmhmjg2psz4", + "cAddress": "0x373b1A5D54b742B0BDF46d374b0b495F7Ec33E8C", + "amount": "164856188635000n" + }, + { + "pAddress": "flare1uy2lzhhlpywvugkvr4zwtavlktll9pzvvnqmuf", + "cAddress": "0x8cf53EB8762C9cC4D29e78c97D6ab9cc2C64E94c", + "amount": "436999998000000n" + }, + { + "pAddress": "flare1mldz4y59q67p9a4qv4y7ggh2p8mtfhe6z7sn4v", + "cAddress": "0x1f56E518D2da23Ad89838269Ee8C2710f3F7faaE", + "amount": "1200000000000000n" + }, + { + "pAddress": "flare1uajm8numvd4p5wuqsg9fnqscux2pe5t6nwqefk", + "cAddress": "0x4c6FF89674cCd7137f42d0a257ED82Bd7E2BaF4a", + "amount": "59000000000000n" + }, + { + "pAddress": "flare19u779ut599tkcsmh7h3wh5zd9cf8zhgd563ylk", + "cAddress": "0x4F3EA077C76f20E40725E82232C69E9A98889ECF", + "amount": "1081994000000000n" + }, + { + "pAddress": "flare1gy0djyu2mt0vdyzkq9r6eyjvkpttwvcreaglpm", + "cAddress": "0x1F4FB5cE1c8EC71090CA2fE5072C14d93416454d", + "amount": "51000000000000n" + }, + { + "pAddress": "flare1unea575kdka6mu7q46ms4cqmkpn0sqhws8m5x3", + "cAddress": "0xa1Db418AB5eD12C8230bAb6cC24c2c9dE82cC479", + "amount": "50140000000000n" + }, + { + "pAddress": "flare1yhq547q4trufqecvkplfjp9huylx8tunma5s9m", + "cAddress": "0xC5FaF0381A5050536350dCa2137eEDAc119854E6", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vu2de65zvvgemfmvyup0q5r7z4l3nt8pt9jlwh", + "cAddress": "0x4c254A6Cae5a01A6feA6BdcCB0D72D84023387f7", + "amount": "164103020519000n" + }, + { + "pAddress": "flare15qfnjzj3clmawfel9urs362qnrhw3jp24nlj8r", + "cAddress": "0xD7a21FE80774d7894f10a7C7539cA4547148C58e", + "amount": "61050000000000n" + }, + { + "pAddress": "flare1wqs95s9nx8934c45c8utkyu4v4k4zc7ulu94nd", + "cAddress": "0xCCCD5354573D36f0c3140E9d981f3C66BDf43e25", + "amount": "55756901536046n" + }, + { + "pAddress": "flare1gtsfnja67kp22y4che2yfa0en0usxs76kv8taz", + "cAddress": "0x4d7eAB18C126DA804F67Fb25C77BeeAa2cfA3cD3", + "amount": "51936970000000n" + }, + { + "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", + "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", + "amount": "56133811191889n" + }, + { + "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", + "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", + "amount": "727555000000000n" + }, + { + "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", + "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", + "amount": "441239195182815n" + }, + { + "pAddress": "flare1ywy274zx97wgwyl20rlp62edkfl484dyhkyc9g", + "cAddress": "0xCC53E0993d28005aa981F83d3F61c526702deF99", + "amount": "50012000000000n" + }, + { + "pAddress": "flare1ccnaj9cqtngxeydlkeahqlwpxlmzzsgjav88aq", + "cAddress": "0xa5848899443980B8F6EaB07b4cB79d2106FD69d3", + "amount": "100444000000000n" + }, + { + "pAddress": "flare1uvagmak37ergsdl39tn69x9x7htv3ydnrzdxlf", + "cAddress": "0x77ad19b2ffB328d28778137a0Db89fC5D5ad721e", + "amount": "63094000000000n" + }, + { + "pAddress": "flare13hvyvqaskhautkykksmwx43pvjtz08shyz4237", + "cAddress": "0x3eB3Fe08Cc41b8c96b23edD1a61d6C5b43a57E3A", + "amount": "66665996000000n" + }, + { + "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", + "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", + "amount": "152000000000000n" + }, + { + "pAddress": "flare1ljzeh83x6zgrkdy93ervzyjk7dsdgxq02v2fm9", + "cAddress": "0xe5852F3182aEF85edc5141fE1E28dD54b4508F9A", + "amount": "50000000000000n" + }, + { + "pAddress": "flare18h4rz33ut8xgzlgak5460jax4qresxd786ml6u", + "cAddress": "0x0cD5f79aFF1A153bF477A47ca7D6d5f66D814E7E", + "amount": "4725399990000000n" + }, + { + "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", + "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", + "amount": "86446567987000n" + }, + { + "pAddress": "flare1q9v9us6ndg3c8qsn5f0e7agshfa4av46zd94tm", + "cAddress": "0xF0814C0E02618335a35f466e9224c5eE6260B975", + "amount": "50000000000000n" + }, + { + "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", + "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", + "amount": "187233675370811n" + }, + { + "pAddress": "flare1qs5mhetcqvzhy0h5wmygg86d65ya4ug4knhqkn", + "cAddress": "0x93262E0F3C85D476706E58E8B533Cd786A1064F1", + "amount": "63283997000000n" + }, + { + "pAddress": "flare1h068pyfft8vekr4ces96ffkplvekn23ls2ly64", + "cAddress": "0xB531ac8c8BFb161132E994fAB464f52257f117Bd", + "amount": "51793000000000n" + }, + { + "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", + "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1zj23mfrsgjnd0s0qav90w6uqfpxhvrek86t3k6", + "cAddress": "0x69B7B4544478c52f170434d20122638D6ffD4114", + "amount": "755796000000000n" + }, + { + "pAddress": "flare1nljqfgcsl6cq3tcwz6s3g9uanhgj5yls2vq7ry", + "cAddress": "0x04CA5b4d18029DE724c00aDC8F7c320CcE2F2407", + "amount": "194000000000000n" + }, + { + "pAddress": "flare10m6t2qv0d46uv2dl82dyc5fsun4gwexkljwavg", + "cAddress": "0xb5d97a524Cf48BBDdfD573e8880B097ee09f8272", + "amount": "200000000000000n" + }, + { + "pAddress": "flare12lr9v2a2aj56202k670pql2ytxyndazp6eyfct", + "cAddress": "0x42e473B914e4ea9cb2E2813a5553759b0e719685", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1g2mpamcexhqx0hc2quucneqxs3a6jxl8u8m90r", + "cAddress": "0x240Ba8f07Fd198EE9b79f3C2e0CD37958cA85926", + "amount": "500000000000000n" + }, + { + "pAddress": "flare17m0tm4ucw89pgzkyajz0n624ptzlh07q9k24yu", + "cAddress": "0x0002a0B89BA2De2f9B2aA276045A47570978ce80", + "amount": "81400000000000n" + }, + { + "pAddress": "flare12k9ddj3mmcheumzc4ylpvz7hsl52l3d9x7xx2k", + "cAddress": "0xFE3336E6d96c141E0c3475c2FaD8bf179e442aF9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare14v0pz58zj00us8367dwc6jyla8xwus8wezaecn", + "cAddress": "0x81957a4386cb0787032Bd9CDE148Cf6aa1984594", + "amount": "747800000000000n" + }, + { + "pAddress": "flare108n7mw2ucrjvk5jevafymzsxnuzf33ce4rcs9q", + "cAddress": "0xBEa6014EcC8612c63C954eDB99FD36d4B80bE148", + "amount": "409999995000000n" + }, + { + "pAddress": "flare14qxgc4uzf5vtp33c4kkhdx2m9427cfn7z9sxlu", + "cAddress": "0xed8b2a1D1bc80f70BEa9aE4b11Cd5BaaC64888D7", + "amount": "1085800000000000n" + }, + { + "pAddress": "flare1xgl4vz52qm7cevanrwpzyhlkqpuqzvhsjkk4al", + "cAddress": "0xa4f505FDd1D87596E4506eB145CC4E99F77f7cAf", + "amount": "55281987000000n" + }, + { + "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", + "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", + "amount": "1798270991000000n" + }, + { + "pAddress": "flare1qmqrvet7rz7dfdywu78fw0dx63f55e68r9psdj", + "cAddress": "0xE39C1715cc4F1A58E1D638090cb9761a2dB29488", + "amount": "450469998000000n" + }, + { + "pAddress": "flare14pxzxgwtapd49de5vt50gz5e6t2s3x3jf76plk", + "cAddress": "0x28423baA1bf00A5CF962F6C721c30FbA7F2AAFA7", + "amount": "68740009000000n" + }, + { + "pAddress": "flare1rccmjx34wj0gzm3u7c9tej3p809sqm956mu3nn", + "cAddress": "0x2504B51035502EE579b1e8AcE53d73460044093B", + "amount": "329228998000000n" + }, + { + "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", + "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1n5syzlh046hcwnaa7ktxc9azkemjf242c5jz27", + "cAddress": "0x87Cc6cb6c57b41dC9Dc8Cc624B23DE6c75c8Cd2B", + "amount": "92199814077000n" + }, + { + "pAddress": "flare1slmk9v8p5u0zfawaa9zrfuuhas2d2mcwmp6ysp", + "cAddress": "0x1A03D40d57a63b299d9F9b94522F457af0CBc855", + "amount": "582716318922640n" + }, + { + "pAddress": "flare1xwhl2akedkvtyce8u922meret0hydct4z9ekk8", + "cAddress": "0xADE5Ffe4199FC2D6301e67f8723A1B68Cc36D905", + "amount": "50149996000000n" + }, + { + "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", + "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", + "amount": "340443362142550n" + }, + { + "pAddress": "flare199ltkkj4z4av3h6n04tq5c92vn30n24vk9gyzf", + "cAddress": "0x3Ec5990bBa13566A31Ee8Ba9Cab06C1C3A6d2af1", + "amount": "108597199780000n" + }, + { + "pAddress": "flare1hf0hwrujra4u38dwnptsw7h2rhnf5lee2xwjup", + "cAddress": "0xA1A0EDf18FBDB59CDcCD8dE824564B7211368B5d", + "amount": "80450314160000n" + }, + { + "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", + "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ll2du66ssl69xlq0330f0a2j3jh3vymxhckd0e", + "cAddress": "0x25B960b7699327C57686F925a8DC7CE0D55eA764", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1n59ndyaehk2fn66vtcr6je07pwcl2qlavvq0l2", + "cAddress": "0xE77B2073f19DA72b38D3d2608f53B3D60E305Df2", + "amount": "963160000000000n" + }, + { + "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", + "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", + "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", + "amount": "815030379956526n" + }, + { + "pAddress": "flare1f7lalggydyz5xvs2hl7elntgjqvxkcj29awru9", + "cAddress": "0xdffBdB7fB22F9235fd55F0CB117205E59F432d42", + "amount": "171372992000000n" + }, + { + "pAddress": "flare13mvzh4r4tclvpqsxzcld3ex3nk5y58g3cr0jpk", + "cAddress": "0x371F9b8CE9487D4E473749F71C9Be7D6C2e4e01a", + "amount": "562083994000000n" + }, + { + "pAddress": "flare102qfacmcae32tdthhm3gvr3v4nlmw536sefn99", + "cAddress": "0x3B09E586B77c83F6C3899dd2c793027b8300FE79", + "amount": "132412975000000n" + }, + { + "pAddress": "flare1v8j90nxva9y89hagd9za8v7ps9a4gua828kw7f", + "cAddress": "0x24ee85804ebae72Db31DeBD94C8c9C50efA849cb", + "amount": "105357000000000n" + }, + { + "pAddress": "flare1h0748dmtypelz3y7q7wuf2ywdk3w58rtgle2xp", + "cAddress": "0x9f54539D76Ed4a635A4D5E9f014b53a55e31F2F6", + "amount": "100001997000000n" + }, + { + "pAddress": "flare1qvds933mu77cz28eylsj6zt6hydlyg4zhm6f8c", + "cAddress": "0xb2050D3F930C0E6566C60D1a9e6b67E48A3418Cb", + "amount": "563908976000000n" + }, + { + "pAddress": "flare1pq6z7jhavz8fs39jw22dscnsw273mjxuy6qas2", + "cAddress": "0x8a31959A732e009cAF2F504c1937043a646c38b4", + "amount": "64632000000000n" + }, + { + "pAddress": "flare1ym8cc3y262ehuyqjf2vdlheflaz4dmet0nrfpu", + "cAddress": "0xB3aEbA90EB2659ff653DaE03439635699E6a43c0", + "amount": "5585419525630000n" + }, + { + "pAddress": "flare1qvlew4e0t5sy4p5t9w4y7gegrn3tte2csyymvp", + "cAddress": "0xb33966e39bF5825C64E25835922F96aaaf49fbE3", + "amount": "312246272875000n" + }, + { + "pAddress": "flare1xuv26t3cn9affc69ts04x7h587r02zjvkcjnnx", + "cAddress": "0x50d8F349Cf720DD203AD9e852999b37feB805ba0", + "amount": "471224397729000n" + }, + { + "pAddress": "flare1jzs88lfwjctqfnzxuez89dfu2242tvkpruzmmw", + "cAddress": "0x1396779fDd7ca79D2F4872d524Fda641e377E7de", + "amount": "599999998000000n" + }, + { + "pAddress": "flare10xpfmmyg2tzj0472v6a9vuy0cylxk84p9vjt6n", + "cAddress": "0x745a5077e1aBf9Bc8d7Fe0578C60F28A0f731611", + "amount": "116770157778000n" + }, + { + "pAddress": "flare15ssk4yamnexntksdns2ngq7hsjmhjvc8cwl6g6", + "cAddress": "0x886B589F7758c7A42c0e4D3D2017b3170935230a", + "amount": "105196722000000n" + }, + { + "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", + "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", + "amount": "218375000000000n" + }, + { + "pAddress": "flare1hn06cy7e39d2zga53wedxys24fvzhtwg6w0vec", + "cAddress": "0xfb8f144B0Fab29a5a89D122e003c257B6Ac209f7", + "amount": "1149061573259000n" + }, + { + "pAddress": "flare1ytrfjm5jparnmgzps9ntlmttr02u7fqt7pf5p3", + "cAddress": "0xC55297248Da652D27143C96A64D48663c6a9bAB9", + "amount": "88422995000000n" + }, + { + "pAddress": "flare18u7kzvwl4rwlfppy4wfr3eyprckdagy9t7mnr7", + "cAddress": "0xaF0c648cF27205Cd904Dd84d21A5a34009F5667C", + "amount": "614249642819000n" + }, + { + "pAddress": "flare12nwppz7tqg0th8xu5wyzde63dakr89tejf52g7", + "cAddress": "0xB78053673C45E29fbAC3028A8fc440179739448a", + "amount": "5374502830596129n" + }, + { + "pAddress": "flare1pyu4jdjtrv0cv9dn693hw238p9ls8zs74gyj57", + "cAddress": "0x6D0F41e85FA9cC35CBdD4AfACC674E60A2C3a4C5", + "amount": "175000030000000n" + }, + { + "pAddress": "flare1uzrrn76smwvez5hjuqdl6te8fm7xflh6xldasx", + "cAddress": "0x8e7C7d2fAc4d458a24C0F47Ded8556100D3158ae", + "amount": "467080000000000n" + }, + { + "pAddress": "flare1le6d86wyrp9st9xrknl7wple2ejyqtq6mhj6d9", + "cAddress": "0xc1B01d20204d2e7165bBA691f2bd5DEB04c97A6A", + "amount": "463631994000000n" + }, + { + "pAddress": "flare1j06dd4cscw8pd38t3jtw7evfwx535cr50ahc0e", + "cAddress": "0xEDb94A7642b6C6843f30E183bcFE336eFe0e0491", + "amount": "243791985000000n" + }, + { + "pAddress": "flare1hqz9d9vrdpx7hftk7a8n32l0lf0s8cg2eynes8", + "cAddress": "0x5B3A527b2fB1aBd65ebC283540A438C8bFb14526", + "amount": "57990000000000n" + }, + { + "pAddress": "flare1fu89f8js375mc6x0yruyhut5r3y25hdymrnzfq", + "cAddress": "0x28ff20bf0cEfd220F6884Ba60D88B42D214166aD", + "amount": "16232716000000000n" + }, + { + "pAddress": "flare1fwexxms5vpvkpwlytcylfd82z70dwc0u3d89u8", + "cAddress": "0x7B455faAFBAcc1283aD0c3c3F3595CFDa27C73a7", + "amount": "9328787317830000n" + }, + { + "pAddress": "flare1yd9armwaeht8td4ehpdq3kx780fxku7z5nvtjw", + "cAddress": "0x52A3A014ba535e5F349241163B1B25e6654E6a14", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1wpujm56gapgh3rt64vm8m4v3xm5jqw6z5kf5m0", + "cAddress": "0x3D85050c6a246D31C0BB71D5eeBF29a62B7a69d1", + "amount": "156656554546000n" + }, + { + "pAddress": "flare1gfwvjcw7wqt8gs6vk5astzfj6d5zapl8g28dqs", + "cAddress": "0x000D02B7d1821d39323BC2D49Bc5D2155b1D5d3d", + "amount": "2828105819315000n" + }, + { + "pAddress": "flare1uxrascmg5t3w0xe2wfaem4fjgmz3r7r7ykv006", + "cAddress": "0x133d90912221Aa55e6F87Be546b97D5Cf34961fd", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1lmtchhz2mmfwupsgqqqf37pre8yu8fae5vuezs", + "cAddress": "0x41ABB071395BbBe0468D3D40549F66D0Ffa024C9", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1lsd0q44cft7p2h9pp2nl8z4hrkhfxelkm3pyx4", + "cAddress": "0x4A85591B4D4cc1FD8554063DaD88Ba5F2F0d9B82", + "amount": "20021851000000000n" + }, + { + "pAddress": "flare1cdja6nnsqa5qnhk29xzeeyr8h5670g9lu3jvzm", + "cAddress": "0x0FC616eCa88b83b1BfB8341D200E9d637D255A1E", + "amount": "94707000000000n" + }, + { + "pAddress": "flare1e0fpn5058xndm2hs7253vs4gdss8a9g4u6jxk9", + "cAddress": "0x1739c5E6a1947487D375D598F083039B66fe06ae", + "amount": "307299998000000n" + }, + { + "pAddress": "flare1ye975m80gzmm6q46hajtw2tmkycf5qqsyzsenu", + "cAddress": "0x35aB933F276ED630AAfB20C77f414E5331a9C2Dd", + "amount": "428138903390000n" + }, + { + "pAddress": "flare1h83uu70cfjr0jk0ktc2kccp4kzm92y5f4ra56a", + "cAddress": "0xC93b87b3BF7D6e2D041bDA9920E430bAF75375D7", + "amount": "200008000000000n" + }, + { + "pAddress": "flare15ym7n7h7qnz9kx9vypgvqr37aj03rpn3w6gjw8", + "cAddress": "0x820daB1D580E5F12aBe6EaA6f0009aDe4Ba7C679", + "amount": "300009971000000n" + }, + { + "pAddress": "flare1jz0alk6zms6g8fzjdjjy7sm6ls3cuermzj2ev7", + "cAddress": "0xE95EA34f9B5532249E1c4cB9Dd00f01E9a952B46", + "amount": "2151748703357000n" + }, + { + "pAddress": "flare1usu99utwk2azj8mkxexpsx8hd3w2cfdkhxdnzd", + "cAddress": "0x72c4Ab33E16D273505Fb1EC4dcC1C8D6dfa7dF4B", + "amount": "2539325501978000n" + }, + { + "pAddress": "flare1jdx0t2tatnmldaa4zxs8z0pjex30u000j8jres", + "cAddress": "0xfF5e112E6d4629E14B99edE618C09594FF29155c", + "amount": "1312195225813633n" + }, + { + "pAddress": "flare1hel20f5r4hphy2wjm354r95yz2flqzq0ttapvk", + "cAddress": "0x87F3db7b48034c00D6a54FE79E797374637d75B7", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare13h97x95e26zrd8wu86au3d05p8244xln35wz8k", + "cAddress": "0x98F3F8e945895E2A8B58de8594965B0548e76374", + "amount": "4247739998000000n" + }, + { + "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", + "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", + "amount": "845440000000000n" + }, + { + "pAddress": "flare1pzhxwl7ps6xval2wpuk0vxduuhjkcnyfhzjy4e", + "cAddress": "0x847794B1A9F8B2a183E9Af90f0f872abC53bFEbD", + "amount": "909604686241000n" + }, + { + "pAddress": "flare1skz34q0d6ks0kuj32p57m6t9xda7rcq73gv3qx", + "cAddress": "0xade6B063077d7156bA541BBBbe015fdA01c7F0E8", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1anfdlfxqyv4dr96zgn2ycc2sdcs6s8ypqel24c", + "cAddress": "0xfF87B38d2eB383c99a34380F86f5dE58a02f9099", + "amount": "91567000000000n" + }, + { + "pAddress": "flare1ua2mc9d2l47a8gh8asu8jhcd0q0jphgakfwy94", + "cAddress": "0x178665C0973F4efcF3fd97c2aB535d73C37AdcdA", + "amount": "1000002944000000n" + }, + { + "pAddress": "flare1rz5hgkyx9a75ud0ek7s8lrheadmyzjxc3qwp66", + "cAddress": "0xe074B9d1D12be834Ef738a4D6b4cee7007deA8d9", + "amount": "511989506000000n" + }, + { + "pAddress": "flare1y5ql0ysh0gtfwt5w46av94dse0kzaha7h9lfgd", + "cAddress": "0xF1e8105304c0184E6E16E31A1edA368D0039e8f4", + "amount": "1547532543404000n" + }, + { + "pAddress": "flare1qf0n2r2pzas3dx8pm335pv05sl3curu06vml2m", + "cAddress": "0x09897972fFcaD7AFd630F0bAD9283724ccf38533", + "amount": "940254251347799n" + }, + { + "pAddress": "flare1djuen9j7f2lv37y8gl0m76f329myyh5vy6fky2", + "cAddress": "0x3B258675928438aF3320d5B75e887566788379C4", + "amount": "25039300459594000n" + }, + { + "pAddress": "flare1c6ukjx57m2mxnwz96mz4zdx4ppmg7szmy77klq", + "cAddress": "0x4f945c9F7F714A6EeB02c0AF0021b2D949ce6b91", + "amount": "1136080827602000n" + }, + { + "pAddress": "flare1snzm6cz9jvmhx5xa9awltk05nmtgyluad32s7u", + "cAddress": "0xf06afa79d653A6F04D4d023416eAB53188124f11", + "amount": "52094994000000n" + }, + { + "pAddress": "flare19pdclmn7dwzjg2hltn9u893rkc2u30fs2xc98v", + "cAddress": "0x449967f987ae0AEea8cF313f17EeD0F897847D25", + "amount": "472000000000000n" + }, + { + "pAddress": "flare1qs42g3arkzelhwmxcu2u6urzc2kes6zcsy3e7n", + "cAddress": "0x0a852A20620d01A04cE0025e15339C5FE6AE0526", + "amount": "679402759083004n" + }, + { + "pAddress": "flare10qpex55zqjntp3cnf68gkdnzuqwk4je9pd4ya0", + "cAddress": "0xb262C5C5cF41968e0aA604Ab59B6E6AE8CF5d3AD", + "amount": "166004996000000n" + }, + { + "pAddress": "flare1eflf796sdkuz7fgt8x4d8ec336ttgp5nklrgec", + "cAddress": "0xfb143952935DA91bA1a6487AA07Afb4427F42673", + "amount": "407870000000000n" + }, + { + "pAddress": "flare19jz2jgtel3ydg45p8ck7kdjm3t2up99l5r69df", + "cAddress": "0x7B1173635fA5555B2482E37b463f08782F2f6629", + "amount": "4188712000000000n" + }, + { + "pAddress": "flare10mpv6fkj4u7y8rutc2796dhk887qltf4qxwa0u", + "cAddress": "0xCdB283e93347cd0F3469581A6A081eA8b1eaDCd6", + "amount": "141631546000000n" + }, + { + "pAddress": "flare1u4rdlg9txsk3zc5kvq8l63xzqqzyrnnpydwcr8", + "cAddress": "0xF16C0904707b08F5Cd9D1309F57726509e5A5D54", + "amount": "682539695502000n" + }, + { + "pAddress": "flare144a52eqfth5c2av99l2nrhpw87qc8zukgm8kf7", + "cAddress": "0xAd86CcA860b78Cacf0e0030e2EE28E3f8Bd0385B", + "amount": "171389992000000n" + }, + { + "pAddress": "flare1j3cl0urv6ugdwjh44eq8ndp7rgdgvp82xt6tl0", + "cAddress": "0x15D8d08FA5617F04551893DC4854B7e084979337", + "amount": "3000000000000000n" + }, + { + "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", + "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", + "amount": "60700000000000n" + }, + { + "pAddress": "flare1xhcs3vvjr9kn9y79dqszhfrr7zvs0lccql3ast", + "cAddress": "0x4f3784e4818c7e614435D4354e7f1080189E30BF", + "amount": "234026127157847n" + }, + { + "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", + "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", + "amount": "90000000000000n" + }, + { + "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", + "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", + "amount": "90000000000000n" + }, + { + "pAddress": "flare199kzascjsrp4y63g3r8zpyw6qxwhwk47l0chda", + "cAddress": "0x929BF1f0AeBb7a22331Bbc9144C0A1db4210241C", + "amount": "100000000000000n" + }, + { + "pAddress": "flare132j6azfjz6cpq4hy4pmk6umln5un2f9wy300ne", + "cAddress": "0x18946738fFde9b75c743B2310117dCD590bB4D4d", + "amount": "256280103556277n" + }, + { + "pAddress": "flare1l6c8qr0ms9lyj6ejmhr83hramel8c7gfuweqt0", + "cAddress": "0x480b35b48EA560515ddf14518a8e809eAAB13797", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1dttps4qm8wxsjpzc35el27py5nt5xffgdqhexg", + "cAddress": "0xe85582561111c725da8BF00Dad723b1A722F2bae", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1mepna3j5wthwcn7s8z40c3nugqhff4mq86s3es", + "cAddress": "0x88cd0C441ba5452Ed0aE9cD4E91B22311CC534e1", + "amount": "290000000000000n" + }, + { + "pAddress": "flare1h9acaumy4ma3y24v9ffnspvlg35z3mr6w5spqy", + "cAddress": "0xdF01a391A0FB0F86EE09B70f82f8d8a864BCbC48", + "amount": "67886000000000n" + }, + { + "pAddress": "flare1s02zp3lr8q7p849lc0ury5wmrx3z56zz2wpjqf", + "cAddress": "0x78272Cc3d88c30be218aA0c1697395E90Ae8f154", + "amount": "200000000000000n" + }, + { + "pAddress": "flare17gm2lh6586sa63sgu0sesgpvallpdu06keq6x7", + "cAddress": "0x5006ffAEC38FbFA960eb82fF4BA4a95f98fba6aA", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1temkz9z26qjyc9ksasypcpsd3d05apdfawpjmh", + "cAddress": "0x8Bf344920C76879D0CEa3A93919c65c53B16a69b", + "amount": "84684189204000n" + }, + { + "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", + "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", + "amount": "144565995000000n" + }, + { + "pAddress": "flare15altelke796kccywmjmxs3j4z2rkzqfk75959v", + "cAddress": "0x20c507483DE398447AbCB8766E7C3514bb789518", + "amount": "75000000000000n" + }, + { + "pAddress": "flare1ew05wlu453rv6l6ju9paqehxtd2su9vds3m77w", + "cAddress": "0xeA04b9A96145146f9094B7BA0F26E4Eb7Bf0C4dc", + "amount": "106262367488000n" + }, + { + "pAddress": "flare1uzglnulr3gf0rtwy69mf3jfuz28vd0cta2x7lh", + "cAddress": "0x977aE5c77c48909052efC3E5908AB5224E957bA3", + "amount": "226641989000000n" + }, + { + "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", + "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fcqcmaqt70gstl90g4xerdpmqmsqn6qzjmh3g9", + "cAddress": "0x928d87E4a191A824f444cAd1Edc57C0eE4b3E4dD", + "amount": "76318457503000n" + }, + { + "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", + "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", + "amount": "108300430000000n" + }, + { + "pAddress": "flare1xk7l2pfaqk6adalj2jzd5ahe3tuwsd69k2krt5", + "cAddress": "0xd7807e003c6E1361b12b70E632b601815C36F06f", + "amount": "52049984000000n" + }, + { + "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", + "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", + "amount": "550000000000000n" + }, + { + "pAddress": "flare1gpywhyz2nwaztj7ywyuepy6vxk9lw4f5prj8mq", + "cAddress": "0x64b674062901aE8CE02C890fcfBe3c97e7e91048", + "amount": "600000000000000n" + }, + { + "pAddress": "flare1umqsxn0pszampdu492s5sjac3qn50ajqxu6ppe", + "cAddress": "0x20D394193242BD37e51d44c1db3627e8D5B927a8", + "amount": "90000000000000n" + }, + { + "pAddress": "flare1md8zytggrmgczuj0h23vjqmxc94wtdaex0gz4m", + "cAddress": "0x3Ab636fb2D9fC72eB38BA567AF51AF469ed0ac49", + "amount": "1121212192168000n" + }, + { + "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", + "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", + "amount": "492000000000000n" + }, + { + "pAddress": "flare15l75hzqgpf6jhdqlkckwlzt6d4plmxdwn0h48l", + "cAddress": "0x55640eA26f400A92b1a54AA438d5F16DfDB47A78", + "amount": "104300000000000n" + }, + { + "pAddress": "flare1469yetxk0cxt34kvt9z9wfse8r9m6knjeqnfv7", + "cAddress": "0x493a30766b7E9733e4060C7192a820f5E386029C", + "amount": "940000000000000n" + }, + { + "pAddress": "flare18m20srl3fa7p8dnggk0zkz5kf4n49p556eagzy", + "cAddress": "0x5cF590de324Ea955E7Fe997363F601F32f81D10B", + "amount": "120000000000000n" + }, + { + "pAddress": "flare1e4fn50lklq8qate9w8h2f2sek8halavsc6hmkt", + "cAddress": "0x5FE558A60BD10253FCd82a78cBE877a1E582a9FA", + "amount": "608344924491601n" + }, + { + "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", + "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1sv6vqkzvyr220q78srdhd2l32tc3pqszym5wew", + "cAddress": "0xcd114230e75A75967fA4F4B9577511C8b54F6566", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1v09vq0tp5q0y5ragj6jv363kv00hrnp0csddr4", + "cAddress": "0x1AE8e3655d882856842441c0eC0223973343C9D1", + "amount": "50999915348000n" + } + ], + "totalStakeAmount": "194926631244628000n", + "cChainAddress": "0xbBc569CA9C9288B6772F467025Dc376b4cc5B107" + }, + { + "nodeId": "NodeID-4zWvBNmsbaS9UKQf6wcWgWGWRfitcGAuV", + "bondingAddress": "flare1zudxqy4pu62a8m4rzfwwatgqwpr3wvjgp75wdf", + "selfBond": "14999995000000000n", + "ftsoAddress": "0xB1Aa0F2691Db6bBb2969EfC7BE70787F58DD2461", + "stakeEnd": 1758444921, + "pChainAddress": [ + "flare1zudxqy4pu62a8m4rzfwwatgqwpr3wvjgp75wdf" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "InfStones", + "BEB": "14999995000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "25707972000000000n", + "totalSelfBond": "14999995000000000n", + "delegators": [ + { + "pAddress": "flare1kcsl4xx8cgsk74sgnqm3erdt2q3rmrzgs2sws7", + "cAddress": "0xFb3213AfA7984D1A22E1772AD8AE94F9809621A3", + "amount": "20534470000000000n" + }, + { + "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", + "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", + "amount": "1680718000000000n" + }, + { + "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", + "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", + "amount": "3252784000000000n" + }, + { + "pAddress": "flare1pm9acx9pfkfulhlpmzh27nd5rk0d4d2pp5czzw", + "cAddress": "0x9D6599c7cDb32f4FFE497E263Ba2e250856BE7A2", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1veyd3dqtwxt0x440nxphxnyqrux2n0h33g2mmr", + "cAddress": "0x07195Fa254f49D6533fdACc95CD568F02FFB7Ab0", + "amount": "180000000000000n" + } + ], + "totalStakeAmount": "40707967000000000n", + "cChainAddress": "0xcCFC7e7f1a3cDD5F2a7fA9797dBdD6019806EF23" + }, + { + "nodeId": "NodeID-5JkXthgpWVDq6utrtV1YVG7aspsHjhezM", + "bondingAddress": "flare1296uk26exmrjaxvnd669ra092r0t4h7ggtl32r", + "selfBond": "15000000000000000n", + "ftsoAddress": "0xB1Aa0F2691Db6bBb2969EfC7BE70787F58DD2461", + "stakeEnd": 1758444921, + "pChainAddress": [ + "flare1296uk26exmrjaxvnd669ra092r0t4h7ggtl32r" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "InfStones", + "BEB": "15000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "118204910467357615n", + "totalSelfBond": "15000000000000000n", + "delegators": [ + { + "pAddress": "flare12g5rgag2hgzshgtj6vc79wcq34f5cns8zhr5q9", + "cAddress": "0x962D880d4D1DeDb248e08807dCE9aeE84fD4D132", + "amount": "896590868655105n" + }, + { + "pAddress": "flare1f9etvryqwamcyhtr2hmqc8y5ntrdhauu0rwlzx", + "cAddress": "0xbF6A058994b821e9bC332F2A85e7CacacE88DaE5", + "amount": "919093744088768n" + }, + { + "pAddress": "flare1qgem2cec6a5k9v8u5lezpfjv56kpgd409hvknr", + "cAddress": "0x597ef567226831a800Bc5C0AF495Ef8a39167c6C", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", + "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", + "amount": "233659621397796n" + }, + { + "pAddress": "flare1575m2hwnx06p7avs805jrd0mzqxcrkyxaudn2z", + "cAddress": "0xf2608cb4a9065558d7C08dcab32690663b7AeBE4", + "amount": "145720000000000n" + }, + { + "pAddress": "flare1ffy4sde9jk9mekp2lzrfxs68tgug945zxrjmj2", + "cAddress": "0xb1E6cD6cFB6A12F517C3bf6dcaf839c1e71C84A2", + "amount": "300300000000000n" + }, + { + "pAddress": "flare1f2f54q43tt32vdl4jhp7d7c0x9qza2jym7vwf7", + "cAddress": "0xF439237a8705933e988FF601DB89eF760FBA8A8d", + "amount": "367500000000000n" + }, + { + "pAddress": "flare1nuwneum3znzzz73d582je7lkj7vh6uym7jr0av", + "cAddress": "0x72501C4F933535bbd31ca785D1A5B0572CdF030e", + "amount": "201537851641077n" + }, + { + "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", + "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", + "amount": "1500000000000000n" + }, + { + "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", + "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", + "amount": "840333675152254n" + }, + { + "pAddress": "flare1xx963vnd4q08autw0t948phxg5lv0hxr3ap8dy", + "cAddress": "0x76b1bAE0dA82A528A91CfD98abF8f72b3ab4Ec40", + "amount": "113450000000000n" + }, + { + "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", + "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", + "amount": "5000000000000000n" + }, + { + "pAddress": "flare12p2cr4hnyfsvp2demsfz28rdwdu9utl5dz7m88", + "cAddress": "0x2Ac1200E5cdbb166d940BBF401808C3119372Bb0", + "amount": "298450241468722n" + }, + { + "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", + "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", + "amount": "103637300298099n" + }, + { + "pAddress": "flare13dqr0gzjd4furddxn7c7xa6cm5dkjw2a07k92q", + "cAddress": "0x0F55E4e897Ce9CF67e7B2B8c3Cc28cF0451d7d0B", + "amount": "106149052550117664n" + }, + { + "pAddress": "flare17fs5g5mrw9f0eghfaq2a32mjsd62ts5sh8cddw", + "cAddress": "0x4F50A6C435824c94d133C0bD07439f248B0d4d99", + "amount": "246194010000000n" + }, + { + "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", + "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", + "amount": "100000000825570n" + }, + { + "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", + "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", + "amount": "439500603712560n" + }, + { + "pAddress": "flare18hz83gqv8ea6l6d7f5rp7vj46hduj5uwc504mq", + "cAddress": "0x6fbdC4FaE582eCb75BC5CF26C72859Ab522Ab5a3", + "amount": "60000000000000n" + }, + { + "pAddress": "flare18rxwux9nk7ydpu7asznm5wrjkf4xfgssha9s2g", + "cAddress": "0x266238fd6E6a96d910e8ac29cdB0FCDfA706c1d5", + "amount": "89890000000000n" + } + ], + "totalStakeAmount": "133204910467357615n", + "cChainAddress": "0x7b0b9b23f70e0fB6100b408d03d10E9BF4888397" + }, + { + "nodeId": "NodeID-B6sAUBEYn2fvHMeUnsUkh1yNrvTzKu8gZ", + "bondingAddress": "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw", + "selfBond": "4000000000000000n", + "ftsoAddress": "0x112B1130BD78B5A520adeace6130151E07a270a7", + "stakeEnd": 1740816002, + "pChainAddress": [ + "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Xdrops Oracle", + "BEB": "4000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "1176000000000000n", + "normalDelegations": "28411513046236000n", + "totalSelfBond": "5176000000000000n", + "delegators": [ + { + "pAddress": "flare1mmrka73js7nkallyren9jvf6cncw6c0cmq7mpg", + "cAddress": "0x99640616370CbB437808aCaCDb44288876cB42B5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17f6uv8zyngakck75zvxvf94z9wy8fd8mrz4hqm", + "cAddress": "0xC9313E1af029323A9bd75300f0285c8a86093bfd", + "amount": "310899993000000n" + }, + { + "pAddress": "flare12yjtwd5trm4jmy0c6l4wckemf4ffx27peed03w", + "cAddress": "0x75537feeef4ea80Dca479dc007B10306F1442330", + "amount": "120190999000000n" + }, + { + "pAddress": "flare1ksk3u9pzzmwam6m6v0p5srezcz0dk5su96ytzq", + "cAddress": "0x51A65cde94de2F449Fa83E486e7838798a740EaD", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qulms2mmlsqzm6fvxaee56349sc73rpds57sff", + "cAddress": "0xc9982e2F223095AB77Ae19F3DbeF374FB864f23F", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13hnqxx7lyp8t6fwpf8txph67pm2hvewrev2mtz", + "cAddress": "0x609652E00A1303B31A385bBf95e7F6feA605B996", + "amount": "26876387450000000n" + }, + { + "pAddress": "flare1ary69sscvhqhvm4wq249v8xz6dheu582ucxsx3", + "cAddress": "0xA60BcC03DF08BB3B207D1fDFF628adEEE0004DcC", + "amount": "50278246118000n" + }, + { + "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", + "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1353a0fa4l7e82vaw9j039c7y8als5pzp4l6lsj", + "cAddress": "0x8a955B7b52B185427edE10d689eC6beA033AB78B", + "amount": "173999997000000n" + }, + { + "pAddress": "flare1d3wxera6d793areekey4ju7p4048ltnhgnsuj2", + "cAddress": "0x772CB70126776D014ADB41e481C6f311Db2aceB3", + "amount": "50200000000000n" + }, + { + "pAddress": "flare18gll0k5yku0lr0cprr3jkx07z7w63uxp5kavvt", + "cAddress": "0xb67c4d6Ce3C33468cCa88f35825dbF7D4574aC0F", + "amount": "84637580329000n" + }, + { + "pAddress": "flare108x7th3uwkhsuua7ly7xasfq0nhwpywrargg9s", + "cAddress": "0x4e18524dB4542F4d9A4d850317A242691490B879", + "amount": "180418974000000n" + }, + { + "pAddress": "flare1qzuj9pcm2x6vygwtlfx8n3a69juk52c3nhcjwz", + "cAddress": "0xC653970AD41803220FDc39e7C46CeBB69fF2E6A5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1dmcsgt0276nepus4scz48404g9kfv4wjnqulwc", + "cAddress": "0xEDE423D36448c49dD077268581D5278Bb9924fB8", + "amount": "100580849962000n" + }, + { + "pAddress": "flare172r3664hwflu0h86p5zn02j90z0j8wqte34z4f", + "cAddress": "0xA5E9ADd3894051B11358A8952Dae14C2204C8199", + "amount": "101212976000000n" + }, + { + "pAddress": "flare14uwpgpnhveg5jnsc90qd2nm3rxh45zcsf5wh4q", + "cAddress": "0x2DCe927B863f8242a3A2636A3a7fB10a1Fafe22b", + "amount": "55554999000000n" + }, + { + "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", + "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", + "amount": "57150981827000n" + } + ], + "totalStakeAmount": "48587513046236000n", + "cChainAddress": "0x216f3f9476cC26ec95AafB2A494e23979d0494e8" + }, + { + "nodeId": "NodeID-66rV9yEWSVGLC8fs9ynKptVf9f6bSbHC8", + "bondingAddress": "flare15t8hn6pmv6fd6r4g8z5xqdrhd00v9ddmuh84y4", + "selfBond": "12000000000000000n", + "ftsoAddress": "0xf8B1Dcf2594AfD082aae088661bF574CB9BbDC61", + "stakeEnd": 1741251603, + "pChainAddress": [ + "flare15t8hn6pmv6fd6r4g8z5xqdrhd00v9ddmuh84y4" + ], + "fee": 140000, + "uptimeEligible": true, + "ftsoName": "Flaris", + "BEB": "12000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "950000000000000n", + "normalDelegations": "17251238118344902n", + "totalSelfBond": "12950000000000000n", + "delegators": [ + { + "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", + "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", + "amount": "50799997000000n" + }, + { + "pAddress": "flare1lln86kuxwvsvhmvjma2f8rax32j59dt2lk4n4k", + "cAddress": "0x79bb252C9681BFb56d519A916bB4d64b03cfBDda", + "amount": "464336662620902n" + }, + { + "pAddress": "flare1q7mrw6cd6rm630e8utac6y50n0vtsyx7c94rx2", + "cAddress": "0xBe444734903b84228DB6abA31379368685B87f40", + "amount": "201665816480000n" + }, + { + "pAddress": "flare1pz7kzkxfek0eqd8477s5tm3wwxmg09fmwc6ul0", + "cAddress": "0x830e4605967A3527cb5d956466Eb693d7c13fcDD", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13sa8ypqve6xvq5kwsm5k67urwrl3m28v5hkmfx", + "cAddress": "0xaCAbC0e90374769Da5d9586A0843aFadEE914238", + "amount": "54601133613000n" + }, + { + "pAddress": "flare1yylf20x8dzcyxdv4zt8nzl94gnxfjma7k7ptew", + "cAddress": "0x713865AE73dEA7E6326FcF2A3940389fce5803eC", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1q92mgvsc2tzs83ly390y57m3drjyqrn0hhm4fq", + "cAddress": "0x767D4e1FcD412E26010DC446E99A171eE44C97bD", + "amount": "50000000000000n" + }, + { + "pAddress": "flare127y5m673uphxgrk0qju73me4h66sss3lptps8a", + "cAddress": "0x81A242681053E28AfD7EBc9bc07D279D16edAe69", + "amount": "72805993000000n" + }, + { + "pAddress": "flare1shqur2ltsmlghhnxzn4praa4c7xlaxzfsqmc4e", + "cAddress": "0xe58Fde4A9986616dFF28A78aF087331CBF16E96f", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1g9aquyskpu8na0kyfv5f8grrr7xaxmgl90tnpj", + "cAddress": "0x1D98bce7b3697D3443632663A0cbb51e3855f9aF", + "amount": "50121730349000n" + }, + { + "pAddress": "flare1nt9z99ew36vep9khtg2yqx7n5z5qhqscq7gdae", + "cAddress": "0x6b70DDde371F77E58891245F88AB6a97B60889C7", + "amount": "50002000000000n" + }, + { + "pAddress": "flare1fv2m6rlvzp65hh6fj83nxutnkgnm7h2en7nvv9", + "cAddress": "0x445C00aFd7dcdd99415d3284bf8fBa1521d224f5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1kdgmtsmcrg6dl6us73fdztqaqrefnxrvrar24l", + "cAddress": "0x70d6376338ab23AEfCB94b71C60AddD973dDBa65", + "amount": "168800000000000n" + }, + { + "pAddress": "flare1m0y823vjwcjc9aetlaeemjf7mv9ns0ysnk8zph", + "cAddress": "0x21a88953DCD564094FA5D9AfCc6718741807969C", + "amount": "69299980000000n" + }, + { + "pAddress": "flare16f3awpzaaepy26fedatwzewn2ghdzdxmagxu0x", + "cAddress": "0xaCAE0cc5d9f8300CE9A950c61B79dB1f25385B7c", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1s7xtqvvjrc27e2qx7gt552dngjvcfp8mu7va2q", + "cAddress": "0x6549eDd41D5f73Fd3bB2Ba61e0C4085850b7Fcf9", + "amount": "13696804470000000n" + }, + { + "pAddress": "flare1yran6xpvsza9409dj9g42j2rr5xp2ca6gjmzpp", + "cAddress": "0x15B9A5144Dcf5b4Fb5D5E120ec669193d16e6286", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1atmcra4spys2slvv6y8s0s0wjyc0atxl47u5mh", + "cAddress": "0xE7873448BD13f4bd7D433E874F7AA09F11fAA512", + "amount": "68982528790000n" + }, + { + "pAddress": "flare1jvdpnzvxjutk9ddg4lnhed24c5r32narq366lp", + "cAddress": "0xA0aB2C8e83Bc846daddDF189d98ef7851e550351", + "amount": "233667788729000n" + }, + { + "pAddress": "flare1v6txazn4kkfk5pfk65mameuhqk9l7cnz0y7ctr", + "cAddress": "0xfb20abF91D27fED2F8259E70EaF0FD5492A99870", + "amount": "84491474034000n" + }, + { + "pAddress": "flare17ss2qfswk736r36addl03pfjdzk3juhpa3fac9", + "cAddress": "0x7BC173aDE72DE1D0B4430fB736BA040c31fBb157", + "amount": "149541644729000n" + }, + { + "pAddress": "flare1pxylh8w24mt500egavcdh5vgdu67qnpmuftyy3", + "cAddress": "0xde694bD8354f0d88c3Ee52FE1592dbB3812b0C10", + "amount": "50999995000000n" + }, + { + "pAddress": "flare1ccjeg0vkxjmswv004azpr85dak0vyj0zxsn9ug", + "cAddress": "0x95427ecB84Be756d11Ff73a4ede1973fB69e7477", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ex6ttjmfxktaqljrk298zuukvf3tw0n3xmqrdx", + "cAddress": "0xB857Bc0650cEc996F0FB30C1e160dE30705e5087", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1nypyqtcaumnztp3a0sjec5fwks7x9cq32nfd2k", + "cAddress": "0x57bCcb19C5A7ee612Bef7A7Cf7dAbA4E54B1B4fc", + "amount": "151770953000000n" + }, + { + "pAddress": "flare10g5y742dsgakpcmunw9ek46rkrd96pt0nsgkn0", + "cAddress": "0xa0F4F9f5b78B5d42570b5e030254d27b6973D04A", + "amount": "100000000000000n" + }, + { + "pAddress": "flare179t0nygd5mkmemy6cykjnz6f0fn0z93rwcza4x", + "cAddress": "0xF5afA65b1f2ffdD62848a10416058565f875AB9e", + "amount": "111405000000000n" + }, + { + "pAddress": "flare1x8c04dcc6lqflnsz7af6wg6x3neveyv9360snd", + "cAddress": "0x50EAd867C1B80960ffDa1beF1F212B9E1C9606b8", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", + "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", + "amount": "359999985000000n" + }, + { + "pAddress": "flare1rypk4smrvcenrc82jmyj4w56sucj4262s9sx79", + "cAddress": "0x38b970957208CAd75Eedc44b721571CBDd2D3815", + "amount": "511140966000000n" + } + ], + "totalStakeAmount": "45201238118344902n", + "cChainAddress": "0xbc1682730aE5BD0Aed7d210da330Ed581D9F2c4D" + }, + { + "nodeId": "NodeID-Q3WJQcoixGGKnFs41B18rnJB9PS54M5oF", + "bondingAddress": "flare1d8cegn6t3udsup8lkylzwty5vdr2s6gw3g0kqh", + "selfBond": "10000000000000000n", + "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", + "stakeEnd": 1741377600, + "pChainAddress": [ + "flare1d8cegn6t3udsup8lkylzwty5vdr2s6gw3g0kqh" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Last Oracle", + "BEB": "10000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "138328031650000000n", + "totalSelfBond": "10000000000000000n", + "delegators": [ + { + "pAddress": "flare14cjz4yrcx507q34ua8rxkrg3ykj4vr226wxdrf", + "cAddress": "0x08613433ad0037A0BB8c2217fAA81A0Cfb7d9d47", + "amount": "135000002000000000n" + }, + { + "pAddress": "flare1m2k3c9gqf9v8mmxh2t38eea7r3kg7t6m98yef6", + "cAddress": "0x375Fa004258D3A75D2877c557b344523A73983F6", + "amount": "3328029650000000n" + } + ], + "totalStakeAmount": "148328031650000000n", + "cChainAddress": "0x03b3BE825bbf52DF8f74AD9E4e247909F22309Ed" + }, + { + "nodeId": "NodeID-EHMcsRfGdnBSuaZuKdoxu4W8AvtL1jg1F", + "bondingAddress": "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz", + "selfBond": "13000000000000000n", + "ftsoAddress": "0x90C6423ec3Ea40591bAdb177171B64c7e6556028", + "stakeEnd": 1743656444, + "pChainAddress": [ + "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz" + ], + "fee": 75000, + "uptimeEligible": true, + "ftsoName": "A41", + "BEB": "13000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "4000000000000000n", + "normalDelegations": "177398967782611966n", + "totalSelfBond": "17000000000000000n", + "delegators": [ + { + "pAddress": "flare1qyded8jywfcvwm9z5qkl80wsdy8e6g0ngdazwa", + "cAddress": "0x022867a1278025df0afc0171ac7b162D1cD9D957", + "amount": "2499990000000000n" + }, + { + "pAddress": "flare1ny4z5tnkkc2kls2fdjwv7kzgxmyw9zya93k5mz", + "cAddress": "0x059eB51Ee5e68cC3D65145F2460D866Dded95a3d", + "amount": "2521820353513053n" + }, + { + "pAddress": "flare123l344hlugpg0r2ntdl6fn45qyp0f5m2xakc0r", + "cAddress": "0x4485B10aD3ff29066938922059c5CB1e5e8Ee8b6", + "amount": "150010000000000n" + }, + { + "pAddress": "flare1hmr0cpu0c8lttzvrahkac30a4rzeyps0tgvmd8", + "cAddress": "0xCe36227E43071118755b737188c4c09d72bA55Ce", + "amount": "4143234135358862n" + }, + { + "pAddress": "flare1q0dts0zp2nvd8c4wpnfg5nzrplln9ctdrydgcz", + "cAddress": "0xF555324e7f9fe9c66b53785560048F8b330cFD52", + "amount": "2050400000000000n" + }, + { + "pAddress": "flare1uv4v4sz43224sslgn9qplh2h8p8hj9l8e05sqn", + "cAddress": "0xEb83857D858Ff7Ae20895141238E8b86EC06AD24", + "amount": "133960388712770n" + }, + { + "pAddress": "flare1jcycp9x940zc38j7zaw5aq0r7dyycvh6hs4luq", + "cAddress": "0x4b2a55A5f2a36AF2f32C2e98784D67E2B63138F2", + "amount": "127500000000000n" + }, + { + "pAddress": "flare1fkwjsvnlzhaw2uljhrzyg02ujdyqsk5ksv8rqu", + "cAddress": "0x9eBd9026C69B5d0Eb9B8b5678A77e6d4279D13C5", + "amount": "2300000000000000n" + }, + { + "pAddress": "flare1d6e65rxkmfke2yj6c8dndrqf9sq3me36s2zutr", + "cAddress": "0xA31578A8Af5a717D0cF76F326323CE32E53d3528", + "amount": "69247000000000n" + }, + { + "pAddress": "flare17yz2pzv37pjags7fw6k8zd62wf82z2z4mgu7qa", + "cAddress": "0xA7B685e40A92110DAfa356E62F472a1417bD80b3", + "amount": "7606918816783548n" + }, + { + "pAddress": "flare13u7m5lzt27euext25vcqemv3faelrqlx44sj8k", + "cAddress": "0xaC2Ce4b1de65b45e1Cf32B9022dB00599d5F8008", + "amount": "1943940462043292n" + }, + { + "pAddress": "flare1djre0ll7gsmxcv6g0hy6lj96jkgyywvufc25yn", + "cAddress": "0xC591b9D29a815F4b44C8De6a8debc9716Cc0eE76", + "amount": "51250001000000000n" + }, + { + "pAddress": "flare1jcra72wu3tuntrwaepcqtljpl0uhpdwhkx2jsk", + "cAddress": "0x3841C56AD6A83d3e95732C54f3760245f16D879f", + "amount": "710569000000000n" + }, + { + "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", + "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12mxetd67eh9mwqzrpvzy2degjmaz3qnhv67njp", + "cAddress": "0xD4B3ECBc30eA0e447fc9DE70E1083eD9CF9d930F", + "amount": "50000000000000000n" + }, + { + "pAddress": "flare15qfnjzj3clmawfel9urs362qnrhw3jp24nlj8r", + "cAddress": "0xD7a21FE80774d7894f10a7C7539cA4547148C58e", + "amount": "61050000000000n" + }, + { + "pAddress": "flare10vx2y7zx42e6grtf92w6sddec3qlpacvvry8cd", + "cAddress": "0xcE3b9Aa3C8A87Bc55C8a84a216e446D0c0783123", + "amount": "88700199388997n" + }, + { + "pAddress": "flare1d9phj0844543e82k8sjn8he605mhd2ud7dd7yq", + "cAddress": "0x8681B9982806909127D49d46347bF2769A2E3e8E", + "amount": "7026585390000000n" + }, + { + "pAddress": "flare16xn9l0deqgzpyhqvpcmtemn364524hqawxgy6c", + "cAddress": "0xD99603E81f9903568851f2537397c59c58cE1962", + "amount": "23101949680000000n" + }, + { + "pAddress": "flare1fncdjdwuhuzdxj8fpj7x6vm5m76qw9d2ggtr4m", + "cAddress": "0xa24c43436B98AA2fb625A790128D9fC414094b2F", + "amount": "50001000000000n" + }, + { + "pAddress": "flare1l24c25ra3dzhh2dc85292vu7dtzhe89svdtq58", + "cAddress": "0x7d462880d3636801c7934556B4943400b040F510", + "amount": "253574030151755n" + }, + { + "pAddress": "flare1q95jdjmx7vfhh0lngvdft2hqk69zn9uxh30c03", + "cAddress": "0x3e88650aC8da192766De22fb55fB38DaCaA90aD7", + "amount": "569208749534059n" + }, + { + "pAddress": "flare1u26mpxstvk5h4xzlrq369g66cgd4fgsn95s05h", + "cAddress": "0xcBb819bb1d35F47a5a8613d90f2AE97635EE6681", + "amount": "252090000000000n" + }, + { + "pAddress": "flare1h068pyfft8vekr4ces96ffkplvekn23ls2ly64", + "cAddress": "0xB531ac8c8BFb161132E994fAB464f52257f117Bd", + "amount": "51793000000000n" + }, + { + "pAddress": "flare1m874p656qtu9c0tey73r28tqfdj5qu7085u3kt", + "cAddress": "0x91b88ed17C05ad98dad856520D04Ef5EF0577A47", + "amount": "3245809573166837n" + }, + { + "pAddress": "flare18f5nl2z5amh9mss9qph72fquewk65c8vq5rwrq", + "cAddress": "0x4Ba4E33479eda9A953F1c70F6cbDFAE162d928a5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1q04xl3anct05hclxhh2deq0fsaasqvvcgk94mn", + "cAddress": "0x95D3682B5cdb1559f58bEFF758807335b5Cd4c3D", + "amount": "105500998950000n" + }, + { + "pAddress": "flare16wgyxsfmvxvq6546svaavse6qysszqwknvt67p", + "cAddress": "0xBe3F82034778fbF474060f7D4a032f592559ab4d", + "amount": "570808000000000n" + }, + { + "pAddress": "flare1g9dalva5ru460e87q4yxy7t95lxlsfxv43vl93", + "cAddress": "0xD3cf9AB67bB0B13262F79Fd2c676077675e8edc9", + "amount": "1274285049762292n" + }, + { + "pAddress": "flare1mdegxdn2cn2qtyh8zktaxzg9e3umghsww74dtf", + "cAddress": "0x5d4FAc24d7E7e10a10cFeD94E429D19A15A381Ce", + "amount": "712726579932186n" + }, + { + "pAddress": "flare1hk4revtv8860zzfealxh2yu9kgcp29l7gswp93", + "cAddress": "0xef499B3148E17f57b3ea4ebE6e37A0E9f080c45A", + "amount": "110210000000000n" + }, + { + "pAddress": "flare1h9acaumy4ma3y24v9ffnspvlg35z3mr6w5spqy", + "cAddress": "0xdF01a391A0FB0F86EE09B70f82f8d8a864BCbC48", + "amount": "201650000000000n" + }, + { + "pAddress": "flare1lxsjcqg8h2pwgqpldykulz4j6hju2te0s43qv2", + "cAddress": "0x30144C6393C461375C02B7aF3562ca69A7131F5D", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1umqsxn0pszampdu492s5sjac3qn50ajqxu6ppe", + "cAddress": "0x20D394193242BD37e51d44c1db3627e8D5B927a8", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1hkap7l9rmneu9h34v9ty5uxekekl35nqaltufl", + "cAddress": "0x691B8fE1b6A398729C17d80E4f5920Dd050b9D79", + "amount": "539944988000000n" + }, + { + "pAddress": "flare1duqegq3lnnh5zm4lu5ru5u4ql2aj7q823kwn5j", + "cAddress": "0xf2e696743407f3a93e6c63858e824C89C7DC42BE", + "amount": "2387570000000000n" + }, + { + "pAddress": "flare1thrv5jn50yccl29tzpwlreha95z8udc6gud580", + "cAddress": "0xEB26dD0d4e25509851096BB9d55892681917a3bB", + "amount": "800000000000000n" + }, + { + "pAddress": "flare1vhtj9rm5p2377qd3r86r5zy0uflrfwf93s4hlg", + "cAddress": "0x0B9286242B26EF782c41c026c4607cEDA0cc3F16", + "amount": "929294387314315n" + }, + { + "pAddress": "flare1aqngyqk7jn99xk7cg5xqd2f7ndmh36q56kfd4c", + "cAddress": "0xa355ac3fF2261c1BafAb285d9d111F8EB4cb639f", + "amount": "6735580000000000n" + }, + { + "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", + "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", + "amount": "1377680000000000n" + }, + { + "pAddress": "flare1lu3672ua76zkgs6qlp7wynuz7zf8lt2kllp2kj", + "cAddress": "0xEA0d583f845f6ebCDfFC14A262219d0cD4d47192", + "amount": "168165000000000n" + }, + { + "pAddress": "flare1stx3tj0r9djucqvv9020k7yuha3w6xp7trrm7w", + "cAddress": "0xf9C2bbDEA296afb0FeDd364095303Adbf734aaAc", + "amount": "77200000000000n" + } + ], + "totalStakeAmount": "194398967782611966n", + "cChainAddress": "0xbBc569CA9C9288B6772F467025Dc376b4cc5B107" + }, + { + "nodeId": "NodeID-9fsCXCFJ7hzgsGK4FVpuNt1FVjJ9ScfVU", + "bondingAddress": "flare1yu0cptq33paad4pr7ff93s923w6rr4kf5adfee", + "selfBond": "30000011240000000n", + "ftsoAddress": "0x1c2bB2CA14914a462AB7268DE4A48eF6445116c2", + "stakeEnd": 1751670016, + "pChainAddress": [ + "flare1yu0cptq33paad4pr7ff93s923w6rr4kf5adfee" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Encode Club", + "BEB": "30000011240000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "134927914283684624n", + "totalSelfBond": "30000011240000000n", + "delegators": [ + { + "pAddress": "flare1nennsg9gweqcwjue36zz0347see2xtp340le38", + "cAddress": "0xe8D1af512b66755CBD84Ae5B12351aa42ba4950d", + "amount": "1196874747449714n" + }, + { + "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", + "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", + "amount": "287639601102837n" + }, + { + "pAddress": "flare1s286csrntzxn55kuz04fpw8djuejx3da52zsnk", + "cAddress": "0xEEC5Be1f3d7b53Dac37301dF14a5AFf9DCF54eE2", + "amount": "71415190000000n" + }, + { + "pAddress": "flare1t29t3885cr93tr7wllvd6t8u3fxx030dr5x2pn", + "cAddress": "0x98aA0190B6E7897E08B58BCEb975bAC4D28b5F78", + "amount": "57240000000000n" + }, + { + "pAddress": "flare1a4586zhdqzm834yqtncc02zl0snt8mz7796uhc", + "cAddress": "0x6286F345b39DB226A76fc0c11428b9ae3f5D67Df", + "amount": "1747866000000000n" + }, + { + "pAddress": "flare1vf4lyfpxjcmep0m9hqzrrlls7jpcxswsxsyayp", + "cAddress": "0xC60bf8E848e9FE12577cE111eb457BCe62df5FDB", + "amount": "29999999999000000n" + }, + { + "pAddress": "flare17m08c58l3jkmk28vh0za8g4e5m6vtgxguyvlgs", + "cAddress": "0xE9e11C8E916f32714108b173E6315ebd44FFee44", + "amount": "42999000000000000n" + }, + { + "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", + "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", + "amount": "1590021000000000n" + }, + { + "pAddress": "flare1dm98960nk9jujjlnuedxu027093lra4z3jc8up", + "cAddress": "0x8CAC08a3893F28e78EA085dAb04941AB32B53746", + "amount": "75000000000000n" + }, + { + "pAddress": "flare12mxetd67eh9mwqzrpvzy2degjmaz3qnhv67njp", + "cAddress": "0xD4B3ECBc30eA0e447fc9DE70E1083eD9CF9d930F", + "amount": "30000000000000000n" + }, + { + "pAddress": "flare1vgt74rqqwh8qr5pmkklljrr98pdg7frrrvl070", + "cAddress": "0xEeea994ccC3093c9D14274b894AAC9B00a756b1b", + "amount": "14418329995000000n" + }, + { + "pAddress": "flare1yemnf2d3lpch994tqmflfqmyzr2mhwew3878e0", + "cAddress": "0x289BA6a0b2aFE004A96d1781856d011282bDC49c", + "amount": "64200000000000n" + }, + { + "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", + "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", + "amount": "4600000000000000n" + }, + { + "pAddress": "flare12v7950p7slwzev4lrf9th0jsn9lrfg93vwndvj", + "cAddress": "0x092E8ee3cd01F9d37ebA38C2e5d7dEBcCd6FBd81", + "amount": "63239751132073n" + }, + { + "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", + "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", + "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", + "amount": "699552000000000n" + }, + { + "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", + "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", + "amount": "1680718000000000n" + }, + { + "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", + "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", + "amount": "3252783000000000n" + }, + { + "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", + "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", + "amount": "1334035000000000n" + }, + { + "pAddress": "flare1x4weupc6azatzyys0a3qej4277fva87cxu0zq3", + "cAddress": "0xCd153D4acA137246D277f1735B47a61563234C98", + "amount": "590000000000000n" + } + ], + "totalStakeAmount": "164927925523684624n", + "cChainAddress": "0x865E3638beCc43150e9B42C4422cE68081aa3A76" + }, + { + "nodeId": "NodeID-FUA8LX6gJhNmiJVT5eycNsd2jKBHL7FBY", + "bondingAddress": "flare18hpr5trmxtw7rv63675wa77xgk5ncpcz3et59q", + "selfBond": "33880350988978208n", + "ftsoAddress": "0x0000000000000000000000000000000000000000", + "stakeEnd": 1759860244, + "pChainAddress": [ + "flare18hpr5trmxtw7rv63675wa77xgk5ncpcz3et59q" + ], + "fee": 1000000, + "uptimeEligible": true, + "BEB": "33880350988978208n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "4425556184010788n", + "totalSelfBond": "33880350988978208n", + "delegators": [ + { + "pAddress": "flare18ps7xddrhx0rr83qlxncvvq9u6j6jx6d8r8h5v", + "cAddress": "0x38cc5D8D56734017c11A9A491e8A594F3b1a4959", + "amount": "50163000000000n" + }, + { + "pAddress": "flare19zkpfaes6yjvvxr4mlrvcd029rj7zne7zmyeuj", + "cAddress": "0x3FA2a887BF04CAE15F920D522293598E8CbC78F8", + "amount": "502032545186409n" + }, + { + "pAddress": "flare1j2rhzsfd955y02gt673w2a4854p02plvskt9w3", + "cAddress": "0x3195425ed1275f775EA0Ae27aE04bB44BB9D86Df", + "amount": "69999998649125n" + }, + { + "pAddress": "flare19vsyepzxpf8v08pas5lw2n4ysppgldte6mt8k9", + "cAddress": "0x4CA8Fa88E4f2E5aBC9ac3d9511d55094f4ac68C7", + "amount": "201634993514000n" + }, + { + "pAddress": "flare1n2yf7fdfyfx8aqrktr4lhjzxqs9fv6w7jrffdg", + "cAddress": "0x9dA4c90d02F8006E5CAB14360a8eA8e2eC036f2D", + "amount": "68000000000000n" + }, + { + "pAddress": "flare13ycygk99z27zv0fathrjgvzm9s5jfwjnh9wwdp", + "cAddress": "0xc589c8b9268b9AD6551fe5618f46566460fBc571", + "amount": "53638340259783n" + }, + { + "pAddress": "flare1tu2uagqcs584yng6xprxwm0c96kysgpa8pyvr2", + "cAddress": "0x028ed88F1e691516834AAC52e7D0DB70630DA92a", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ukhl8vm5qxts5x5syguck24k6xgp5fvwayk0dk", + "cAddress": "0x0F2DEd40f04b438F7431D8c96140918640f5c13f", + "amount": "93656116481228n" + }, + { + "pAddress": "flare1958zydd2a2mtr7y2833lqzjm8hxgu6zt7xlcxa", + "cAddress": "0x36260323c33c660BeA430B3cb32C01F6868A6c9b", + "amount": "659923225385579n" + }, + { + "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", + "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", + "amount": "107666000000000n" + }, + { + "pAddress": "flare1tz8kgnd4epr8duv5zra96uf8ytlkvg8ftpy2dw", + "cAddress": "0x02A47bd1f7C173B503E53F203Acb2e8101650834", + "amount": "250303055712389n" + }, + { + "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", + "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ul38n38wmj05ze0l964hhkqh32kdyjr9jq59rh", + "cAddress": "0x5000237c624aD2dE9dCAFa038fDbF5D2B249543C", + "amount": "50100000000000n" + }, + { + "pAddress": "flare1jgvcp8z3mx43y4r83p378nus5excllq8v0r469", + "cAddress": "0x66B556Ab4170a31222cE1e625D815012770bb206", + "amount": "176346589359108n" + }, + { + "pAddress": "flare1dm98960nk9jujjlnuedxu027093lra4z3jc8up", + "cAddress": "0x8CAC08a3893F28e78EA085dAb04941AB32B53746", + "amount": "75000000000000n" + }, + { + "pAddress": "flare1q3t6yn50d6dsvuh4hfydypfds2aycyktdjgz2k", + "cAddress": "0xD0dd7e71Ec731Ee2F00E6BDc9E67AD32Da915Ad1", + "amount": "51039997000000n" + }, + { + "pAddress": "flare1zp8z5w5spqej5u4vkp34kmftznmqxjkc6h6myt", + "cAddress": "0xBb7887cAF7c95635549d9b2B47650faC9994190C", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1pe4yluut78mlxrqy09e8rdq9adah972m0smupa", + "cAddress": "0x29c6Bf3cF532E34C58816182982b093Ec21E8B2b", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13sjgtcpfzda3295ytkjp0nmya8rrpl37lpxd8u", + "cAddress": "0xa5f84cd9A1E38922B1c2eE19708Cc43BBB30011f", + "amount": "72033306628167n" + }, + { + "pAddress": "flare1xx963vnd4q08autw0t948phxg5lv0hxr3ap8dy", + "cAddress": "0x76b1bAE0dA82A528A91CfD98abF8f72b3ab4Ec40", + "amount": "113450000000000n" + }, + { + "pAddress": "flare1zavf2gflklu7rljmnge29azlwp9udpcxvn5fxp", + "cAddress": "0x6Dc8667bC1aBfE5e6275C2fa374f29cee5Aee3a3", + "amount": "53000000000000n" + }, + { + "pAddress": "flare18ke6dud43flmqtq3nw06hzzz3f7wzvvw54mdnn", + "cAddress": "0x2Ca4365a971Ba511e001E166E3fe014685F26bc2", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1224m67y0qls5k8sjlu5fee7yydvskcnmfgjny8", + "cAddress": "0x90b4A02d85CdbC0D7Adc1B1598EcFC22c1B416cD", + "amount": "75375021835000n" + }, + { + "pAddress": "flare1cqmh7cvcdkqn57d2z2x7rsdm72en3wzq5ywvun", + "cAddress": "0xF24dCC07E25A9C043aCd72ceb288009011D4B772", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1e6jfhcyv05st5jcyva6g69qt4mmf05qsehhetr", + "cAddress": "0xC7BE696528c171581EA4A14A2D6fF19EdCD9AAC2", + "amount": "100393997000000n" + }, + { + "pAddress": "flare1v9lf9dyw689ggp5tg2mycz80cj6mtdk9fk0yjh", + "cAddress": "0xa592A43444a8ae2f33Ad1770A503e15F20894E87", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1rxd0mcvkp8kqdeawa94nn6p4gac5wx7s9e2ewn", + "cAddress": "0x37c93571c19D6c12e7c438A2A288B733c0853b88", + "amount": "51799997000000n" + } + ], + "totalStakeAmount": "38305907172988996n", + "cChainAddress": "0xbf5Bd740B48428C41E9353Abdd95C5866FabbE87" + }, + { + "nodeId": "NodeID-8aGBxZssVWRvEr57YGRsWjZTHbnoWrfcc", + "bondingAddress": "flare17pmwqezk53uwa7g4wmrs7ry4fy5el8v62ps2pc", + "selfBond": "6000000000000000n", + "ftsoAddress": "0x184DbC7F2D96aBDfDe5CDa8c56F3F13DbF138cdF", + "stakeEnd": 1740124800, + "pChainAddress": [ + "flare17pmwqezk53uwa7g4wmrs7ry4fy5el8v62ps2pc" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "FlareFi", + "BEB": "6000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "20955236430000000n", + "totalSelfBond": "6000000000000000n", + "delegators": [ + { + "pAddress": "flare15765j7tmmefludxwcc6usl95n0lcyxt2exyqt3", + "cAddress": "0x8B6bE5399e08B20944e539fa554865A27f4E2391", + "amount": "100000000000000n" + }, + { + "pAddress": "flare15sdml9mjg3kw9c3h26h6mp5t2c6uhh8gw9mafy", + "cAddress": "0xA7847F8343a1f994BF7df86335640608a0deBBd6", + "amount": "20855236430000000n" + } + ], + "totalStakeAmount": "41955236430000000n", + "cChainAddress": "0x54093543a5c38ed404622c625904cF739ca5382C" + }, + { + "nodeId": "NodeID-2xbUrUGcj9HuntjA4YPHQFWiMuQz428SL", + "bondingAddress": "flare18gdh9zj7zvjfr0ce7mj9m704nmrv8kkwlv7uym", + "selfBond": "1330500000000000n", + "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", + "stakeEnd": 1745247600, + "pChainAddress": [ + "flare18gdh9zj7zvjfr0ce7mj9m704nmrv8kkwlv7uym" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "sToadz FTSO", + "BEB": "1330500000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "16346718918562000n", + "totalSelfBond": "1330500000000000n", + "delegators": [ + { + "pAddress": "flare1hq70slga3c5uv43hvvt9p96w3ugjq8ycxhdnyd", + "cAddress": "0x362D2770028e1BBc5F936A0Faf4BA45EE359091e", + "amount": "610713000000000n" + }, + { + "pAddress": "flare1n0j3tf0phflcvxcsalzv9e7ksxdkl7rd4lcxzg", + "cAddress": "0xd288e9Aa97019fed7cb46e19d8171Aa1190C1abc", + "amount": "229029000000000n" + }, + { + "pAddress": "flare1jas5pxrxtr7v8e9etfhuc0jw84e8d3xhx4umqs", + "cAddress": "0xa1e14ddB9f3B814d34453629DB8d78F187f896c6", + "amount": "650000000000000n" + }, + { + "pAddress": "flare1246kp4l5kh2c6y72g3jdj4jlwsz480f8nwue9y", + "cAddress": "0xA29073E603114eCdcac2A0930190Db14Bdd54658", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1kxcn4s62nfykdeuw3cmzzjacrgd3v8xhd76jry", + "cAddress": "0xd63FD88Cc5225B9F0A32d422C03e1474Ce827724", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13v9tnphkwft5g7j3r95ygqylzs4vth9kzf92v3", + "cAddress": "0xA87833C7ab8Bc5e2f75d3837F1e0936DF28AdA94", + "amount": "50283097309000n" + }, + { + "pAddress": "flare1vas4gp4j0fa5lnnan82l6s2u9fmkfq7w6ea72u", + "cAddress": "0xf8F603Dc252A405df06EC8d68D277F188062Af12", + "amount": "53600000000000n" + }, + { + "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", + "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12j8045ehsuaknmpq5u9hkddwz3alff560ufsym", + "cAddress": "0x14f46A3DA7a17330e20eC4754e783777aa61FE13", + "amount": "206114913344000n" + }, + { + "pAddress": "flare12yj9eu5526hk0aks4wttcazgqjaytrvnj4rmta", + "cAddress": "0x7d41D87F8e3c84f68FB0cDd042aD920C187412df", + "amount": "93852879108000n" + }, + { + "pAddress": "flare10ka4px0zf2cj5dckzrymek6lcz9wdhmut3fksw", + "cAddress": "0x239d66E153Be508BD20A6B9bACddFca351BB4425", + "amount": "50000000000000n" + }, + { + "pAddress": "flare19wsc3dnvswekux0qudccm32l7tn68guqrhq8dv", + "cAddress": "0x6031b4C5ACCfEE45866d3F80397A7391de82f0Bd", + "amount": "59298744801000n" + }, + { + "pAddress": "flare1upthd6v9zuwehvkdghqvpnquksuwsfqdvwt4rg", + "cAddress": "0xbC11734b9f47AF0916D1B1f28d503E602Fe8dd8F", + "amount": "727849000000000n" + }, + { + "pAddress": "flare1t79w6e7urczy5609kch52aecu9ytl033p7wnnm", + "cAddress": "0x9926A7EDDD62f2773390a5259929D4a85278c21b", + "amount": "50000000000000n" + }, + { + "pAddress": "flare187dcd8tpyzp9fw386s99jjv9j26q5zf0hly67k", + "cAddress": "0x631e0E85fF006d89EB3FAd9d9285DE07a57F2712", + "amount": "60693984000000n" + }, + { + "pAddress": "flare1wyh5p06pdl4dv463mjl2z8pr4hwdgwevc44ce3", + "cAddress": "0xF66095b87168c082f3278FE98D3bf594CC8181FA", + "amount": "13255284300000000n" + }, + { + "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", + "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1xrxvajmqa5r3eyhc8uxzsjv5qsrmf0xunuzva0", + "cAddress": "0x32D573d79990A8035781236e5f5e83CaBeAb1dC7", + "amount": "50000000000000n" + } + ], + "totalStakeAmount": "17677218918562000n", + "cChainAddress": "0xe72f3012c8Fb18276CeC11D1A7efc0EE4256a804" + }, + { + "nodeId": "NodeID-EJ7V3trSnp93txcLP3h4ULJvBhvUtP66c", + "bondingAddress": "flare1lmrlqgckv2amas34xl2f2ms0prz8kuld6qetrq", + "selfBond": "7000000000000000n", + "ftsoAddress": "0x4CfB79399cd840414a2BeF2c7C7A0cE3b9b0F89d", + "stakeEnd": 1745436415, + "pChainAddress": [ + "flare1lmrlqgckv2amas34xl2f2ms0prz8kuld6qetrq" + ], + "fee": 180000, + "uptimeEligible": true, + "ftsoName": "SolidiFi Nexus", + "BEB": "7000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "18025205847987000n", + "totalSelfBond": "7000000000000000n", + "delegators": [ + { + "pAddress": "flare17sp47p0u07scc754ecy9jnfgk27tvwh5t8g86y", + "cAddress": "0x71D1038CD8c6D3Fc00b4Db568b1cEFa5dE033f3a", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1w9n7wtda34g378awuu78z8c3xx4t6nj3x5d23h", + "cAddress": "0xe983F2E488D12678AeD26d8a14ea9cA7dD8847B3", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1d29f8z3hasucca8y08p5cn97z46eu8dq6a3yzm", + "cAddress": "0x02e6a8B49d6f46C70fE2Dd42356c9400469C986d", + "amount": "50000100000000n" + }, + { + "pAddress": "flare1yj4852vfcg3438ry458jex2uzf4jtcs9ea6jvm", + "cAddress": "0xE7a7D8151bd6A7Fad7142A4efdbEE4C0148B3066", + "amount": "54900000000000n" + }, + { + "pAddress": "flare12pkkzec85e2hgcs3gtautx524cy64q97duaj7q", + "cAddress": "0x6E3675627c1166b38Af252aC29F8Fe1Eb6b2A325", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1rn8hfh75q7446u9hy9dwdpkde2sfk6857pfcdu", + "cAddress": "0x7A3Ba5399DD5Ed11c34caE7DCA67c6Fe9E808C02", + "amount": "770656000000000n" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1kxf7qxvjalgxpsjwc30uupfrftdkakf3fejh3m", + "cAddress": "0x7e81A3E4ceA9538c171c9E090f3dfC5D996dB47B", + "amount": "110273668000000n" + }, + { + "pAddress": "flare1y4rn086qlkyvrad3mutqx4vepj6et7zt275vug", + "cAddress": "0x16cE8C82F4402C1eB848d7ADcBC475ECfae0c191", + "amount": "51000000000000n" + }, + { + "pAddress": "flare1rpynhc4vadswypaa8xgvv82fgvfajj0n8c2l9x", + "cAddress": "0x1620365558178A9228B385fe98F29d3aC147A469", + "amount": "222874000000000n" + }, + { + "pAddress": "flare18ejrekq520x5wnm5usxtaxxfxxrmvp9gfp46uv", + "cAddress": "0xceb93e6c3fF799a44205Cf8776c8b4Da4E05b6fE", + "amount": "400000000000000n" + }, + { + "pAddress": "flare1jlzcdnr9d5jajp3dq3gk5tv4yz7jgnj8qrt05z", + "cAddress": "0x2410FC8Bd069Edf114a2638766450541E8A0715b", + "amount": "120000000000000n" + }, + { + "pAddress": "flare1emghph575e9e4w4uq9fufwdzk4m52qcwshdhxr", + "cAddress": "0xE3F7CB3B4cc6bE9E054E3145cD0f62df1Bc36683", + "amount": "88746000000000n" + }, + { + "pAddress": "flare1a7n4fhyttrtmr35gl9kaz3gvcfyz7ryyfm8aun", + "cAddress": "0xa44DdD589b68921da16928e7F3734E83224714a9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1n0fkfxe2znsza26yte5u85zmg0e2l9yh4xx58x", + "cAddress": "0xDa27AA514277DcB848bAd3EEfd6158A8d5Be8CcF", + "amount": "13749167030000000n" + }, + { + "pAddress": "flare1575vr97n5la5x9sx40h2ypmyeg3vp93z0z9qfh", + "cAddress": "0xE36b8D08a2365a16dAdC3EccE6446daF9e3AF3Ce", + "amount": "53545962000000n" + }, + { + "pAddress": "flare1jqexqu4vj0pr5drl4yfcwvtv9gnkw7fxr4sqe0", + "cAddress": "0xEf01281e7B22FF3E3bd232c66FbE6148fE24613A", + "amount": "75010000000000n" + }, + { + "pAddress": "flare1fmrq67h6jradsqtqzmuu44sd2cwv5u0488w7mv", + "cAddress": "0xda42B1C68160F31D5E66887E81bDA35a7a666f27", + "amount": "452197000000000n" + }, + { + "pAddress": "flare1p4twm2k6l4r3g8yjmxvyksaek7nt9ttnw58lhz", + "cAddress": "0xf17681C5D0030Be215b7cD40FB116e8C708e3387", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", + "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", + "amount": "150000000000000n" + }, + { + "pAddress": "flare15d3vsctkvnzhztym80j3fq59cd90ntfem722wv", + "cAddress": "0x7A0ce230710853791F260E482330A4C2BC800913", + "amount": "206459590987000n" + }, + { + "pAddress": "flare16exk23dqyzhmna5sjnemchd3mx4vyrk934v00w", + "cAddress": "0xe5650779C05EfF0800a4167d5380e75c6b2A93c1", + "amount": "381255500000000n" + }, + { + "pAddress": "flare1qs2mu6pde3zu7kxccc0f5nve7vguhujap4z9xk", + "cAddress": "0xBECb518a60aEF9f23d44EAF8B268455CBf84B784", + "amount": "66898000000000n" + }, + { + "pAddress": "flare1dr893k2c4nj56aesln6t8muktpew4kyu5mmc07", + "cAddress": "0xf5450AA04c554d74BCAfAA0E66c825AB648b1E73", + "amount": "71758000000000n" + }, + { + "pAddress": "flare18ky6f6ek8l4lmk9l85sap027plmf2c8r68cqp4", + "cAddress": "0x300B678ee6F5172BD12216C8c53CaDAF97D66c92", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qkzp0lv5wjgfpvvgmqqjk8ftm24yxjfmkpgtjn", + "cAddress": "0x2A91fF22c20DFb9CEbfF377c9F614B5ad669F403", + "amount": "300099997000000n" + }, + { + "pAddress": "flare1fpx6znhqv6g7u2sctqpf0msvvthefxdff6qzew", + "cAddress": "0x9A564A34edCACef81F1d84cB12c37A5F2112171E", + "amount": "100365000000000n" + } + ], + "totalStakeAmount": "40025205847987000n", + "cChainAddress": "0xcA90FAE4b7dF747245C7676f2f3672fD64578BF1" + }, + { + "nodeId": "NodeID-KH2o8xGFLYtCwseWgRbpDAf1n4zAcMNfN", + "bondingAddress": "flare166shgvtk73nd4ypgawzuzp685cymtxhuat0la2", + "selfBond": "10000000000000000n", + "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", + "stakeEnd": 1743969600, + "pChainAddress": [ + "flare166shgvtk73nd4ypgawzuzp685cymtxhuat0la2" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Last Oracle", + "BEB": "10000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "137111359960000000n", + "totalSelfBond": "10000000000000000n", + "delegators": [ + { + "pAddress": "flare12ml0aau2shclr92200yhpk773lsc7hmm2k2kjn", + "cAddress": "0xf35A0A2C4464432A05aAfFaC3dC28d059535044D", + "amount": "134000000000000000n" + }, + { + "pAddress": "flare10yljv356a3zj8c4a3nctvx32xe7kjasyte0gfu", + "cAddress": "0x8d17Aa0eCe992dF87F10DACa223AF0CB5834d188", + "amount": "3111359960000000n" + } + ], + "totalStakeAmount": "147111359960000000n", + "cChainAddress": "0x57AB4d0c9C0F975A8156Cd7CB057Db9c358CC583" + }, + { + "nodeId": "NodeID-J8Zbi3b3AjTEUmHdE4KSApEU1U36iaeDS", + "bondingAddress": "flare1x678p78s7wugfnz6rcd0wp0h76l7pxh9f29488", + "selfBond": "10000000000000000n", + "ftsoAddress": "0xF0F095bbd5e2E33e9c1703cdEDd0015280406E90", + "stakeEnd": 1746187200, + "pChainAddress": [ + "flare1x678p78s7wugfnz6rcd0wp0h76l7pxh9f29488" + ], + "fee": 180000, + "uptimeEligible": true, + "ftsoName": "Flare Oracle", + "BEB": "10000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "63410214977062737n", + "totalSelfBond": "10000000000000000n", + "delegators": [ + { + "pAddress": "flare195umjjqnl3wdgvzwvdcy8gaek6vnslcm2vwtty", + "cAddress": "0x5D4bE3f345cbEe26F7Cd7EbBa9e21a26c063E6cA", + "amount": "158603999000000n" + }, + { + "pAddress": "flare1gdsvmkt8wppcf0tnha6t9en626krxr73ejlp80", + "cAddress": "0xfdbb23094F9bf5Fe471b6ace0aAf34491B5D7EAf", + "amount": "203000000000000n" + }, + { + "pAddress": "flare1t5yhnqugrxjpzp0qqzgs0qn2xp0cucf0wv2m4h", + "cAddress": "0x62d1C35acD23342a06B7DDd412E44b111884f148", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1p0st9p2k58pgqscr34ttv46hm733rql7dnf8x4", + "cAddress": "0xfF9fc7462bDCDABB44610E5526F9492e0f048992", + "amount": "55000000000000n" + }, + { + "pAddress": "flare1ds7warfhtqtwjxh80t08enhw5mnvvan5e9rfnz", + "cAddress": "0xdC21632e09a5318048FBa6098203e751269ddbC4", + "amount": "214467371122000n" + }, + { + "pAddress": "flare1qyhn7477vhvx8ntmjk5nkahenekg7l2fws3gpp", + "cAddress": "0xbB503547650a2c53139Bae0F3acDb0157F33cd35", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1d29f8z3hasucca8y08p5cn97z46eu8dq6a3yzm", + "cAddress": "0x02e6a8B49d6f46C70fE2Dd42356c9400469C986d", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1j5r9j5tfcrhqzu0dauv43j8skmjcx6r64u576n", + "cAddress": "0xfFF9A77C90D9d148f1e82aED77Eb9D3328d454FA", + "amount": "69104755000000n" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "120106000000000n" + }, + { + "pAddress": "flare1rrm9gggrl87zjnnlrxytr53xskfas58xdnlp6s", + "cAddress": "0xf26e2d134ddF8eCcA0C879fEc9B089A8D2dA7539", + "amount": "101799992000000n" + }, + { + "pAddress": "flare1r5kawsuar8mncnxptz665wxkekt02arpecuwlg", + "cAddress": "0x785ea2C2568407e436F7e08b878BCa849032Fed1", + "amount": "50899994000000n" + }, + { + "pAddress": "flare1wjttgvjxw0f25sq92ydfsh7s5fqc6j4sxksv2c", + "cAddress": "0xdFcd9A8300C6eB249F0a542D585a1d3DDD842C60", + "amount": "101610000000000n" + }, + { + "pAddress": "flare1hnl4yzg3mue90zu0rz7ph3pgkwq52yjerzqhtv", + "cAddress": "0xCeaA1a543351A445bdf03Bc1eFCe5074d535B548", + "amount": "50000000000000n" + }, + { + "pAddress": "flare18awcsu3jastm3rld4js5s6dkjn7fsy3cmrv8ws", + "cAddress": "0xA0b87C478D0bb0eCCF7a33223412BA6A75e724a9", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1jzg2vnuq6q6tketrl5shpxssxpkt6kny7aav7w", + "cAddress": "0x349F1abb33024646F6Eda656DbBA9bBc8e0Bbba4", + "amount": "64999997000000n" + }, + { + "pAddress": "flare1fvyegajgsn08a5udk73tmh959nyaeyymnmz0hs", + "cAddress": "0x415EE02C6cD46D455BFe50e753aAc87014317402", + "amount": "58564999000000n" + }, + { + "pAddress": "flare1cuyf3lrc8dsqvpkqjq9k2pwm6yyl0zs2vmhdjs", + "cAddress": "0xD8AE0509E87B557443AbB2fd399BB7DfBE24a0ad", + "amount": "128499996000000n" + }, + { + "pAddress": "flare1xtxeldwnduqxd4ptxuks5urhyqrwh0qm7l0chu", + "cAddress": "0xC5B88a3588f1f7569B19c0976A42A5E4baec7740", + "amount": "50300000000000n" + }, + { + "pAddress": "flare1scm2w37ru4pdqpgydjgf55p2v73xphfej4w6mu", + "cAddress": "0x5ddE6Fb49cd61eeeE47e021424C301B4486E6Cc1", + "amount": "221900690000000n" + }, + { + "pAddress": "flare1zzhgvgtuqkaj9msdzhwc0p0z52tu5shfv2dve9", + "cAddress": "0x1101da007B4bD3ED52c69f896682FB263ABF925F", + "amount": "194450000000000n" + }, + { + "pAddress": "flare1z29kscffyurnlvtlvy9vemkg6ekk44h5a5zc6w", + "cAddress": "0x4f860f352418e7e9E012345aFe1E5A9A9cc7eE16", + "amount": "52203255827000n" + }, + { + "pAddress": "flare16pztk8rg3uzcxr3jln6d94rupzync2nx5wzwj2", + "cAddress": "0xcEc5C7C70Be4C1450056D955Cb103A67137Dc965", + "amount": "54034336000000n" + }, + { + "pAddress": "flare15kyedqjka3x9nr77shy4549l3uc0826pczxyys", + "cAddress": "0x49E67273e8ef541d991350Ea9cb2fc28E34A3b18", + "amount": "131000000000000n" + }, + { + "pAddress": "flare1zhm0mx2elpuxrqpdyzehjjtvf94acagpnvfn4x", + "cAddress": "0x14E99a51879b480Fa6c191f2d2F83133B5c578E7", + "amount": "236214684057000n" + }, + { + "pAddress": "flare19ngcrft6z0xxj76y6h7ukujfhywz7tmej38hek", + "cAddress": "0x5019aB439e041FED3f9eb20cF7F321C1242BD4E8", + "amount": "50097585909825n" + }, + { + "pAddress": "flare1yexnaz4k88gq2l0lls0jmx6r49hgvw8rrutye5", + "cAddress": "0xB7ceebB3C721a9982212c32152B4A2B5D5Ad1177", + "amount": "63000000000000n" + }, + { + "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", + "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1wh3rh7qg22hemz6yjde6j9jfhaj948zqegh8az", + "cAddress": "0xB2145DA747954452FF580d92Ef421fc1643538C7", + "amount": "102500000000000n" + }, + { + "pAddress": "flare19s6fsx325prsndyn9mlz6h83m9n9tn78x3yt49", + "cAddress": "0xc5257bFc56EeC426C5861Ed586f370B16C3aC663", + "amount": "410657000000000n" + }, + { + "pAddress": "flare19zgdvzd5m9e7v9e326x44u95n8cs6j06fue2zv", + "cAddress": "0x355Ee7967Fd17C49db13f7953b03Ee61E52683fC", + "amount": "27335527960000000n" + }, + { + "pAddress": "flare1ekr9dskcwar06jf64gvm87f89wrun5xwjauenx", + "cAddress": "0x37982C49A7d0C39174bFCb810441C8BeecBAd54D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1v6mn9qh3k805snrsgdg09hdlgd538rnftvlh09", + "cAddress": "0x1f0FdDF0888E190787B7467ad32f81226935f3D9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", + "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", + "amount": "3932918068791323n" + }, + { + "pAddress": "flare13lqdfz2yr4q2tx8a90urrd703hd2uyxdrldnha", + "cAddress": "0x43d4888856Ee5BA877A968975EAeBF41793bA8Ba", + "amount": "101235000000000n" + }, + { + "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", + "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", + "amount": "278999992000000n" + }, + { + "pAddress": "flare18jjz2gq948esu64yfev4ra2r5aevpkup24q0s4", + "cAddress": "0x8F7238fDc127A1cD57a4964Dca16170785399B2b", + "amount": "244908967000000n" + }, + { + "pAddress": "flare13l0tfccwhy639cw6m9l9md9xrsparh2ryeck44", + "cAddress": "0x32c056bB3d28cB1C6a3d084291736831feB1fF73", + "amount": "989289000000000n" + }, + { + "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", + "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", + "amount": "100000000000000n" + }, + { + "pAddress": "flare14rmyqh2e7jufgsxezpfrgs2d2mm3rsa9kq53vg", + "cAddress": "0x05B658701342814Fd49b6349D6c6d5E3ee668BAc", + "amount": "480452975729360n" + }, + { + "pAddress": "flare164gk7v9ksu52alkq9angj3mjd9jr6cpsqywtgx", + "cAddress": "0x80439104FDA7d222169E1BA1e19EdA00c3538DF3", + "amount": "399999999000000n" + }, + { + "pAddress": "flare1n7rftpc8mktfx097v5esyh6r25nju8ndd6z7s2", + "cAddress": "0x23ADf46873d9BB79E2e825fEd11dDd9bff703f27", + "amount": "520000000000000n" + }, + { + "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", + "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", + "amount": "156400000000000n" + }, + { + "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", + "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", + "amount": "350000004934845n" + }, + { + "pAddress": "flare15nvl50j23dyfm6kfw9jlhs9q8pz834xjn6vd7q", + "cAddress": "0xa32fea03495d34F37CF63962323a3BF48e2c9549", + "amount": "50024996000000n" + }, + { + "pAddress": "flare1urwdjwnjuwdwwaea8at3fhwka2fh73wkw0p2d6", + "cAddress": "0xBd6d2F9899855f6347fBe2F575DF42e81a86F2c7", + "amount": "461207989000000n" + }, + { + "pAddress": "flare1zjwzn0wcr5hrhqwq29rl7ppxs6j03jc4hj5xk7", + "cAddress": "0x60F432c8Ad2800833c3840193d6ff5B62216B79b", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1gs8k2amy6tp3uk6y3jm5jnje49fxe8gv9qsme9", + "cAddress": "0xFC5D04A0191335da59Eb3D83FF40A212CCd38f0A", + "amount": "179747051804000n" + }, + { + "pAddress": "flare1vmq3cx2e2yj5xus2p9n4f78s5fyyfcj0apnytq", + "cAddress": "0x298D68804B1ae39Db335968F47B1d02c75A91156", + "amount": "74174990000000n" + }, + { + "pAddress": "flare1krwkz3va7082k8yh62tlrpjd4l2t4nsmv2mkgj", + "cAddress": "0xD74D3E4b62af9394dCeaAdbE5127a25907ed15f8", + "amount": "299999976000000n" + }, + { + "pAddress": "flare1pxqaeqnlr5ldxm9qqlrgs4catc43erhpaj8ugp", + "cAddress": "0x8D1D900bFC3c498A9e0454C6F342306662e8e950", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", + "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", + "amount": "272624000000000n" + }, + { + "pAddress": "flare1tcjr5nywx3yvp8ydwmv3nxg7alkyx42uyn8gfd", + "cAddress": "0x8F700383e44F99084956A11c4bD0C9e9F123BAcd", + "amount": "14000000000000000n" + }, + { + "pAddress": "flare1p64qxgwsafcqjamp2mzrymca79c5rrlsr0kzl5", + "cAddress": "0x4E545F33908fc26C8d7098f8f96C43468458F70c", + "amount": "225522000000000n" + }, + { + "pAddress": "flare1gneg2f2asfzryl0yhqtknej62ccwv6q4a94z4t", + "cAddress": "0x0Bf61E62224615fC83CF18665fe3b49ec4A59DbA", + "amount": "100000000000000n" + }, + { + "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", + "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", + "amount": "4000000100000000n" + }, + { + "pAddress": "flare1xa6wkrej7305r6327459uf7434x78895j38vl9", + "cAddress": "0xAa7b02D9d1dfF5860B375f1AC942e3D4881559F2", + "amount": "100000002463000n" + }, + { + "pAddress": "flare1tsxsswdz2ntae5k8uft9a8lpj7jvhmj5y08e44", + "cAddress": "0xE7308b833F0cb4953C32cfbc3932B044789A7f1c", + "amount": "71800000000000n" + }, + { + "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", + "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", + "amount": "234247000000000n" + }, + { + "pAddress": "flare1m3kgzn878ackqgtr20yg4n7e66rupfqsqd77kn", + "cAddress": "0x993A7995be8821C1D49e4e1D7DcaE940D502484E", + "amount": "114154514954384n" + }, + { + "pAddress": "flare143eg5sczk6kpvfrelfwlmnjrks9x58j33vmwe8", + "cAddress": "0xB64F4B59C2688812de3C537EDEFc88C1484EE202", + "amount": "976549998000000n" + }, + { + "pAddress": "flare1fu6swlx397z5l3p77qxdnnfwcav7e56qhj9ujw", + "cAddress": "0x0Acb4671ACA5f6fcE9d76047F51E042A50656E6f", + "amount": "56249084557000n" + }, + { + "pAddress": "flare1ehrpv6n2yhr99dted877fmuch2gezs4mnutp8r", + "cAddress": "0x8ED8A04D55eE60b71D7d3C88136497C420e8c7E8", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1x72aj8qxfyvuppazp2z2afwl8y9xc7up57jtx3", + "cAddress": "0xB784471706b2Fcf03183955D3616af9088374282", + "amount": "100000000000000n" + }, + { + "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", + "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", + "amount": "698292000000000n" + }, + { + "pAddress": "flare1k7pswlp98dps5nmu6cyutytlp9kqsvd6kemxft", + "cAddress": "0x7204bcf29d6B18d810549539fD6A45fFdC204762", + "amount": "267650987000000n" + }, + { + "pAddress": "flare1dchzspa3zusx5a88h592n6vq0x8xtxpk5eeus0", + "cAddress": "0x0e226A2A0E6470bEcC3F488AbEd16f45559c2282", + "amount": "50000000000000n" + }, + { + "pAddress": "flare162t3rnaezy9a48d6f6q9hf89u46carhu200wax", + "cAddress": "0x9E6BFa3AC9Da80098CEC42CeCdF9A9C04c58442D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13shtpwvryyq9hf982al8v6n47qptdfjpqwc4z3", + "cAddress": "0x487011B01e860B1128125008353Ee3D56CC0430c", + "amount": "69351963630000n" + }, + { + "pAddress": "flare1qntscv6gr2rddjqcwaadgfu6uj0m5hm9e6dkpd", + "cAddress": "0x9a70dADaDD78AE2caea35fefd1d58e6BB8F055e1", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1m528kx6nw4wfs5dllkv3nyn9w4d625vjfn3ara", + "cAddress": "0xf28bA57FFfe4F7aa818abbB58cc73F5D2D88dDc5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qqaw540uhutk3r8aw35tdu2qc964h2lvtuh0sw", + "cAddress": "0xb6F99645cd2F57bF3268a8ef6fDDD749cba30679", + "amount": "142189994000000n" + }, + { + "pAddress": "flare1x6v2dvgnszkk6cylsynj89l6wnvtcjr38nwc8c", + "cAddress": "0x3e745FB691a9C7E549ea35432Fe530D74abD42A5", + "amount": "1600000000000000n" + }, + { + "pAddress": "flare1kgqe6gx00zqqxvq6fheyedy9yx2c3ppuyaedyd", + "cAddress": "0x6d715F17D9015cF5FEe0945cC9af9F9fdf7A5704", + "amount": "248873285000000n" + }, + { + "pAddress": "flare1sjar8kl858zd4xgkg8pjwtpql40dkn4k5uzsr7", + "cAddress": "0x6d8db5a328F3Cf98007d2337D0957559ED77EE70", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1da385jdn45gcf2as4p8zr90eh6vla0qqg6ywa7", + "cAddress": "0x6D179F338fB4beCaF0987Fc657Ab6F2C324f998d", + "amount": "56473997000000n" + }, + { + "pAddress": "flare1szzv8gv3eywf20uz3szd70tadq8l6w25qxpjug", + "cAddress": "0x57AbCDf21289B28F444e779Fe0C1155636C92368", + "amount": "161225642283000n" + }, + { + "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", + "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1wvlmdmn8k6a9uplzsydnulvfw6dnkafx4emdg0", + "cAddress": "0x6181C11eF2E136728ce2cF7E01200a0D4850bdD7", + "amount": "57108783000000n" + } + ], + "totalStakeAmount": "88410214977062737n", + "cChainAddress": "0xF70F15182D51C13e2c67D1076B8b352e0cA85A83" + }, + { + "nodeId": "NodeID-MzMscku8ayAd2pBEmH8xWiAXBwtPgS2S5", + "bondingAddress": "flare1sr5f7kstvp4qnk789nd9rgwut960aauf0tua50", + "selfBond": "8000000000000000n", + "ftsoAddress": "0xa288054b230DCbb8689Ac229D6DBd7Df39203181", + "stakeEnd": 1743678026, + "pChainAddress": [ + "flare1sr5f7kstvp4qnk789nd9rgwut960aauf0tua50" + ], + "fee": 130000, + "uptimeEligible": true, + "ftsoName": "Use Your Spark", + "BEB": "8000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "54731092600544663n", + "totalSelfBond": "8000000000000000n", + "delegators": [ + { + "pAddress": "flare1yrfv4vuzhnnltdtcv7ufq9c4lz675udf4xqwza", + "cAddress": "0x2F5458FEeC304490505A006902f5d590d1d28aba", + "amount": "51299000000000n" + }, + { + "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", + "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", + "amount": "183000000000000n" + }, + { + "pAddress": "flare1ldumh2ghxjhjw963qkgth07j2w27cre7fddhzu", + "cAddress": "0xED89392847ab626964c670A4Ce3a9520466Da023", + "amount": "50000000000000n" + }, + { + "pAddress": "flare16p95f92x5093mntjhvac0ejf7hwelsuvkuqqqj", + "cAddress": "0x9ebecDD45D54D801DBbC67D91ECB7267ce4Bc957", + "amount": "50999995000000n" + }, + { + "pAddress": "flare1zrwhpjyd7ww3j5q0fz24qwtsxfwv489erfh05n", + "cAddress": "0x37e5777330a2390c738B429B0e347Ed92a8EBAEA", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "250000000000000n" + }, + { + "pAddress": "flare137wrw7tjpe20ac06x8a33zsal0q6wahudet5q6", + "cAddress": "0x0A411716f594B314eF6862B1c906F9057BA1D652", + "amount": "379800000000000n" + }, + { + "pAddress": "flare1gpnmjclggphdldy5rx092qqzftwqg7z678lmts", + "cAddress": "0x161fcB1d8f60049EcdB2153720320882eeAD226d", + "amount": "1500000000000000n" + }, + { + "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", + "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1e3ln5qcq7663n9pawc7yzy33k5m2fajaqtf6xs", + "cAddress": "0x0167F84D05F56012e8162F0055bB0A184adA8e50", + "amount": "69664974516743n" + }, + { + "pAddress": "flare1ysfccsghf8pp287fzy0w9pq22lx3kc8cjfna57", + "cAddress": "0xc629f6B65B029Bd306eAbE7d96D4fBbfB703A97f", + "amount": "499800991000000n" + }, + { + "pAddress": "flare1xrd8ad2lskuje2sy9p850p4a6ex7naksk73ac0", + "cAddress": "0x23DC5fC77Ed4782b80239D4d43C55307bdfFf278", + "amount": "190000000000000n" + }, + { + "pAddress": "flare1c7lx3h8djgcasl6tdn9sm48q080g0ylj8msdy5", + "cAddress": "0x547df3879A281aFBF4DeAa3F2FB6E718881dc51f", + "amount": "50000000000000n" + }, + { + "pAddress": "flare15haqz0lf8wt8u07gak564n2s5p2rndktqyt7hd", + "cAddress": "0x5EE5e301204C7a283Dfc5957cD796945C184A3fE", + "amount": "50000000000000n" + }, + { + "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", + "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", + "amount": "503001000000000n" + }, + { + "pAddress": "flare19av43675jtgstvq4y638rn2ms4xspunqtvdjvp", + "cAddress": "0x732FACb0Bb4e772E470Bec18cf7DEb3DB73678b1", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vz58qhm70e04awfl0plndyvxm6nv2e7pupwhv5", + "cAddress": "0xaf05204BC952462EF5CEfB9A6230C62c5BF37aD6", + "amount": "137149921693000n" + }, + { + "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", + "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", + "amount": "1200000000000000n" + }, + { + "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", + "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", + "amount": "498409000000000n" + }, + { + "pAddress": "flare1epet7xjhc4puuu973nfcnduyp9c95n2ajjawdr", + "cAddress": "0xC48531844bdfEcD9a014D928cCCC62ab3E5DdbA0", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1ylc20p92tns0sw9tkv95pkt7ca457jsf330m7r", + "cAddress": "0x02FB7BBD8E697032d292068aD3eaCC0CF16666eA", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fkgffr2mntg90gsfpjq8qctn0agp75nu337uja", + "cAddress": "0xd7B1bF8D664EaddB429997F842A0B8601A151150", + "amount": "273177716435000n" + }, + { + "pAddress": "flare1fvwtnhd70f6j3uz63hmpd2c4dsspgfuf3ms7x3", + "cAddress": "0x69aD9Eb0194C03362F334337053CE45E55478cFa", + "amount": "145299664000000n" + }, + { + "pAddress": "flare15wh6hllm08vnq4n3ptgefrwvsuvsagrnj08pwj", + "cAddress": "0xce910b1e400D6aD4447F0bDF915C7f9DBf8A6a0E", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", + "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", + "amount": "323065000000000n" + }, + { + "pAddress": "flare1xkvzfpe65034tq0znsvda68qhulgrrkz38u44j", + "cAddress": "0x0030b82c89603D54c28417d9f660bf488098b91F", + "amount": "80529976000000n" + }, + { + "pAddress": "flare1lhetyne2p3xqsquk6wufdrqc978kh65enr080y", + "cAddress": "0x9a5fb558b227C9F8DDbC55861b1E078ad5059858", + "amount": "149306450206207n" + }, + { + "pAddress": "flare1vshch2yw0qynlkdx46txwyhuhua7qsymygqr5c", + "cAddress": "0x2CE4542DB807279ad62ecd34A42FBfab28556B69", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1meu3qaghkjq2zj6cxnjz3mvn0dar0u2n03nrp4", + "cAddress": "0x1D4C7C59B5a6a876B0a495c7166CE5c811a7332d", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1stxpd0vxqe9xuja3ek4dutf5shpv78qg2e6a30", + "cAddress": "0x0c99DD909e9fA69A277d3b540dFd910Dd258FE92", + "amount": "54000000000000n" + }, + { + "pAddress": "flare19kf34vl36d52q9jfn3wluka3yl83akvqansye4", + "cAddress": "0x98f3C440432F400730ccabfC9ce373D4b71b4d24", + "amount": "378635210525000n" + }, + { + "pAddress": "flare1qnwh4tj9ur8gd8zy8r82kn94z5ywfmcyr4hxtk", + "cAddress": "0xB57159927057CC6b79aCF7b714C0342C5B8acDe8", + "amount": "82382465787000n" + }, + { + "pAddress": "flare1gjypevw4enumdn3vvwsrsaufp7zyagq4w8da2e", + "cAddress": "0x5669De1529cA202e1eab17fe60606b01A1d0E49C", + "amount": "245340633513000n" + }, + { + "pAddress": "flare1m9a5katq24snhnf8twysfwlgrnhceqac3knz7m", + "cAddress": "0x0eb261Bdb90C152aE44F442E7a17109c54153B6F", + "amount": "184225996000000n" + }, + { + "pAddress": "flare1mlcq7k4wl570sq7chydrw55j65kyzvjrzjn5nw", + "cAddress": "0xeAFFeb6dA2478d4de91773Da6ED1f45D22D1045d", + "amount": "1332845000000000n" + }, + { + "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", + "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1et04rs4rq8m2zmv8tp2pheys70xt7m38aetmwa", + "cAddress": "0x7eBF1779F5882b2BE657dEFDbA42150D31F6C152", + "amount": "1965636588000000n" + }, + { + "pAddress": "flare1ssf3p5xspcg0ztq3pr9nw5vn4gz8pmlupc3jnt", + "cAddress": "0xb7438bd1D26516CF1Cf0832d516a424A648e2FcB", + "amount": "149700000000000n" + }, + { + "pAddress": "flare17n8ne8dhhah76lywzhwpz0zfpl576m5lwnklk6", + "cAddress": "0x292C3cd85e0C518C16fe2599Cfd38D0a95F54cBA", + "amount": "117999999000000n" + }, + { + "pAddress": "flare1l82nsyrv4k5gw27jtweswa2n2ceypl9k3ka0hy", + "cAddress": "0x7C126313B1115aAcAFB3B0F2566922a541e5b4C1", + "amount": "922109977000000n" + }, + { + "pAddress": "flare16qrzxr2vdl3vm4cs4ycyv4ka8n89mjfcr4e36f", + "cAddress": "0x16b342400b1Aad4170Abd9059eC65F2EaE9C2296", + "amount": "20466146460000000n" + }, + { + "pAddress": "flare18sflw2zk8rqqe3g2emppyqk64d30gkfsds9zsy", + "cAddress": "0x00062B7f0303533b1b8a089F3Cc51EF56B665422", + "amount": "449509000000000n" + }, + { + "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", + "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1upngm0x5d6yt5lmzhw4wfd0an702yl4m96t05k", + "cAddress": "0x856068563B587b1fe66C1470D568760D41698545", + "amount": "50000000000000n" + }, + { + "pAddress": "flare19vhqsptrfs9l29ehuglcz2eguhyvkw75zyg9r8", + "cAddress": "0x1C243CDF12B91aDe2Dd987A94A2CEe26FFA2C6Bd", + "amount": "798229980000000n" + }, + { + "pAddress": "flare19atqr04gyka95sazqknvrp8pv2lku5sapmctgq", + "cAddress": "0x70346EE386165eF6663A6eBe5B4968C1Ab4842A4", + "amount": "5000000000000000n" + }, + { + "pAddress": "flare197q05nw60adcwg9que64m5lj625xsxu800rqcm", + "cAddress": "0x7bf00d7F66c1937854aedbCD39c60f76c7bFdE4E", + "amount": "2342006711807000n" + }, + { + "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", + "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", + "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", + "amount": "2662827437968047n" + }, + { + "pAddress": "flare1cw8lgv8a08allyhprus4w46vp00yffd4eqztg2", + "cAddress": "0x01EF0C7D465AF39D5c11C7beea73340f7B78767F", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1srwc9l697mrrrwzny6dwyv39h42c9pt324pqs6", + "cAddress": "0xFAd17b8D2576dA3Af8d5E81BEC12F81c4Cb7a474", + "amount": "350107000000000n" + }, + { + "pAddress": "flare1qavetrlsgk2dgzl2s4weasz2ur5g9jft775jnd", + "cAddress": "0xDCB1d8fa2d6d792163266038F59ECd8c1Db43A19", + "amount": "109406952797000n" + }, + { + "pAddress": "flare104whd5jg5fwcy8kcxh0ndcwpqd08yaplya63h0", + "cAddress": "0x2248C835c5BC0aE4aB771f2a9aC75782C9D3e739", + "amount": "1018000000000000n" + }, + { + "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", + "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", + "amount": "360000000000000n" + }, + { + "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", + "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", + "amount": "272624000000000n" + }, + { + "pAddress": "flare1ga7whuk5q4s3n302f2s0ww0hsrlvx06d8jh3mu", + "cAddress": "0xDD6473ad000531cA2544230677B495C8dF5689Ff", + "amount": "518019956000000n" + }, + { + "pAddress": "flare1pxatxzlatfsd20haudaxxncv7w6k9d6lj3em6c", + "cAddress": "0x15FC6991C7B4BEFbADd3825c4f9B666911FE67CE", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", + "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", + "amount": "266667000000000n" + }, + { + "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", + "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", + "amount": "234247000000000n" + }, + { + "pAddress": "flare133yypdjtqmpckwey4v348vgu4zeh5v4w5wtwkl", + "cAddress": "0xC66E09D33E0b433186801408146A9De7eEf53A58", + "amount": "374153517486000n" + }, + { + "pAddress": "flare1s0p5s0acxrg86mtfgs994k0aydg836dqzexv7q", + "cAddress": "0x5AcD5aCc5cA010F0fB91f7A8cB258e371e5ea77C", + "amount": "68003449287000n" + }, + { + "pAddress": "flare1crfwmvtnw5h30ky5jhgkxmtfrphfz6z9wlxgr4", + "cAddress": "0x3333B449C51a105D40c396dEAa440d1795Ca0605", + "amount": "425000000000000n" + }, + { + "pAddress": "flare1l7835sz6t68tfjzhthfycgs89fjkpr986gl9c2", + "cAddress": "0xe83fb0d25a2F6b497DF3983c64fF6E836fFAa49B", + "amount": "599889410022979n" + }, + { + "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", + "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", + "amount": "202421067623000n" + }, + { + "pAddress": "flare1suzmtxvx6lhtzfzqck6wh68fr363fw2zuvfhzh", + "cAddress": "0x8796E1723f7F90918DEc62d36D718B4Ca1a8dD5a", + "amount": "120000000000000n" + }, + { + "pAddress": "flare1rthaq0gruc0274mav8wma0xynmtdnxukn4w0lx", + "cAddress": "0x410a6be22809389164cDc439f57433bbcC1B212c", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ah27r30nwph6d04mhc82f6mstddugk80yyspd7", + "cAddress": "0x34f8226EC78E6832c086922823172C199cf3c53D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1s7qqja3dszv42kutmd8v0wxuz2du3ukzpdl5ux", + "cAddress": "0x9319452DcF0F17D1dD87BC3196d4795CcDB1c953", + "amount": "58004995000000n" + }, + { + "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", + "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", + "amount": "100000003000000n" + }, + { + "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", + "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", + "amount": "50000000000000n" + }, + { + "pAddress": "flare19s5n6ezkerp468xw3y4m6kklansqmrhvzqqehp", + "cAddress": "0xf0Ed7F25ba3285641E40c5985D074B72C69BD9F5", + "amount": "75001988000000n" + }, + { + "pAddress": "flare1snrxyqsx8hglahw323xezxtkdwsannwxdk04kp", + "cAddress": "0x508a4603FFB737Eb718E7b78bDf86658EfCE9450", + "amount": "247321000000000n" + }, + { + "pAddress": "flare15t2qy4wx34jxtssjcvjgcqyv5xt6neftmr8kt6", + "cAddress": "0x8034679296534b19572317C5b57547DD399e26a0", + "amount": "557903247688687n" + }, + { + "pAddress": "flare1uz4emx0vd079vrgk8zlrardyqxgccvgqhrnume", + "cAddress": "0x5B416D5270157C261e3BEe6C0e5D7E076996c960", + "amount": "674900000000000n" + }, + { + "pAddress": "flare1dynrya4k4etfceqd6rpgt3p803hlh3ec27wvqr", + "cAddress": "0x6baec5D8c99bC56e071509f62bFc8feFa6709865", + "amount": "264595703189000n" + }, + { + "pAddress": "flare19da0pgj2esneml5qe94996rx0xzsh0xvnj5jhz", + "cAddress": "0x0FC6C05E9EF7090Ba2133b4e0CE7eD255E13B4f9", + "amount": "428488991000000n" + }, + { + "pAddress": "flare1v3h4u4v0at6tkhnt3e8e2x6syr4nm5lsqxdhcu", + "cAddress": "0x23aC8f525C73f2C59fEe815e59bF80fC4252d861", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qd8hxeju4qs4wfs4g5t4tvtpymrgxtuc62kkgr", + "cAddress": "0x1686346C7A4f5bd401d3Af2bfa4B49D9375e8a06", + "amount": "229938171000000n" + }, + { + "pAddress": "flare1k9fdsv8jevdlxvvu60kddnm3g7mxx835duve3v", + "cAddress": "0x4C90fBB6787EE664908715c05899ACe6bb028E48", + "amount": "640300000000000n" + } + ], + "totalStakeAmount": "77731092600544663n", + "cChainAddress": "0xda8E7b8B9EcDc48531697Dc5179F250F1f8645a6" + }, + { + "nodeId": "NodeID-K9g6YJEhWiN2TF1RsFTA8SEXFAJWvikhu", + "bondingAddress": "flare1fkeu3chg8yyrkaqxxyahanyqyqz6ym7e60j98v", + "selfBond": "10000000000000000n", + "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", + "stakeEnd": 1749240000, + "pChainAddress": [ + "flare1fkeu3chg8yyrkaqxxyahanyqyqz6ym7e60j98v" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Last Oracle", + "BEB": "10000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "51000002000000000n", + "totalSelfBond": "10000000000000000n", + "delegators": [ + { + "pAddress": "flare12ml0aau2shclr92200yhpk773lsc7hmm2k2kjn", + "cAddress": "0xf35A0A2C4464432A05aAfFaC3dC28d059535044D", + "amount": "51000002000000000n" + } + ], + "totalStakeAmount": "61000002000000000n", + "cChainAddress": "0x1b33846CC78D10755597A7Db258dC8e07baB3A1d" + }, + { + "nodeId": "NodeID-N3GDYNsVNMxYTW4ULzrfRZpy3tRnhxKSQ", + "bondingAddress": "flare1fleg9y2jt05vmj96dzwd26qac65v5clhc8kwlt", + "selfBond": "20000000000000000n", + "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", + "stakeEnd": 1739271625, + "pChainAddress": [ + "flare1fleg9y2jt05vmj96dzwd26qac65v5clhc8kwlt" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Oracle Daemon", + "BEB": "20000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "16629325200000000n", + "totalSelfBond": "20000000000000000n", + "delegators": [ + { + "pAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", + "cAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6", + "amount": "13000000000000000n" + }, + { + "pAddress": "flare1epet7xjhc4puuu973nfcnduyp9c95n2ajjawdr", + "cAddress": "0xC48531844bdfEcD9a014D928cCCC62ab3E5DdbA0", + "amount": "100000001000000n" + }, + { + "pAddress": "flare1q2v0d64fju4pxlavvx27t4dthtapcy586nccu7", + "cAddress": "0x7Db08708933BaB21002BFd25F9e11760B9719d3b", + "amount": "3429324199000000n" + }, + { + "pAddress": "flare1qh4tywf9udzwh2dvsajwxphp25gnlwlew3taaa", + "cAddress": "0x1dDE862CCD1cB9f4B8707F750026160f805071DD", + "amount": "100001000000000n" + } + ], + "totalStakeAmount": "36629325200000000n", + "cChainAddress": "0xD00c47DDd1513dfcAA68413659D6A3b1071A46e1" + }, + { + "nodeId": "NodeID-GEC63GVfeYLG5UUBPSgiiN4YMvT71jdP", + "bondingAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", + "selfBond": "13500000000000000n", + "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", + "stakeEnd": 1739272558, + "pChainAddress": [ + "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr" + ], + "fee": 110000, + "uptimeEligible": true, + "ftsoName": "Oracle Daemon", + "BEB": "13500000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "16450202005000000n", + "totalSelfBond": "13500000000000000n", + "delegators": [ + { + "pAddress": "flare1e43vcgvcnp94w39ajtmkafzyq7nxlgr6kk525y", + "cAddress": "0xF0E519CbA209FD5f190d94e0AE9c0f63E26171BB", + "amount": "792226000000000n" + }, + { + "pAddress": "flare1pxfe4at3wwfmg2u0dttg2ss5zflvu8x7xfm70d", + "cAddress": "0x663bCB207e56dA22d701629002F3aF4d58DD78fA", + "amount": "15657976005000000n" + } + ], + "totalStakeAmount": "29950202005000000n", + "cChainAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6" + }, + { + "nodeId": "NodeID-2miZhA7JAnyf9s5rYzDeNciwg4448LKsP", + "bondingAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", + "selfBond": "13500000000000000n", + "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", + "stakeEnd": 1739272244, + "pChainAddress": [ + "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr" + ], + "fee": 110000, + "uptimeEligible": true, + "ftsoName": "Oracle Daemon", + "BEB": "13500000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "0n", + "totalSelfBond": "13500000000000000n", + "delegators": [], + "totalStakeAmount": "13500000000000000n", + "cChainAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6" + }, + { + "nodeId": "NodeID-EgJba99Q5iDcL81A27E111WANn9eZNj4v", + "bondingAddress": "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q", + "selfBond": "3500000000000000n", + "ftsoAddress": "0x9A46864A3b0a7805B266C445289C3fAD1E48f18e", + "stakeEnd": 1739797208, + "pChainAddress": [ + "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Bifrost Wallet", + "BEB": "3500000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "39312360313059580n", + "totalSelfBond": "3500000000000000n", + "delegators": [ + { + "pAddress": "flare1qxa5d56yxtu0zud8xr40glp5szdu7kv4nyjus8", + "cAddress": "0x5FDc500df2d13d7daF550d488362019167E86f57", + "amount": "1696848779685000n" + }, + { + "pAddress": "flare1mtganlau6s47xaxjsqqv5m54ted0e8aqqhzrqw", + "cAddress": "0x801448a3186D960319EaaA3899e5C7967F6F4f5A", + "amount": "50040000000000n" + }, + { + "pAddress": "flare1yp5qt3wjgs9rtgpapptj27j0vf8mmwcv5r5ayt", + "cAddress": "0x5201326d2027176D0F01757E7f7A81414A36Ed44", + "amount": "126000990000000n" + }, + { + "pAddress": "flare1cs9ktgvzad33sxa3npfml0gkfw3nl7u2gd6554", + "cAddress": "0x86a85639806014A4F84f23098Ce675b776A07C4f", + "amount": "63000000000000n" + }, + { + "pAddress": "flare1nacr8lnnyflaa7290lf3qlaw94yz29yprxfwh4", + "cAddress": "0x1a41400A3782306A440B237Cf9aD6F250Eee67Bd", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1xt7ppp9s0da5dcpa6nx6je4uayjed9rsufe43v", + "cAddress": "0xe5e98E69f8bcD03dA20A108FbC35941Df2Ca8F7B", + "amount": "50029986000000n" + }, + { + "pAddress": "flare1eny0kayrzsf0pksmd44lz24fgypcuh72lhcv9q", + "cAddress": "0x8200E118049a322b6BCf9aEB67eE07a7E7d5ec17", + "amount": "51590476972000n" + }, + { + "pAddress": "flare1c8f35uxqngcd6pcyrh0qgy59yhn28emlqy60wx", + "cAddress": "0x384b62af54D0F67465A40A2263a5BE82c7cb8b01", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fpf2up7veknu9u98j7wjast3xpjhyt4dkt22hu", + "cAddress": "0xaf9e6511a0a3c0f7e2b091068c7cB9025E4bc3e4", + "amount": "51404000000000n" + }, + { + "pAddress": "flare17yjp9fp0t9esve9j8cdua57m8as0hxlag592js", + "cAddress": "0x5A36d8e0E56532Fc6c722Eee3d7c37c84564299F", + "amount": "117678491000000n" + }, + { + "pAddress": "flare1hvrugywjqcxnuwwn487txemgagaglakgl2lx44", + "cAddress": "0xD4Ba6402A927d30609F32F433C84E39a3e5F1666", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1z749n9wpeyvzn4jj6z4aykj7g3qmlqv347sf6t", + "cAddress": "0x5bfAD86d445abcc14520509861075A760377c4eb", + "amount": "71775989000000n" + }, + { + "pAddress": "flare1vg00z8rch69s7zfhnxz9s0nntten5z8k8wzcd4", + "cAddress": "0x27b9773b10196e6e6189D1E544405C4Cf8C93aCf", + "amount": "95000000000000n" + }, + { + "pAddress": "flare16s9rhhlvwwm3n7z2m8n8948e5c0mnhlqdaguy5", + "cAddress": "0xa39A07a00981dd64e93e61340c4C64Da7D4E750C", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", + "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", + "amount": "59541707834000n" + }, + { + "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", + "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12pkkzec85e2hgcs3gtautx524cy64q97duaj7q", + "cAddress": "0x6E3675627c1166b38Af252aC29F8Fe1Eb6b2A325", + "amount": "50000000000000n" + }, + { + "pAddress": "flare15tj0p9fmq6nlcs74h9dae0pgfdxp8medy7l2zn", + "cAddress": "0xEdaCcACEEEed46c670C149a3eb8EF89afC7706D3", + "amount": "107439997000000n" + }, + { + "pAddress": "flare1mlknwnugwnhztqlc28xxu0e9atv09g43z4l3w8", + "cAddress": "0x14c4cea595a2E525B7462f43e355E96FDd025b8A", + "amount": "50000000000000n" + }, + { + "pAddress": "flare19pkqvvjf6qc2guudeq84mxvzgtqqchh0tmz2aw", + "cAddress": "0x4c78Ef34eCccA0f35f91bE0d488feD33e274E60A", + "amount": "312856985000000n" + }, + { + "pAddress": "flare1ncmym7frvn5ed5k5qpj8q8weq9ldw7368z3rmr", + "cAddress": "0x8650a28a4cac6030c95e809d3d27864F82AA6fC5", + "amount": "344125239000000n" + }, + { + "pAddress": "flare1xg3djtqdkmp0jx5u9xagjghpkt82cem60dds0x", + "cAddress": "0x11525688CD78Cf57d6DB1975ac26E025ee395Feb", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1haaj9gs6e3v82g8sv2utfhvd0phxl8lnwmlu6h", + "cAddress": "0x04B556433eE8500a2643818Db7814377caf805fA", + "amount": "107965998000000n" + }, + { + "pAddress": "flare1yugy0n00np59zl8vjxa670c2ftexenwukwmmqn", + "cAddress": "0x33bb31A13291F6e8FB87a4cB2eD95B4a2DE3d450", + "amount": "82812923808000n" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", + "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", + "amount": "4725276203354199n" + }, + { + "pAddress": "flare1efls2qcfp5gkueztdh5dhy85hzqx9pf0ll6zse", + "cAddress": "0x5AaC52153d20e2aC26717dBebB5ec6C660D87661", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13d3fe855f3hyzedqptj78agdqmm2jhkfn8yk32", + "cAddress": "0x0F8A7Bf7738ad5aD3cd87069AcCe03e68E9CB696", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1wwk7m06n4jydualz3vuuq6wzvnr95hz745vxtn", + "cAddress": "0xB63B25BAD231b0759Bf5f346747f32EA97754cf4", + "amount": "55970000000000n" + }, + { + "pAddress": "flare1vkptglqer48wtywqtr0wcr7c25aapdp53npnr4", + "cAddress": "0x07Bbec2B078deFeE66b61e34F99f677F53e0f4fC", + "amount": "67570876247000n" + }, + { + "pAddress": "flare1exrd57kq4cu2puhu9k2svkqn6drp3cvpaez969", + "cAddress": "0x83042d785dc0F0Ae48F110495A43C38854a561F0", + "amount": "52359993000000n" + }, + { + "pAddress": "flare195umjjqnl3wdgvzwvdcy8gaek6vnslcm2vwtty", + "cAddress": "0x5D4bE3f345cbEe26F7Cd7EbBa9e21a26c063E6cA", + "amount": "52867000000000n" + }, + { + "pAddress": "flare1m9a5katq24snhnf8twysfwlgrnhceqac3knz7m", + "cAddress": "0x0eb261Bdb90C152aE44F442E7a17109c54153B6F", + "amount": "108499992000000n" + }, + { + "pAddress": "flare1r5383kgkff8cqgt0sg5yf625vt689pr8emgrqz", + "cAddress": "0x25Ebc9305173CB76E5EaD039Fb26417Faacd836D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1zq7rpy5rr4u7pups23zdy463w0js6alf64yhvk", + "cAddress": "0x09fd70dC910351544e5c33B29c3827fe1E028D3e", + "amount": "150000984000000n" + }, + { + "pAddress": "flare1duu5jky3u035lhqd98yl4pk3nked5twt029sc3", + "cAddress": "0xa2f37Cd467CB49cD8A9425967624D02428917612", + "amount": "858999998000000n" + }, + { + "pAddress": "flare15u8x3h5wdplml8ykm7kqqdzz4w0655ev3678k5", + "cAddress": "0x928797d6AAB0e15371CddD3F5D15c1cf4dA98f16", + "amount": "55145993000000n" + }, + { + "pAddress": "flare1pafa6pp92ptqp5vn03lp2a9j0u30vaz5xgheqx", + "cAddress": "0x9E046467Af62242876D59c7DE7F4983870FDc9BD", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1e4qltjsmlk7cu3nv9xc38zukvls424nzkqk2df", + "cAddress": "0x77eB1618B81275b41f0d6811180c9Ba09351d473", + "amount": "108484777227000n" + }, + { + "pAddress": "flare1qdmmkdz7vuefaaehcmp7acgh750x4rrkshmcj9", + "cAddress": "0x0d87D64b2e2D9E60C5588168e658178627372E9e", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1dgmn9s0sxqxynd64lpz2pqpjnjl9vpnfmx7l2j", + "cAddress": "0x7D2796dD99DdDc984ceD5810D9056B5116549064", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1hzxfa76wytt7lfw9xsd4xup0m6kn6nfjrg4t0p", + "cAddress": "0x4d3C98C89aD61f3dE00106914d4fd4fc5132b857", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1rhz7ycxlj62d9m0fyey4lpnv4wj886f4jq3tjd", + "cAddress": "0x00055Af7D71B192F673edd54F99E8C350F634DAd", + "amount": "378799996000000n" + }, + { + "pAddress": "flare1jf3df7lt06nq5r9d9gesxqh05g3qr4x9ylplvf", + "cAddress": "0x0b5c9547E83c7eE8eB020750A5F331aa77B5b3fB", + "amount": "68328743564000n" + }, + { + "pAddress": "flare1xq0t8wfl8zvlcg6c6ff37d4dykd4ajf62x84ue", + "cAddress": "0x96eF31B7E0603Eed6A9f99B77809F67E8D984745", + "amount": "94725695631000n" + }, + { + "pAddress": "flare18ke6dud43flmqtq3nw06hzzz3f7wzvvw54mdnn", + "cAddress": "0x2Ca4365a971Ba511e001E166E3fe014685F26bc2", + "amount": "1994269645302165n" + }, + { + "pAddress": "flare12r7pkt36xqprr37pfkws35grvx2mwdvwt242va", + "cAddress": "0xD96C5952eA5b748F8523BDEcAAaF9b51E80426CE", + "amount": "126302990000000n" + }, + { + "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", + "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1dew8pwt80gmw85wzg7676vhgquljc2mfpuwrut", + "cAddress": "0x8805AFC0322B8993bF6AE704eE072AC409Ea83c3", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1l6qfu2ke9rsykgfx7ehz5esl6ey2yecgkvptvh", + "cAddress": "0xBa8898638035AA3BB03046772DCcD75D780aa658", + "amount": "50500000000000n" + }, + { + "pAddress": "flare1qa7j4ynuwlysvqx6jlk74hd2q3xpx66gcxmg94", + "cAddress": "0xDdE6eaa54ad4a5730613cd9B72B31f8E9b267a2b", + "amount": "55000997000000n" + }, + { + "pAddress": "flare1vweql9hc73hav02qcggq2g8k3xdyn3uhjmqv2f", + "cAddress": "0xF1633fd46aDf5f147F12fa4C6ffa19785798c324", + "amount": "345988511876000n" + }, + { + "pAddress": "flare1a9m5samxhh70609ywfap2hd9y3fgxzzg3ty5m5", + "cAddress": "0xcB4f1c641FA787d1C7c80fA5e173238A322870b2", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1n6u5gphkp5ypge2cgnayp9wgf378avgjz86w7m", + "cAddress": "0xe3D242210Be3c60194a67fcA4e061d3C1bBDb438", + "amount": "71212999000000n" + }, + { + "pAddress": "flare1qp2usg762d4vfwz3ahert93v966lc8rqrp8a7h", + "cAddress": "0xE6dA8b844c79a56C18b8c9F96a9d2Bd04848D0bb", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1rr8dawcmcah5hh8ekwqckr8dcnz89wl7h57zgw", + "cAddress": "0x8a05960B8f2A1272FbBF3C5343896Da402Dc4C58", + "amount": "66279997000000n" + }, + { + "pAddress": "flare1dsz54a6eq805u90kvc7t4acjc7taaq59lendkl", + "cAddress": "0xFaC3899A2fF1928909dcd082c8A0fF5f54618cd3", + "amount": "53200000000000n" + }, + { + "pAddress": "flare1mjlds0479hqcsd9uz3zlpucl8erl2wr9dm6jws", + "cAddress": "0x4919F3670d6a3132a48ee5Ae42135075e5Afa866", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1ln9t6x3kvq4q2f3q5jyxsdqpz9psnw9qy0mf3c", + "cAddress": "0xdF6Ce1769F097150D5DbCe065E1aaCf4E884Ef3f", + "amount": "296662748288000n" + }, + { + "pAddress": "flare1yvuj6f8ddta33tjzsjpx890ha3ydp0s3nmz4wr", + "cAddress": "0x8c8E2D6315E126523aDC2427Ef715EB5b2Be90fb", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1g9m4ygek6yunfsly8s0mhy6jcm68p8egm46kxc", + "cAddress": "0xa47030BC817d342d73375476C14aD224C9936017", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1paxr700qug0v203y0fh3dez2x0kk6sjkyw6d0x", + "cAddress": "0xb127D96281204b340423CcB4B58b4137233D6340", + "amount": "58188107345000n" + }, + { + "pAddress": "flare1w7mfs8nrgpwkqqwjet5t8yfledydx6rdg4nypk", + "cAddress": "0x4A5A4574167Def8558C1A8D281dbDf488b8954B0", + "amount": "99000000000000n" + }, + { + "pAddress": "flare1a58r83devslyka60a5u9776jpp60eqe7uleqru", + "cAddress": "0xc4292423A8D77aa9488736397740B43B24A2A476", + "amount": "50287137613000n" + }, + { + "pAddress": "flare1qs3jruw3sd5pc6z5whd0262ug6ejkejn6595h5", + "cAddress": "0x05867Ebceb8b338Bc4CAcc9bf6253B94cb78e4D6", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1d9kan9ly7az2u4dr8j3r6me3wljw4ryuvyvxzv", + "cAddress": "0xf85a01Ad66985fD09f386209E32A7680F25263d0", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1xwzcdt9qu939ge7n5qkt70zegpm447vp7ppfva", + "cAddress": "0x217F7139bb2ED365E8B7eAD262dd985d09b9f66C", + "amount": "1214015910849000n" + }, + { + "pAddress": "flare1q2jyvnc86wwt9x0k0xhsysnwx0y56rzwm5ry5w", + "cAddress": "0x0a3FA50497D8285be34e61040F71aeB5c420D401", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1z5383uyxfex6pckn837stw98kvrn2rx5r6a04v", + "cAddress": "0xbFcdbfed0ADEBdBa2B2DdDa49Aa6f9f9F96aD77B", + "amount": "169150000000000n" + }, + { + "pAddress": "flare1r5d2a0q0yst5975wghctthehvwppgfn4eccwzc", + "cAddress": "0x2323b452808d81CDb869a9cd9Cd5553696031Ddd", + "amount": "65409838000000n" + }, + { + "pAddress": "flare1sw0sm96qvdx00tmvefwd0vchqz8ek6trtc4dd8", + "cAddress": "0x7dC4c91878A44e764b5F924CB56626Ee59aB35de", + "amount": "100000000000000n" + }, + { + "pAddress": "flare198382rs5wup8pdxlsq0nee8uk8d5jcd5qyg0q8", + "cAddress": "0xA64d50E93d0625943853921E9816835d4DE54fA4", + "amount": "60999993000000n" + }, + { + "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", + "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", + "amount": "187600000000000n" + }, + { + "pAddress": "flare1zjjglpjvfntuw2qe7ppv9lyx9knhxthu3hsthc", + "cAddress": "0xe784f95B41899859cB491EB3CcBbfdC959921375", + "amount": "457410165396000n" + }, + { + "pAddress": "flare1jf3gwd827err80gckj04nxzd9j4ylh6f4adjdn", + "cAddress": "0x4d0667200EE930D448Fcf85B764c94a2F04aDE0A", + "amount": "50888000000000n" + }, + { + "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", + "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1tp9dzlccw0gq36drj4q2yjuamje77zmgn6hmp7", + "cAddress": "0x5C4117d9fcc1C0Fe6EE9e9680a243D9239539067", + "amount": "1999999996000000n" + }, + { + "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", + "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", + "amount": "230749608035000n" + }, + { + "pAddress": "flare1xwn2cy4lc5afn78dkg63tspet3k72ldns3d4cd", + "cAddress": "0xd25f186ea47195643Ef108fBe93ab82F6DBBa780", + "amount": "64999981000000n" + }, + { + "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", + "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1hy5wz29r5xwqhe3skj8pxn36nhjd44g6hsrwqs", + "cAddress": "0xFf662A93368128542A1Ea4C7614486bbA6b0906E", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1m00n756huz0zz39v0yt8934nwtj3z3cvmnctdx", + "cAddress": "0x706291145e486471b68f9F0cCbE509c7f8E7a7Ba", + "amount": "74999975000000n" + }, + { + "pAddress": "flare1gsze29dtg07etcnm3ufzhphzq070cy2e7vjck6", + "cAddress": "0xde764dF13524739E9cD517E441880ec4fa53C687", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1hf4w6ykcchzzxhtrllwrdsf26sjlj6pxea55mg", + "cAddress": "0x3d13c6D311e9f636a644Cf2C3fd6dA2c5B8DE41A", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", + "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", + "amount": "448130000000000n" + }, + { + "pAddress": "flare194m9jedm5xfnnd5fqsagvnjtmhcf3nnz8wnuvs", + "cAddress": "0x8b2c7119b42A5e7B524EF99C1b88C1c66Aa80aA3", + "amount": "60901532302000n" + }, + { + "pAddress": "flare1lrmp03pz7zyfqgldl3sz6lzlfaa2f6swj5lxeg", + "cAddress": "0xD51eCeD31D3e36B3A31c03f6598e5a27648897Fb", + "amount": "55000000000000n" + }, + { + "pAddress": "flare1v0r80x20fvc7fxcyf7egrz2uxy3y0m8jpa7g56", + "cAddress": "0x28adbE38879b18FB5352674bcA5511DedE64D30D", + "amount": "51051000000000n" + }, + { + "pAddress": "flare1g4kpqzjsyumyxhgpj7dg370pkzuna94xxksa3v", + "cAddress": "0x58b4a746e35a1aEb79f6Dad067a23Fe3B15779F3", + "amount": "570000000000000n" + }, + { + "pAddress": "flare1dn27a3ehvd8hk4l6n9sqmgf7a5h76qpys409ze", + "cAddress": "0xfc41743d03e8588851f74919C6Ef2B623A0336C8", + "amount": "314814991000000n" + }, + { + "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", + "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", + "amount": "1510410451579129n" + }, + { + "pAddress": "flare1uzw4f7wsz9ptvy029y6usqgx2mgw6ccp6lmaqq", + "cAddress": "0x23e8050A8D5a92243763fbf25E7a541E3d0A124d", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12xjl9ju29j2zct6vsvha6srtxgww4hkqdnax2m", + "cAddress": "0x815D9aB48BC666b6C4C5D7A2a2fd80E1Eb4597B7", + "amount": "65745975000000n" + }, + { + "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", + "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1v6mn9qh3k805snrsgdg09hdlgd538rnftvlh09", + "cAddress": "0x1f0FdDF0888E190787B7467ad32f81226935f3D9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qdcd306xt2r4qv9zy272ht4twunupmnxrsm6sm", + "cAddress": "0x8DE636b8eD4811D8349E6516c867334551Bb2843", + "amount": "151911998000000n" + }, + { + "pAddress": "flare1asv4ajkqkn94p5dy4u2druunk478x9l52s9u68", + "cAddress": "0x0EBfa86Ca6E7E65e946c50E7cd36213037404Af9", + "amount": "5916079950000000n" + }, + { + "pAddress": "flare1had76gzfnluqknhpjxet0cyegnpdua7m0984y9", + "cAddress": "0x7D8321c6F1020354a5D25cE327fc9237cdB807Ab", + "amount": "478529979719000n" + }, + { + "pAddress": "flare1gpln7lldyc3x9l50as4ww80qyqk0ytmxe4sn2t", + "cAddress": "0x64989809be20DDaBf72e121e6368DfbaC548d190", + "amount": "55499995000000n" + }, + { + "pAddress": "flare1ay7vu82e8jsmxcs2zrf3keyv96ej4judykgz4y", + "cAddress": "0x6e734Bc7785b15E83DDF2996B647123aFa9C2A68", + "amount": "132000000000000n" + }, + { + "pAddress": "flare190xuxwkeukphvs4r0fgd3crn4y3egqngslcgl6", + "cAddress": "0xa8464ac90c2e263fc85E166e1d17Cd6876Edabbf", + "amount": "69196832752000n" + }, + { + "pAddress": "flare19tsfrd54yf5vspupqf32zz2leqehqpg778vns5", + "cAddress": "0x1667f19b7a9Ba5Af2EBbfC5F17400d266d9220C3", + "amount": "90592214200000n" + }, + { + "pAddress": "flare17at94lx3j85a4uhq9we369rjl9dxu7pt5tdalw", + "cAddress": "0xEe836fb97E69E73DBEE4604c98798Ecc22181676", + "amount": "54100000000000n" + }, + { + "pAddress": "flare1rdagmp5z0xuvyu9grxgedg0j5qajwwzrvzmern", + "cAddress": "0x180322E0E7e48c44829c03B9886EE00a49d3E808", + "amount": "122344958000000n" + }, + { + "pAddress": "flare198sf90mjq5ljvwdugy565tw88wt9xk4nr74y46", + "cAddress": "0x507D8535bc6bA3f4EfAC81bdC1b57209dAD6e15d", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1df2s0xfjst8wpx64wcas42a7wne8k7eg00ugqn", + "cAddress": "0x436F1107A24D0339Ab976A3c2a2AFDaA3D8ceDea", + "amount": "64600000000000n" + }, + { + "pAddress": "flare1veatfdyae7xew63x0362syg2ze0uexm00hk6pd", + "cAddress": "0x305dD3427e91ad0AE1EACDcB1adE1Af50d107b30", + "amount": "54219000000000n" + }, + { + "pAddress": "flare1vcekx4ev6g6yj9scktzuaa7h6hu608q6wg8k2l", + "cAddress": "0x79cE04e5d8FDc3CF2C32A694c9a68E8B67c21269", + "amount": "100446362000000n" + }, + { + "pAddress": "flare160h6tvuew78uuymfyfxuqxmf225x6dt7rx6pe3", + "cAddress": "0xd4c8D8bB6EF70518BCfe4cA2Db3E0c3957dDA15b", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", + "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", + "amount": "529906995000000n" + }, + { + "pAddress": "flare1332jftajlmddtxtq3wsdchgrwqrm7h285ulnn5", + "cAddress": "0x869C11d9eB3b4750A58193fD1dbB83CC111bE86e", + "amount": "52362688916000n" + }, + { + "pAddress": "flare18ame30rtckwg9atjffej6lq7sm5y4j5xus6a92", + "cAddress": "0x1818EE24C23F2c136250E075af661fb6693A27A5", + "amount": "100000000000000n" + }, + { + "pAddress": "flare17srudehefqvuatm24gq6f5ufjtljpdlkya8fhj", + "cAddress": "0xfEb27577A7b8b085FB16aeA15455c8Cc17d463D8", + "amount": "268081988513683n" + }, + { + "pAddress": "flare1jlc68kc075jz42sd7vas3vyyk335vkssxdsvkl", + "cAddress": "0x593a4655A2c722C4a972b90F30Dd440ede75AC81", + "amount": "236958607717691n" + }, + { + "pAddress": "flare18kwsvyrmazm6lcrvy824s2j84n49tuhzchf06m", + "cAddress": "0x3D761aa9fA88C50F4A27701CED3FD9c19c519870", + "amount": "700080286752000n" + }, + { + "pAddress": "flare16092mkyexudgsqj2lgu2muu97l6jeg4eur3sm2", + "cAddress": "0xb18fB73cBC9d036Bbc22d88e127Fe015c8d9f923", + "amount": "55779000000000n" + }, + { + "pAddress": "flare1jeq3a9vse27lace3uvxc84m38690afc7fd6527", + "cAddress": "0x8eB9D6d1AAA480A77Bb5D33f5454d782a0400c62", + "amount": "78010113893000n" + }, + { + "pAddress": "flare1set3huk7zwks0m8zuu375xhmy33jwwlj2rp3tz", + "cAddress": "0x828cF3C834D30A75677DFAbAFDD735c68fEf4400", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1xdcm8su2gh3fj0u2uc2pspgeu5pv6wz6rqaf5g", + "cAddress": "0x34ea98841EEA0daed380dC4e07639528dcb05a49", + "amount": "475099991000000n" + }, + { + "pAddress": "flare1wwk2teqxwgeevunzsr2z8hq86vdga9jh9ycxyd", + "cAddress": "0xaEe8E30906578EC9762d167De85c8455E04904b1", + "amount": "83248596839000n" + }, + { + "pAddress": "flare1xfv3rhyefhng0ec0r8hqkervvgqlfvt4524gp3", + "cAddress": "0x61E3F26C9b28004968f51E1e1408E6871Deee910", + "amount": "93616824682000n" + }, + { + "pAddress": "flare147vv2y6ekjuc0tj5hp2zzny0qr8xcqumcjhd8g", + "cAddress": "0x2c4a7A0b5B7F0b63138809bE7162061EB0ae3346", + "amount": "58738990000000n" + }, + { + "pAddress": "flare1349gwdt05jcjmsyeglhvlxj2s6l8pcweml62gd", + "cAddress": "0x91dD30Ee02B43dEB94Fd173E51097Cb127B4b77D", + "amount": "63449987000000n" + }, + { + "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", + "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1d7txk2qjj4fzhxcp22p7j4nvanvlrthcs3q5n9", + "cAddress": "0xa0D7397EC21dAe1ca768FC2fc14C8a9c917C59d4", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1y6yl4sd4khggwmygtaq0pqp2cuv23kgzdl26vm", + "cAddress": "0xb79b7aEC0A18Df3bF6d037878A54Ba95ac4FeB9C", + "amount": "109090000000000n" + }, + { + "pAddress": "flare1xac57yy47qnsu66wrs25fz5gvcn5c5ec58hslu", + "cAddress": "0x1822719d6170D8AeAf3aFB25ADbcBe1Fec476210", + "amount": "72299000000000n" + }, + { + "pAddress": "flare1ahyg4kyntd84eejweltmnkctk4qaeepnt7a345", + "cAddress": "0x463729C3c5E50650028Bb604104c7E634fF82aa9", + "amount": "61426947000000n" + }, + { + "pAddress": "flare19xrmyxer5a7npgre89yap7sgn9k9h0ucv6v39c", + "cAddress": "0x7B114Aea58D1155F2D14EC1a234E8bD89A0073d4", + "amount": "60999975000000n" + }, + { + "pAddress": "flare1cprdypapd4aatvldjjyq4vuytuxx7l8rvyzpqh", + "cAddress": "0xeE4d1a6E0a2575f8a6a8776f1A2837389ef6C814", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1v0cgn77gl2uzlpgrawn3nhzexprfvqvnn52amf", + "cAddress": "0x16cf09031204546Cdd7f23E8A83d030798cd670B", + "amount": "160736971534000n" + }, + { + "pAddress": "flare152tdr7f8r3zu8fn60nvtyfxp8fce83j8cp34qt", + "cAddress": "0x30d4b9371Ee9BCAc459C7987bD1d619B63d68A23", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1pj5jlnpvuj5dzcm5j59nyfnkcz66dtnfmm4sy9", + "cAddress": "0xD8359A3457D16924D77f7D3F2F9ae28D78fe7D99", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1wakr5476utujutxymg6yhgkzpv5hzth75zcc2r", + "cAddress": "0xC03BDDB4A721AAEE2ed316BfCB07A562f4B26970", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", + "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", + "amount": "186621321262713n" + }, + { + "pAddress": "flare19gh4s2kunyycs8qmfztwy7qjdnzmern0s2dv0h", + "cAddress": "0x2FcCECEB3b8da74A85ce27bcE17F41df083d4B2c", + "amount": "72500000000000n" + }, + { + "pAddress": "flare1njdnxpvrhylzppzlc9hxjgd62e7p8zky09a7za", + "cAddress": "0xfaFe937AE53590f07EE4F71a46Ea0BB9d8d89545", + "amount": "52031964961000n" + }, + { + "pAddress": "flare18xgcq4k77ph8wpu74ce2jnzckdq5w455cy4fd5", + "cAddress": "0x1d25Fe11A62e124fdBe24deBB5Cf5b35BA0DC278", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1es6c486memsg3rlgwachvhkjee006uct9l20re", + "cAddress": "0x3e64cd2CA96178F3Fa47e5A2112d8719EF07ca13", + "amount": "335250000000000n" + }, + { + "pAddress": "flare15g92xwwpy3m868msv5x889ndjzm4fngxgh9l6d", + "cAddress": "0xa6E8c074c73c10c12E9714D6ad48EdfA900C2677", + "amount": "216095752236000n" + }, + { + "pAddress": "flare1z5lpg5yju9lc49kdw935dspn6ahhkjjkxj2uuf", + "cAddress": "0xa3719f34A6e079C9f501cbd884c3FcbAaab2F999", + "amount": "84365994000000n" + }, + { + "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", + "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", + "amount": "81500000000000n" + }, + { + "pAddress": "flare1vrthuhdcepafkfjydn60dzgc06cd3ckvgkvc76", + "cAddress": "0x2B40a0e78aBEF852Da8C8FF7867B03Ec058efcAA", + "amount": "60183497000000n" + }, + { + "pAddress": "flare16m3lgg9sqygyn348wzgk8wyw5zur5p9jdntk3m", + "cAddress": "0xE0C3A59CDCD0a61bf9Eb96E640875C4e4a0176AE", + "amount": "72261972299000n" + }, + { + "pAddress": "flare1t2t64wq69z0jj67qe9pkzkz3k6l6xn98xvp3hq", + "cAddress": "0xffBa66d97c0E7ab7434232d810257570451A7dfB", + "amount": "550911094489000n" + }, + { + "pAddress": "flare1ndfeq0u4ldtekcwg59xs45gwksgvzhkared8ej", + "cAddress": "0x78427D101c161B7460179Bc24604c9Cf309982e9", + "amount": "68740377447000n" + }, + { + "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", + "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", + "amount": "1100000000000000n" + }, + { + "pAddress": "flare1eqzz9k7fq8tnwlmj0saklnxpp26l03x87r6xcc", + "cAddress": "0xD0f95727c6Eff0eFeADe0cA46D0ab9c78a4D0291", + "amount": "56190000000000n" + }, + { + "pAddress": "flare16aa5eazqv9gf8j63rjsx4lsq00d2ra2hhpvemr", + "cAddress": "0x0D486e12D828f1f606cFE4C1B511568B1e68e4DE", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1hjeucnp49zztsp9my8yljh9zuyg64zlat276kx", + "cAddress": "0x196bBA4Ad0116140Ff6C415534F3Cc9B68af6967", + "amount": "50004996000000n" + }, + { + "pAddress": "flare13nccx764p0r3h5psj5xywwrhrkwvuh094tcg09", + "cAddress": "0x8bdac835DfFb3CaC12Cca0bb2b4cA297A913c905", + "amount": "120030000000000n" + }, + { + "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", + "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", + "amount": "100000000000000n" + }, + { + "pAddress": "flare16qk3dsxlv6chm4u65qg0pnevf0zvvpd2uzhw3r", + "cAddress": "0x7ae1D281c9bc1DbbE383E0332b1454c7E395b8B1", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ma64sfgpmtc5eep8vh7ez7v36qwmunjs8ten7k", + "cAddress": "0x65948797ce784D29D3a23061B0A1734220E45bF3", + "amount": "369628000000000n" + }, + { + "pAddress": "flare1nj45nluvjfghvmkucp68wslvvkl5jz2p3a6c6p", + "cAddress": "0x6a5299097B930a4EDB283e0e0101E51EaD07949b", + "amount": "52033972000000n" + }, + { + "pAddress": "flare1dpgz09e8xp8kmzjd9nsdtvqj8ztk0nd9v2flhu", + "cAddress": "0xA5C7951046DA7B939c78A7B3E043282385A48371", + "amount": "112549961000000n" + }, + { + "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", + "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", + "amount": "50099996000000n" + }, + { + "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", + "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1s36texk5dtw58sl970sylaaystg94rqc8tkke7", + "cAddress": "0x03F9eB2Bc869bB867d34D1Ec382A2F3D1B17cf2D", + "amount": "61999998000000n" + }, + { + "pAddress": "flare1fdreee04ff0w4n4exk6jdwaeg2t8mjgthhrhqz", + "cAddress": "0xCA89C2dc79C0d75cC1905093bdf69a526F6d7e4a", + "amount": "62150000000000n" + }, + { + "pAddress": "flare19vxxusfrlutc8dnlctnl94p9vv2yjq2khu7v60", + "cAddress": "0xb78593C81B90D944cf2b1301f5cd48dbeC024dFC", + "amount": "90864547807000n" + }, + { + "pAddress": "flare1v644p06970fj53sg6uaxpwkhdgz5d395kvk3gt", + "cAddress": "0x36a344ccD697e940120d7778a18684ecCE6c17e8", + "amount": "67435941000000n" + }, + { + "pAddress": "flare18vldr60y30eh676p992pglnra7muw4fu0gxjpx", + "cAddress": "0x5AEd2EB3ACc70d162fA7558dd866B4E1D210F8ce", + "amount": "51249851797000n" + }, + { + "pAddress": "flare13fl0x3vl87s2wxl7xtgzgdz2e96qr27msjsulz", + "cAddress": "0x5dAA20aE716872F31B95cB68D5CfbD82aeC9bE8D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare189yzjvx2vfurh9m9v8aa4v752vl2hfrd8dxh5g", + "cAddress": "0x6A91353AE09a1fFD6aE20AF5Af17c2C45b679c46", + "amount": "50500000000000n" + }, + { + "pAddress": "flare12p308nrcwj3n32e4k4dxgn7760gz2x5efn8xcs", + "cAddress": "0x385169b267CB769B17Af5E4BFc17a44eD6A0f632", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1l3k2afksah46g0taq9c0wp9hv068da2ngdfzd4", + "cAddress": "0x45965c3f89b11f2384287B73d10128dEe36612cB", + "amount": "50000000000000n" + }, + { + "pAddress": "flare192alxkqhkmlaezmfhspm9kqn35wufvws7lkds2", + "cAddress": "0xC190f71D91D094FB588A9b4dCD911ab5492da217", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fyenese0lwefynds8jd3ylc90wv9m86sy5y9ug", + "cAddress": "0xD04A0Fce6238b7F889Ef29da97D6055cC4511e06", + "amount": "53440456335000n" + } + ], + "totalStakeAmount": "42812360313059580n", + "cChainAddress": "0xD448D833dd419944008133C69550FBc2e429f5cD" + }, + { + "nodeId": "NodeID-MfzBQ6MbriE31UWm9NjSnEgLiR1cAkEnN", + "bondingAddress": "flare1hyzua978eknc9v3xgmfe320ajz8mq6rpl3uf73", + "selfBond": "29990100000000000n", + "ftsoAddress": "0xB7fD410Bb86f427b2d2C75eFe6e35e621465913b", + "stakeEnd": 1763146808, + "pChainAddress": [ + "flare1hyzua978eknc9v3xgmfe320ajz8mq6rpl3uf73" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Ankr", + "BEB": "29990100000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "167587803746106839n", + "totalSelfBond": "29990100000000000n", + "delegators": [ + { + "pAddress": "flare1qtaz4nz66erk989spk5xvjuphm8ryzeezrn4je", + "cAddress": "0x11E714Ed16d9e0155619823D56Af05740541D8ab", + "amount": "60999878173000n" + }, + { + "pAddress": "flare1vk2rvtx0rdlawqs2p26ah0ep7ftxtp6rq4fa6y", + "cAddress": "0x5BD5E2478F7cE691b1ba0df3492e3515d908715A", + "amount": "85964999000000n" + }, + { + "pAddress": "flare1rh8tqwm0csyxkpyq32cfvm4gjkhcsqhkuznp9q", + "cAddress": "0xF6a523117fBE13D0987F09Fb3b862Cea738aAD59", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1r0sej8llqapmru8twzw4sflhjhtw3wjvvkk274", + "cAddress": "0x781295aa5A831626303bB6e19d7096e06dbA0942", + "amount": "59999997000000n" + }, + { + "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", + "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", + "amount": "171562038097000n" + }, + { + "pAddress": "flare1cynahrede94lpnvtdvdvkmps5fz6zc0r4ffdg5", + "cAddress": "0x4cC6B7AAf57e0d0FF192737b6539db3BaC8Ea236", + "amount": "800000000000000n" + }, + { + "pAddress": "flare1fktgtd6dvse59mvzy4w42zvqc3g2t3ysf0hsdg", + "cAddress": "0x91E2447bf8dD726B4D72313F900804593B98B96E", + "amount": "995929998000000n" + }, + { + "pAddress": "flare1uchferckm9q4r7enrmsf0wa5etcx87rp5xwt78", + "cAddress": "0x2D073E8823387Ff6Adb9a917384CF4b16490ba7F", + "amount": "1631459000000000n" + }, + { + "pAddress": "flare1jf07txq6z730d4kdy4h9hldmjtrc5gcf64se5s", + "cAddress": "0x9e01bA64f07C71Bde9d61d47828784d263Edb7EE", + "amount": "578379749038000n" + }, + { + "pAddress": "flare1x0f2wvfayeexfztyer809axhagzj54wxkjy7w5", + "cAddress": "0xE0C8BEB6B35a209Fe46ee8232fcb1A9951Ba6eF7", + "amount": "263782979000000n" + }, + { + "pAddress": "flare1262uu9p8amxk4r26wfx2djnxwquw4ugl0xmmfg", + "cAddress": "0x97B8853E6f46EE7d70e23C07Cb1dB02ad79afF6F", + "amount": "444366990000000n" + }, + { + "pAddress": "flare1zzq2gw00pvl59zzjlkjqegwjxmy9lqct2qd42g", + "cAddress": "0x21cfC00363c51d0fe65539B166839E76acbE1A46", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1ec47pv3m307q0q9f5l85r564gxjrmqcn5mh9z6", + "cAddress": "0x7dce3e38bC6Bb6936337999DB06998D3f55ff8bF", + "amount": "319555000000000n" + }, + { + "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", + "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", + "amount": "1050641287356000n" + }, + { + "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", + "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", + "amount": "95607136144000n" + }, + { + "pAddress": "flare1lky0jdlm9sllcpashmusm65qrk0t998us8g0jj", + "cAddress": "0xE0ed3962Cc4c37D9f5a31eD0Ad82c2a377ba77ac", + "amount": "215658999159000n" + }, + { + "pAddress": "flare1heedrw46wdd9uevnvvhkwn89zrusyks4fu0elm", + "cAddress": "0x744fC6e1AD778F1EDe007730973a343EEbC8E6f1", + "amount": "544022000000000n" + }, + { + "pAddress": "flare13h97x95e26zrd8wu86au3d05p8244xln35wz8k", + "cAddress": "0x98F3F8e945895E2A8B58de8594965B0548e76374", + "amount": "5000000990000000n" + }, + { + "pAddress": "flare1w0gp2y8ltrgg2kufv3qrkve27hz0alx0fy3p8s", + "cAddress": "0x2bb38818026cEFD6DCF96940dc64A4d0651D7846", + "amount": "52000000000000n" + }, + { + "pAddress": "flare1wvr22kkpm7f3g84tn4ww9th25wnyk27va24m4j", + "cAddress": "0xb353b8Cee6903A58deD74cBbF28AE09773CfeD7A", + "amount": "69999998000000n" + }, + { + "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", + "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", + "amount": "650001000000000n" + }, + { + "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", + "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", + "amount": "550003996000000n" + }, + { + "pAddress": "flare1rgpurlg9deqkp2efqn2xpmxl046ltn96yg3p0h", + "cAddress": "0x2463b6779A0B08817c40e1009F0E0e499dE2dc2A", + "amount": "80064640000000n" + }, + { + "pAddress": "flare1vekdvzyk7gklm8n9y584xfuxjn7tavmpjd44ut", + "cAddress": "0xA4994dd835e653c3Ec094Ec61c48e4d335584769", + "amount": "600000000000000n" + }, + { + "pAddress": "flare18ft4yqfl8xrtdgst2rc6qj9hdezllgn7tfrnc6", + "cAddress": "0xbf2c003207BFEaE6d9356e67A85A58e2B80Aa9dF", + "amount": "1288881987589000n" + }, + { + "pAddress": "flare18gxsyfscpsgl44ynyj847y6uzrf93yn8rkv3kp", + "cAddress": "0x721adB015B110147F790Cd03afd3E2AF4e1A8F68", + "amount": "2506000000000000n" + }, + { + "pAddress": "flare1fpn0r00xgkggev0x3n5k98nxcf7unwy9amk4w2", + "cAddress": "0xCBD510235fCe7fF670656b1A2462530982726777", + "amount": "361378991000000n" + }, + { + "pAddress": "flare1uhsajf4wckt9rkp09a04j3v75y80qa74w2fmja", + "cAddress": "0x0D130B0B7fc13e979C8aeA34338F9dd6060D2619", + "amount": "100980000000000n" + }, + { + "pAddress": "flare1kxtgd4trvmw6deq0g2u56wnhpzcl42x6cjq3qw", + "cAddress": "0x4d55ecF942784cB8F35098a8a203540f032Bd59f", + "amount": "50000000000000n" + }, + { + "pAddress": "flare14cuxup6nmmq85dj98s6m9hwcvl0d6x95rxz8t0", + "cAddress": "0x5134Da103A0312b1B166a99a53319EFeF04BAC1d", + "amount": "100000000000000n" + }, + { + "pAddress": "flare18rtskfjwg6fmfffhgws4fgnl3cpp0zmsctxw8n", + "cAddress": "0xDCA19F0298b4b66a3F2Ff1C1D930a1c58c51A727", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12nc5fr4nddvng09zfrt8u6ryydude8xtjzwlnk", + "cAddress": "0xC655aAfB646C43c4860A54E9C1Df6F9a8A9d5Ca1", + "amount": "100299994000000n" + }, + { + "pAddress": "flare1f6gljurl54g74nnrkvpfm3ztryklvchxxqsswx", + "cAddress": "0x38d854E83cd7C073A9F685fb4b532c99223DDA1b", + "amount": "259435000000000n" + }, + { + "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", + "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", + "amount": "219812729613033n" + }, + { + "pAddress": "flare1gxt90hvexug09yqffe3zqhv5cnwep8rmdwg775", + "cAddress": "0x8a2Ff4B35128833CF3f484F634c91b3C65561c43", + "amount": "150000000000000n" + }, + { + "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", + "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", + "amount": "317913794008000n" + }, + { + "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", + "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", + "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", + "amount": "2311167243974287n" + }, + { + "pAddress": "flare1h80238culwy8k9v00ymtl5hk87vwyl2xfzekgs", + "cAddress": "0xaD96630D60b89D4fD47bfb0de3b557065c02Fece", + "amount": "70000991000000n" + }, + { + "pAddress": "flare1recv9drf0zasr6dz0gz2auqjmnm952nvkdz8mx", + "cAddress": "0xD56409E3bcBb1eC3f7fEF83da04902903fbcde19", + "amount": "905301971000000n" + }, + { + "pAddress": "flare1ne0gq8yeecx3lhyxzqlankrdfu38dugmz3up4p", + "cAddress": "0x6A2bE0F1C2b6AA50d47E2f0Eb96B41E20160c98b", + "amount": "332990000000000n" + }, + { + "pAddress": "flare1zs4k4dqy3ddzlcjl4vlp4zy6jztgwue9tq79t2", + "cAddress": "0x1E7091f04ac6a4e585e84d430408Ec90B4F5930f", + "amount": "50010000000000n" + }, + { + "pAddress": "flare1xez4pmr000n9s66yzx35ss9t7f8jmrwxlwx4ea", + "cAddress": "0xCD930F179061D8445497ab2ca57B897794521636", + "amount": "79000000000000n" + }, + { + "pAddress": "flare1qvwnrtdp0thpmmzry7m6v2rk2eeza5kywrtkgz", + "cAddress": "0xDC0614cB927b16F077ffB202527d069BBF481d94", + "amount": "330816292355856n" + }, + { + "pAddress": "flare1cjmzvf832ndr6l2a6swnx0flr940czld6zfp9v", + "cAddress": "0x4ac3A72102EA9f8ce1d729DdF07F01dea3E32559", + "amount": "66898966000000n" + }, + { + "pAddress": "flare1lfjvd62kjh78v8fj6ym2gc7gpp8c4jv55kx6rv", + "cAddress": "0x2b60989A14D4B702ea125b02ee5edb3058Ca3b35", + "amount": "50000000000000n" + }, + { + "pAddress": "flare14fm6gcxr75snmgyf4egy62tj4cm07xy2s87ldu", + "cAddress": "0x586C271Af5856E9051F3c1d066cD37A891ccF331", + "amount": "51750000000000n" + }, + { + "pAddress": "flare1ypfe832wmes0t3dvk7aw8qf0fj7afwlymkkg54", + "cAddress": "0x2187407A23E1a8b5458C08a395F1A63D20007eD5", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", + "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", + "amount": "50000000000000n" + }, + { + "pAddress": "flare10zrrnjfmemqx3kasfsnpg4exh2h3nqdsvcrrsg", + "cAddress": "0x15489Dd3330d2feb0d1a4b6A919Be452bE04fC25", + "amount": "444846953000000n" + }, + { + "pAddress": "flare1cvptyqagz8622hyszp8gz2dkpuj4ahm8q2zwuc", + "cAddress": "0xc3c8557F3DeC8d6147699Dfb8079bc6bdA35646d", + "amount": "202605268597466n" + }, + { + "pAddress": "flare1e83ce9xjzxush4cxykj7f2t3dnrgw3vsynxyw8", + "cAddress": "0xe5c65Bd76FaCD8013B0A8A9CfA9306C7b7e8491E", + "amount": "250000000000000n" + }, + { + "pAddress": "flare168yx7vky80efjcm22p30sxz4ra8f06zhufnud4", + "cAddress": "0x5C9e865772D9e5868B87857caE7905ca22509378", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1hxgshlvkfrujhujfjk3u7gsugtmvwwf2ld053t", + "cAddress": "0xf64d454DE5F419FBd21585AE60d716bF4A1Db5B1", + "amount": "57750000000000n" + }, + { + "pAddress": "flare1lc2leqt7ytcwsclyfej0w3yfaazeu95vnlgzqq", + "cAddress": "0xBC136971AffD11D675830197feBB1F945BE3284C", + "amount": "124083037741359n" + }, + { + "pAddress": "flare1ptvwn4tsd6lg0rhtsd0zmtn0r7gk9yxrsq2qfj", + "cAddress": "0xeB22483299c43D43c29fb97f76177B6b8EBdB991", + "amount": "382872290513000n" + }, + { + "pAddress": "flare1tq9ml5dq0jseye5hfc05lr8hh00aclawpszym0", + "cAddress": "0xE8fB6fCeCAD31B888A721a057CE5aEa769736c54", + "amount": "59908680197000n" + }, + { + "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", + "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1uvcvl2qxnx4knhs89dkh4anavnxh8eak56kvv8", + "cAddress": "0x78ce3470B5ff9B0Bea5d46dFAaA309DA7E6a01aC", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1t5mcsey2yp7qktr72d6klv337j57eevhhulxv3", + "cAddress": "0x3fF764A376A099111BD8c6ECA24AfEd5Ee54eF84", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1tcgdks444pqvdmftgafr47x32heu067fykv7ep", + "cAddress": "0x9692d941e63c6dD9b7e03aC64e78Fa11d396D9Ec", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1q8d2f0r8jskry6r85qxdgmjcyeamq0t23mlswl", + "cAddress": "0x32Dc4278Fc0F096e260ACDc8714E812ca7d2D40a", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", + "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", + "amount": "2913617173693392n" + }, + { + "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", + "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", + "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", + "amount": "308560000000000n" + }, + { + "pAddress": "flare1r6qzrc5zgy6rk9fxazdk5hrqzmfudxhfadsex3", + "cAddress": "0xc7f10EC0559e9b8Ce3e000768d42d50Da596D036", + "amount": "80349741165000n" + }, + { + "pAddress": "flare1lgn6mugmxcp80etgyh4wzgqekukmt4q6xheack", + "cAddress": "0x8622cFBd8ba8EC4C7CE60F726557f1ac7C4641Ac", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1ypyuc06ejmc2da2typrd4ysz5v6fhtpyxzrkrt", + "cAddress": "0x5BcAFD536426C0e1024137Cb2e21b8381101dBCd", + "amount": "280825450624000n" + }, + { + "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", + "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", + "amount": "156420000000000n" + }, + { + "pAddress": "flare1cdu7mu3km0tatjr3supk5jpktsmf4v5fjftqpp", + "cAddress": "0xa577589dd03241515E7567eCa17E73a4f48a6E46", + "amount": "201491983000000n" + }, + { + "pAddress": "flare15t3u4vr4q0vzs42sjgy8qqcq7wfga3gddryt53", + "cAddress": "0x8158124b0884b7FA4f62164a9FD262217103E2f0", + "amount": "144999975000000n" + }, + { + "pAddress": "flare1g2jmc4tnff6xuchc8cw7j02af50c2ttfm4dz99", + "cAddress": "0x80b6978eD12a06031F0856a11074C3806F450303", + "amount": "407443000000000n" + }, + { + "pAddress": "flare1g2mpamcexhqx0hc2quucneqxs3a6jxl8u8m90r", + "cAddress": "0x240Ba8f07Fd198EE9b79f3C2e0CD37958cA85926", + "amount": "498990000000000n" + }, + { + "pAddress": "flare1nl279745ya7qq42dpzfhtrht95mr63t0cz42yc", + "cAddress": "0xAdb28f8177CD553C90258058fA24ea80fbF7D8a2", + "amount": "300000000000000n" + }, + { + "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", + "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", + "amount": "667026476406000n" + }, + { + "pAddress": "flare1vv4lazfz6f8e5843k2dxfgxkk4fu2w0rg72736", + "cAddress": "0xaD36b3f054f7d3ba39a064Fb0707915048aF4E4F", + "amount": "92028062140000n" + }, + { + "pAddress": "flare1fhc95hzda3mmjpvjd2u3qm3q20085wsjyrfdyz", + "cAddress": "0x665682a786236347604435a8bd203E342DAc04f9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", + "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", + "amount": "320353502814465n" + }, + { + "pAddress": "flare1dxkf943vrnjuc9vnedlhk86cg6hj39fmpgtxn0", + "cAddress": "0xcae6602Bb7a4525F753a371D271f36DB9A0A2BcE", + "amount": "164517988341000n" + }, + { + "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", + "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", + "amount": "109999998000000n" + }, + { + "pAddress": "flare1d9w0tutzurqu676f32fqag4ksx4dl037qrdmpl", + "cAddress": "0x040a9f50fe3802b31653Caafe9600470D764ad78", + "amount": "902534000000000n" + }, + { + "pAddress": "flare1naupnl33g5yhrwt2ykcstrzultppzj543z8jj6", + "cAddress": "0xedd790199b60CB70A825fb5dd860f4F445fC7fe9", + "amount": "101975813750000n" + }, + { + "pAddress": "flare1u9x6yag7cdw7uv8alfnrer6dm8z07crs07x6nz", + "cAddress": "0x4802c25Fb1Ad4ae7AAaCcdB364b6DB8c8cec59eD", + "amount": "100000000000000n" + }, + { + "pAddress": "flare19rhn68cuclqc932ahts3q99pmrg8hw2qmrp6fz", + "cAddress": "0x0C45C81f5b4fc9E76bc5b32b7b73336Ec17669ba", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vg95pq4twpw9g3n3r83v6uxpg85dhauyppzqxk", + "cAddress": "0x012DaB67e414EC3219324bb3B4760E17bdf19Ede", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17aruz5sumh86x75nvf9gs0czhh37x9wma34k42", + "cAddress": "0x71fF589DB84B081184f43e6C9713839Ea7c848dE", + "amount": "284624996000000n" + }, + { + "pAddress": "flare1kcsl4xx8cgsk74sgnqm3erdt2q3rmrzgs2sws7", + "cAddress": "0xFb3213AfA7984D1A22E1772AD8AE94F9809621A3", + "amount": "10167766000000000n" + }, + { + "pAddress": "flare1l3lrju5r6pgdc0l3u3wc2xedfskqykfwru2p9w", + "cAddress": "0x162b3Fb8BA5a7f81FE24edf38E79C1AFf404F554", + "amount": "2222222732303000n" + }, + { + "pAddress": "flare1plxhcay970xj0h3hqgcz002q094t2kjsz70aul", + "cAddress": "0x061a57AE70756587956DDE1dee6015D70a876ED0", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1elqvar0cruq9zgu6x924hjtrn2qv60zdpd5uae", + "cAddress": "0xDD92cDf06fCBA4eB4e30f2a4012332FDdA6050bB", + "amount": "1500010000000000n" + }, + { + "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", + "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", + "amount": "229189503125004n" + }, + { + "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", + "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", + "amount": "272624000000000n" + }, + { + "pAddress": "flare1yxfgq58sap2xth78pggtkeph737qdsqvrp8z8w", + "cAddress": "0x2c73C8BA2D7c5B6c7B1b6B4361D67d87969FecF5", + "amount": "300159970000000n" + }, + { + "pAddress": "flare1qqcdza704zd2yufmvdstqn7pc4ukwqcqh8u5dx", + "cAddress": "0xa741dec48B76753e834131756209Be353cE6a0F3", + "amount": "102099000000000n" + }, + { + "pAddress": "flare1p39xk9ya4m4alf3wnevg0kgz87advx2macxu8t", + "cAddress": "0xD95056CdB9110940b14d7400c51C8cB2E2Bfaa70", + "amount": "79650957000000n" + }, + { + "pAddress": "flare1drxjncsjmg58vmfe9glzu2apdhvjz8j98522ym", + "cAddress": "0x7ea7E2a8795F13124Ae53b35E9B238841E440954", + "amount": "50393984000000n" + }, + { + "pAddress": "flare1vvvp0t0k92up32mp5mxu96vcpf8tgfmcpuks27", + "cAddress": "0xB36132D2a1c96E99F7Dcab07f977DDF1aEbA0929", + "amount": "97924507818462n" + }, + { + "pAddress": "flare19wjqa2mmwgz896e93gdwx9y9fx7vuuqt2fsez5", + "cAddress": "0x57253A81FA56526e2b8877bd1df3094A5372680A", + "amount": "13000000000000000n" + }, + { + "pAddress": "flare17tsggcwyfr60eeadz2ayu9h52sqppdkr6f044v", + "cAddress": "0xc70338eC91e514c1199E1Fa695e1C51db30328Cd", + "amount": "57184532807402096n" + }, + { + "pAddress": "flare1ncfl76n0rhgmd0fttd5jfj0zus6z0ykjuy6600", + "cAddress": "0xd9EBFc93A7E17Ad3B37EE73791A36030aE405bFE", + "amount": "4052921000000000n" + }, + { + "pAddress": "flare1zs2kuvwzry4hj9n5a7u7jv0tke5zk835sav8rf", + "cAddress": "0x67873974337d602BBa1be025E9eF089d9b47c17B", + "amount": "80000000000000n" + }, + { + "pAddress": "flare1xqv2gwxpsen434hn8qas585l8tvft2w03ug36h", + "cAddress": "0x35aa0A6e56c63017D6Fa4f7eDA7d37304E13050e", + "amount": "600000000000000n" + }, + { + "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", + "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", + "amount": "234249774106000n" + }, + { + "pAddress": "flare1xuhs7uvzu9w7m0dcvqh4xfzqevd4r9rqzurjm6", + "cAddress": "0xb497311cB3200b07168f83028c99991520f3B034", + "amount": "2000000000000000n" + }, + { + "pAddress": "flare1pynmj9ex8f3pk9yvvq039ajplduf228cmc0et3", + "cAddress": "0xaffaD7602367449b25C6dc39F65332c069F635AD", + "amount": "421722493000000n" + }, + { + "pAddress": "flare1j3cl0urv6ugdwjh44eq8ndp7rgdgvp82xt6tl0", + "cAddress": "0x15D8d08FA5617F04551893DC4854B7e084979337", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1t2zf6d2zke28jyc009qlaglk7gd05tg9ephp59", + "cAddress": "0x73d1fD16B25fB6Bd3931486B710A8a56d5AFF429", + "amount": "9665490000000000n" + }, + { + "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", + "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", + "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1rh58hwn7sq8japygeqfts09d39l8kf8n85x3gq", + "cAddress": "0xA93b1B97137fCdF764aB896F10d1d4208fF26c5b", + "amount": "99999998000000n" + }, + { + "pAddress": "flare1jkpkvpmt2z09zp22y33mm0dl8j4dpddzfl2m4h", + "cAddress": "0xd602dAE1faB01126C65CC81479cde76c33AFa535", + "amount": "839259987000000n" + }, + { + "pAddress": "flare1xcp6p8xf6rgcckmj63r0lwtsxp9wun2apxya0w", + "cAddress": "0xdDFD8183e85C923FD6421D99950557598c764f7b", + "amount": "600854996000000n" + }, + { + "pAddress": "flare1fjnvt8emrm9yh2delgcvac236wpe33avqpn7cn", + "cAddress": "0xC7bfCdED4160616414b934e696ceFfE0F603363D", + "amount": "67456973000000n" + }, + { + "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", + "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", + "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1l6c8qr0ms9lyj6ejmhr83hramel8c7gfuweqt0", + "cAddress": "0x480b35b48EA560515ddf14518a8e809eAAB13797", + "amount": "250000388336000n" + }, + { + "pAddress": "flare1sdu733e5mpwdyq5ydkpfq76qh6qfslt9nwqksk", + "cAddress": "0x69729cD82Accc43917F7Bc4462aB7b7fd171D03E", + "amount": "67991960984000n" + }, + { + "pAddress": "flare1wk2vak302l3fj8zu8sfkuvd0lu38xyqmrvqssv", + "cAddress": "0xCca0bEaba0ec1161c7cCEA92E65d78Ab030DB7d3", + "amount": "102052220286000n" + }, + { + "pAddress": "flare15altelke796kccywmjmxs3j4z2rkzqfk75959v", + "cAddress": "0x20c507483DE398447AbCB8766E7C3514bb789518", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17ytc5wyw2lnlsltgwjd70se2e4lcz0tc9lnlh6", + "cAddress": "0x9E84bF36d1500f55D534789C4aD5587fE0C9211D", + "amount": "1364220000000000n" + }, + { + "pAddress": "flare1vwrr7ldqefk8gzzjeaefmfwpq3hmn9l4wt5ceq", + "cAddress": "0x6E59E13cB1fCf77cB64685d25943527eB582587D", + "amount": "869410000000000n" + }, + { + "pAddress": "flare10qcmv60jply7nr8h0cdsrzl940s2gvq0ywukns", + "cAddress": "0x0D427bC706E0D318916d6106195fC794B0Afc70c", + "amount": "104700000000000n" + }, + { + "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", + "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", + "amount": "757784000000000n" + }, + { + "pAddress": "flare1mepna3j5wthwcn7s8z40c3nugqhff4mq86s3es", + "cAddress": "0x88cd0C441ba5452Ed0aE9cD4E91B22311CC534e1", + "amount": "210000000000000n" + }, + { + "pAddress": "flare16g3vvvx54t3eqe3x5lsrgtnvlhwn94xdha3gft", + "cAddress": "0x0dC7690F69B12a154ACb18878Ad0d714f6B01345", + "amount": "673320082471000n" + }, + { + "pAddress": "flare1z6hkuwf05kxq9wphmnww3n4dgqwr9hlzhs2qrv", + "cAddress": "0xca8195D07D32d239585762AC6CCce88cC40C5a5d", + "amount": "612711871479000n" + }, + { + "pAddress": "flare1ph6hjykrdr7hck7y0f7urs95256fp0hcu8qp2g", + "cAddress": "0xA481b2Bb334B93681459154c658E67E19a7A2D4d", + "amount": "104895710497000n" + }, + { + "pAddress": "flare12raqg59aq5rugcwxk3xkt8zm66d9pm9j686wth", + "cAddress": "0xE3f7cdB87DdCAe894b258f3a5691992ea6Da68e2", + "amount": "238320370515553n" + }, + { + "pAddress": "flare1c0x67kq7h2dqg92z5x2xsq4dlgly2a3wm3w7jn", + "cAddress": "0xc52EC0C9ea713427bA3068FfD5679eb5af101Aa0", + "amount": "149014226036000n" + }, + { + "pAddress": "flare17cd3sctlytdhzl28fgk4f0ywyalhu6352neasv", + "cAddress": "0x3CA6f96562186C48C91Fe9eC3B98aA1deEC835B1", + "amount": "93566447068000n" + }, + { + "pAddress": "flare19fznmy29pz0szfcgpvnj65jya59k7epu7ykr83", + "cAddress": "0x9e7c1683fF4c6d84A827c35C4Eb422eEDEa8cCE9", + "amount": "167325899395000n" + }, + { + "pAddress": "flare1e7a7rdvtjp0236pga4rcupugvg8x49ffjdv4tn", + "cAddress": "0x8C533d4904566e90afe0db5e1A39E401fDA19167", + "amount": "377590968000000n" + }, + { + "pAddress": "flare1yhyjtnc7stkt2ale3dmvr625nte6jyze8juft9", + "cAddress": "0x38499A6f4210F750C85c38Cb807f0fa7D5DcD445", + "amount": "555647829586000n" + }, + { + "pAddress": "flare1qlxcp5h7atqyctwpl5x0kcfxt89e5nq7emwtu3", + "cAddress": "0xB5F3d8d49B3b67fb839Dc2ad288782fC3B9efaeC", + "amount": "97383000000000n" + }, + { + "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", + "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", + "amount": "309818810565488n" + }, + { + "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", + "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1923nf6vz4dhk4m38tf9flx6mrmp83f260454ed", + "cAddress": "0x5d85732e7ec7076EbB58A870ae971F3D72Abf723", + "amount": "50773997000000n" + }, + { + "pAddress": "flare1vlv8xgzjl95dxcnhane2xpchq7lq0cn6ug8nly", + "cAddress": "0xc2e1b9e47f634F9688267B62D9bce7302B9BEC07", + "amount": "211329951000000n" + }, + { + "pAddress": "flare1sv6vqkzvyr220q78srdhd2l32tc3pqszym5wew", + "cAddress": "0xcd114230e75A75967fA4F4B9577511C8b54F6566", + "amount": "750000000000000n" + }, + { + "pAddress": "flare1vkdz94nzs46yprtut57lts8gdehkexqk6s6yw0", + "cAddress": "0xCc542c3b7BfE3c8F556BE4298B42B09847873eA9", + "amount": "1019428963000000n" + }, + { + "pAddress": "flare10tvznuj5hsg3fxy5uy7d3g58vdwzrd8gv9u5vw", + "cAddress": "0xDC0cB9060b36374E6C21fE18f0dc8cede76f04e4", + "amount": "152000000000000n" + }, + { + "pAddress": "flare1antlfgq8zes0scsrpjgz8qkwdccvy45sljut9y", + "cAddress": "0xfd2855C20b8C69eE341e6e5b4E680ec4B7eF8580", + "amount": "1809000000000000n" + }, + { + "pAddress": "flare1fypxquewszldntgkspdhtluzd5gc8mu6sex7rw", + "cAddress": "0x86AC2612edE6805f845bEE1D4b9b556C09E69FD7", + "amount": "120010000000000n" + }, + { + "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", + "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", + "amount": "1530999963384000n" + }, + { + "pAddress": "flare17k8esxllxgvtyxzju09hrtwduh2y7lvl7tmwqs", + "cAddress": "0x8563DeA7DEd87AdF87Ffd4190F4Da58d5A46Da85", + "amount": "304770000000000n" + }, + { + "pAddress": "flare17lu4skxn580urcvy2k7yuxetn93upw4glzqyvy", + "cAddress": "0x6E381a5De1Be8d49A9564e3456796D97E55B9255", + "amount": "52499982000000n" + }, + { + "pAddress": "flare1782a0tdkxtagswlxypzhg9hmtgl4mfq3n45mxv", + "cAddress": "0x58BF55d02549D5201829964Fdec4154320D2CE5C", + "amount": "50000000000000n" + }, + { + "pAddress": "flare18hmk9pc2lz4lqx77p5h23glgrc0nwh3vfwzh9u", + "cAddress": "0xe3822d4500D20c6e2f89cef98667EE902a90c001", + "amount": "9000000000000000n" + }, + { + "pAddress": "flare19mslxef3w9pexlch2j00pvvrttvfsptu0smy0z", + "cAddress": "0x31f2953ef2d549072efB6c585A8f02Cec92F35f9", + "amount": "710816891533319n" + }, + { + "pAddress": "flare1w4gaqddfhzwdx8mff0uz278gk49xmmgh3teyla", + "cAddress": "0x0D6f89F80262CbEDF598C3539Cab67024e8221C8", + "amount": "150000000000000n" + }, + { + "pAddress": "flare15w55mr8zc6ffpmm3wp9dsudt249fn8x8x5akq2", + "cAddress": "0x62073ca865c20Df245304878D7844c7157ef63b2", + "amount": "60600000000000n" + }, + { + "pAddress": "flare1656cut7t5zsz6q9ts3fus2wzjj4j9rnu9uqp0q", + "cAddress": "0x48a2fE7fca245944d6b165FF194e19d025a71eB7", + "amount": "947490000000000n" + }, + { + "pAddress": "flare193z4xzc0vl6a0psc3p7p80l4jjs7633s3xc0fj", + "cAddress": "0x885dF9549A8035142AD8f20C7473bE2F13899450", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1zqqxm9ysg9kfhd6g4ta826f3g6s4wujs8had3g", + "cAddress": "0x1eE0536ACd3Bb3442ABA8c8E438E6Ea51d3a045E", + "amount": "52490000000000n" + }, + { + "pAddress": "flare1sssfnlcumrn0s82438992vzkpp0qltdsqgr55c", + "cAddress": "0x2B6Eb62b6116Fb4158451dAf70EF529183aCe1D9", + "amount": "252374000000000n" + }, + { + "pAddress": "flare18yghhdndrn5csj4xhxqpqynjqfrmhupweh8myc", + "cAddress": "0xD60AFDF0f3a9e086920E1FfeB83120051c6dA35F", + "amount": "50530000000000n" + }, + { + "pAddress": "flare1yemnf2d3lpch994tqmflfqmyzr2mhwew3878e0", + "cAddress": "0x289BA6a0b2aFE004A96d1781856d011282bDC49c", + "amount": "100000999000000n" + }, + { + "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", + "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", + "amount": "401740000000000n" + }, + { + "pAddress": "flare1dhg5s3vax4ulspd7e837v7ux4g9szws8ec0vmg", + "cAddress": "0x17Ff553CB867e1eCA1AcbBaCcE3D60BD7F64344d", + "amount": "54750000000000n" + }, + { + "pAddress": "flare1252flqpaytgn3seqlv87azq72sx6a95y03cvxw", + "cAddress": "0xA05DDCa55D496bcC9eE2217e047A50Ba446e1A1f", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1gqn6gkdzxacz75ugnxcs974rp798j43savlr3d", + "cAddress": "0x9C6B672A3968CD3C6DD6b908db623405A1c84294", + "amount": "113981435783201n" + }, + { + "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", + "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", + "amount": "377472068942858n" + } + ], + "totalStakeAmount": "197577903746106839n", + "cChainAddress": "0x25A762a3AE37aD037221DAF623dAdfA8e3247Ca2" + }, + { + "nodeId": "NodeID-FLPF99Gi1c79NGHw7GYyhttWPVxpCq713", + "bondingAddress": "flare1s45gex0vw7y9sk0jyy0ts8u099nmxzlu2wqdqg", + "selfBond": "3000000000000000n", + "ftsoAddress": "0x7808b9E0F7c488172B54B30f98C2FcF36D903B2c", + "stakeEnd": 1747296029, + "pChainAddress": [ + "flare1s45gex0vw7y9sk0jyy0ts8u099nmxzlu2wqdqg" + ], + "fee": 125000, + "uptimeEligible": true, + "ftsoName": "African Proofs", + "BEB": "3000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "24291108385110048n", + "totalSelfBond": "3000000000000000n", + "delegators": [ + { + "pAddress": "flare1n5gqj0wkg0gh2s2ce0vtqcreqs0jnamkfcm2aq", + "cAddress": "0x909A1477824e9214851913B65f1672DDD3989E3c", + "amount": "74005123359000n" + }, + { + "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", + "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", + "amount": "143285000000000n" + }, + { + "pAddress": "flare15mg0f84lg98s9x72amzsqg6jd6eanmqu7666pu", + "cAddress": "0xA497BFbf2920acaE69Fa582EDb742628b18a68Ca", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1m2k3c9gqf9v8mmxh2t38eea7r3kg7t6m98yef6", + "cAddress": "0x375Fa004258D3A75D2877c557b344523A73983F6", + "amount": "20286225500000000n" + }, + { + "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", + "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", + "amount": "51658998000000n" + }, + { + "pAddress": "flare1mhpzjv5kq970q650j8vu3tg4xurq7efwja3ey4", + "cAddress": "0x75a0f46BB5235b96dc3ABC8Df54a34acbb63dC41", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1v48luhpgdgdefg98yep5wxw2w9tf6ytx0cy8xp", + "cAddress": "0x350848feD543cB04bE516481100b1A3b5CeA2835", + "amount": "81258086574000n" + }, + { + "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", + "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1nw0kmam9nngmc9n50fxhg6egr57rtg867pekvf", + "cAddress": "0x03Ea24C18bd0C3E75601bFA95BD9A2F4d67506B1", + "amount": "79840360909048n" + }, + { + "pAddress": "flare19thaacez4xftxn6yur2erfydjeyq68wf3c40fn", + "cAddress": "0xcc480358437c3329d25Aaacc9eb3E0Ec01737Ea2", + "amount": "112695009000000n" + }, + { + "pAddress": "flare1p5sz5ka38x2xplnuha4p9n4aytw674tgvnvaam", + "cAddress": "0x9252ae60b48deDB2B440748eC209182B9EACB0Cd", + "amount": "54999996000000n" + }, + { + "pAddress": "flare13j4zs7xpf83wy5z27g8vmcj9mrlu0zyfyx4qut", + "cAddress": "0x9049b35dC6f6A6E37af13FD729645e0c3D362EB4", + "amount": "305875802581000n" + }, + { + "pAddress": "flare1nl279745ya7qq42dpzfhtrht95mr63t0cz42yc", + "cAddress": "0xAdb28f8177CD553C90258058fA24ea80fbF7D8a2", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1jycqxz50nazu3y4mkqqjcwlrked6pmsgy2eqgm", + "cAddress": "0x3D53C2669e499803f751F702FCa0E9382597071a", + "amount": "78763412687000n" + }, + { + "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", + "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", + "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", + "amount": "1400000000000000n" + }, + { + "pAddress": "flare18jcgzupqznxv3a0thkfkuqdty9kukalmfzn559", + "cAddress": "0x24C8F0F88e7a9dB02affDFAd8Cee8Bdf9E0b8212", + "amount": "700000000000000n" + }, + { + "pAddress": "flare1v9qwukcxjg4xf0gwp3fzdyy95q2fzqlvz0979r", + "cAddress": "0xFdAC058d47dc99A70f076523c95a5c97b3805bBB", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ryk2lxc8fkdvgpu2ch80tdsj2y03ym77ex09q7", + "cAddress": "0x6264b103931e1AD71441A920393E6FC76e3ef11A", + "amount": "100001096000000n" + }, + { + "pAddress": "flare1k69z6l5rt0j6nd6xc29p6wzzkqs765hewyhauv", + "cAddress": "0x62F8928B73ddF63EDbE3Facaa3304e52CCEd8336", + "amount": "222500000000000n" + } + ], + "totalStakeAmount": "42291108385110048n", + "cChainAddress": "0x49CFE6199FffCA921B40e2290f565Ad107A530E0" + }, + { + "nodeId": "NodeID-4h6PNpK5oo9pjmE8zKSbm31S2LStg4tyF", + "bondingAddress": "flare14dqj5g8cwxpnegzckyvuyferwe9w2ywl6ekr3x", + "selfBond": "1250000000000000n", + "ftsoAddress": "0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5", + "stakeEnd": 1739900122, + "pChainAddress": [ + "flare14dqj5g8cwxpnegzckyvuyferwe9w2ywl6ekr3x" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "InGen.FTSO", + "BEB": "1250000000000000n", + "boostDelegations": "6250000000000000n", + "boost": "6250000000000000n", + "selfDelegations": "0n", + "normalDelegations": "1095179351119000n", + "totalSelfBond": "1250000000000000n", + "delegators": [ + { + "pAddress": "flare1wrneccyj2dg9vr3nuggzd7ptc3t7w7248vnvah", + "cAddress": "0xF057f94D73BD7c51537B2fD3AF32506cFb25209C", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", + "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", + "amount": "57461504343000n" + }, + { + "pAddress": "flare1v9yz9kprn0uf3l7nmjhedlh7lfxq5pc08d06dg", + "cAddress": "0x7F6Edd1165C11943f0f5afAfF9219301Ce4A3E71", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1v6r3pyj2cnt3nlvw549l8c2y64rfpxyguc9lra", + "cAddress": "0xbA63eE05f6eA43241054954A3AB5BB9d8AFfC31f", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", + "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1arqlxjpykywpkl77q7fs5fv3ljn7c7la5v64hl", + "cAddress": "0x32009A38299569A0cEe331C6B3d32eEBa85A85cF", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", + "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", + "amount": "228057846776000n" + }, + { + "pAddress": "flare18l239uvd4jqv2x6nw4vcggp36s657475mp8lcz", + "cAddress": "0xf0b0152eD07d160FFA1b05399eFB87F46a50FaDa", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1awsnhlqskxrdls0f0nnne9fpv7n9elsk5aqfcp", + "cAddress": "0xf09607bdf5c529E248b93a792BC6546af979Bbc9", + "amount": "59660000000000n" + } + ], + "totalStakeAmount": "8595179351119000n", + "cChainAddress": "0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5" + }, + { + "nodeId": "NodeID-7HLcuEFt7c1qTggK8AkLim9ekhPu2NYLM", + "bondingAddress": "flare16rg8a4lj05uxmdvrj3a5s4uks4cgha3r0v2eal", + "selfBond": "30000000000000000n", + "ftsoAddress": "0x6434b1ED626585D3e58E995aD3C2cc0D6718755c", + "stakeEnd": 1761969499, + "pChainAddress": [ + "flare16rg8a4lj05uxmdvrj3a5s4uks4cgha3r0v2eal" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Chainbase Staking", + "BEB": "30000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "1052369000000000n", + "totalSelfBond": "30000000000000000n", + "delegators": [ + { + "pAddress": "flare1ykhuzgspurm0nfnsh30a58jathd3kk84x2vwua", + "cAddress": "0x7187E970383dc109cb51511968db319deA0f8d10", + "amount": "50140000000000n" + }, + { + "pAddress": "flare1m3kgzn878ackqgtr20yg4n7e66rupfqsqd77kn", + "cAddress": "0x993A7995be8821C1D49e4e1D7DcaE940D502484E", + "amount": "882229000000000n" + }, + { + "pAddress": "flare1rc5n3gx8ekc7jk23q07w5fre9f59vslv5q9m8v", + "cAddress": "0x17F7Ffec85d54bE5d3985a1F2720D60790de39Bd", + "amount": "120000000000000n" + } + ], + "totalStakeAmount": "31052369000000000n", + "cChainAddress": "0x15646dDb42Ee60B26A0BA727CFeB4E8b1A319cdE" + }, + { + "nodeId": "NodeID-KtTdea6FeDDy5pERrZKHkkhtJFCbJNv1a", + "bondingAddress": "flare1u8x2r8t9544dp7p7xs9hgp6amakhpmqskp4fz4", + "selfBond": "6000000000000000n", + "ftsoAddress": "0xe3a76233885E355cFaF141D7dd3D92705C9db4D5", + "stakeEnd": 1764719535, + "pChainAddress": [ + "flare1u8x2r8t9544dp7p7xs9hgp6amakhpmqskp4fz4" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "uGaenn", + "BEB": "6000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "1127975000000000n", + "normalDelegations": "5700825001000000n", + "totalSelfBond": "7127975000000000n", + "delegators": [ + { + "pAddress": "flare15yhw476z9wvqfyqrhexjz7vw3fle9rjjn9vh0e", + "cAddress": "0xf234B4DCd1d51D46f75a60AB4a8C96794eC68Fd2", + "amount": "3068705001000000n" + }, + { + "pAddress": "flare1nxcdh44fhts76k5udku5u27xyr5z3fh6tljp9k", + "cAddress": "0xf3158314781157942afe279c7977E5227a019f2D", + "amount": "2517120000000000n" + }, + { + "pAddress": "flare1jg7tn5nfullxlpd07qf4rw79kkc0qfgc0kd0rc", + "cAddress": "0x49D424510DCAeCb1D7e26214aC23D2528C67C54c", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qs2mu6pde3zu7kxccc0f5nve7vguhujap4z9xk", + "cAddress": "0xBECb518a60aEF9f23d44EAF8B268455CBf84B784", + "amount": "65000000000000n" + } + ], + "totalStakeAmount": "27828800001000000n", + "cChainAddress": "0x781deF0a0845ac75F10Bb65028EAFEb6E73eece8" + }, + { + "nodeId": "NodeID-LxpVHRQAYXPRf7q5oz1iT4N1z9XHz5rHU", + "bondingAddress": "flare13hfwcxp6ezyek0vcvy5lxf2jx229k6mpw6v4fz", + "selfBond": "29999900000000000n", + "ftsoAddress": "0xf26Be97eB0d7a9fBf8d67f813D3Be411445885ce", + "stakeEnd": 1741093213, + "pChainAddress": [ + "flare13hfwcxp6ezyek0vcvy5lxf2jx229k6mpw6v4fz" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Stakeway", + "BEB": "29999900000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "119186823487800000n", + "totalSelfBond": "29999900000000000n", + "delegators": [ + { + "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", + "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", + "amount": "50010000000000n" + }, + { + "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", + "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", + "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", + "amount": "900000000000000n" + }, + { + "pAddress": "flare1ph472gs98ffps5482zqteyx065qe8a9wjn2xlv", + "cAddress": "0x0eF4C65A4484B7af02A9f0032e6321811Ea24072", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1emay48fsya00n4mhdtk2xumv0rzugtfmv097yr", + "cAddress": "0xAfE914E3780d90e47082BE65E8bee7E6F4659d83", + "amount": "300000000000000n" + }, + { + "pAddress": "flare123l344hlugpg0r2ntdl6fn45qyp0f5m2xakc0r", + "cAddress": "0x4485B10aD3ff29066938922059c5CB1e5e8Ee8b6", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1qg4mn7335rcwwcd977k6ryd6rpq8f23rc5cwq7", + "cAddress": "0x8E49f1bA4fefb3a0CE0B89FF000b3d01d9076158", + "amount": "50887456250000000n" + }, + { + "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", + "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", + "amount": "1830974089000000n" + }, + { + "pAddress": "flare10z4pkvu0w0rq642pldhv8vfh8a8802ch35tg7p", + "cAddress": "0x72F1C8601C30C6f42CA8b0E85D1b2F87626A0deb", + "amount": "60410050148800000n" + }, + { + "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", + "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", + "amount": "3252783000000000n" + }, + { + "pAddress": "flare1qu7tn92afd2dmt2sy082z0uaq5350nfrc8chsk", + "cAddress": "0x6Cc6ff8C9f6254C2d78322A509e7763Dd1Bf77cc", + "amount": "1105550000000000n" + } + ], + "totalStakeAmount": "149186723487800000n", + "cChainAddress": "0xe2e529f3D651Ad039c80cABc6dA7Ed9426786089" + }, + { + "nodeId": "NodeID-3phxSiKoYMj1dNSJysZhHYQKUbLX786jy", + "bondingAddress": "flare1ysd4vw287u88nu0f0vh3zrxg4ett3ansnn0v8v", + "selfBond": "7000000000000000n", + "ftsoAddress": "0x9269fb79B098AB314de8A1E2AFb8705678520443", + "stakeEnd": 1744399249, + "pChainAddress": [ + "flare1ysd4vw287u88nu0f0vh3zrxg4ett3ansnn0v8v" + ], + "fee": 170000, + "uptimeEligible": true, + "ftsoName": "Aureus Ox", + "BEB": "7000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "1870000000000000n", + "normalDelegations": "40648375153657318n", + "totalSelfBond": "8870000000000000n", + "delegators": [ + { + "pAddress": "flare1rkp4dmm8sua35q4deza2w89tppka4u74a0e20g", + "cAddress": "0xca8F388b22433701BFcfF21e74495646Aa7f001F", + "amount": "279289011038000n" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", + "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", + "amount": "1136000000000000n" + }, + { + "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", + "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", + "amount": "506000000000000n" + }, + { + "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", + "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", + "amount": "50000500000000n" + }, + { + "pAddress": "flare168ewpaad5jevcgywsus2huzyd4ppmwugftpl48", + "cAddress": "0x3d21d038152C71BEaA1425fEA8EC17C83c7Aa13C", + "amount": "100050000000000n" + }, + { + "pAddress": "flare18seaveq7a06x7t3k7vfuzzuwz8pncx4dpkgj4y", + "cAddress": "0x41fEE376CeB3778c793477c6F5a250eC404F19BB", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1sm4kesu03etpr42rcc22ljxrxl3hvug9lxe6qk", + "cAddress": "0x0F93136dDb0B36b7C1B4201D2C6ED9E78e0d7D9c", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1q4cpyy75r6lvn7e200z8jkry40nalstztyrk6d", + "cAddress": "0xcC187c1AC17e360714E8a8066B03B7C16a59eD70", + "amount": "2000000000000000n" + }, + { + "pAddress": "flare15wf0285spm8x9g0hnxnhwnuc2zez7u3pzhctsg", + "cAddress": "0x5b61d4fa8D4a76B09D1Ae70E457141d71120F968", + "amount": "8000000000000000n" + }, + { + "pAddress": "flare1j9m9pgl03g7axu2u5awr27kq4h5d5crz66lp5q", + "cAddress": "0x3c7904F8C7b3cFc88509ee0F887919A9dfe8d649", + "amount": "1200000000000000n" + }, + { + "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", + "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1j7v4xf49ynhggaxxmzhzpwkvt8gdjr4c2ytvsz", + "cAddress": "0xfF26215FC65dAEC6B03ba42fbaAc85092B7f3559", + "amount": "279149996000000n" + }, + { + "pAddress": "flare1gygcfkxp6a5plljflyrv43aafhcgc374p7z972", + "cAddress": "0xAc97F9b50736eb5Ec19aECc9FB4095fB634967D3", + "amount": "159786054431000n" + }, + { + "pAddress": "flare1pkgawj8lsqsfnsmmm7d79naa4n3v0x2z5zfx3a", + "cAddress": "0x3bF7fb2D2bD036B47538C0B4ccB0ba64542Fa5A9", + "amount": "21221070630000000n" + }, + { + "pAddress": "flare1420rs2xkj9ghpp5zpa6rhfhl60j9s92n4j4es6", + "cAddress": "0xD05f1E87F5D0dAEc515B716C2d38527E8a023132", + "amount": "374986567684073n" + }, + { + "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", + "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", + "amount": "235000000000000n" + }, + { + "pAddress": "flare13y0kygxz4luu7wmxkpq8kfvayph7ta8s0lv0vu", + "cAddress": "0xcd17cB61daC93d3dc5596F4aDDE2Ea50Fa76626c", + "amount": "119920525045000n" + }, + { + "pAddress": "flare1ej02f65m34uastyly2dr3xd0xhshc6dph5kzxh", + "cAddress": "0x1E2Cd1f542c0099762cCe9FD905760D5a3993D35", + "amount": "176000000000000n" + }, + { + "pAddress": "flare1p3k4t6gne923hf33a3qut3wht2gan6ns08k4j5", + "cAddress": "0x7c3cCD055591f92C1E8dF0767aDce30b504dA12d", + "amount": "200000000000000n" + }, + { + "pAddress": "flare145a8rq6fxkhrggnmhh39csjy9uzxnnn72xy8kc", + "cAddress": "0x1aC6d149f76CA1C4f7A899465621286C37430D7F", + "amount": "163600000000000n" + }, + { + "pAddress": "flare1a06sztf08x57zg4g22qryr0r98tu9tkjd0eyfm", + "cAddress": "0x8374AB8d7406456abF882964ccfb0fEceb1064E8", + "amount": "1024600702432687n" + }, + { + "pAddress": "flare1suc7num8jfecr44qf0zrw5s5keze2mrmu5g45m", + "cAddress": "0x930577dB9Bff3689245B3A9D2B068C3749D96783", + "amount": "324040015878631n" + }, + { + "pAddress": "flare1frdxxndts2lkq4mkan46tg4trhgmg253utas3s", + "cAddress": "0x118645886cAB846eA00C04e28677eF6f10B8aF85", + "amount": "530843732701321n" + }, + { + "pAddress": "flare1s30t87gegalz9syr4589g700xx3cddca5hpjq2", + "cAddress": "0x75E1484739bA1210Bb4EFCA8e5e8E07BDB2d013E", + "amount": "311705000000000n" + }, + { + "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", + "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", + "amount": "435485000000000n" + }, + { + "pAddress": "flare1z4vw0jaehfzswjnnzafpah9krwegueyxum635w", + "cAddress": "0x27aD6D636ACAC9b3ADe2260d6b2C565841DBe1B5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", + "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1dt6rful7vgslxl4983fkzz5dcgaw5q2e95tajf", + "cAddress": "0x94CAcDda3C60e9c94B92E01Bcd33BA4989f74068", + "amount": "117396650720000n" + }, + { + "pAddress": "flare1uxmqs2ruk24s30g7xnzj057nlakgacqa6399cv", + "cAddress": "0x674d59B57B29efd6cE7F1E8a84550BEb8F14bB7F", + "amount": "53450767726606n" + } + ], + "totalStakeAmount": "64518375153657318n", + "cChainAddress": "0xB514d30ab6D6AaA7E71ED6bBA5C9Ed6d49F54973" + }, + { + "nodeId": "NodeID-Gy2c6Y1RNz2PZfAnTwHZMZ4RZ53nKPf1Q", + "bondingAddress": "flare1meeudwh8sudqr3pcxcr2q9lvexuhz7jvenjyf3", + "selfBond": "30000000000000000n", + "ftsoAddress": "0x50A1BCa4d5e91B3bcea7891742248F5BA5ACF0e5", + "stakeEnd": 1741163400, + "pChainAddress": [ + "flare1meeudwh8sudqr3pcxcr2q9lvexuhz7jvenjyf3" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Google Cloud", + "BEB": "30000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "51086581729240081n", + "totalSelfBond": "30000000000000000n", + "delegators": [ + { + "pAddress": "flare1l3r6c6wdg9v4et224twvqttv9klsks9h99ry5t", + "cAddress": "0x9215489d5103Dc1E3f3F75dedCeDa6d177916493", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1w7d8t8xwp2r7pmrms9v643zy9kal9x3nql5vrg", + "cAddress": "0x8c57B3d0F9313Afb3EDE06dFb0C3AdDfcBc27765", + "amount": "111100943423000n" + }, + { + "pAddress": "flare1elj8jm0sdtgj9e5lv9aaas5v6hmdqeyr6ermun", + "cAddress": "0x69FFF2BA938D791203EC341CFF4725A38D83B45A", + "amount": "171100000000000n" + }, + { + "pAddress": "flare15n400a6rnzpx2qsavte9yd59uwnj530jj6hj7m", + "cAddress": "0xbdf6A25d508eB1b5931fFD875E7C8589be41bab1", + "amount": "107534728104000n" + }, + { + "pAddress": "flare1m4gtp3690ercc0udgxsar2u8kqvhh6z9wckujx", + "cAddress": "0xa96480729D57867cF0FCeA0663b34b1B7c964c7a", + "amount": "117312090170000n" + }, + { + "pAddress": "flare1cnzsrxztzl6v0l9zl0xmr89canwrk62zuct26m", + "cAddress": "0x9a5f27CD3169BBA7AAEC562C35D25E920AB805cc", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", + "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1x9uh9r9ymrqvq8u86qfg72gld4q7qnxpe5ml8v", + "cAddress": "0x922Fc67FAeAAC3D8b78AA0834989eE84C0984D18", + "amount": "260749996000000n" + }, + { + "pAddress": "flare1cxv6sjud98eqq390r43xnezc9lsgddp399em58", + "cAddress": "0x3f35C211c60642F4Ab02493DA0a5abc2eF84d4b4", + "amount": "124198987000000n" + }, + { + "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", + "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1965tza4w39tcp9cadhnz3grk9t2stnthgvtvmn", + "cAddress": "0xD2548A968c6b1150919046f09FC785F1e917C5E2", + "amount": "50100000000000n" + }, + { + "pAddress": "flare1yeahnhlv2c49aklj3rrpj64gmj4ufq8q86c238", + "cAddress": "0x63F9F5fe08D708be0A42e4A615762a74bAeFD977", + "amount": "69369998000000n" + }, + { + "pAddress": "flare1sd9zjt24308luxp48d8gvk0l8678h4nlrxvlym", + "cAddress": "0xCB669A61FD0dae79cA09E029F927f3751154B89F", + "amount": "112344454862035n" + }, + { + "pAddress": "flare1jys0elcftgly90d64gfrmfu3s267xen898sfhx", + "cAddress": "0x582cD7fc91F89Ee889B5db96044Dcf44d4F57214", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1l843wf3ategl34m8uzvsk9sz5npswxf6ysqkzc", + "cAddress": "0xC4019E18D89D94bcAaCa46B601793316876D84c1", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1pr0lq5wvx844hjcq2j9pdn86saeeq0khqrfzqh", + "cAddress": "0xEf00c0312cf953D6B8978edE3Df96de2F3d9496A", + "amount": "150004000000000n" + }, + { + "pAddress": "flare1zpezjfhrdj85gvwxd6prm06l0ryu007mw84myn", + "cAddress": "0xA6A0744B81EeA46B2089dD8508266127A121Bf37", + "amount": "133959998000000n" + }, + { + "pAddress": "flare1ljwl0axln4fvre45ccx59697gqx5hcvjr3la78", + "cAddress": "0x1B26Ccf3bC57f947B82776dF549B159d9766A582", + "amount": "299999999000000n" + }, + { + "pAddress": "flare127yrkh9vcdg9gufqyanhfllvpctwutpxxkd5gw", + "cAddress": "0x0BB95a64AC985a371C8B02A1664E809009CA4ff7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1lgflct0rpmwap2q4llpemkm29nx3e82ujsty2z", + "cAddress": "0x58275F5790D59D230D2d719Af451Eb27a8FEd8Cb", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1yfaam49hg38telzzxh5g4923m0tv0xvspjjpfe", + "cAddress": "0xacEe9B03289125f8E05a6d6EeAC7EF4baa036C2D", + "amount": "54302995000000n" + }, + { + "pAddress": "flare1v7278lehvaa85qrwct53tp2v65fex9ps9nl38f", + "cAddress": "0xfDcdaa6938874fa5E80cf53f85BA1137B34E2F48", + "amount": "53900000000000n" + }, + { + "pAddress": "flare1dew8pwt80gmw85wzg7676vhgquljc2mfpuwrut", + "cAddress": "0x8805AFC0322B8993bF6AE704eE072AC409Ea83c3", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", + "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1exmphdsuf4jc4wtge4w5tvpcxxg072z8mfdxkk", + "cAddress": "0x393a912aB3c2Df78Fd4EF433772de1A2de49FdA2", + "amount": "149420000000000n" + }, + { + "pAddress": "flare1pj70npw534kpregfu0cqkuqs97tp9wmsf8n4kd", + "cAddress": "0x6E0007783d61552A1723d85146d5F385C90DF77A", + "amount": "126537062347000n" + }, + { + "pAddress": "flare1x2qcce2k5sdqxn8z85p9adhavez0f8t9n6paav", + "cAddress": "0x2a41DcD345917689d48D0c96B4081ca87432f5B0", + "amount": "750001997000000n" + }, + { + "pAddress": "flare1ll9wnzh08d3vcm6ldewg45k9rlx7lgah839uah", + "cAddress": "0xD42596655F2EcD0D96000F0b34648AADa1b9Eb62", + "amount": "50005000000000n" + }, + { + "pAddress": "flare1dk23g83z7uktc2ffj9fdkqyn4weec8c30tmt0t", + "cAddress": "0xB743129f28352fB1B41466CEd22d2b9d1C5074Af", + "amount": "622867057667000n" + }, + { + "pAddress": "flare17dystg3depxt8va46w0ex6f23az8s3922u576a", + "cAddress": "0x1a941120949C4BC2C6FF481589D09CeFe450D2E2", + "amount": "50090000000000n" + }, + { + "pAddress": "flare13d05j9szquqvsvdve52mtvqev68yjqd73q8087", + "cAddress": "0x8a5c11D11B59441645AE3C966aA33f3d084B9b13", + "amount": "53754593922000n" + }, + { + "pAddress": "flare1qtdj99kzjapkwnyufwqd9wppau02wfkhv73u56", + "cAddress": "0x2A8193cDb16168A6FE1EDa8510028B5011AFD125", + "amount": "425838008170000n" + }, + { + "pAddress": "flare1wk5kmefa2hkxn66xw0jam8se0s42vs2ft3qnn8", + "cAddress": "0xa6C132e0A0CE6F89184D1298b949D022c57E832e", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1xq4sv927ralnzt0qv6xwt0c2r8qqznfnnrlz62", + "cAddress": "0xe9CA822f35cbE366BB6a41Abc627051A7cbD3d7a", + "amount": "50060000000000n" + }, + { + "pAddress": "flare19mde554eegqqf6hku57r45v2xs62vfxyxdlsvf", + "cAddress": "0x187ABEB0A91F2DF8fb564B7682bC81c6e7c9e816", + "amount": "54673000000000n" + }, + { + "pAddress": "flare1jqd34y6ffdnngqt4q3xs4ujd0umt240teeczxm", + "cAddress": "0xD0506eeff769Cb90Fa0Ed1426d370e8eE874B80B", + "amount": "172432873145000n" + }, + { + "pAddress": "flare19zgdvzd5m9e7v9e326x44u95n8cs6j06fue2zv", + "cAddress": "0x355Ee7967Fd17C49db13f7953b03Ee61E52683fC", + "amount": "26787623720000000n" + }, + { + "pAddress": "flare1rxjzt8ldp2duawyg29ch3unrfjsm8x8hcglfle", + "cAddress": "0x0a626FA9c4294bC0886851e2Be26d180d5190589", + "amount": "782863717501844n" + }, + { + "pAddress": "flare1m009gat33x7ygwrxv4ywg0mhj3eu825wfsnn56", + "cAddress": "0xedc37a1b9e1DD4838A885C8049091f3eE27fE438", + "amount": "206846983217000n" + }, + { + "pAddress": "flare1fqwn9pmyglvyn7wrz6ylqtwyl6nth4zm2jx5n0", + "cAddress": "0xaf299FB4abaf440Be0eaC648bdC543B8d7BD1B5D", + "amount": "668095000000000n" + }, + { + "pAddress": "flare1ryk5wsrun7y55j0zpjq2rkhfdzeqjv0er78rhu", + "cAddress": "0xBF20C78Ba6232E5FCA267aE0eB8B183FaB4349b3", + "amount": "50000000000000n" + }, + { + "pAddress": "flare164gk7v9ksu52alkq9angj3mjd9jr6cpsqywtgx", + "cAddress": "0x80439104FDA7d222169E1BA1e19EdA00c3538DF3", + "amount": "499999939719000n" + }, + { + "pAddress": "flare1vhwlg6w38xyqqv3t2l22x24x6yg7lpgkr808v8", + "cAddress": "0xAF8DAD3C6c7E76Ce2Cf4280981a03106E9E22E14", + "amount": "59152859650000n" + }, + { + "pAddress": "flare1lq78nprmks0rtsytv62tl48qmqkukxnur743ak", + "cAddress": "0xeCe5556996E31724c89258af7C4Cd416e6EF1224", + "amount": "50000000000000n" + }, + { + "pAddress": "flare100qdqym6r3xfw8s0aprzmkwjs5pp4q5glly2uf", + "cAddress": "0xa50eE6aFb1E13664d620463cF21a2341220909FA", + "amount": "54999998000000n" + }, + { + "pAddress": "flare1cqmh7cvcdkqn57d2z2x7rsdm72en3wzq5ywvun", + "cAddress": "0xF24dCC07E25A9C043aCd72ceb288009011D4B772", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1nfxws2q7sqt7gtup30x0n6gd96ugvf74sgfu47", + "cAddress": "0xa12AA77DEE2c111f8d4AC412DFAbF13e4d7D9301", + "amount": "134973000000000n" + }, + { + "pAddress": "flare1sr566ycns5hx8vzg7l4e3arm25x084vr64e9ym", + "cAddress": "0xdFb0A6bd364AdE103836bA314A8885E3187dF1Ea", + "amount": "2409162000000000n" + }, + { + "pAddress": "flare1m9pd7qj3udeet37lv03n7en0hh5qf2ataak4lk", + "cAddress": "0xF4E003Ba5c8B0c906753B2FaFeA7a5B284Aa1432", + "amount": "150000053335429n" + }, + { + "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", + "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1zu3uwzmfs7nvewxx3tx5akvuj82c32zv8tj36y", + "cAddress": "0xaC9bf31222af51c58A0d788827E7C96f1ea7586f", + "amount": "2595697940145000n" + }, + { + "pAddress": "flare1sn32lnvy749lf6m67tgp2dtrgkfqaykhzya5xv", + "cAddress": "0xC4E2DAC4D245f17D5365fF3Ce92D494cA6442123", + "amount": "103099000000000n" + }, + { + "pAddress": "flare1zjwzn0wcr5hrhqwq29rl7ppxs6j03jc4hj5xk7", + "cAddress": "0x60F432c8Ad2800833c3840193d6ff5B62216B79b", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1a333x56t2xt79hyj3xxnxxenvs7s28eun600ca", + "cAddress": "0x4e9b898d461870d3921535aB6CA50C886fA95ffF", + "amount": "100099974000000n" + }, + { + "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", + "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", + "amount": "60010000000000n" + }, + { + "pAddress": "flare1vxj8293jhxu8zc9fplawewhn22l5rshe63j04h", + "cAddress": "0x9d4528c15fDADcE37aBe0Ee23e4EF4d259DEA8Be", + "amount": "110550969000000n" + }, + { + "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", + "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", + "amount": "1085000000000000n" + }, + { + "pAddress": "flare1qcf7uav7y2yvrmnwrplum6t6j3qlkphgw79wlh", + "cAddress": "0x3c7F6C9024559Fe880A9CFd7a04cfBe531d02D76", + "amount": "87669969000000n" + }, + { + "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", + "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", + "amount": "1700000000000000n" + }, + { + "pAddress": "flare15jsaesumaykmlv5wxf00xup9fvwlhwke4lc5r5", + "cAddress": "0x030BbF912a24adebdc4C98A9F8CfaA52A50ac9cf", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1605u72dd56lx8g87qtptm24kzwajhjh4yv07e7", + "cAddress": "0xF34c9c0C434D49B8c0F16892D17a10Be74d160f2", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1rf9q5h3cyfpdqdhg9hlddp67ulxhcms2kzptl2", + "cAddress": "0x91c3450B3fA4F41d24BF6Fa3DE57B66a15D2e9ab", + "amount": "262783203346000n" + }, + { + "pAddress": "flare1xd974yx3ejm5ywvw5vr8n75cklrndrl6vkxkdj", + "cAddress": "0xF9983928Ac334e9e8C48e7b507c1275CC388588e", + "amount": "151499979000000n" + }, + { + "pAddress": "flare1fcjkrdsrpannsuj2l9qx2gajrk5gpk6cve39x4", + "cAddress": "0x8e8079AB80E5775746B9286E37d20e203cdE96b2", + "amount": "399999997000000n" + }, + { + "pAddress": "flare1p3z7365q3tnsz6j87t09rrkl4nw8tnyc5m3trt", + "cAddress": "0x112B08Ad5dF8981d40FCCdc5e915c6B8e0099e11", + "amount": "113068099520000n" + }, + { + "pAddress": "flare1npj9uu4zs3zgct9w6v2ypk6c08fc3klw554ewu", + "cAddress": "0xe880676b5D1b309c04C9F7c272711DD58A065E59", + "amount": "294354971075547n" + }, + { + "pAddress": "flare173puz2gsdrf6h2648g79u0zac0c7nq479n80gj", + "cAddress": "0x4f50dB1Fc52552d4f90A4684650058a10d4A6bb3", + "amount": "1154084548441000n" + }, + { + "pAddress": "flare17gz9xejwpfpey9kn6u6dc9trxf00zynjd206n5", + "cAddress": "0xe85400dde555E98132aB02f2694f18a2667E86a0", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1n320vgssa9ngkczms0678ue6jn7unsurjt696l", + "cAddress": "0x851eDe2980B194130556aCAC61585785B46b84F2", + "amount": "50045000000000n" + }, + { + "pAddress": "flare1yfptz5mfvjmdt28h6lmz03hsv6eg89ph6ljkwl", + "cAddress": "0x7601cE118fcFAA001045B43cE3b9F0cBC0Ab4AfC", + "amount": "84862655266775n" + }, + { + "pAddress": "flare1ya0d5yeplvd8z0a6wn5q2nrvwv409avhhtpmfk", + "cAddress": "0x649dcDD05B0F84cc5A37e21802F562cAf7d80a8f", + "amount": "359229980000000n" + }, + { + "pAddress": "flare1d3u5w6r9y8gqm5cj04aqlglzq03wagfxh3yfjw", + "cAddress": "0x8B0aEb85fD4Ea3133497035bB741BaF85B1acDc4", + "amount": "56081130639400n" + }, + { + "pAddress": "flare1e5tg0gsj4wwglgqms2khr5jxsqpk4440wvlfjk", + "cAddress": "0x12783839025bFB8eB9e014a1859c09286e07B0bC", + "amount": "650018000000000n" + }, + { + "pAddress": "flare1pmplrx0a6fk36jqell7x24fmqpwg27qgvt6x6e", + "cAddress": "0x8A900c5DF2e0Adc40f8060cf11495A52a6a1Dc35", + "amount": "64000000000000n" + }, + { + "pAddress": "flare17aruz5sumh86x75nvf9gs0czhh37x9wma34k42", + "cAddress": "0x71fF589DB84B081184f43e6C9713839Ea7c848dE", + "amount": "111248998000000n" + }, + { + "pAddress": "flare1mt4ndqfutu8a6ka7q0cck04ywtfvufd4a87zkt", + "cAddress": "0x513CC17Bbe83ceA7995A651591618aA9d21172bE", + "amount": "100799650232051n" + }, + { + "pAddress": "flare19fyp4haflgjpjhg77e9z6vmttyjea6su2gdagg", + "cAddress": "0xb251d53F874297D314D2F25830E3690d60B5c89A", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1kvc0wz6hzgvur28hcfrd8aeqfvpy9zhehgzy9p", + "cAddress": "0xf6Ea7b1ABB950232c9C75bF472c9cB75f98988Dc", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1rh58hwn7sq8japygeqfts09d39l8kf8n85x3gq", + "cAddress": "0xA93b1B97137fCdF764aB896F10d1d4208fF26c5b", + "amount": "999999000000000n" + }, + { + "pAddress": "flare12dzx6atrmye8lhlcycjkucvxaucnrq2d4uvet3", + "cAddress": "0xC7CC78a1da4b3d313117f551FbeAad5527080920", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fnhd632rwtchlajhwa4ph9grk7ywfhel9jjuyg", + "cAddress": "0xACc8294e06d74C47CC9Fb5129070B4e2b8533E15", + "amount": "267001000000000n" + }, + { + "pAddress": "flare1acgrxppgw34uts4gjkse3wptgxmql8v5n7n24h", + "cAddress": "0x12736AC8D368412e912AC0A00330918B64D60058", + "amount": "52750000000000n" + }, + { + "pAddress": "flare13yy8gslt4s4az9733uywamc2m9ydpwvr9g855s", + "cAddress": "0xf3EC76BDA5103E5B433c87D2465B5B1204DcFCdB", + "amount": "857231990000000n" + }, + { + "pAddress": "flare1fjdktel83uawzhmggzwy588jxvn7sxzx542j5n", + "cAddress": "0xa7A315169127F3559293998b1e76F5d262fD7FF8", + "amount": "138578621341000n" + }, + { + "pAddress": "flare1s9gcf4596wscchs5dddcdqdpy20uh9eldgpc4c", + "cAddress": "0x51d548B9cF9e1b73045a3DcAc3336594226081A6", + "amount": "701442000000000n" + } + ], + "totalStakeAmount": "81086581729240081n", + "cChainAddress": "0x6DeDab21576e0Dd2963b21FB703B0Cfe022adE52" + }, + { + "nodeId": "NodeID-CoNH4gyEwB9gTrEmozwh14Zr8hs6wokRS", + "bondingAddress": "flare1shkl5wxpzmr75ax843cgzuy30xdq307j956lnk", + "selfBond": "12000000000000000n", + "ftsoAddress": "0xC522E6A633545872f1afc0cdD7b2D96d97E3dE67", + "stakeEnd": 1749315633, + "pChainAddress": [ + "flare1shkl5wxpzmr75ax843cgzuy30xdq307j956lnk" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "4DadsFTSO", + "BEB": "12000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "103360894962968344n", + "totalSelfBond": "12000000000000000n", + "delegators": [ + { + "pAddress": "flare147xns96xavm8kr0z49gt0ruul56wenz5rhrjx8", + "cAddress": "0x30339DFfD7953259e6Ae934c285F9d3179b110D6", + "amount": "1136938941000000n" + }, + { + "pAddress": "flare1aad26gwvkywvj0er92awtq8h8avurgqupxk3v4", + "cAddress": "0xB9aeb2315B33eC159403fe28181D29E5C95b8B19", + "amount": "50000000000000n" + }, + { + "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", + "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", + "amount": "333000000000000n" + }, + { + "pAddress": "flare1cy05z3heu5zj06dw9qcj2r3kzkesv07tx6uk0a", + "cAddress": "0x48Cfc30EB12cb87787b683a06fD54b2a5dd37F92", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "50002000000000n" + }, + { + "pAddress": "flare1zzhgvgtuqkaj9msdzhwc0p0z52tu5shfv2dve9", + "cAddress": "0x1101da007B4bD3ED52c69f896682FB263ABF925F", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1lpcac6lhks3y6a7xmnu6uvkq2yt6kxyjh45wpe", + "cAddress": "0xce35A74e1A118685727c567c83A76BC79368f5B3", + "amount": "200203000000000n" + }, + { + "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", + "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", + "amount": "227401971000000n" + }, + { + "pAddress": "flare134hyvs9ysvuftunnzgxy08sfeg0y0fc60qqqdr", + "cAddress": "0xBf04dDF5BbbAEc7268bb7A21a9217085C77F14CF", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ekvxkqaahneqar2ac49u8355f95y4rqdg398u8", + "cAddress": "0xE81A3441547e7E729dd5B4c377C95b2839d5aac9", + "amount": "150000009000000n" + }, + { + "pAddress": "flare1mgtycf569tn8wknqh7r8w3fa4ljhzjtjku3u6d", + "cAddress": "0x01b758b9dF1D1aC740a7AF3b7E264a2478a86465", + "amount": "65707123720000n" + }, + { + "pAddress": "flare1t667f2x549c9n93hp5kg8fazprx43n82wuvurg", + "cAddress": "0x081f710a52303E618cc57A603bBC721cAB51e500", + "amount": "275230087718000n" + }, + { + "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", + "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", + "amount": "167000000000000n" + }, + { + "pAddress": "flare1rt9jyt7ljhq4ktq79f5wasj6ex89c3rtty6ac6", + "cAddress": "0x3df8c0efb2592719283e52725564B22D3c2Dc93F", + "amount": "462744293212000n" + }, + { + "pAddress": "flare1mncjgamdgdzdg49vfr32mtkuy7rsywhk92ne48", + "cAddress": "0x3Cca008b4C57a5C2A79Ee8fE11Cf9D67dB0A3f79", + "amount": "49999999104008344n" + }, + { + "pAddress": "flare1halkgye84efwhqypkyg8gjmhckt4pf73zcvc5h", + "cAddress": "0x5d870F4124bD2a71E4dDA3b00B20BAd5a208129c", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1q707px20wmn5vev3gwqtaelhmc04yaew7q4qqz", + "cAddress": "0x5826d68503efd81aCf7F2Be8163795CDbb37F7E0", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1pj5jlnpvuj5dzcm5j59nyfnkcz66dtnfmm4sy9", + "cAddress": "0xD8359A3457D16924D77f7D3F2F9ae28D78fe7D99", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17y342654g0p868jg6cxgswhe4m2y7jrdgr0m0p", + "cAddress": "0x2Ac444C779f564d5c2445e1C37B7d20935bd1b59", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1vv5898pn8n90adxkm9qwjvm9g3psr7dyps5l2p", + "cAddress": "0xdC45dD634701A412FFAC1018D2a82023D11E6ac1", + "amount": "287939852854000n" + }, + { + "pAddress": "flare1xxue0t66ufy0er52kt326dpkpa3rfuum9v4mf7", + "cAddress": "0x6BeBb9cc0Cf96b9B93Cf4A89419f960BdD985654", + "amount": "50000996000000n" + }, + { + "pAddress": "flare15hwddhslgkdr6z37n8zxqvw9srql7mk35ll8js", + "cAddress": "0x8e49DF54576f8F689D73b3140E495fE32d08E928", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qlycv9w0pnxayl7wwcwj9v28yyvsmasjxnxtju", + "cAddress": "0x304B0EA7D15D03963696ED9F0520ba0175d61E18", + "amount": "3505999987000000n" + }, + { + "pAddress": "flare1mycnsrywulp57yjq22pkwxu49xaj9saeg5ff2f", + "cAddress": "0x98911994367C0A3301B27B76E7EF0fFa44503F11", + "amount": "100536000000000n" + }, + { + "pAddress": "flare1gunngcnx5lvd5mnkymld8httvaf5zpdyvawkf7", + "cAddress": "0x5F94B4133422EB0C4d8a7fA59a94Ae86396C39Bd", + "amount": "84664482320000n" + }, + { + "pAddress": "flare1h9ugdaut9l2zjv59ugvgnpfun4lv7d294yg7z7", + "cAddress": "0x3D1dFF3B8da23193F8D1305F3Fb0B979e9D2F623", + "amount": "359980998000000n" + }, + { + "pAddress": "flare15ag67jya49cquxhr3gj5jpddkwlcvp9usrg0fp", + "cAddress": "0xF8fCAcc43b7d0173A96Bc617c06805ac5C92A958", + "amount": "15672928000000000n" + }, + { + "pAddress": "flare1mnxcmw60vjvf2x799kjdy00k2634czvj503h86", + "cAddress": "0xfF0aCE724184414B8A4D05eeA38cB4262B0f4D6C", + "amount": "19682693000000000n" + }, + { + "pAddress": "flare1dnwh20dn4d7ax6rh9dw4x82vhxtp0tr325nqmm", + "cAddress": "0x64243639FDDdCde1bcE555618A4528b8ea3505C1", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1869mstqt83reyerlhg5r9ph2scw5pa5mqrth65", + "cAddress": "0xd12C7Dd0D81Ef4Fb96390415599b454ed9A0Ea7C", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1wu6jhyxvekzkh3pj4ktqzp3u4ckx6q59t28f3n", + "cAddress": "0xdb14E2B1715446384459547DcA3da473ABe2079B", + "amount": "3000000000000000n" + }, + { + "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", + "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", + "amount": "435485000000000n" + }, + { + "pAddress": "flare1cqf03mjg7ke89td52m5mfza7qel73g3nclsl39", + "cAddress": "0x6173310426c05c2fEB3543b663Bc61A11c9ae8bd", + "amount": "1511507000000000n" + }, + { + "pAddress": "flare1flr34g00tx27saed7t26p20dfkyxk720je64ud", + "cAddress": "0x04CF8ca73a49A9921FbB0132Ec6d7b0b966A57b5", + "amount": "949999999000000n" + }, + { + "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", + "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", + "amount": "1977351118136000n" + }, + { + "pAddress": "flare16ss9e4xdx8nz8hkwxl3lyw5xx92dx55dvftm0j", + "cAddress": "0x90273e75D420fBd5E106905Cc483E0F3b69C6C6c", + "amount": "1023582000000000n" + } + ], + "totalStakeAmount": "130360894962968344n", + "cChainAddress": "0x14D781a056283CB79ef249ad63Cf5a2442EB1430" + }, + { + "nodeId": "NodeID-AFor3TgDtzsV8kK8sjqkneuUKpv8tbNwM", + "bondingAddress": "flare19fmukug4wefeyf77qdz73eckvdnzq588qaeju2", + "selfBond": "13333334000000000n", + "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", + "stakeEnd": 1748779200, + "pChainAddress": [ + "flare19fmukug4wefeyf77qdz73eckvdnzq588qaeju2" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "AFOracle", + "BEB": "13333334000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "25845059768577207n", + "totalSelfBond": "13333334000000000n", + "delegators": [ + { + "pAddress": "flare15c062x5rgyyrgkzv3wqakdkw6wpnuzn8s4f3kz", + "cAddress": "0xD8a30F894FD8c8Dd5FB47a44966A918FDD8A6f1A", + "amount": "2000000000000000n" + }, + { + "pAddress": "flare17ytsqa28gzkk80dn54y8sz74a5tfxhraex47e6", + "cAddress": "0x78Cac9021D86c3D5BcAF0C407664E27Eb56040A6", + "amount": "1994207000000000n" + }, + { + "pAddress": "flare1j23ggez8yhfyq4muucaycw3lftlq73vatgpshe", + "cAddress": "0x308c271feB0FA3E4F5E9d5e5c9daC8f3194460b5", + "amount": "750000000000000n" + }, + { + "pAddress": "flare1tr0p9xq8cgsfflhzpqr77sz8mkqw6wrvac6p7y", + "cAddress": "0xf3221526Fb23f73F3d002778CD888AE873a85C0c", + "amount": "407902438577207n" + }, + { + "pAddress": "flare14cyrctgqy5jjjjzrsgcqapnjt5t0yencpl90gr", + "cAddress": "0x4CBC289fb8946D1684709113416Ccb26623Cf470", + "amount": "20692950330000000n" + } + ], + "totalStakeAmount": "39178393768577207n", + "cChainAddress": "0x90D38ffe3D03cC6AaeF01Bf039d7f936cBdD5109" + }, + { + "nodeId": "NodeID-AFor4y2SR55vTb8wtqrJ1gkxPiwdzFTEE", + "bondingAddress": "flare18565qkzyd7ma0qey6nur27qe4sdr6a7ned7um9", + "selfBond": "13333334000000000n", + "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", + "stakeEnd": 1746100800, + "pChainAddress": [ + "flare18565qkzyd7ma0qey6nur27qe4sdr6a7ned7um9" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "AFOracle", + "BEB": "13333334000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "143075586290785524n", + "totalSelfBond": "13333334000000000n", + "delegators": [ + { + "pAddress": "flare1meu3qaghkjq2zj6cxnjz3mvn0dar0u2n03nrp4", + "cAddress": "0x1D4C7C59B5a6a876B0a495c7166CE5c811a7332d", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1xxcqz5k8fezlm8tce2ws9tqs23f0u23d49q62r", + "cAddress": "0xe1d57b826Af6D5529A7e50CF07D9Ec28fB53a3C3", + "amount": "100000000000000000n" + }, + { + "pAddress": "flare1nj23pp87amxjrlk2sfkefafkr0tszh4r807rgu", + "cAddress": "0x9cB8008958407C161E57c701a2a852d3D4C8d355", + "amount": "26589899180000000n" + }, + { + "pAddress": "flare1stkjf7mtmqdt0hk2a56sz5swn4hqse4lhzhdj5", + "cAddress": "0xABe0Faf2EB82a9cFc01633F4178A056Ae5C29067", + "amount": "16070525104262552n" + }, + { + "pAddress": "flare1r88yreet3tgn4zthn8qct98gtwehhtr8kpnrjr", + "cAddress": "0x2d41bb357c5A997960D4E58F5C79D2DFEDf8a93C", + "amount": "250929006522972n" + }, + { + "pAddress": "flare1uzuvpq4jx3wcyrkjuf8sa0q8rwysppzeca0lju", + "cAddress": "0x186206B8dB235DAFf7F05F7F427066EC7F186c90", + "amount": "114233000000000n" + } + ], + "totalStakeAmount": "156408920290785524n", + "cChainAddress": "0x625d748e319326f8e0d466fF86923C794CEb90c1" + }, + { + "nodeId": "NodeID-DcUJTi6u5Xoutgr1A25iMu4Rp5JEbsEqr", + "bondingAddress": "flare1h5pjqy7skze3urx0x5mj2595z8q4l4hfej8xeh", + "selfBond": "4000000000000000n", + "ftsoAddress": "0xD1eDC6Dd3Ba8b0881A44002Ac501a69E924b8F00", + "stakeEnd": 1739127642, + "pChainAddress": [ + "flare1h5pjqy7skze3urx0x5mj2595z8q4l4hfej8xeh" + ], + "fee": 120000, + "uptimeEligible": true, + "ftsoName": "Aimlezz", + "BEB": "4000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "0n", + "totalSelfBond": "4000000000000000n", + "delegators": [], + "totalStakeAmount": "19000000000000000n", + "cChainAddress": "0x7A757589e26a495e5C535dE440A01cf009bCEcDe" + }, + { + "nodeId": "NodeID-JF4XWnC9PjZVXQuqLcpQvxztdMez3CpkR", + "bondingAddress": "flare1jydtvp2t78fue2cjn4d65gmwj8j52mekfwgfa2", + "selfBond": "3000000000000000n", + "ftsoAddress": "0xC8c1F188a891b8627e2cBcdc8a67A2Ed01aB8f10", + "stakeEnd": 1739224206, + "pChainAddress": [ + "flare1jydtvp2t78fue2cjn4d65gmwj8j52mekfwgfa2" + ], + "fee": 180000, + "uptimeEligible": true, + "ftsoName": "Tailwind FTSO", + "BEB": "3000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "938135527156000n", + "totalSelfBond": "3000000000000000n", + "delegators": [ + { + "pAddress": "flare1klhekfvtcaseue3rg0y4wh470p08m8xpq58lqf", + "cAddress": "0x49E381A012b6249B5955102f762b5476A211d25f", + "amount": "88135527156000n" + }, + { + "pAddress": "flare1nq5fh5c53fpprrrst706vdjkuzq49s600q3rrs", + "cAddress": "0x8e5D34F6C5a44aa1cFDD47efBBfe8c877839f3CC", + "amount": "800000000000000n" + }, + { + "pAddress": "flare1l2aq4rm257gre8lakvmfc3xr2ylk2k264asghx", + "cAddress": "0x118F9A9cdD8FE49e8185FeA852046DB9B43005ea", + "amount": "50000000000000n" + } + ], + "totalStakeAmount": "18938135527156000n", + "cChainAddress": "0x40b40bb3561A027c00e8D0d078723186137f259b" + }, + { + "nodeId": "NodeID-9so5xxbAxuoqz5MANESDbLEQKetKP7AiW", + "bondingAddress": "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt", + "selfBond": "12000000000000000n", + "ftsoAddress": "0x00c0fFEf480E392f5Fe7af592214855Ff872fa80", + "stakeEnd": 1741597206, + "pChainAddress": [ + "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "NORTSO", + "BEB": "12000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "133431308556278993n", + "totalSelfBond": "12000000000000000n", + "delegators": [ + { + "pAddress": "flare166qu6093h0tyuxcpqgyzu2uwn8w2400nrju4le", + "cAddress": "0xc9F314887750169424bd78770ccfd5AAC87A4b5F", + "amount": "106000000000000000n" + }, + { + "pAddress": "flare1ns97d9pqsqe928yegxvug8nn29plrzzpgujvv9", + "cAddress": "0xE366b667cFF9f389403dec51F179B0566C650E0d", + "amount": "400000000000000n" + }, + { + "pAddress": "flare1pkgawj8lsqsfnsmmm7d79naa4n3v0x2z5zfx3a", + "cAddress": "0x3bF7fb2D2bD036B47538C0B4ccB0ba64542Fa5A9", + "amount": "22250761000000000n" + }, + { + "pAddress": "flare1zwhsscjc8ydvv5yhlrz4rvhvwutr0st9d7jhfc", + "cAddress": "0xb13f9a18EdF6b5967f1bE73f96995C9C7fFd0E5c", + "amount": "81051000000000n" + }, + { + "pAddress": "flare18usylrnsan4nkqhv32f0yah5k0jl29ntvcyq90", + "cAddress": "0xf483DAA945205c0Ec8D1AD5bbF6d4A034665CBdB", + "amount": "117154037987381n" + }, + { + "pAddress": "flare1z2nh3pzw7r3w9s7yc02s6a4uhqp4xv2znpue5u", + "cAddress": "0xF8922eB3a6f85002b90c4f5A98Cc05099BD60a26", + "amount": "2624917826255656n" + }, + { + "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", + "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", + "amount": "698295692035956n" + }, + { + "pAddress": "flare1qpj2t6uerlpmfrmvyawdget0nqzats7d639k7h", + "cAddress": "0x4F157eEB62c1c40a8A6669862Fda3AbF58Ee46b0", + "amount": "576610000000000n" + }, + { + "pAddress": "flare1utqwj7gzsrtsyjgx0sfkhfcqmt82ej5z3udl0c", + "cAddress": "0x79CC08F995fA0e655fC3fB2f803174bf8F53bdAF", + "amount": "682519000000000n" + } + ], + "totalStakeAmount": "160431308556278993n", + "cChainAddress": "0x5406C889F64c0191C26D2774F3F4992d042E4f6A" + }, + { + "nodeId": "NodeID-7joNh7X4xsHBSXCpLQig22nSqU6xp41k8", + "bondingAddress": "flare1yy8k3ejh39de9qr6kfygsccuv6esfpqmk6xysd", + "selfBond": "8730800000000000n", + "ftsoAddress": "0xCaA49C97318b6Bb62b7F9241891D70F87FC05D35", + "stakeEnd": 1739244632, + "pChainAddress": [ + "flare1yy8k3ejh39de9qr6kfygsccuv6esfpqmk6xysd" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "DataVector", + "BEB": "8730800000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "11972633223124166n", + "totalSelfBond": "8730800000000000n", + "delegators": [ + { + "pAddress": "flare1apxf76h5nuagd9c3kd587eqk5svecyzmsaayq0", + "cAddress": "0x3F37eca2D25c2b513E6cbcAe79b079E6fD47b951", + "amount": "401317110000000n" + }, + { + "pAddress": "flare1y0a98wuapegnkaz8wnuv8e9sgf9436vmdjg258", + "cAddress": "0x25De42b15a2Bb43f96B88ae7899D78C469D24891", + "amount": "74015000000000n" + }, + { + "pAddress": "flare162r0fuqzmxj9wsacjm9fa27q37ftd38yuud5gr", + "cAddress": "0xCdf75862Aa6D3e39cc1fcA149b18899b5366Acd6", + "amount": "1280000000000000n" + }, + { + "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", + "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1adp0xfalw30xur52h8rgch5pa9jxvney87y38k", + "cAddress": "0xDAF1DBE2f0B63050a21f8D1A7D2f34840c44C303", + "amount": "778022981824304n" + }, + { + "pAddress": "flare12x5c925zp2xer5jel8xlpy5sg4npc7lzknnj43", + "cAddress": "0x1023993e27375b5a86C7C8Fd1aF1E00975BC1ADC", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1waj2pdsp2z56gexk0wjscq9t3umjm2u8flmrya", + "cAddress": "0xCF5aa529e6333B280ce71127713eEBFEaADFF282", + "amount": "51221988000000n" + }, + { + "pAddress": "flare1p0ndqvp45wsxvjudvu3hxjrk4zey4sk6kt4wu9", + "cAddress": "0xb56176f0D7fddc8246d2117f65E5D7371f7BF4cF", + "amount": "57986766098000n" + }, + { + "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", + "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", + "amount": "900000000000000n" + }, + { + "pAddress": "flare1nqs54shg6p6rhgvrgz63mnf44zqe690gxy5jta", + "cAddress": "0x033d8e968e081d089880c26CEae5a07Fcb06Dff8", + "amount": "2854444992000000n" + }, + { + "pAddress": "flare1lxal68k3vy776cl3l0uwmgd3u4dg20e6chtg54", + "cAddress": "0x40ada26B347d9cc25Af9C41a85BEEa2664D5BA73", + "amount": "116999987000000n" + }, + { + "pAddress": "flare198mlse6r8x39s987mzvjw5pgmnxjtw2mzv9g4q", + "cAddress": "0xECD3ba1B00fab097a4D4E577cD7CcB8e3C32295f", + "amount": "336689982000000n" + }, + { + "pAddress": "flare1956v6w53qkr7cxaz4fmcnjd3m6p7q0u3lyf6tk", + "cAddress": "0x6E5E312086CfeA6adF6561C9399Ee22c901bADd0", + "amount": "207186376162862n" + }, + { + "pAddress": "flare1cgt092c26kfqnlu56xf9dngp2de78h8f0rqj4w", + "cAddress": "0x6fE52F00Ccbbd5DEf586fdFa9588D9e4701a067F", + "amount": "51899996000000n" + }, + { + "pAddress": "flare15mw52p02ru3kndt2spg7ts4w4gsj9qaautydys", + "cAddress": "0x04dE9F11549c06a849713CC7E94B3062fCb427B6", + "amount": "346872386203000n" + }, + { + "pAddress": "flare192s0w06kwjlhfqufm98e6nmr5n9rj4fjde87h9", + "cAddress": "0xb88D306A514dbAE3fB293Cfc3a6B081FFE2B09b9", + "amount": "60901000000000n" + }, + { + "pAddress": "flare1pt60l62km6wryhgzmdgzy8j7rvyj9wte4ayktn", + "cAddress": "0x09fEcA812F9DB6ECc6cB91C0a753A64A127E2Eb8", + "amount": "54006445836000n" + }, + { + "pAddress": "flare189nezdjfhsn2qm7q6rwnrg93lsv4ggc5v0w8vh", + "cAddress": "0xF4E1E0c6f42b4fc7747556A5f07e38b58Ac6070f", + "amount": "63420998000000n" + }, + { + "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", + "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", + "amount": "360000000000000n" + }, + { + "pAddress": "flare1pq6z7jhavz8fs39jw22dscnsw273mjxuy6qas2", + "cAddress": "0x8a31959A732e009cAF2F504c1937043a646c38b4", + "amount": "2566745000000000n" + }, + { + "pAddress": "flare10yljv356a3zj8c4a3nctvx32xe7kjasyte0gfu", + "cAddress": "0x8d17Aa0eCe992dF87F10DACa223AF0CB5834d188", + "amount": "142424250000000n" + }, + { + "pAddress": "flare1x84956nvkayu5j5hczj5smleqh365x4pty6q6t", + "cAddress": "0xd4e1383cBa0ef905a35cCbb3E42f0B1E61a0B458", + "amount": "173270000000000n" + }, + { + "pAddress": "flare17u6a5z4eaad8u9lne8n697lqy7ftsftt5wqaz4", + "cAddress": "0x5D1470ddE778504199b9440e14A59b0180496002", + "amount": "68999998000000n" + }, + { + "pAddress": "flare1yfhwhndqn7dan5wgamd7lsaqh436kk3vh7peva", + "cAddress": "0x8cE5c5188449552133Eb48C3b43c977eD2ca12a5", + "amount": "50000000000000n" + }, + { + "pAddress": "flare10c3nsz8874x35zvuvg50rc0rexmer40ht5c7rl", + "cAddress": "0x1C544dBD208E17Ab18D26CdB8BbdB7928c16f2ce", + "amount": "73207966000000n" + }, + { + "pAddress": "flare1n59cynmjg8zdxsg7pp7tez9s45zw8st5nm5ky2", + "cAddress": "0x6Afa7820c9a9eC8B2Ebd27Bb54217862F6d59a21", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qtx7ecax6ssdfxhqn5x9h5tnnmsczeqlw83wmu", + "cAddress": "0x6D537DABa0420FC2193B32D00C1d64c012c98f30", + "amount": "403000000000000n" + } + ], + "totalStakeAmount": "35703433223124166n", + "cChainAddress": "0x82ebF2f88E70f74B9943E4b6510225d0102589dC" + }, + { + "nodeId": "NodeID-4hyFQEeDqpG9yyEnafTwqQQTTFex32KG2", + "bondingAddress": "flare1ewq55d8gwfd7dy06fe9wu34ge8dklhljk65dhx", + "selfBond": "8000000000000000n", + "ftsoAddress": "0xF0F095bbd5e2E33e9c1703cdEDd0015280406E90", + "stakeEnd": 1744459225, + "pChainAddress": [ + "flare1ewq55d8gwfd7dy06fe9wu34ge8dklhljk65dhx" + ], + "fee": 180000, + "uptimeEligible": true, + "ftsoName": "Flare Oracle", + "BEB": "8000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "2000000000000000n", + "normalDelegations": "10391564463210830n", + "totalSelfBond": "10000000000000000n", + "delegators": [ + { + "pAddress": "flare1ekrj7y89pzf25rs2lqmv2uysehdnw3xz3pukjf", + "cAddress": "0xBBc4B3f0acdB5af3444559Ed915Dfd8355687591", + "amount": "60499994000000n" + }, + { + "pAddress": "flare1pr0lq5wvx844hjcq2j9pdn86saeeq0khqrfzqh", + "cAddress": "0xEf00c0312cf953D6B8978edE3Df96de2F3d9496A", + "amount": "100000000000000n" + }, + { + "pAddress": "flare13vj4lvwqewrlrnmvjd90vvvwus2ud57mkzc57k", + "cAddress": "0x1fA764aFb89C4eD8F0D04Ec74C4ea227621f3Fcf", + "amount": "100000000000000n" + }, + { + "pAddress": "flare16hstm7w8yckew4ayxezwgeh02lqyhsk66vf3tp", + "cAddress": "0xD5f689d7f3FEe8ecB3cb48E6E716EF670e495a6B", + "amount": "305492990000000n" + }, + { + "pAddress": "flare1yvu0k6zk9yefpdllmlfya8je8ch23flz2jsyuu", + "cAddress": "0x99Ef53E33112abEd7e2fbF4B9B00440aF75Bf0FA", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ez7au47gqvkge6tcq4xsxv92nja8t76tzhryt4", + "cAddress": "0x5801D09a05209e034E39b5134251fe3736e77D61", + "amount": "5329250680000000n" + }, + { + "pAddress": "flare1zu97kj9dwyecs4x73l52mc37k4frmgtngwgg9s", + "cAddress": "0xD19d14e09bDC975C5DEa2332dDb411dC372B9224", + "amount": "148414299498000n" + }, + { + "pAddress": "flare1wv6jn3wq2u9kzd2zpctemf05juefx9wzq5rvjr", + "cAddress": "0x164C935302e700eA04485B2A43184Da514f91635", + "amount": "598000000000000n" + }, + { + "pAddress": "flare1ll5dqx064zkv62exm95eawzg25g57fs989e76e", + "cAddress": "0xdd41AA6aE91EA1f4e1917585C89870D85c17c9f7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1hdx6ecym3pkpxkckm8x2zstyzf3cefyrqjtjkz", + "cAddress": "0xf9aB95086A530f5F732A2e82C833fE47195a793d", + "amount": "156004754024000n" + }, + { + "pAddress": "flare1z5zyndx25kelz0jhvc5q40f74eyquwynzq5ra5", + "cAddress": "0xB09f0896DAd6A2f39A8D76878daE5DeE700E46A7", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", + "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", + "amount": "113900000000000n" + }, + { + "pAddress": "flare1mrwsh9g84rjvtzx5pmq46d6nf5wfe8jp9yy2p2", + "cAddress": "0x894Ba3c2f5305601B0C253b4fA5ad1E6Ab9ed9B7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare10gqst4a4mr7taf9zq5vhs4dsrdua2y2wu7e8rf", + "cAddress": "0x3aFcd19383baeDD8010d3F3F0006C03C069072B3", + "amount": "750810328599604n" + }, + { + "pAddress": "flare1cadgm0gxd0dl3js4g2u79uepu5j4dwd3lqrcjq", + "cAddress": "0xBb6056EC703395F3d884aEa64F2Aa20F6910B8dE", + "amount": "52485237675543n" + }, + { + "pAddress": "flare1yt08kkertvjcwfftxtgkeeaxc8lhs8xud53xra", + "cAddress": "0x9C95c6B14eBE4549379C938D9F3eeA9Fe7D26784", + "amount": "329100000000000n" + }, + { + "pAddress": "flare1p7nk4phrzp7z53hqa3rv9yq8r72kc4sq4dmld8", + "cAddress": "0x7D86518DB76Fa124c72D260522F39BBFD9677a00", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", + "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", + "amount": "435484000000000n" + }, + { + "pAddress": "flare123320nw7y2gvdjm4vq0grufczmwk4cjel9pj2k", + "cAddress": "0x2531E6220E411213c08cd91e08Eb3eBaaa23EbEE", + "amount": "355660000000000n" + }, + { + "pAddress": "flare1kvc0wz6hzgvur28hcfrd8aeqfvpy9zhehgzy9p", + "cAddress": "0xf6Ea7b1ABB950232c9C75bF472c9cB75f98988Dc", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1834qzvmuayrjm2d0tu4dmnxfv8ge5ayr8xvtwu", + "cAddress": "0xe1b658c58Ad1Cb40C17F06434AA57b7107BCe880", + "amount": "63061263413683n" + }, + { + "pAddress": "flare195qukaw5gvv23rcwe2ugrfzn7wvrs7ac6dutr3", + "cAddress": "0x733dF11080fa72572FdCd3C7d2F3dB59FE9315de", + "amount": "799200966000000n" + }, + { + "pAddress": "flare1tegl864s5ay8zz7h4zf0mhs8fk3rvn2lkk567g", + "cAddress": "0x508e7b989Fd886A2ea2e72842C4EbB22488577c0", + "amount": "199999995000000n" + }, + { + "pAddress": "flare1d7z4320qzj6ar0x65e97tcv9prjqc595ny96ed", + "cAddress": "0x24472d6ae74eF4488E4A239843673Ba25AA3D799", + "amount": "60499983000000n" + }, + { + "pAddress": "flare10t6uwzaxcws9tn5xnedtawuxpmxacfxqhnj2zf", + "cAddress": "0x726aC935c5e5f603ed9eB09034Ea2601732Bc97e", + "amount": "83699972000000n" + } + ], + "totalStakeAmount": "20391564463210830n", + "cChainAddress": "0x4EEE5c3d3De96418BeF8f4dAFAF24bE5bDe24dA2" + }, + { + "nodeId": "NodeID-DAVrAR2VCxe7rnmkDaVUbW8jWd9b86cS", + "bondingAddress": "flare1jllppy0yxf2m7dwfsrzqmwql2zq4vnwkjrwtal", + "selfBond": "12500000000000000n", + "ftsoAddress": "0x9b42B895D2A10D048eaf4996fDf93aEBf59167BF", + "stakeEnd": 1747047608, + "pChainAddress": [ + "flare1jllppy0yxf2m7dwfsrzqmwql2zq4vnwkjrwtal" + ], + "fee": 120000, + "uptimeEligible": true, + "ftsoName": "Envision", + "BEB": "12500000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "159889710339268051n", + "totalSelfBond": "12500000000000000n", + "delegators": [ + { + "pAddress": "flare1gpg9mma7hpuwf7sm5xqphzr3pfj9ss6uqs6htd", + "cAddress": "0x260143a2bFEA41480Fe7FDB446B90cAB73Cb2657", + "amount": "93540488000000n" + }, + { + "pAddress": "flare1vxsy2wcatnsepxp05snzjrgzwsmmusetuf937c", + "cAddress": "0xff71960A8a2597fbD18F81A79D5171CBf27C5665", + "amount": "64600000000000000n" + }, + { + "pAddress": "flare1ylc20p92tns0sw9tkv95pkt7ca457jsf330m7r", + "cAddress": "0x02FB7BBD8E697032d292068aD3eaCC0CF16666eA", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1n6vq2hxa2rznqx25lnplgle75xgzca6hgnvvv4", + "cAddress": "0xd964dc92BDeFc67953F2252f4B2e9f265BB32291", + "amount": "51833000000000n" + }, + { + "pAddress": "flare1g0amzf5z7s0xzdyfjc3gmky0dfv57akhfuxrek", + "cAddress": "0x5F158D7c93A33216d7C22797D2837C3a32863589", + "amount": "84691986000000n" + }, + { + "pAddress": "flare1v3klq5h3r3lng0udxfcuw8lcjmrtpwlgmetyvv", + "cAddress": "0xc506a2E354BC10649907a2086dAE2BEED3E760fE", + "amount": "22000000000000000n" + }, + { + "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", + "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", + "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", + "amount": "134000000000000n" + }, + { + "pAddress": "flare1dn8qvdw87sq4esrxgqh5mhrlujv8cf5qa92q2s", + "cAddress": "0x973B2A256e7D81F321a4Cc0268f6167b598635fB", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", + "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", + "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", + "amount": "3000000000000000n" + }, + { + "pAddress": "flare1qzlq0pgvzguqldghq7r240a0zg7zeu7ylmxnx5", + "cAddress": "0x09cf3a6Fed3fF49cf65b616EB7C2F90866e4250F", + "amount": "345219974000000n" + }, + { + "pAddress": "flare1tqxxyx0s52swyygq8wh6cjsf69ve4mzq80hy8h", + "cAddress": "0xF5f79d51B524Ae687D0ED18AcfCFfe0A5b939Fba", + "amount": "54000000000000n" + }, + { + "pAddress": "flare1hg9fpuw68pqq2e3gkvdmmyptea5l9gf4ye6gq2", + "cAddress": "0x63b280a8bB0ADC0002E479d91A174EEB7c6f3793", + "amount": "192210000000000n" + }, + { + "pAddress": "flare1lwuc24fnwy03hqd2s9fexrjgl7nk0rv9p9unh3", + "cAddress": "0x4Cb376aDA943fB8cb57292afC72e8C6297A0Ee91", + "amount": "115000992000000n" + }, + { + "pAddress": "flare1t2zf6d2zke28jyc009qlaglk7gd05tg9ephp59", + "cAddress": "0x73d1fD16B25fB6Bd3931486B710A8a56d5AFF429", + "amount": "60000000000000n" + }, + { + "pAddress": "flare12pe3vf3c8mafzt356p8r332fhsg70h9u9z2p3q", + "cAddress": "0x058fcDFb70db04AfbDA6E89A5aBC8edDC1B67964", + "amount": "110375000000000n" + }, + { + "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", + "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", + "amount": "163825994000000n" + }, + { + "pAddress": "flare125dnh60esekthjntjg68a0cnaw98nyacj5n8xp", + "cAddress": "0xd06C25a5f987BFA359B4DCC8b8c051e5d428DF42", + "amount": "169105854026000n" + }, + { + "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", + "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", + "amount": "2217829053242051n" + }, + { + "pAddress": "flare13uck62nhj35awdmz2g6m9a2q5wk3dqekrd38g2", + "cAddress": "0x4e0754c3d478074a8Cc0f59A6052Ef51563a35fB", + "amount": "3404309000000000n" + }, + { + "pAddress": "flare1hzluua2hgqfjwpp63f88ktjhuxjw6kfjtu3940", + "cAddress": "0x4E446ab0c5c064639EA03130A65357094cbBfaC0", + "amount": "1846000000000000n" + }, + { + "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", + "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", + "amount": "60515658000000000n" + }, + { + "pAddress": "flare104whd5jg5fwcy8kcxh0ndcwpqd08yaplya63h0", + "cAddress": "0x2248C835c5BC0aE4aB771f2a9aC75782C9D3e739", + "amount": "261001000000000n" + }, + { + "pAddress": "flare1qszpr20wzqrtqp57pqdf88n5e88j2a20q30jzz", + "cAddress": "0x3D15442507994A12A9a8D2734DDEffd30bD68fC2", + "amount": "71109998000000n" + } + ], + "totalStakeAmount": "187389710339268051n", + "cChainAddress": "0xD8Bc3f71bCa357F97d930E472c19AbBCAdab3BEb" + }, + { + "nodeId": "NodeID-FXJQRCN2nEqBYVsorBS5WHriwihjzv7G6", + "bondingAddress": "flare1z9n28pv9m82a5t3rklxmcx3av536cnfr4g80kz", + "selfBond": "13000000000000000n", + "ftsoAddress": "0x9b5F4A2177135A2A6DC83893D5d58e684419aB24", + "stakeEnd": 1761508800, + "pChainAddress": [ + "flare1z9n28pv9m82a5t3rklxmcx3av536cnfr4g80kz" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "EvolveFTSO", + "BEB": "13000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "21581080351282110n", + "totalSelfBond": "13000000000000000n", + "delegators": [ + { + "pAddress": "flare1xp3l4a9j608z6nv6pfslpuksuuuknc4je0zkk9", + "cAddress": "0xe3C94cB4421f60390C262D7dfe84Aa16100878a5", + "amount": "500005000000000n" + }, + { + "pAddress": "flare1uwl449l5dnsafylfqfaymtn6ynv379l3t220ss", + "cAddress": "0x1FAF7B400699A9669323674E1272083CAD14e0B9", + "amount": "204256000000000n" + }, + { + "pAddress": "flare1zx4mt95kaef42jxypklk0gl9qha3yhd95fpcjh", + "cAddress": "0xf2027A3aC2a043181A4A92693b27b5696D271b82", + "amount": "53300000000000n" + }, + { + "pAddress": "flare1580ux8pr74vhsqazqt0j3yfzc0jlmeh54ex778", + "cAddress": "0x9CCfbc6D9993b40e6CEA064Fcc160d228e743CD5", + "amount": "99999997000000n" + }, + { + "pAddress": "flare1lvawchqntrrwvgjtkw8u384mytsqwrfekzam0f", + "cAddress": "0x77F941FECE83cfB766bF847684b4540C23C877fF", + "amount": "740000000000000n" + }, + { + "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", + "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", + "amount": "795363000000000n" + }, + { + "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", + "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1vg95pq4twpw9g3n3r83v6uxpg85dhauyppzqxk", + "cAddress": "0x012DaB67e414EC3219324bb3B4760E17bdf19Ede", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qj9rg53y0acxat4gv7mm75s69l6p2grnn3yex0", + "cAddress": "0x403C7C1413a929a600870F070CA7A2E90b2D39E4", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1lfvvh2g6369v7fwcwg385rrjrrsf669r2feafv", + "cAddress": "0x8151dC007635B2395EBC40c84bAa9b1dA19DCC70", + "amount": "2700000000000000n" + }, + { + "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", + "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1n4dkzd35jpekyl35y5czev73980skmyzjecump", + "cAddress": "0x8397D67d53a4B5b95625B14a9C9c3c83C8BB7DbB", + "amount": "10000000000000000n" + }, + { + "pAddress": "flare1pawxe50y45hhn9rx75xsx8m5mwgdvpp5hrc6kz", + "cAddress": "0x85D1d7158118Df23f23f26BAA5959d91A2058ec0", + "amount": "131439524681110n" + }, + { + "pAddress": "flare1fjzawdkvjqegmawc49jxh7qczh8pn9jnw33t6g", + "cAddress": "0xd492aE7b0985695c74C6a95d459056F50fDb705B", + "amount": "400000000000000n" + }, + { + "pAddress": "flare1hdaefhk3fadf66kqe2caz94z0p7kwp6dkz7h4l", + "cAddress": "0x43C15f467b23A0e739f69893Ce30B73a0c57a043", + "amount": "1350007499589000n" + }, + { + "pAddress": "flare1z5zyndx25kelz0jhvc5q40f74eyquwynzq5ra5", + "cAddress": "0xB09f0896DAd6A2f39A8D76878daE5DeE700E46A7", + "amount": "100000000000000n" + }, + { + "pAddress": "flare109yaqa2c338n57wtqeq6dumutg7svlqn0e4532", + "cAddress": "0xc8De7ECfD10d321DfBa29e80fF17bd4E3C5f2713", + "amount": "51000974000000n" + }, + { + "pAddress": "flare1lxmpmf4mmzd2z28ppqzj3p3qweng9ej3rt0glk", + "cAddress": "0x5ee68c00402356E0486FE5e482C5133Fde1aeC9e", + "amount": "398885000000000n" + }, + { + "pAddress": "flare1k70dwmntjsmkwdk6rm9ntgwqkzftqjx5v2nyks", + "cAddress": "0x491528271138200e91B1A7317BdC892dE042a29d", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1e7vehzja77kht3gtx4ak98zre4j807w0jskmpc", + "cAddress": "0xf795eb22a6B8015BFfBD2443Fe77F0c965A28E71", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", + "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", + "amount": "250000100000000n" + }, + { + "pAddress": "flare10fx7jghph9hgjghmj0nazqsd23add95vj88k38", + "cAddress": "0xd0f17954DC491Ed0776A2C2A7Fed7EDF361ff340", + "amount": "328127188524000n" + }, + { + "pAddress": "flare1vsg3el9yuchqulw6v8aw8z05r90aw7asen36rv", + "cAddress": "0xFBD5B654d66ba419D786cdb532653b17477CFa9E", + "amount": "1610389000000000n" + }, + { + "pAddress": "flare1v22h6ca72jfvkc5s53yd0w49un0q3tevm9kvpf", + "cAddress": "0x848A584C158e85ae2871bCe07F703bD86B127fE4", + "amount": "824100000000000n" + }, + { + "pAddress": "flare1zhde2mj596ulxxjc7mj26xxfvqklm0rdzs6kda", + "cAddress": "0x316443f363ef08A2De5A1356322D311b07071916", + "amount": "60000000000000n" + }, + { + "pAddress": "flare12dx5xhtcf2c6sqtzqh5zqwg8vpsxajg5h24uyc", + "cAddress": "0x65BaEb2E29A2519115966182FE6867e80395357a", + "amount": "107977073488000n" + }, + { + "pAddress": "flare1kqxdz2ldf263fdgflk39c2n5a8me2azrykmafy", + "cAddress": "0x50C9C9106967277EbD83D06f70a74500b0e60d5E", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1yrgx52wm7tg7l8g9yun229vqz4hmnkhj6p552l", + "cAddress": "0xF7585b0124eCCe25527A6Ab8c8652611759c9A4C", + "amount": "79000994000000n" + }, + { + "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", + "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", + "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", + "amount": "187229000000000n" + } + ], + "totalStakeAmount": "49581080351282110n", + "cChainAddress": "0x668d3BdB1848a90c412e4dC8D0ffe019670c5AD0" + }, + { + "nodeId": "NodeID-NCBqn9P8oAEkYn6McyQjhF67WarSTttz5", + "bondingAddress": "flare1ga50gf0da5wk0ddglazf279nhpvg62ee5w4tec", + "selfBond": "2000000000000000n", + "ftsoAddress": "0x4E94Dbff86b7f1F5ac9FD849E8101A4d52E947eC", + "stakeEnd": 1739362513, + "pChainAddress": [ + "flare1ga50gf0da5wk0ddglazf279nhpvg62ee5w4tec" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Mickey B Fresh", + "BEB": "2000000000000000n", + "boostDelegations": "10000000000000000n", + "boost": "10000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "11978162728891858n", + "totalSelfBond": "2000000000000000n", + "delegators": [ + { + "pAddress": "flare104c3d4nf2ysuq4748xq0e6sqzrwf6axdtk04su", + "cAddress": "0x4539F87fbF894d83C094346DF98dA60864056022", + "amount": "200050995000000n" + }, + { + "pAddress": "flare1f5rhfz4kxlrfydpjwps646ycc39uhwq5j3mrxx", + "cAddress": "0x4Cf39F138d88ebf4657657bbe4924BB37e6Af13A", + "amount": "5411578000000000n" + }, + { + "pAddress": "flare12r5j5x0rxan9qd5av756s7kxny5zw4fevhz9kq", + "cAddress": "0xFa069cc7D5643f6AAB51073ed30A026b125B7c9e", + "amount": "58192000000000n" + }, + { + "pAddress": "flare1g5jnlyntq3ggtz8x9q3ze6nctpsrk96sc5hql9", + "cAddress": "0xb214f44Ee580BFf8617C8B3aa6D8EB551340e719", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1qlycv9w0pnxayl7wwcwj9v28yyvsmasjxnxtju", + "cAddress": "0x304B0EA7D15D03963696ED9F0520ba0175d61E18", + "amount": "295499988000000n" + }, + { + "pAddress": "flare18s69upav4nh63rpd7sxh0fts4tpppqgvfm3e4g", + "cAddress": "0x7123B64F6A9e131eB8a291881fa76698c97F912A", + "amount": "5764896170000000n" + }, + { + "pAddress": "flare128x3qqgj4e9ga7qetzcm3t7qg8t6w9fpfh5gv3", + "cAddress": "0x9677c2A147eB910031AA23dE98e9B1607d19347A", + "amount": "187945575891858n" + } + ], + "totalStakeAmount": "23978162728891858n", + "cChainAddress": "0xe96821B10436625dC28d80b2ADEf90F62B6745C3" + }, + { + "nodeId": "NodeID-EqTrzH8b9ax2oYwrKFkXqWAZjuK8uHFxS", + "bondingAddress": "flare12k9dtj47gvu0ych0k7d95vj53a8ggetvkspwh2", + "selfBond": "13500000000000000n", + "ftsoAddress": "0xad918962795547a8c997F96f7BAbB822612a5FfE", + "stakeEnd": 1765738800, + "pChainAddress": [ + "flare12k9dtj47gvu0ych0k7d95vj53a8ggetvkspwh2" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "EDPFTSO", + "BEB": "13500000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "3130392942163572n", + "normalDelegations": "33223960036952228n", + "totalSelfBond": "16630392942163572n", + "delegators": [ + { + "pAddress": "flare1ay5s558ercqddtstm87y5th04nnlv09e8ecuxp", + "cAddress": "0x26f9F6D65Ad2563c4e133186926e83c39Cda074B", + "amount": "60000995000000n" + }, + { + "pAddress": "flare13lpwchssqt6jq9dyvw8pjzh6w4qjxrl5q7l7uw", + "cAddress": "0x4239befd578B3a2d2227e82AdE87CeaF661F517A", + "amount": "1220000000000000n" + }, + { + "pAddress": "flare19zhse47c3sjrkwp6076ux97a6d8gtayr6kur7r", + "cAddress": "0x02C03c6aB3955A78602b47dCa2E675F86953466a", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1zf0z0r0nufhq7r0l5tt4xez049dff4pl0uthvd", + "cAddress": "0x942F1e8FBf4ff1aa2b37F687D5958E18d07B113e", + "amount": "60551000000000n" + }, + { + "pAddress": "flare1lp2pqjys29q73wq25ahftdg97tmj584tk0swh2", + "cAddress": "0xCA30CC7A2482283c5e16939b015f5dB0d5dA6460", + "amount": "61000000000000n" + }, + { + "pAddress": "flare1l5ks486g4f9w84lwg7m2qnea57fkpepf3l7nd3", + "cAddress": "0x668cd1AfDFF3270b1C4F1C88D099D197B3F0C822", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", + "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", + "amount": "1244200000000000n" + }, + { + "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", + "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", + "amount": "65500000000000n" + }, + { + "pAddress": "flare1lvawchqntrrwvgjtkw8u384mytsqwrfekzam0f", + "cAddress": "0x77F941FECE83cfB766bF847684b4540C23C877fF", + "amount": "729074000000000n" + }, + { + "pAddress": "flare1aqyrwf3973qplx6x0zw02lfm082h7muu7hpsam", + "cAddress": "0x085ee3d18575834B54414d92D21502eeffd10855", + "amount": "1581905394848000n" + }, + { + "pAddress": "flare1kxdfwk34h5n23rgnx8082vwhzv89ckkxh7r8h3", + "cAddress": "0xf97bd3879A82EA917Bf9d16793ee438a4a244BDB", + "amount": "700000000000000n" + }, + { + "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", + "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", + "amount": "570000000000000n" + }, + { + "pAddress": "flare176qvsa0jdm0jrhkq2tjwuwzxld48dpnxm5s85a", + "cAddress": "0x8757f78C0A1bF15C138cc903491257bAA8EDcdB2", + "amount": "3556017730000000n" + }, + { + "pAddress": "flare134zcgmpl7f0uqm9q04p9hppclhmf9plhz0wc3f", + "cAddress": "0x71C66c332F4CD8d031840d38Be2e0247E021BF95", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1tvqkrf7jrxxzcvmrgd89q0q6hlcy93g5hyujzl", + "cAddress": "0xbACBA98F3D6Fa698b198A76B9A48095D3B645bfc", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1m02snesu93e9t3w8jcmgc0mr9rygjnp24v0gue", + "cAddress": "0x20864C8Aa16bE02FD14fEb8BAD4894835876DB69", + "amount": "1121410000000000n" + }, + { + "pAddress": "flare179u0fj6p5hdhdn2w4z2w82wsrrl0kv53q85uep", + "cAddress": "0xC00C42EA977bF80F7a93e9337388440381599a22", + "amount": "900000000000000n" + }, + { + "pAddress": "flare1utha5lrgjf4fxdc2aj2l8k886hjcg9yfqnn4vv", + "cAddress": "0x10e7640a6047CC7e8893531D533747a057f9988C", + "amount": "270332979000000n" + }, + { + "pAddress": "flare1vy2ldwuv3juq8wrgqmuk9pyzgr4y333tuneela", + "cAddress": "0x47D842d98283DD9ebA05Df987Ca2A4F266620daA", + "amount": "170000000000000n" + }, + { + "pAddress": "flare17rh4xk8sl8vehnk5zz3wzd79u9ye46y76vj9gm", + "cAddress": "0x0B3F8B7e982b2639AD98f9aE29Cf88f1a6302eDC", + "amount": "58349982000000n" + }, + { + "pAddress": "flare1k3w57lssr285vpun0vymq2j7yx5n3llxyuuczs", + "cAddress": "0x42abbCbFe0142FebA470edB2c602136a3338F9c6", + "amount": "430201395710000n" + }, + { + "pAddress": "flare1q4gjqzskr8d98xpjkkljhdq4uqudhxag57ssy4", + "cAddress": "0xF3B12Ea8d279fBc735eC6BE6f04e1343aD59f6C4", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1ewmaz56mmr77s8hrsy2zn8ecuszdnx5gpg3qm7", + "cAddress": "0xAf923eeC216da2d4A5fB433ae37B8A4CAcD80f39", + "amount": "55420000000000n" + }, + { + "pAddress": "flare1fxfn9t4vak3nfkwd753qw3rw0wg98amwn0juxr", + "cAddress": "0xD66cCff56C9c267c58768939eC5D0cbf7404C4B2", + "amount": "5324254042804793n" + }, + { + "pAddress": "flare12pyqk9ylset4ax69agqfqzq0ca7kk4qvjr6g08", + "cAddress": "0x1D18Ca50FbdAE83AcF97e1EA00af02e7c104BD53", + "amount": "82967398072000n" + }, + { + "pAddress": "flare1r2j09r8hd5zlf79r8h6jjvyjazezylhadlylrn", + "cAddress": "0x3Ab1a8f2428B88DE73C98CC157F24f45d7638A20", + "amount": "83180949000000n" + }, + { + "pAddress": "flare10pc62jtlx5jl8w7prjmc72jdshyec706qgnyn7", + "cAddress": "0xCebbdFe33cbD84c15d7b232d45A6c99Ed8Ceaa0F", + "amount": "591510000000000n" + }, + { + "pAddress": "flare15jgmczgm9tqmh0gut5ud2nwqy4cwl64qudhqhr", + "cAddress": "0x0E4bD249fFBA92ab70D9BdCaE03fbE0C1879006D", + "amount": "250005911000000n" + }, + { + "pAddress": "flare17ss2qfswk736r36addl03pfjdzk3juhpa3fac9", + "cAddress": "0x7BC173aDE72DE1D0B4430fB736BA040c31fBb157", + "amount": "661757934984000n" + }, + { + "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", + "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", + "amount": "350000000000000n" + }, + { + "pAddress": "flare1d3ymlfwtfm03nr296aa3uq9ad7fpzhct9z4jwj", + "cAddress": "0x2099f6c9bAD3b73f1849BA8D21449d41adA935F8", + "amount": "61639051307000n" + }, + { + "pAddress": "flare1e5tg0gsj4wwglgqms2khr5jxsqpk4440wvlfjk", + "cAddress": "0x12783839025bFB8eB9e014a1859c09286e07B0bC", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1n7c5sp3ms9fy2hyjcs3stzwuftytln624h0kdk", + "cAddress": "0x0B186504D499eF2a96ff974460C29E59ece9920D", + "amount": "73920535273000n" + }, + { + "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", + "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", + "amount": "218375000000000n" + }, + { + "pAddress": "flare1ef4xtpp3sdggd8qgeqqas4tvxxfat3ryhvjwv2", + "cAddress": "0x3F80271fbef36a6939026A8D45b0a35B12F96332", + "amount": "1693000000000000n" + }, + { + "pAddress": "flare1k32at6h2qmax5n2rpvewy3wmdf2hff7nm6gxth", + "cAddress": "0xdbe8CBc863e6F1590d86AfCB18E9AbaE49F1ce4d", + "amount": "1000001997000000n" + }, + { + "pAddress": "flare13c0vatw70yu8eu2d30clf4vxymg47dapvqf8x9", + "cAddress": "0x71889a22f11E4d5da3b8547f991BA9ca75DC6cEE", + "amount": "54415627532000n" + }, + { + "pAddress": "flare1q3w5l8qxv5xgprmzkz4c37aprs2lr2h625fnpt", + "cAddress": "0x9c65205233EB208b594A143c58fE2A0c53e2BF74", + "amount": "52907969000000n" + }, + { + "pAddress": "flare1rcv4neqn368v64gkjcsvy2wf0ezj9y6dm88zz0", + "cAddress": "0x7C2d7614cdB4858d3b9B8b29e80E9406b5daDaa1", + "amount": "1800000996000000n" + }, + { + "pAddress": "flare1puj94l9yycq7cev92rwgxefrv454948rcrud46", + "cAddress": "0xf76911D88cC2c7B03601C8b8Cc4bC031fcfF5335", + "amount": "357697998000000n" + }, + { + "pAddress": "flare1ujm5jdzsdel8a3qvz48q5etu3s9hvklhrxdhds", + "cAddress": "0x7DEB35833DB771aeF3404c62aB634aBCAb8A10dB", + "amount": "1736270151310000n" + }, + { + "pAddress": "flare1cnwl4qhv64hhmt60a2gjj9p9t3nfzt8vd0ye0l", + "cAddress": "0x57C89ceAE555b7d088175307C2A116fDC0C8EBC3", + "amount": "136839998000000n" + }, + { + "pAddress": "flare1fcaqss7ezz6yeemh29wqxfvv6w2hmw0nskhqyg", + "cAddress": "0x87FEd349E8De97B632578A6a6af01Cf0e59eD7cb", + "amount": "200000000000000n" + }, + { + "pAddress": "flare19s6fqnaku8285whcf4ryygf5zskkcgaes8260m", + "cAddress": "0x684A9bBfEc9b4A84A3B359d5eE02fa41BB781De1", + "amount": "58774396570435n" + }, + { + "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", + "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", + "amount": "600000000000000n" + }, + { + "pAddress": "flare1xz4jtq20xdlkjg6x0gg0f7rsh3se354wdu3wam", + "cAddress": "0xD6e56c0672cdc2570e1Dc09Fe6f43b5b67646E66", + "amount": "3150000000000000n" + }, + { + "pAddress": "flare14vg8yyeu85mk3yrzmuys5zssecxu06p5cqk46g", + "cAddress": "0x20c05740c6DF48A3731117096040b4a4134967A2", + "amount": "122000917000000n" + }, + { + "pAddress": "flare1aavt0lm2v2svkguxjjrkfvqa36la8nyh82sqx4", + "cAddress": "0xcD093bd1cDa2477c5EA8B3c4BFae5482dc1dc461", + "amount": "110475687541000n" + }, + { + "pAddress": "flare18388lj8j8vyxgtnsdnqef07hc5qfvfemce8u0n", + "cAddress": "0x7457AA0520A6907111f6Aabdaf3D34e8371F9190", + "amount": "50000000000000n" + } + ], + "totalStakeAmount": "64854352979115800n", + "cChainAddress": "0x185F0c18A32c8AB899281F1e74D4e1Ce6b3a650A" + }, + { + "nodeId": "NodeID-k4QG8eJ9bYu717nbj8Ki8VykK8g1VWK9", + "bondingAddress": "flare1d3u7xvk2gwr0zfhcf5mf8gspt49zpzpc8qy4lf", + "selfBond": "3000000000000000n", + "ftsoAddress": "0xD3956F862a4960bB4937e596a2BaeCFfCbb4b3e0", + "stakeEnd": 1742655656, + "pChainAddress": [ + "flare1d3u7xvk2gwr0zfhcf5mf8gspt49zpzpc8qy4lf" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Aternety", + "BEB": "3000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "13335493850000000n", + "totalSelfBond": "3000000000000000n", + "delegators": [ + { + "pAddress": "flare1s7xtqvvjrc27e2qx7gt552dngjvcfp8mu7va2q", + "cAddress": "0x6549eDd41D5f73Fd3bB2Ba61e0C4085850b7Fcf9", + "amount": "13285493850000000n" + }, + { + "pAddress": "flare1xlxtxyejdksecsspt53ly57vmaqhps44k29raw", + "cAddress": "0x9819Cf3102021c000dD24B87C879E658493ecD94", + "amount": "50000000000000n" + } + ], + "totalStakeAmount": "31335493850000000n", + "cChainAddress": "0x728dae51E719C19D2f022e2C6cE5961A85D26DA4" + }, + { + "nodeId": "NodeID-P4T4uKqveVxjZZXVdADHENdnCKnsCFvDE", + "bondingAddress": "flare15gt756hh9cqj4c63l6cv7fx3yczarlz7kgmumq", + "selfBond": "3000000000000000n", + "ftsoAddress": "0xD3956F862a4960bB4937e596a2BaeCFfCbb4b3e0", + "stakeEnd": 1742655613, + "pChainAddress": [ + "flare15gt756hh9cqj4c63l6cv7fx3yczarlz7kgmumq" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Aternety", + "BEB": "3000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "2194948574243304n", + "totalSelfBond": "3000000000000000n", + "delegators": [ + { + "pAddress": "flare15ahleuv8wx0cnh3hxey6hgu5d38p2pt7pyu6vf", + "cAddress": "0xe0A29C99F6C1afe6397DA18aB434CfBFEF21cC02", + "amount": "1100501683727000n" + }, + { + "pAddress": "flare17gzu0y27227rsve7cycqq93sess6eg9gd4u0la", + "cAddress": "0xB8684909202DE3B9B781d6B42E303f2Aa208bE33", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1hyrk2q3xm2aw0mehtrh6dvgzs6gh9cma6y92ug", + "cAddress": "0x9F8bB05F5f1D629d5E0a63C5212EfdBEAC9EE5f7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1pqxnf3udkw6nc5vn0a4htask4n94uk2suu7rrk", + "cAddress": "0xd99567B4c1444DAC11732Ba259DB60a05bA08d2e", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1v7emhacrq705qst3wdjg3fhfedlm6qf3raxeqm", + "cAddress": "0x4Ef5C3a6b1902d7F2a777E8c185cb2acf0ce1042", + "amount": "69405726658000n" + }, + { + "pAddress": "flare1x72aj8qxfyvuppazp2z2afwl8y9xc7up57jtx3", + "cAddress": "0xB784471706b2Fcf03183955D3616af9088374282", + "amount": "100000000000000n" + }, + { + "pAddress": "flare19yxah5quk7hhwa23qslpf6m5unfhlvgu037qqa", + "cAddress": "0x3c7A06fE35B83a2e812b4cb53DC867edCB781a50", + "amount": "91234991000000n" + }, + { + "pAddress": "flare1s5w5gx7lmy80hs4acemxx5az65llmgqt68l24k", + "cAddress": "0xa1c3727f3ED4F639DF66f59323Cca74159069F33", + "amount": "94058424615304n" + }, + { + "pAddress": "flare1y8m9z92jtvystzverndg89gpzxs2jkc23wpx0y", + "cAddress": "0xd6Bdd8D1e80fdcFc014Ae237b8804ef91025321F", + "amount": "54935191000000n" + }, + { + "pAddress": "flare1r59hpkm99jp7uedy5apf6ng2j4z5fg8q9dlp5g", + "cAddress": "0xFe17DC4e6783d5111c16026861bA6E0c38f101Ef", + "amount": "69443774758000n" + }, + { + "pAddress": "flare12jx3285atj5qdf82uq0xmjyn9gzrh3anhssrec", + "cAddress": "0x03543BeE4679EE910da944A479f88FeC6605B94e", + "amount": "64387782485000n" + }, + { + "pAddress": "flare1snrxyqsx8hglahw323xezxtkdwsannwxdk04kp", + "cAddress": "0x508a4603FFB737Eb718E7b78bDf86658EfCE9450", + "amount": "350981000000000n" + } + ], + "totalStakeAmount": "5194948574243304n", + "cChainAddress": "0x6D4e76A03B1Ee140c8eBF47C6B165C10B04168B0" + }, + { + "nodeId": "NodeID-JHnfNSNgSThSJEFG8aq99FRAE4a7Ko7UP", + "bondingAddress": "flare1p9crt0tnvmsljspl8tee75748wzfj4lexdgpa3", + "selfBond": "5471900000000000n", + "ftsoAddress": "0xC7cF3238D2ca63d01Ad4d42B4cCB9dB8b0adE702", + "stakeEnd": 1742305236, + "pChainAddress": [ + "flare1p9crt0tnvmsljspl8tee75748wzfj4lexdgpa3" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Bushido FTSO", + "BEB": "5471900000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "45242882670000000n", + "totalSelfBond": "5471900000000000n", + "delegators": [ + { + "pAddress": "flare18s69upav4nh63rpd7sxh0fts4tpppqgvfm3e4g", + "cAddress": "0x7123B64F6A9e131eB8a291881fa76698c97F912A", + "amount": "39100077550000000n" + }, + { + "pAddress": "flare1wy5pnkdkf82n249nnlu3w8cyh778w5053cj58z", + "cAddress": "0x2c233a4533DADDD3125dDd3Fe81198eFc1459C94", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1a0jsr5t2ledd0k8gt2djhvwrxggd39ze06sepf", + "cAddress": "0x06dbbb6C74887A9A572DeF99b9142DE772fa3c27", + "amount": "283985000000000n" + }, + { + "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", + "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", + "amount": "1750530120000000n" + }, + { + "pAddress": "flare1v8j90nxva9y89hagd9za8v7ps9a4gua828kw7f", + "cAddress": "0x24ee85804ebae72Db31DeBD94C8c9C50efA849cb", + "amount": "4058290000000000n" + } + ], + "totalStakeAmount": "65714782670000000n", + "cChainAddress": "0x576982fdca921513fbFe3fF31c0Ca31dad7b1d80" + }, + { + "nodeId": "NodeID-MZKzjLDRo9bwDjaDR5c4PALEibYyDe4A7", + "bondingAddress": "flare1wtaud4ppr362084mlsnw4pygftgvexm0x7f5hh", + "selfBond": "1016120985298250n", + "ftsoAddress": "0x5F911C2C681f678e5A3a8D54f950d6b192CC16E3", + "stakeEnd": 1739547000, + "pChainAddress": [ + "flare1wtaud4ppr362084mlsnw4pygftgvexm0x7f5hh" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "FTSO UK", + "BEB": "1016120985298250n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "12247099052213207n", + "totalSelfBond": "1016120985298250n", + "delegators": [ + { + "pAddress": "flare1p9lj8xjvv4vqzd2prgl0p5y49zsm7kg6v3ufa9", + "cAddress": "0xd87f72DaE1D2799364e4581747DB63CafA5A013f", + "amount": "52180882213207n" + }, + { + "pAddress": "flare1eaqkys49ucjr3ty869jv2l5xnh45r20x6a839u", + "cAddress": "0x2DFFe4d89E9C184288F25BCE2173CC4F6BE30068", + "amount": "12194918170000000n" + } + ], + "totalStakeAmount": "13263220037511457n", + "cChainAddress": "0x7e0cCf88000f5e9c27Aa9374C124384097Fda5C6" + }, + { + "nodeId": "NodeID-ECqqsWu9jpUvZgPyf9yPZZcyWmJjWyN1T", + "bondingAddress": "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j", + "selfBond": "13500000000000000n", + "ftsoAddress": "0x111246F191a2A20012723369d3CEc77777E774E9", + "stakeEnd": 1742292000, + "pChainAddress": [ + "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Flare.Space", + "BEB": "13500000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "171475125427070713n", + "totalSelfBond": "13500000000000000n", + "delegators": [ + { + "pAddress": "flare1pr4f2m4a3ga2t58u2m9f5h76uvqdw0vjl8nc0d", + "cAddress": "0x6c7f7757E8587E4068B8Cb9f713852eF2Ae3abaf", + "amount": "75000000000000000n" + }, + { + "pAddress": "flare1tzpjxpf3adxn4jlktv72hy020eqjjxv0usvd9n", + "cAddress": "0x67f467CdbEe74631F516607BEBD145789B2C2220", + "amount": "80000000000000000n" + }, + { + "pAddress": "flare1ej0ggr5s008v7lk0xngx46myp4cyveh62xlzv5", + "cAddress": "0xe66DCa03b7e315664aD55EDba4cf959577BE0cF6", + "amount": "51000000000000n" + }, + { + "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", + "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", + "amount": "1116000000000000n" + }, + { + "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", + "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", + "amount": "14478753000000000n" + }, + { + "pAddress": "flare1khwcuuaskt72lw7kw90dcjkm65n64zgdjtywml", + "cAddress": "0x670aa354c287a591632a192Eac6e5182B084064a", + "amount": "117760747070713n" + }, + { + "pAddress": "flare1gcv6mk38g84j080nzne0ux2z54arswxseuwsf8", + "cAddress": "0xaDfD39C8f7e950335728Bd348771D987FC3D90e5", + "amount": "260000000000000n" + }, + { + "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", + "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1zsv600w9xazcu2egd05ygzkxqftmk94fhkgccr", + "cAddress": "0x0504aE324672B063FE904369AE4fd4f6cA81c4d5", + "amount": "76633000000000n" + }, + { + "pAddress": "flare1gp6j07wugys7w605kme2p6402unx00p20pk4jy", + "cAddress": "0x61DBD5c00d32bf2f67aD3b202EA13bA4960a3fbd", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1dl5z7lc0gm5636h2pr3pvkhdn4sfg9df9l2xmw", + "cAddress": "0x5d79cfFEeBB5a00dc711DE203cA76efE11344259", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1lm6n53zqhtp5e872chmac4dq26vsgxjx3k7ncq", + "cAddress": "0x24Ac65841399f2436DB46756849c3bf8ACe69763", + "amount": "50000000000000n" + }, + { + "pAddress": "flare14h74nkwrwvsp6grjwt4q9myltqh3606rc09gau", + "cAddress": "0x537d74D860E0766F80dd9d480FCC48CE13B9bD03", + "amount": "74978680000000n" + } + ], + "totalStakeAmount": "199975125427070713n", + "cChainAddress": "0x9Fd5cccC7f75409F78f9FBb865C2bd14424D5486" + }, + { + "nodeId": "NodeID-P6nNyHc4QwyKoVSS7c9XatGp4Sityq7rM", + "bondingAddress": "flare1g2s5u5kckvysvfs4m0yclrtm0ctvmwxkfjf0pj", + "selfBond": "3500000000000000n", + "ftsoAddress": "0x4429306b301a0EB573Fa5758BB40AA581255c624", + "stakeEnd": 1753029900, + "pChainAddress": [ + "flare1g2s5u5kckvysvfs4m0yclrtm0ctvmwxkfjf0pj" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "FTSO London", + "BEB": "3500000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "665654977000000n", + "totalSelfBond": "3500000000000000n", + "delegators": [ + { + "pAddress": "flare1k5du6cepcgdvn9hvpr4yfgnzq7y5ym9yu4mv7r", + "cAddress": "0x68c688BEF34D0629EAde191Ea897B17e4B9b6456", + "amount": "51000000000000n" + }, + { + "pAddress": "flare1cfaf3f3rd7gzsmvqh80tsh5kxm5p62a0ms9sz8", + "cAddress": "0xE74EDA2E18D61F7139C3C780bd6222991753144A", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1yu295ak3mkj40rhkxldqx0hhxkew2fykwljw3k", + "cAddress": "0x4d53c435A63f8DBaDeb0B7F02791b0533A3Fd7d7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1wh54lj6dpaq2rg0lzuce8as8695c9m6at2qjw0", + "cAddress": "0x0C9BDf0a5246505c03292869F11B997796e0948a", + "amount": "514654977000000n" + } + ], + "totalStakeAmount": "19165654977000000n", + "cChainAddress": "0x8Ae314214d6dbF6d253918CDA933bC677907992F" + }, + { + "nodeId": "NodeID-5jV2rg4CGt6ewiDbB9QeWDEptVudskJeY", + "bondingAddress": "flare19dc6w5s84wddducwhxjl9lw3vawcpcnjvqm6wj", + "selfBond": "3000000000000000n", + "ftsoAddress": "0x64D998BC81424131E5aF05071263fDeBD1a82986", + "stakeEnd": 1739948705, + "pChainAddress": [ + "flare19dc6w5s84wddducwhxjl9lw3vawcpcnjvqm6wj" + ], + "fee": 170000, + "uptimeEligible": true, + "ftsoName": "Ivy Oracle", + "BEB": "3000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "8928886358679000n", + "totalSelfBond": "3000000000000000n", + "delegators": [ + { + "pAddress": "flare1uwl449l5dnsafylfqfaymtn6ynv379l3t220ss", + "cAddress": "0x1FAF7B400699A9669323674E1272083CAD14e0B9", + "amount": "115900000000000n" + }, + { + "pAddress": "flare1yr4v2vvq0qk3zk4707ytlujtr7893w2qnahkyn", + "cAddress": "0x5a01e449ab3003358564dAC21b721B282F79BFd0", + "amount": "101184230000000n" + }, + { + "pAddress": "flare1tktjeu3e5wnryhlsg3wxa84r9scyn9hgge4fyt", + "cAddress": "0x6d9B26d20c4aDE06452e5E6dc824d11e76B83f0d", + "amount": "7896515040000000n" + }, + { + "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", + "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", + "amount": "200000000000000n" + }, + { + "pAddress": "flare192ahptheknfhl8wutq4yma0s6z2j80ts83e9gt", + "cAddress": "0xcF5E01d5E5A0f4A4FBC1435E0C079dD4B834093c", + "amount": "300005962000000n" + }, + { + "pAddress": "flare1nj45nluvjfghvmkucp68wslvvkl5jz2p3a6c6p", + "cAddress": "0x6a5299097B930a4EDB283e0e0101E51EaD07949b", + "amount": "52000000000000n" + }, + { + "pAddress": "flare103vcej4pepv83mzvzhsaj3ayh8lg826xhl9nn3", + "cAddress": "0x2bc701A2824863AB27833AAaF0f9b90ef2c132EF", + "amount": "52504992000000n" + }, + { + "pAddress": "flare1m79fezxk4erzkfwyyvvz5xdqq2eajy00xau0q0", + "cAddress": "0xcd350059472123d1A5a2bc222ba9403382080B58", + "amount": "52775600971000n" + }, + { + "pAddress": "flare1upc2j99zpk5fgzglj20xm2sg24unk3eap66sp9", + "cAddress": "0x5e45e23a693f93340cE684B627579C11a89b69D9", + "amount": "99999999000000n" + }, + { + "pAddress": "flare1phwc04zjqtlf6caayrkk0ynfp3hf27lletj377", + "cAddress": "0x690Edd3c103556E07A37b787a0AAd6B6EfDFd9B9", + "amount": "58000534708000n" + } + ], + "totalStakeAmount": "26928886358679000n", + "cChainAddress": "0xf5520b813E7825845a59744144c64D4032688c9D" + }, + { + "nodeId": "NodeID-JGAJGcDbg1kqnfwCpDiJ5VeNGkSDRxGra", + "bondingAddress": "flare1pmu9ewm75dm0pgyu7rc5yy3nnl62ztgew28ky7", + "selfBond": "1000010000000000n", + "ftsoAddress": "0x27Cb5f4EbA81976617b75953053D33EF2002daDF", + "stakeEnd": 1741438853, + "pChainAddress": [ + "flare1pmu9ewm75dm0pgyu7rc5yy3nnl62ztgew28ky7" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Linden Services", + "BEB": "1000010000000000n", + "boostDelegations": "5000000000000000n", + "boost": "5000000000000000n", + "selfDelegations": "424886000000000n", + "normalDelegations": "5999997300000000n", + "totalSelfBond": "1424896000000000n", + "delegators": [ + { + "pAddress": "flare1s3gn9sky9y729c0glactcth2wxxpqv89klrkqu", + "cAddress": "0xEcB4b9c9C6d33b4C5B98041DCEc84258bB04d233", + "amount": "5999997300000000n" + } + ], + "totalStakeAmount": "12424893300000000n", + "cChainAddress": "0x6A72bB44A97eE50B86af12F855A78f6dEFafe7c2" + }, + { + "nodeId": "NodeID-FDR3CXdwP3H3Zz9QKfL61fk56zkPEgdFV", + "bondingAddress": "flare10vgv7r6x3v3x36a2f6y2yhwxp8aujdsm5pnnvd", + "selfBond": "13333334000000000n", + "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", + "stakeEnd": 1740232800, + "pChainAddress": [ + "flare10vgv7r6x3v3x36a2f6y2yhwxp8aujdsm5pnnvd" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "AFOracle", + "BEB": "13333334000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "135472050974862819n", + "totalSelfBond": "13333334000000000n", + "delegators": [ + { + "pAddress": "flare1rhmxa7x97sur0q2anwj4qkg4sdvkxlhsnvatfh", + "cAddress": "0xC79D9Ce6Bf7e5f38115D52e93F856F8f67a76Cb1", + "amount": "230783728000000n" + }, + { + "pAddress": "flare162r0fuqzmxj9wsacjm9fa27q37ftd38yuud5gr", + "cAddress": "0xCdf75862Aa6D3e39cc1fcA149b18899b5366Acd6", + "amount": "2000000000000000n" + }, + { + "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", + "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", + "amount": "900000000000000n" + }, + { + "pAddress": "flare145qvz9qh8krwhusww3myy9rxgl9s5ey8y34ta2", + "cAddress": "0x14F0C4EB4C32A8857184628785911e17101c180A", + "amount": "450003226839010n" + }, + { + "pAddress": "flare1ph472gs98ffps5482zqteyx065qe8a9wjn2xlv", + "cAddress": "0x0eF4C65A4484B7af02A9f0032e6321811Ea24072", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1emay48fsya00n4mhdtk2xumv0rzugtfmv097yr", + "cAddress": "0xAfE914E3780d90e47082BE65E8bee7E6F4659d83", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1f6skewuusenh63d8phrh9ekulk2pjg35pu3dgh", + "cAddress": "0x0b15463c669F72aF121050C2ADbf78352afBF23c", + "amount": "50499000000000n" + }, + { + "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", + "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", + "amount": "189908994000000n" + }, + { + "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", + "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", + "amount": "3555347517591889n" + }, + { + "pAddress": "flare1ys9ar00wtnk895uw4xhhumvaaqt55fdrgammed", + "cAddress": "0x7B19d588BC87EF24Aae5CdcEA357B38fF5633798", + "amount": "62890000000000n" + }, + { + "pAddress": "flare158e4wcn52m48yj8f6vdrgl7pl0uhf2jdd2a0cj", + "cAddress": "0xC73DE3E90Bd6608a35BFE257431786A9ea4BD862", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1p3yj85ufcmqyts79pd39xj7lwy6kzr688tnpzy", + "cAddress": "0xd507b55A3c55D704375a93C24B7092C13C061E04", + "amount": "100009996000000n" + }, + { + "pAddress": "flare19sd0vyypyt0x7l5vglqcrqn6uu9crtx70s6h6t", + "cAddress": "0xFb4824e9C9b6f6751CfA8f579a8CE0596F8F8D20", + "amount": "1478566794009000n" + }, + { + "pAddress": "flare1gjk06l2yklsrt39t0edl9uwhvgsws0ejpavdhv", + "cAddress": "0xf51CeDd403dfD2bCD2fed9e9a884BBfe9eE39ad2", + "amount": "390000000000000n" + }, + { + "pAddress": "flare1mzaxadlas2m26sns502j4rgrs0rr3f2nsdhlsw", + "cAddress": "0x8f849369514a2c384e16Bf473c8a99Ba76B7f573", + "amount": "207345997000000n" + }, + { + "pAddress": "flare1d7khscf95cnws7v8zhdzlasprjaj4lfwv9x2hm", + "cAddress": "0x63DfB48F7915443BD8A144Cca07978246022ae6e", + "amount": "104007410972000n" + }, + { + "pAddress": "flare15sfvkfw4yscurg4ydc7hruu57fx0v28lv864fd", + "cAddress": "0x1d34100f41A60A9325AFa12cb590AbAeA9CF055F", + "amount": "50527590000000n" + }, + { + "pAddress": "flare18nlkzpulf00xdnxx95yyku3kx0r94kvgew6y44", + "cAddress": "0x2ce3A1988632C35e268570EF595c6453414eAF00", + "amount": "4526314924062571n" + }, + { + "pAddress": "flare1hl2ya6law0zhecjs9tke5zjlm9npumcm6zkyqe", + "cAddress": "0x6EdD5c32ca99386134F52FF2211cE3097d3fe620", + "amount": "1646854788209278n" + }, + { + "pAddress": "flare160hj45zy6z39nqcrqc3l5an0qhum2sscg0f709", + "cAddress": "0x4cE53Dcb11f36852463bdd22F638890ab798A185", + "amount": "4189186988631000n" + }, + { + "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", + "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", + "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", + "amount": "50159000000000n" + }, + { + "pAddress": "flare1g64xdqpcgwcywltg9y8czz2aqpq6snrtcdaa40", + "cAddress": "0x9e8Cf3f1bAAc464729E3A973Bf321A1E719f90e0", + "amount": "2200000000000000n" + }, + { + "pAddress": "flare1h4ymmuuuxtjmz22xs2t3amwan42cph4l0te5w3", + "cAddress": "0x400F8B757955D34f8ff9665fD01b018Ad110B8EC", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fh89zpea5en3velkshxx2yj0q6cmz4rlclzaft", + "cAddress": "0x0F6cDf2e6cD544425c9ac46410F5134E436Fc261", + "amount": "75171000000000n" + }, + { + "pAddress": "flare1uy4vmgux96g9ny7chpetw28l3k6ea8lf4z0l2y", + "cAddress": "0xA781402753A02feA719697285E0385bcaE292097", + "amount": "656310000000000n" + }, + { + "pAddress": "flare1fh9mtta0ar5ww9eslhya3ayuz7j4v5082qnrft", + "cAddress": "0xAd045F656E2b3a40d372FfdBa3EE3Ae5fB47d1D9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1h3jsk0lzyds7nu89ym0lyr0nua3cqyh3j50qkd", + "cAddress": "0x092a41087F027f2465a2A625801c647920D4b08D", + "amount": "90000000000000n" + }, + { + "pAddress": "flare1rt9jyt7ljhq4ktq79f5wasj6ex89c3rtty6ac6", + "cAddress": "0x3df8c0efb2592719283e52725564B22D3c2Dc93F", + "amount": "460000000000000n" + }, + { + "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", + "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", + "amount": "50997009000000000n" + }, + { + "pAddress": "flare1q7xatnwfmwdjdcynl6za9lwrmej533u5pqpff9", + "cAddress": "0x891222fbAd4D61feDe268D71aC3259DD788b53b2", + "amount": "50000000000000n" + }, + { + "pAddress": "flare103hyqnletpm7u879q4rpk3hyr907z64786rzqd", + "cAddress": "0x76321314ab974C584E1a500B064EfDd286EEB249", + "amount": "104402701257000n" + }, + { + "pAddress": "flare1l8w3zr2dsqql3wsggzj2xwf9eedy3286w4ssal", + "cAddress": "0x6160bcF6600b07FC095BAbD9eE4C775725533322", + "amount": "50999997000000n" + }, + { + "pAddress": "flare1nq5fh5c53fpprrrst706vdjkuzq49s600q3rrs", + "cAddress": "0x8e5D34F6C5a44aa1cFDD47efBBfe8c877839f3CC", + "amount": "537899988000000n" + }, + { + "pAddress": "flare12j0zhymmdsydy258ku8vc5zlycu63evacm4mwk", + "cAddress": "0x3148dB2D64e894fedaE3eCe2f731Ea6280260148", + "amount": "197219056339909n" + }, + { + "pAddress": "flare1qtx7ecax6ssdfxhqn5x9h5tnnmsczeqlw83wmu", + "cAddress": "0x6D537DABa0420FC2193B32D00C1d64c012c98f30", + "amount": "400062809767000n" + }, + { + "pAddress": "flare1k65rjhmaunss0430j5y9chacjr2wva8vhhhh84", + "cAddress": "0x6e4A218e0f473Cb91859777c7BeC73203CfafA45", + "amount": "354588811341000n" + }, + { + "pAddress": "flare16qrzxr2vdl3vm4cs4ycyv4ka8n89mjfcr4e36f", + "cAddress": "0x16b342400b1Aad4170Abd9059eC65F2EaE9C2296", + "amount": "15345348050000000n" + }, + { + "pAddress": "flare1ynpmcplp2srs337jsw0ddlvf78a3drzd9as2df", + "cAddress": "0xC9C795F82Ae54523cE4eF2e95e97B765bd6a1759", + "amount": "61000000000000n" + }, + { + "pAddress": "flare13zfwka9m2rlqqn3zuvwnzp39acxw3c4ugf4muf", + "cAddress": "0x0c1fF5e3F7825C433610052fB141b4f0716eaa12", + "amount": "350000000000000n" + }, + { + "pAddress": "flare1hgfe2j5n3xadzsd55x0l9hhnh3hl99fr7ktlw3", + "cAddress": "0x84C164103DC04fd4F3027FDfF2a7c98f76aF5685", + "amount": "1687060000000000n" + }, + { + "pAddress": "flare1c4mlwtcn9lfc5xusn3rwy6aq77h5j3rfrw9sxc", + "cAddress": "0x894986bb328CcFc18eC05eE9F600E4BE5fDa1eCc", + "amount": "198326976000000n" + }, + { + "pAddress": "flare1wxnjxj7clvw8ur8pxpcjcsy8xzmjyu4a6cfdqx", + "cAddress": "0x177Ad3cD3D44B49944A3B58Bd9357635d42Ed8d5", + "amount": "110775989000000n" + }, + { + "pAddress": "flare1uy2lzhhlpywvugkvr4zwtavlktll9pzvvnqmuf", + "cAddress": "0x8cf53EB8762C9cC4D29e78c97D6ab9cc2C64E94c", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", + "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", + "amount": "2736895743170966n" + }, + { + "pAddress": "flare1f2py6pyasa57mtp350tdrpxtnzjpvgsg9pmgqt", + "cAddress": "0x4D0C0D8aDD0fEcE34dbBD2F85A118Bfd4EEC22Dc", + "amount": "124990000000000n" + }, + { + "pAddress": "flare1pcxs6qwuyjwnu6k04r7qhfft54hu07f7yzmt7a", + "cAddress": "0x65b34F76a4D5bEdF2C5ecA8c3260A52fd03fb867", + "amount": "60000000000000n" + }, + { + "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", + "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1luu8vet77dz5vzjav4lfmtn4u9d576tu3sylhk", + "cAddress": "0xeeA8D2626b5d8e793404Ee2b9adfE311e5739c9f", + "amount": "53329077095000n" + }, + { + "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", + "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", + "amount": "141999000000000n" + }, + { + "pAddress": "flare1a7dnacyxp26n62fcuecrzvuzsxdz4zetpxq2qs", + "cAddress": "0x6fCEA7DC0d2e4dDa36CD3EE61Bf0238Db8F39bA8", + "amount": "53400970000000n" + }, + { + "pAddress": "flare15ktmlvj75m7dcmrhufkry3m08cqnsawjzq0whj", + "cAddress": "0x830BdA342aA6090804b9d8F2717A3569465d168d", + "amount": "57829000000000n" + }, + { + "pAddress": "flare1stfpgkhzuahx8q22whsad4revf02450eqc7je5", + "cAddress": "0xb7E47cBe6B6330c1418E58bAb238c43ea3F126F0", + "amount": "438741000000000n" + }, + { + "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", + "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", + "amount": "588879408532385n" + }, + { + "pAddress": "flare1mhqmfq4fjz645546qyvfm4vkl34cfy5h83wknv", + "cAddress": "0x48a071589C8e2a91ba6c0c55F114347ddf38c313", + "amount": "365580416548000n" + }, + { + "pAddress": "flare1n4dkzd35jpekyl35y5czev73980skmyzjecump", + "cAddress": "0x8397D67d53a4B5b95625B14a9C9c3c83C8BB7DbB", + "amount": "10000000000000000n" + }, + { + "pAddress": "flare1tp6a886kgl79aeujx8w235wk55athhwtd7tuuq", + "cAddress": "0xb0061d260847B42e8616777dA9CD62C70DBfBf7B", + "amount": "2750000000000000n" + }, + { + "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", + "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", + "amount": "1026502000000000n" + }, + { + "pAddress": "flare1hvczg6mhxg92437tuy4edlplgyscu8f7l438p9", + "cAddress": "0x3DE577843BCAE0ff7AAC518c0a4A6EEc1a35B021", + "amount": "594912374425000n" + }, + { + "pAddress": "flare16zylq0yzllh93csdh8uj4lzwumd4kz36pn6qpr", + "cAddress": "0xA76000bA6601E092DB82460DF05EAE8F12be1B57", + "amount": "50000000000000n" + }, + { + "pAddress": "flare19zy0vwtdft4k5eagsksrzvp04hpf35crxd6qvm", + "cAddress": "0x82194C206b5B8e327cb080D4b77CFAB09c6c3990", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qp2usg762d4vfwz3ahert93v966lc8rqrp8a7h", + "cAddress": "0xE6dA8b844c79a56C18b8c9F96a9d2Bd04848D0bb", + "amount": "350000000000000n" + }, + { + "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", + "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1h4lz3gjwv8ghjsddwav2my3wweumal5zte6vg2", + "cAddress": "0x03334eA003ca46fF9a072E154C684bca370bF3d8", + "amount": "1012345000000000n" + }, + { + "pAddress": "flare10g5y742dsgakpcmunw9ek46rkrd96pt0nsgkn0", + "cAddress": "0xa0F4F9f5b78B5d42570b5e030254d27b6973D04A", + "amount": "188094921383000n" + }, + { + "pAddress": "flare1xpxwucuxau7dy085ut6srcjadph8gxvy6v6eak", + "cAddress": "0xA34F4D22f68D197eb621Bf09730D07921444A1E2", + "amount": "10000019256039000n" + }, + { + "pAddress": "flare14azu7ygp6k5uf2c7u3zk0etuk0qu6sh93wm8v4", + "cAddress": "0xe90EF0f6afdD0499405DAddb75506AAB1B6aB03D", + "amount": "1575681986006000n" + }, + { + "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", + "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", + "amount": "6885494606378811n" + }, + { + "pAddress": "flare1v969wd57v7d5r4jt9nkuweshk7elumcwrufmuy", + "cAddress": "0x8856f6D5cd86b639655F7E6168D3274FCc252B41", + "amount": "170999996000000n" + }, + { + "pAddress": "flare1esdv8cpjxv8ee9s3cv9y9rcs7fcp8fqd4gjll4", + "cAddress": "0xF233a25502Fb571A5d978FEFC71553DEC621C3fC", + "amount": "520000891265000n" + }, + { + "pAddress": "flare17dj54enmv5pl2nprcqxcrtplc6m8pvykq3ua7y", + "cAddress": "0xa7E440b5fFF22ee2Cbf49Ad8E4f261AE9e49727c", + "amount": "314134994000000n" + }, + { + "pAddress": "flare1w4gaqddfhzwdx8mff0uz278gk49xmmgh3teyla", + "cAddress": "0x0D6f89F80262CbEDF598C3539Cab67024e8221C8", + "amount": "150000000000000n" + }, + { + "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", + "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", + "amount": "53640000000000n" + } + ], + "totalStakeAmount": "163805384974862819n", + "cChainAddress": "0x6CD7e85E0182af99557510CEE70E00b26213F638" + }, + { + "nodeId": "NodeID-7niiMEHRfGLgT6VZ7bwb6Xa6vpGn8upVw", + "bondingAddress": "flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn", + "selfBond": "8340000000000000n", + "ftsoAddress": "0xB95f930711DA83226416FFaAB084249B2e01e1F2", + "stakeEnd": 1767178829, + "pChainAddress": [ + "flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn" + ], + "fee": 125000, + "uptimeEligible": true, + "ftsoName": "PRICEKRAKEN", + "BEB": "8340000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "5985000000000000n", + "normalDelegations": "100827006309022144n", + "totalSelfBond": "14325000000000000n", + "delegators": [ + { + "pAddress": "flare1ujl8mc48p0at9072c62mecgean6f965c32309y", + "cAddress": "0x1343A0F8D469888A52bA3f9d7E946adAf5714130", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1cnzsrxztzl6v0l9zl0xmr89canwrk62zuct26m", + "cAddress": "0x9a5f27CD3169BBA7AAEC562C35D25E920AB805cc", + "amount": "145785977000000n" + }, + { + "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", + "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", + "amount": "177606994000000n" + }, + { + "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", + "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", + "amount": "244208000000000n" + }, + { + "pAddress": "flare1395qwueuctwl7jj04xp07mt8suvd0xpjgly9sw", + "cAddress": "0x986Ab401DBd27c3D84F483D2Db90ffC0F653c718", + "amount": "50444000000000n" + }, + { + "pAddress": "flare1vvw73xg3y2kzm34tq8tzemjz43ranlll54470d", + "cAddress": "0x3cDF058eFb4a09Ed78A40F8e6941B5814187d9cd", + "amount": "169000000000000n" + }, + { + "pAddress": "flare1axeyvufctxl7y769enfkstl6unxqzjskrwwy5z", + "cAddress": "0x9fBC96366B3840dD942036e81022568e8fA0aDa2", + "amount": "80000000000000n" + }, + { + "pAddress": "flare1x9gdutq7ct8erpzydf3za2px82hc74gaeyqaan", + "cAddress": "0xAB37CA7005D8e865bd98cdC265Bd2484bFBC13EA", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1u6f8wkvvnyaru6tv4fl7px4y6d7lps6grc0xmg", + "cAddress": "0x236066A85426c4Abe4B75a45E2De45db7d8298a8", + "amount": "120002000000000n" + }, + { + "pAddress": "flare12r5j5x0rxan9qd5av756s7kxny5zw4fevhz9kq", + "cAddress": "0xFa069cc7D5643f6AAB51073ed30A026b125B7c9e", + "amount": "80000500000000n" + }, + { + "pAddress": "flare1m68cpvlajje6dg0zpvyvv5xzn9g2yf5lewkkxq", + "cAddress": "0xc7E0bA5F3d45e77D87AeeF227D043342662dC2a9", + "amount": "173199998000000n" + }, + { + "pAddress": "flare1a93kxv0f4pwyv0w8zcz7q7mqrpsugmad440zyc", + "cAddress": "0x16b57a4C93E53785Cc4cf9A6BCd42B600cd57aF2", + "amount": "52499995000000n" + }, + { + "pAddress": "flare1m02snesu93e9t3w8jcmgc0mr9rygjnp24v0gue", + "cAddress": "0x20864C8Aa16bE02FD14fEb8BAD4894835876DB69", + "amount": "1121408000000000n" + }, + { + "pAddress": "flare1xjd263vug6p9t6k0zf6hxftdkdsr4zxuh5an9l", + "cAddress": "0xa26E604adA8f979185145FFfEEA42F59B02Cb1eC", + "amount": "52477949347000n" + }, + { + "pAddress": "flare1ndfxnvnsr6su9eu278rwkfhss4a5nwc6uzqztl", + "cAddress": "0x852cD2d90cDe379BD74A4F2c81285A9f5794f506", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ycg82xvhctxwxy6utnnstpzrwr3vmzde6rsqhe", + "cAddress": "0x41BCce1a069CFEa219Cb01b2b81a142fb346550f", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1wa8kmcl2nkfy2fp467drw0twm5rt0tty0m2pfr", + "cAddress": "0xDd7D568326ea9b126091Ca1F030b456BE04Aa54c", + "amount": "601624957905000n" + }, + { + "pAddress": "flare1m7xlwgr9qfjh2dkxqyd2k7vj4kpelv88pk8vzr", + "cAddress": "0xcd2D7Bd83d5Ee91546fDb5E5d3eF45698d670189", + "amount": "100200000000000n" + }, + { + "pAddress": "flare1eshs4q9rqfdvsggxpfz5ewclfcl75k9kcf8756", + "cAddress": "0x0D43E74766424EBeA04Bac1cC5e896667a7b5442", + "amount": "55000000000000000n" + }, + { + "pAddress": "flare1rnak5cp9kjcmsh9nw8z659536h2rhlmvhv2zf3", + "cAddress": "0x692464a9dEB22497CCe40023973C1dC6DE30e2F0", + "amount": "36250585943770144n" + }, + { + "pAddress": "flare12mhnzq63jlawvk2pevxuvkwnxg5zmxl7cmq07w", + "cAddress": "0xB815F9a76d29B719b200c82016F33Af5E6cADc16", + "amount": "130061000000000n" + }, + { + "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", + "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", + "amount": "266667000000000n" + }, + { + "pAddress": "flare1ftch65mul4klgumxuyx76g2ak4re9xpmt4wf8a", + "cAddress": "0xBe45aFCb3F53FD53b9a2e1A5B731B8a5dA8dA1De", + "amount": "56221994000000n" + }, + { + "pAddress": "flare16nrawqly3rc9swq0aqwk89qf7fg068trngm4pz", + "cAddress": "0xE3D69450e9B94e8B62B9C0606F4D759E7401Bb55", + "amount": "4400000000000000n" + }, + { + "pAddress": "flare199kzascjsrp4y63g3r8zpyw6qxwhwk47l0chda", + "cAddress": "0x929BF1f0AeBb7a22331Bbc9144C0A1db4210241C", + "amount": "100000000000000n" + }, + { + "pAddress": "flare17zx65ulvsz4pxqwx6unud8jl44dvlsueza0gle", + "cAddress": "0xD55C19068c4bdF2f73E90d6964d73e30fc6A1326", + "amount": "99999998000000n" + }, + { + "pAddress": "flare1u6jhchut0w6wcxxdlypu9pu5guj7t0yek83esh", + "cAddress": "0x0EB70D854F875be2F00De68DBf397aCf9663147E", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13wcz5eg3hhf2frxgs7j8hj4qgetecs4unl24sd", + "cAddress": "0xAC899C1C7b1cD31Ab024f56401B7b53A756e4684", + "amount": "165000000000000n" + }, + { + "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", + "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", + "amount": "600000000000000n" + }, + { + "pAddress": "flare1lvx3ml58qnmjsmpelq68p42lxtftcx6xmezvjf", + "cAddress": "0xC608e849603Bf012BC3aF7AF0b2a14E6a00CFfC0", + "amount": "90000006000000n" + }, + { + "pAddress": "flare1qdvkrqg69wq2lcd4aqm3ty2hh6wmnql05evkyt", + "cAddress": "0xFd9eE2470501A628E7DfdaAbb77b46E0990aEB9f", + "amount": "100011996000000n" + } + ], + "totalStakeAmount": "115152006309022144n", + "cChainAddress": "0x5f3CF159075EabB0f5Db4B07230C4F7E8fC4D90f" + }, + { + "nodeId": "NodeID-MWNqxgXd8itY143jaNyq8aMYTeV1RXJgS", + "bondingAddress": "flare1j67sqxpslhpaf89mz88p9y39w0u0hu98khjyhe", + "selfBond": "29900091000000000n", + "ftsoAddress": "0xB53F6CFaB63CAbFc255c702ebeB273510DB541d7", + "stakeEnd": 1767340800, + "pChainAddress": [ + "flare1j67sqxpslhpaf89mz88p9y39w0u0hu98khjyhe" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Luganodes", + "BEB": "29900091000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "153487421477791397n", + "totalSelfBond": "29900091000000000n", + "delegators": [ + { + "pAddress": "flare1fktgtd6dvse59mvzy4w42zvqc3g2t3ysf0hsdg", + "cAddress": "0x91E2447bf8dD726B4D72313F900804593B98B96E", + "amount": "961431989000000n" + }, + { + "pAddress": "flare1vmh7lw53mv0qkuypad6ug8cehtzv7rqhpra3nf", + "cAddress": "0xacAD5783F500ebBc04c0a717BAF2d3c6b8D83880", + "amount": "140000000000000n" + }, + { + "pAddress": "flare1x9gdutq7ct8erpzydf3za2px82hc74gaeyqaan", + "cAddress": "0xAB37CA7005D8e865bd98cdC265Bd2484bFBC13EA", + "amount": "9350000000000000n" + }, + { + "pAddress": "flare169whag4tw9jnc52z9h5cuqwy0tpq9arkm3vgw8", + "cAddress": "0x5E49459561Cf9580e28F7630F7210326317058AE", + "amount": "100001000000000n" + }, + { + "pAddress": "flare1jch2alrm3yh90xmnmvf00r79drpygl8cy3mwav", + "cAddress": "0x2b01BD032F781c58F90d5120Ce64425bbD30035c", + "amount": "5340000000000000n" + }, + { + "pAddress": "flare1xrd8ad2lskuje2sy9p850p4a6ex7naksk73ac0", + "cAddress": "0x23DC5fC77Ed4782b80239D4d43C55307bdfFf278", + "amount": "193500000000000n" + }, + { + "pAddress": "flare17m08c58l3jkmk28vh0za8g4e5m6vtgxguyvlgs", + "cAddress": "0xE9e11C8E916f32714108b173E6315ebd44FFee44", + "amount": "37000000000000000n" + }, + { + "pAddress": "flare1h6dttlyrqn7u7tjzafhmk3w3sun26tvxkw5p7r", + "cAddress": "0x7d6D970726D3D6464b1BaB09c7E9E981dF165F9F", + "amount": "52000000000000n" + }, + { + "pAddress": "flare16d2dv7m57rvk458g24z0dkzmg6n6af5pmnq57d", + "cAddress": "0x929F34BE63fa8da803A754e739324702a54929a9", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", + "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", + "amount": "50000000000000n" + }, + { + "pAddress": "flare19rh6xddnd6yk2uvnpukecmvwdm7xh4mcxq0td7", + "cAddress": "0xf6C69cAE28eC2Bb05d79b06E147B75bb3fA4D84D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1cy8v93cfprl2snduqafxsp2hdnun5ev573xjt4", + "cAddress": "0x9207CaCfbC8493B60962f6871Eaeeadc9A6D2D2b", + "amount": "525000996000000n" + }, + { + "pAddress": "flare129z8pn8vmd7nkl5tmntshqpetk8gm8q5rm2plx", + "cAddress": "0x563521860A21Dc99c5e14cdaF9C82C99b855642a", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1dxyda5rxdn920zj4qgk0echuuu2mm6rcdhclem", + "cAddress": "0xe7FF75cf787803840395E53E42E2553e85ff4cA9", + "amount": "302299998000000n" + }, + { + "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", + "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1j4ulq4fk2aak93qftnmej649w56ce5dx3qh8sd", + "cAddress": "0x187a9e4f8dd811cfca029B1898125De594b3994E", + "amount": "264994363632326n" + }, + { + "pAddress": "flare1ftch65mul4klgumxuyx76g2ak4re9xpmt4wf8a", + "cAddress": "0xBe45aFCb3F53FD53b9a2e1A5B731B8a5dA8dA1De", + "amount": "111133968000000n" + }, + { + "pAddress": "flare1nmtqczaslta8g2w7e556h68r9x6txp87ng0dyu", + "cAddress": "0x544Cd0011f851c7513EAf245821f586689fFb562", + "amount": "50400000000000n" + }, + { + "pAddress": "flare1pc357zvyl3mphp80jfw3zv3hsv67xn0a8jenj3", + "cAddress": "0x924Eaa0bD24c67f7a86EFcd6D78FBBaf557A41f2", + "amount": "66743000000000n" + }, + { + "pAddress": "flare1zj23mfrsgjnd0s0qav90w6uqfpxhvrek86t3k6", + "cAddress": "0x69B7B4544478c52f170434d20122638D6ffD4114", + "amount": "140000000000000n" + }, + { + "pAddress": "flare13staca0ny0r7ccxmrvpl2decgvy6xgus2cty0w", + "cAddress": "0x9c17dFAcaF9832949929910a38D0E7aaFBa0416a", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1qjqcu32u9qpgj2dh67a8h4xd6psvpqun3ck54p", + "cAddress": "0x3d24e32C0aD45253d5cC342Ea6D4548a5c8647dA", + "amount": "300322105593000n" + }, + { + "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", + "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1wpyr0560z97gygyvsftr70kku84atnm40sec2f", + "cAddress": "0xA5a0B77386508494D431C8FcaAdFbeFE0Be46a13", + "amount": "1272590689434145n" + }, + { + "pAddress": "flare15d3vsctkvnzhztym80j3fq59cd90ntfem722wv", + "cAddress": "0x7A0ce230710853791F260E482330A4C2BC800913", + "amount": "206635067167000n" + }, + { + "pAddress": "flare1ye34h8qg3ke700nweqjhmp8r6zfx7jtrr5p567", + "cAddress": "0x839b752520E92008059B41f9e6DffB39Ab00514e", + "amount": "973899992000000n" + }, + { + "pAddress": "flare1nrdvkhln5nl05q9ks7wr7tw6aqkhyk2n4u4vuu", + "cAddress": "0x5004ad4c95d30EEb3436B1209b4750Dc7aBA4AFC", + "amount": "300000000000000n" + }, + { + "pAddress": "flare12av9whkdu6c0rd9tyjycehz2s6duwzdnth2fm6", + "cAddress": "0x6810f8F4eA1C53c95adeF9c0416A6b228BD69E63", + "amount": "2520988244452000n" + }, + { + "pAddress": "flare1d9w0tutzurqu676f32fqag4ksx4dl037qrdmpl", + "cAddress": "0x040a9f50fe3802b31653Caafe9600470D764ad78", + "amount": "2324935000000000n" + }, + { + "pAddress": "flare15jd2l0thftmd9396r7vm5xwja882vktjnxrtdh", + "cAddress": "0xe7c16B7bbf01cA5444472197b3D974716CA13fa9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare18dms5txs2q5req0w5rlgard3pml7ygms9g9qm5", + "cAddress": "0x087A28B0b6990cf74B7A8217171BeEe6Add2849E", + "amount": "231500000000000n" + }, + { + "pAddress": "flare1hf4w6ykcchzzxhtrllwrdsf26sjlj6pxea55mg", + "cAddress": "0x3d13c6D311e9f636a644Cf2C3fd6dA2c5B8DE41A", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1erwk24s8cjnyj00wcjtyn53uh5kt6waxmnv696", + "cAddress": "0xD009aE9Db57cEAD628c7CbD7D0081c820756ba25", + "amount": "66050000000000n" + }, + { + "pAddress": "flare1yvl38vzft6deux03ahdln07gr56escqygh5zw6", + "cAddress": "0x6De257252C6C2c13F59BF05ee9966a8E268B3A02", + "amount": "1485582998000000n" + }, + { + "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", + "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", + "amount": "314013408914000n" + }, + { + "pAddress": "flare1dphy5taxv28gus94zzramxfxvhl53qgd3vlaly", + "cAddress": "0x528022Cf31b0CA8A0998AAdd7D659EB7133F80Ac", + "amount": "60001000000000n" + }, + { + "pAddress": "flare1hqg220rwt9l3478sj6kzdrt8962vq6xf0uxsgp", + "cAddress": "0x3802C1733ad75FA886c0cac1b160Cd49B6D4F606", + "amount": "4239630510903000n" + }, + { + "pAddress": "flare1uzu6fppvdzcx2hgdllrdjs4kar3tfk4s6t9gn6", + "cAddress": "0x151E80Ed218E09De16E8bCc3dC88Af482a527e97", + "amount": "1525531735988275n" + }, + { + "pAddress": "flare13g0fw5ypr2v5d3qzuw3nhlxgpk42lqf2yglhrs", + "cAddress": "0x27600F2da6e9A1798f26a4a6e47bdA09e0A62616", + "amount": "1414670000000000n" + }, + { + "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", + "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", + "amount": "100000000000000n" + }, + { + "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", + "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", + "amount": "40148321569957584n" + }, + { + "pAddress": "flare1n7n40l9k7pg287smka6vfy3ywt3t9sucgv6206", + "cAddress": "0xC53cEBb642140F373f9f466Cae809D6270c90B95", + "amount": "205999957502000n" + }, + { + "pAddress": "flare10t0gvedta3vtvwcf4wee90l3xdnkwhsysktd0p", + "cAddress": "0xdEfe79004606284C3ce91a29D267Fab4792Ea820", + "amount": "2700000000000000n" + }, + { + "pAddress": "flare1xuhs7uvzu9w7m0dcvqh4xfzqevd4r9rqzurjm6", + "cAddress": "0xb497311cB3200b07168f83028c99991520f3B034", + "amount": "1190930000000000n" + }, + { + "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", + "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", + "amount": "60000000000000n" + }, + { + "pAddress": "flare168gcu8spavfyq2u7rumruhfxvd3gm065zxa3zt", + "cAddress": "0xd781CaEdda0Df2f27955CA0689d0981F209d9A45", + "amount": "3239835499252000n" + }, + { + "pAddress": "flare1fjpaup4dwxzhd2h84k7zg2k0dach7sj3sxs797", + "cAddress": "0x3120736C03AfDBc2132c73Ee06ee6d804A99d28b", + "amount": "1094723000000000n" + }, + { + "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", + "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", + "amount": "89847111052000n" + }, + { + "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", + "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1tq3h2tzxqy8upnakypjg78w6ukrunv2yszt08j", + "cAddress": "0x43131e554343fc2C645A194b51095d614976270A", + "amount": "3747997441943354n" + }, + { + "pAddress": "flare147xpukgwcju37fu4wyk9ahuej0jtv3dmpankny", + "cAddress": "0x5b348be8755dF31661F0Ee5dA4c4A9371A0254d3", + "amount": "1009494998000000n" + }, + { + "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", + "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", + "amount": "145029913000000n" + }, + { + "pAddress": "flare1l7835sz6t68tfjzhthfycgs89fjkpr986gl9c2", + "cAddress": "0xe83fb0d25a2F6b497DF3983c64fF6E836fFAa49B", + "amount": "599888000000000n" + }, + { + "pAddress": "flare1lyqwg6mwc63jy30jaf55gxxldynvh20f0yzqmp", + "cAddress": "0xbA9797F784E1117da12b7e5C6d44a2e8fb4f3f74", + "amount": "500579489507000n" + }, + { + "pAddress": "flare1yhyjtnc7stkt2ale3dmvr625nte6jyze8juft9", + "cAddress": "0x38499A6f4210F750C85c38Cb807f0fa7D5DcD445", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1qlxcp5h7atqyctwpl5x0kcfxt89e5nq7emwtu3", + "cAddress": "0xB5F3d8d49B3b67fb839Dc2ad288782fC3B9efaeC", + "amount": "97382000000000n" + }, + { + "pAddress": "flare1u0vr3njktal3gd92n0q52yu7pz899y43xrf8wl", + "cAddress": "0x6E95039c668A46F9C3B5a8fF2E427a2a0C5A0009", + "amount": "2173056312207000n" + }, + { + "pAddress": "flare16jxq46zhcz79tay94m0ddkwdqvh80eqa843unz", + "cAddress": "0xDC7316CaED1CeA7dc7B6B040E827b1596fDbCEB3", + "amount": "6712520956000000n" + }, + { + "pAddress": "flare1lxjj7rnfctmj3chmejz94t9m6cup43s8vrzdjx", + "cAddress": "0x5580e06302937B0B18a293322c7337eefEC7d600", + "amount": "1227823821523325n" + }, + { + "pAddress": "flare12wjh7ruu2nsja67eczrnphz5s7lqnev3fv07e5", + "cAddress": "0xD578b78Fba6b885A7DF693b16dba51Fe585C3695", + "amount": "3463220818415000n" + }, + { + "pAddress": "flare10tvznuj5hsg3fxy5uy7d3g58vdwzrd8gv9u5vw", + "cAddress": "0xDC0cB9060b36374E6C21fE18f0dc8cede76f04e4", + "amount": "535266000000000n" + }, + { + "pAddress": "flare16kj3savyz6g2595e6t0ke3kr4wgne3xuc65t5x", + "cAddress": "0xa312A0AD6eFd03260B8d678c7CdbE7532aBfA9d9", + "amount": "208291191000000n" + }, + { + "pAddress": "flare1hj8plxxaa5yxfurzk52adcwhyusvfwgcf5ef0m", + "cAddress": "0xF41719a196caD5A11202158b2f9dfE0B39600433", + "amount": "921051823125002n" + }, + { + "pAddress": "flare1vvffvdpdn3ryq7jy50n2ua7ywrv576y5030try", + "cAddress": "0x12EaAB2ea26b63ca3163Fc2aD043c1f93e920360", + "amount": "60000000000000n" + }, + { + "pAddress": "flare187knyxprcqagwx8xtngm9vny7tre40k04qknha", + "cAddress": "0x1e7B4F2Bfe2EA2fD73470A2257F5460A293613B7", + "amount": "450001000000000n" + }, + { + "pAddress": "flare1xpxwucuxau7dy085ut6srcjadph8gxvy6v6eak", + "cAddress": "0xA34F4D22f68D197eb621Bf09730D07921444A1E2", + "amount": "5000000984325000n" + }, + { + "pAddress": "flare163a96fd6x6j7x84hvjktm205qjws75ez7xx05y", + "cAddress": "0x41adc4F0a9686c281A00543D5B138d2b72A1DE59", + "amount": "97624996000000n" + }, + { + "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", + "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", + "amount": "125000000000000n" + }, + { + "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", + "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", + "amount": "67989992000000n" + }, + { + "pAddress": "flare1a9f495wt8u06gqsuxhgnztdyf5szvcvelwz02h", + "cAddress": "0x36ba3AbC89D7D526056300715351A2d07A8d5E8F", + "amount": "101343960907386n" + }, + { + "pAddress": "flare1kq44d2srzd4sf5r0tnz8wlthgzzx4ldjacusrs", + "cAddress": "0xdE4cAd6024B51f1E78188ee0dd43665cab24210B", + "amount": "55505451000000n" + }, + { + "pAddress": "flare1fmmg2wglqgkdq4ww8sq3n0gzghvvk3uezwadln", + "cAddress": "0x945f4787B84EC97e70600cf6ce47fE02c0F32B06", + "amount": "1483004658712000n" + }, + { + "pAddress": "flare1782a0tdkxtagswlxypzhg9hmtgl4mfq3n45mxv", + "cAddress": "0x58BF55d02549D5201829964Fdec4154320D2CE5C", + "amount": "50999000000000n" + }, + { + "pAddress": "flare12hnvkypdve89wxtey5qk8txf6svnzqpa89nwha", + "cAddress": "0xbcFEb38E66CB358010d41B36fCC9fC601F3682CA", + "amount": "700000000000000n" + }, + { + "pAddress": "flare1rmlaqk8jl943s8aqvyfmzhnqkw0j32af7uejf5", + "cAddress": "0xdaB54E5DeB3b7FCaf58139913aFe29e4c4fd89d0", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1ljfrqrrtu6tnlvg05wq9ph3afxq8svempzklyu", + "cAddress": "0xb98F7705c9086E8c4E8B4Eda8982D540a459f6f0", + "amount": "85327467279000n" + }, + { + "pAddress": "flare1nqs54shg6p6rhgvrgz63mnf44zqe690gxy5jta", + "cAddress": "0x033d8e968e081d089880c26CEae5a07Fcb06Dff8", + "amount": "1414007998000000n" + }, + { + "pAddress": "flare127ru9hcj304hm88slmkp0gqdvwc88zd92j5gvc", + "cAddress": "0xe52e460FeA4520bA01298e828B66b3Eb0019048A", + "amount": "91500000000000n" + } + ], + "totalStakeAmount": "183387512477791397n", + "cChainAddress": "0x8807340C9e57C66A178501Eb726f7878ff2FA985" + }, + { + "nodeId": "NodeID-JFiAG1SiqUFh3EnkY8oXcXUg8RuT2guZp", + "bondingAddress": "flare1tg3829ausf9kr3h4j235mjatc765mxzgk4k0ha", + "selfBond": "3250000000000000n", + "ftsoAddress": "0xF33A0Ac50f2E85737af577ea68583f264C7A1f78", + "stakeEnd": 1741485600, + "pChainAddress": [ + "flare1tg3829ausf9kr3h4j235mjatc765mxzgk4k0ha" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Knot Nodes", + "BEB": "3250000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "27917187999110000n", + "totalSelfBond": "3250000000000000n", + "delegators": [ + { + "pAddress": "flare1qrs9dkfezlc88unk05djn47kxflt94kla4c57f", + "cAddress": "0xf299ad5AA6be2751C67b1De62047EC75457D5918", + "amount": "27578153270000000n" + }, + { + "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", + "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1070s4sllz6fxeyxvdf2yfy2dgf7knwmwsqth54", + "cAddress": "0x7134c37F325A0783111bd3b12182b7bEe3E925C3", + "amount": "139034729110000n" + } + ], + "totalStakeAmount": "46167187999110000n", + "cChainAddress": "0x46628966E739Ed1b78007Eb58b5fcE048069872e" + }, + { + "nodeId": "NodeID-EPLACd344ouymyJAQYXZBvbmU3NJ6ooeB", + "bondingAddress": "flare13vuv3x3apzewt7y9frek94ryvm436r3fl0c4zh", + "selfBond": "7959593000000000n", + "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", + "stakeEnd": 1741366800, + "pChainAddress": [ + "flare13vuv3x3apzewt7y9frek94ryvm436r3fl0c4zh" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "AFOracle", + "BEB": "7959593000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "104114321014871332n", + "totalSelfBond": "7959593000000000n", + "delegators": [ + { + "pAddress": "flare1xck46sy4s7x9f43xkfcr0exyl2acnv64kuccsp", + "cAddress": "0xd51DE8D2BaBcf9F0c800830a54ebd9Ceb219361B", + "amount": "57100000000000n" + }, + { + "pAddress": "flare1zqy7wgsvcnd4awtw5nz4r4klejeauzq6gem83h", + "cAddress": "0x471EB30324fFE65f5eA168A6cBE1821421C4356c", + "amount": "81700000000000n" + }, + { + "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", + "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", + "amount": "4733198000000000n" + }, + { + "pAddress": "flare10g7kq75568h65fmrsgut76vve8y77g2ff6mh6w", + "cAddress": "0xDFf351C31c6e5447CC7CE25dcf75d33E53547F72", + "amount": "38412475990000000n" + }, + { + "pAddress": "flare1j3algk4wk2tsnfmaq4wmjt6ed6p6pfwncne5jt", + "cAddress": "0x1172756e9297402999bcbA3F702EaCbED0d0809e", + "amount": "1220000000000000n" + }, + { + "pAddress": "flare1eshs4q9rqfdvsggxpfz5ewclfcl75k9kcf8756", + "cAddress": "0x0D43E74766424EBeA04Bac1cC5e896667a7b5442", + "amount": "18443451093962908n" + }, + { + "pAddress": "flare13595xye67aj628a8zqfvjfa3w999dly6q5dv6u", + "cAddress": "0xe11153D636ED0576BE3f439E80f7a0EE187Fff17", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1mqed460trf2gqur5erv4y3kve6umcq8sr8c004", + "cAddress": "0x186Dc94FA7dAbdd2F5569338D67d5B3f6D58699C", + "amount": "1007930000000000n" + }, + { + "pAddress": "flare1ldumh2ghxjhjw963qkgth07j2w27cre7fddhzu", + "cAddress": "0xED89392847ab626964c670A4Ce3a9520466Da023", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1caf00agz9jzvadf2wcfwgjwc0uu33xy50fuw4w", + "cAddress": "0x7465dA36002275dF5641ad1475eF68d507DafDb0", + "amount": "40008465930908424n" + } + ], + "totalStakeAmount": "112073914014871332n", + "cChainAddress": "0xE2E7C82d765C2Fd4e22071EAD46bF7E045eE3fbe" + }, + { + "nodeId": "NodeID-2q436GJKA5faTceNaAbu7CYxftv3K8fS4", + "bondingAddress": "flare1s880acgq84yjqm29zdjjygnu3yfl54gd8djxu7", + "selfBond": "7750000000000000n", + "ftsoAddress": "0x8863eAD675DfF5Cf260D5FdC079d50996D1F3cd4", + "stakeEnd": 1767649500, + "pChainAddress": [ + "flare1s880acgq84yjqm29zdjjygnu3yfl54gd8djxu7" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Solarius", + "BEB": "7750000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "54350518459574528n", + "totalSelfBond": "7750000000000000n", + "delegators": [ + { + "pAddress": "flare1attj9fgjmw2z4a99pfn9gng29q0vp78xp7yp49", + "cAddress": "0x5784934A23166B483b95422aF697CB1e068031AF", + "amount": "274445982000000n" + }, + { + "pAddress": "flare193cp78snlzp8lh7atp4kuaa8spkgyppzjyn6wq", + "cAddress": "0x01f975FBdD5944A74A9B27b74423E23ca40E776D", + "amount": "700821969000000n" + }, + { + "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", + "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", + "amount": "821061000000000n" + }, + { + "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", + "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", + "amount": "416000000000000n" + }, + { + "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", + "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", + "amount": "80000000000000n" + }, + { + "pAddress": "flare1d68lwr55ts3zua2kdj5ycp9l7n03y2p3zj3czt", + "cAddress": "0x7C4e923AEF5740eC2d25AB2D629Fa30Ea044F8D5", + "amount": "160000991000000n" + }, + { + "pAddress": "flare1symrr4n7hp87va4d6rhu0xhfqet0kptmhkk8fp", + "cAddress": "0x007599946F7e8bf2Bf93129315EC32ffb42bA44A", + "amount": "1545814000000000n" + }, + { + "pAddress": "flare1fxdvn5tnvq3c0ptwxd0pw2s9n62htk6n42855n", + "cAddress": "0xd8A0D653f33DAfa287aD00c15f2451B67FAA513A", + "amount": "73622748524000n" + }, + { + "pAddress": "flare1zvck3463ctkf3uvj2jcc4m88dahypgmwvhdqwr", + "cAddress": "0x0B88e66c6db5e84439767ceDA3c750f3BbDBEAB5", + "amount": "232292000000000n" + }, + { + "pAddress": "flare19j76y2kndh5nztn4flktxxrc7aq06utmxrcja2", + "cAddress": "0xE204ad1c8d1ccd2dE403DD7564C80c5113894933", + "amount": "77995986000000n" + }, + { + "pAddress": "flare1a82ttp9vtyyzn4h66af9n4wgc80f2ejprrc3wh", + "cAddress": "0xef380916e58Cb53B1F1cBA69D5844E9d893d0368", + "amount": "75344500673000n" + }, + { + "pAddress": "flare127yrkh9vcdg9gufqyanhfllvpctwutpxxkd5gw", + "cAddress": "0x0BB95a64AC985a371C8B02A1664E809009CA4ff7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1cq8ffjzc5zu5ptsp5nrey948dkne57khe0apxr", + "cAddress": "0x53E1F373940728E289d47245C466de2e4691A9B4", + "amount": "777279986000000n" + }, + { + "pAddress": "flare1muc0g9e3a88drffrckaml6zvycud5g7kxu7k9h", + "cAddress": "0xD33b75231dDBe4E8D1E8B9B7F75C62f2AE01fD74", + "amount": "94654961000000n" + }, + { + "pAddress": "flare140r5uxjex5t5gx5jalqgknguz53nn5psjnvkrw", + "cAddress": "0x954be33F20f9A188F9C22B0751C08304b3F3A639", + "amount": "1354887970000000n" + }, + { + "pAddress": "flare1uhe5lqpw2wzw58554vh0twryez3vr6k3r9xgd6", + "cAddress": "0x9392ED575b4032ECB958dc3d3DA0310A517AFD8c", + "amount": "43022013501867528n" + }, + { + "pAddress": "flare1stgahl7q9v5k7thn3g9cmr6rjp0cr8c2hhem9v", + "cAddress": "0xeD29772279FE0605470Ff7f76F2E068B7C5415Be", + "amount": "450000000000000n" + }, + { + "pAddress": "flare1apgauvuwdhryl9agv2qwstqk8c242pfeflqh8n", + "cAddress": "0x882385cc017338bAb95ef6C75AbFE011b25BC773", + "amount": "349874388885000n" + }, + { + "pAddress": "flare1evvu8wsdzahz3v3e6p74xt9kma3l2wru9zv3gt", + "cAddress": "0xDEa71Fcf730e3fAaA424d0ef26514FFd085a00a4", + "amount": "226628501625000n" + }, + { + "pAddress": "flare1amceq5e8ppnpkzqaqth3s3l5naqh8l4e9yd7g8", + "cAddress": "0x5cd69F2Ef72c6A8842A73A80BAF29870b74FA98f", + "amount": "344638000000000n" + }, + { + "pAddress": "flare1dkq4392jmt8rqkzaz8f7lxzu0decz2c8s4plj6", + "cAddress": "0xdd6AaAB146138d34467FA43e0EE0c2c2AC20FaC9", + "amount": "3000000000000000n" + }, + { + "pAddress": "flare1k69z6l5rt0j6nd6xc29p6wzzkqs765hewyhauv", + "cAddress": "0x62F8928B73ddF63EDbE3Facaa3304e52CCEd8336", + "amount": "223141973000000n" + } + ], + "totalStakeAmount": "77100518459574528n", + "cChainAddress": "0x5ae2F4DEBCE13c568A460152345650eCD44e2C85" + }, + { + "nodeId": "NodeID-HZwFckGTbucqTtE7qcv6z85mnScUfAeW6", + "bondingAddress": "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc", + "selfBond": "10000000000000000n", + "ftsoAddress": "0x4990320858AE3528B645C60059281a66C3488888", + "stakeEnd": 1741473000, + "pChainAddress": [ + "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "AU", + "BEB": "10000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "122339405695955498n", + "totalSelfBond": "10000000000000000n", + "delegators": [ + { + "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", + "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", + "amount": "36672970046836800n" + }, + { + "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", + "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", + "amount": "708746000000000n" + }, + { + "pAddress": "flare1957n9rmlrdsnctacwd80jlsnrqm6x5nyg72vlk", + "cAddress": "0xb3A74b65656539358B741ce307c1dF8441248AD4", + "amount": "105000000000000n" + }, + { + "pAddress": "flare1c3pc8zy6ypmya2s96f3368m3ecgh76r3eerpad", + "cAddress": "0xCf4d9712552a4B419396701AE25e897664fBF5dc", + "amount": "606374013023109n" + }, + { + "pAddress": "flare165qvzdm070s6awv4j3ua8wtnjsatk42xwe8mux", + "cAddress": "0xF9A949052e4050bDEc1B58f7a8CF0ED2c5b24d47", + "amount": "51145000000000n" + }, + { + "pAddress": "flare13vlt4ttspst7castyeaqvavrskau67am3ugcem", + "cAddress": "0xf6b68210cA5BE5Ac9C11f09D1658DD96e4ACA8f3", + "amount": "445150000000000n" + }, + { + "pAddress": "flare1kd2dsgczyk6jfj84sfxxnw6jpygl8hzknt3s4m", + "cAddress": "0x79C213f310bBa418aB079651a9b95D81a307BF91", + "amount": "100000000000000n" + }, + { + "pAddress": "flare15xq27yk3z098wpedukyzj293r7xrazqfca89ls", + "cAddress": "0xA9Ef5f276573de03cd57B640c36d5073B2205Aa1", + "amount": "104380000000000n" + }, + { + "pAddress": "flare14uylkkkflwvyqc6q6nq79n2ayr9t3dutp7cz34", + "cAddress": "0xb4a2816292EC8F91b04A711C3c365530a1b691A2", + "amount": "419369434000000n" + }, + { + "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", + "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1djm3etv23e7k409gs2zm0dglnsgngt37yqcp0x", + "cAddress": "0x80057A70F530E9B2b6Dd5B7a7CaAAC7eD3c7f85c", + "amount": "107000000000000n" + }, + { + "pAddress": "flare1kcczaw37jgfxnfe5krdh3ee0jkrpvzldw7339l", + "cAddress": "0xE5e8C9fB35ECF19D1d05854567A9043DfC8DAE40", + "amount": "945086989000000n" + }, + { + "pAddress": "flare1xv0s8g3h7q3vgew4yum4p6jvk9yn468tl6m9cm", + "cAddress": "0x677447306623b50dFdcd359d7cDC441bEce1DED5", + "amount": "1989000000000000n" + }, + { + "pAddress": "flare1zxq20eg7uydp8ntsc5u737ujdlc9j3ujhs8eak", + "cAddress": "0x9A5D27674FDB99C4878769749b61C51764b0d888", + "amount": "206720000000000n" + }, + { + "pAddress": "flare1pl3zqd97m5se4em38app2kmkyf9ewlua08y8k2", + "cAddress": "0x45F6dea23d4F1733fBB67F6B21b1F5a9F4dd2578", + "amount": "2657407204972000n" + }, + { + "pAddress": "flare1lk3c5aatuthd0ud5ydm2kcljc7gnqljkadheuf", + "cAddress": "0xD24af9AfD2e659d7B1b115f5002F011DAD313A6A", + "amount": "184850000000000n" + }, + { + "pAddress": "flare1xn6jlkf04snp3wcrakklk5y0svl08zghcfrelc", + "cAddress": "0x668B0feFdA98785d372A67Ede07Dd1b7702Bb098", + "amount": "50230039664071n" + }, + { + "pAddress": "flare1ngmhuqpq5zgmfann349x4uqd0da95ke7ln74as", + "cAddress": "0x3af21e3C5e5e542b06C5993b8906805359E5521E", + "amount": "55000684251276n" + }, + { + "pAddress": "flare19rh6xddnd6yk2uvnpukecmvwdm7xh4mcxq0td7", + "cAddress": "0xf6C69cAE28eC2Bb05d79b06E147B75bb3fA4D84D", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1zqa2kjednnawt9an7z005fnwptsv76vruk58sq", + "cAddress": "0x003E5ea59Fc82c772ad320282048B0863e776d2c", + "amount": "50561988000000n" + }, + { + "pAddress": "flare1glawqc9yamjx8nd2le4ylqa0hw85p2k0c7fnhq", + "cAddress": "0x34d0354c1eB84bB560C4F1576C9bb9d44B53F0AB", + "amount": "52501708360000000n" + }, + { + "pAddress": "flare154etkfn0ggecgu92c748d7jacvtwlw9ahdpad3", + "cAddress": "0x42F8BA994D76524CF13eC55dCD6983ebb4054Cc4", + "amount": "350694866297000n" + }, + { + "pAddress": "flare1lzlm7du0302tzckackznjjec9x7y29mkv7pz7e", + "cAddress": "0x344F9AdEE9cCf5c00FC75404C8538F6C4119AF6D", + "amount": "50450000000000n" + }, + { + "pAddress": "flare1kt9fay92z3k4aem5uc9lu7jg9ry3qaxj2t4h68", + "cAddress": "0x055Ec7ffe8Eabb0330d173e5020A00676B02E954", + "amount": "52000000000000n" + }, + { + "pAddress": "flare14xv7da0zkrs69sd0gc0c47xa5hky0nwaaf9m5l", + "cAddress": "0x1D98544438B0056EFfB4Bca5c3C08F688c537532", + "amount": "330160988000000n" + }, + { + "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", + "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1tksgx30df28dm6qyj7jgf203ftkyh03h4t9qj4", + "cAddress": "0xc394dFA78E3C6508e7f8c2edcFe9A62E8bd33e1f", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ezgu3ymygef5futc9e0e6jclefewwe3ezrrn2a", + "cAddress": "0xDc7Bd81fFC73227537DE2765c3a16C76144353E0", + "amount": "63000000000000n" + }, + { + "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", + "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", + "amount": "50000000000000n" + }, + { + "pAddress": "flare17sm67x24gkrzspuufuf9ydyw50u8ssv78a3wvp", + "cAddress": "0x1036d302D8D75dc61ddB39b4C2C27Fd7a18491Bf", + "amount": "126516188867000n" + }, + { + "pAddress": "flare1vu2rhq4rrzgurmuzr2dj5ysvkss5v68hzw9nqj", + "cAddress": "0x648537ecE8c8022208212a61Dc41441BD0DeA23F", + "amount": "78000280000000n" + }, + { + "pAddress": "flare1had76gzfnluqknhpjxet0cyegnpdua7m0984y9", + "cAddress": "0x7D8321c6F1020354a5D25cE327fc9237cdB807Ab", + "amount": "203217305165000n" + }, + { + "pAddress": "flare1jkwqu2uh7aaxxmrk4mzrhlsgc7gz6r9pm9zlvw", + "cAddress": "0x91edbB3dC6ccC671b809CD9025E7104081c17Ee5", + "amount": "900000984000000n" + }, + { + "pAddress": "flare1t3hverkrpwcm5cyevgk5p03fgsrz7q9sh2zv5h", + "cAddress": "0xA3a5929ed912b4B2DA00E751e3C18D3DD9B1e83b", + "amount": "309021036202000n" + }, + { + "pAddress": "flare1c4l57lthazd6s98zyt4eqj5z3vg2un6nhqvs78", + "cAddress": "0x22D53A060686afC232974Df4a7A55B28a1E64A67", + "amount": "70500000000000n" + }, + { + "pAddress": "flare16pdhh0kcjx8hfuh9ak5hg6s7v830ed9rlx5szz", + "cAddress": "0xcCa3319bD691f8ed61e828343EE5Fa25097B7bF8", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1letkttkll0r4vevk24puyvykzw6x6uyja3efmu", + "cAddress": "0x9cBCE6aafD4Bc47b6C50B1627B7FB3C46048Fc1d", + "amount": "65000000000000n" + }, + { + "pAddress": "flare1vpje8spxvndwxvtxej4l4cqn70h0s8cdkccvzs", + "cAddress": "0xC42928BE9CaF61Af153c018Db5846f633D7b3aaf", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1m6jjzxmqq855uhy0nrmvnvmjrqzxlrhy6uj4pa", + "cAddress": "0xfE8900918Bd3f2D316C360167AAa038bD0424623", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1a79vfdwqydztyf5v4p7u3yrzx2f44cjac43tff", + "cAddress": "0x7910B8E68AADECcD2CaCcA31c110Dbf1E37CAd3E", + "amount": "50035000000000n" + }, + { + "pAddress": "flare1433cfhqd5dvl3q0qta8xg7hhg24n8rt5npewu3", + "cAddress": "0xbC39Cf3572c077365423545A21e98e98c1DaeBE4", + "amount": "403498426887000n" + }, + { + "pAddress": "flare1xxslvuj89eap0f7ratav4a8g3h0skg02ddzu8a", + "cAddress": "0xB71af5B1AAee70d28A3fE2Fb151e6962Cf804058", + "amount": "166360000000000n" + }, + { + "pAddress": "flare1qych6nw63k5kqk7knzrlxj9lk3nw5yvp9z2kq5", + "cAddress": "0x07E811B03F67a3A6E20922B10300234f9393255E", + "amount": "120999995000000n" + }, + { + "pAddress": "flare1uz0spuwp75kxxhf54vdz70f23slz40cszhl6e3", + "cAddress": "0x24F3Fc4684786962Cd2Ef7F3e6c8D688545D4c38", + "amount": "286878967000000n" + }, + { + "pAddress": "flare1wexp2gnuauxyymzcpy3jw3srzz47tx4jwdmwpv", + "cAddress": "0x614B55670A8aaC6Ae178ee9d7c63c5A50a9dB2e7", + "amount": "68900996892000n" + }, + { + "pAddress": "flare1zdu3me55ew8775nrsg2exz46xhnh7mruzfct9p", + "cAddress": "0xb78Ad2F2DDE461e22C5be18815fa539AFbacf852", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1fe2qn4pfd3203dnm3kwlmlf8zucxq9hvmzu5u2", + "cAddress": "0x19C0043B488642940A60672FD06cCA241646ee90", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1ef4xtpp3sdggd8qgeqqas4tvxxfat3ryhvjwv2", + "cAddress": "0x3F80271fbef36a6939026A8D45b0a35B12F96332", + "amount": "2106000000000000n" + }, + { + "pAddress": "flare19v5pft0z20xtlpqrxevyhjztt6z4lnt9wss3sh", + "cAddress": "0x5004cafa0c0BFd632C530f328ab313678edb4843", + "amount": "1730987000000000n" + }, + { + "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", + "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", + "amount": "9000000000000000n" + }, + { + "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", + "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", + "amount": "266666000000000n" + }, + { + "pAddress": "flare1l89l3gj8drdhvxzrpx23qeclaqhfh7l33deutd", + "cAddress": "0x6438D36af8424Cb0d43C7F36B7Db687bBC4a979A", + "amount": "780334080231000n" + }, + { + "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", + "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1skz34q0d6ks0kuj32p57m6t9xda7rcq73gv3qx", + "cAddress": "0xade6B063077d7156bA541BBBbe015fdA01c7F0E8", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1wm00950k8cvavnpc340ep9tz8the0ycnf9ue07", + "cAddress": "0x6A7A7854B08F2BD692B954b31F56a2CbCC1aB490", + "amount": "125004000000000n" + }, + { + "pAddress": "flare1crjmff5jecezpdtdnrcr40q7lzjjv0w8ksntq2", + "cAddress": "0x4612d94d9e25733929B99ad72A807F76f94C88f7", + "amount": "94908972650000n" + }, + { + "pAddress": "flare1zdjeya789nhan9u4cvpx23cpdk24uxlzqsz2c4", + "cAddress": "0x28397b0fe4AB9bfF3AFe693cB309477FbE3521F2", + "amount": "52399992000000n" + }, + { + "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", + "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", + "amount": "50000000000000n" + }, + { + "pAddress": "flare16vv7xu6znyhgauy5rynwgcsftwr5lfgptnwsvj", + "cAddress": "0x6f20Ea19a7196Aa61110a523820716cB68FEe9c7", + "amount": "214374000000000n" + }, + { + "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", + "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", + "amount": "643382866391000n" + }, + { + "pAddress": "flare1q3mf2jlyp5ecnw59scdmwv775dmmtzjq5nje6f", + "cAddress": "0xB92B0092c51Cd380Fcc8806757897C31409E277c", + "amount": "51000000000000n" + }, + { + "pAddress": "flare1253t3ynpr8485fzcytxrfh347mrpzxn3dzggmn", + "cAddress": "0x87455Bf06558Bfc4B66A524e8a1Ab467685A3111", + "amount": "50900000000000n" + }, + { + "pAddress": "flare1p9ahm2ffkq7zhtrzkn8v4fl3nq68wu5n7fcl8s", + "cAddress": "0x0Ca1C17FF69Da7eBb882f674947e499E88D69A33", + "amount": "223227531156000n" + }, + { + "pAddress": "flare17l8gkyd6dtm2mnz4ncghcp7w2w0tfk5lqrmf59", + "cAddress": "0xD1cDE504575b913f49369bf39e438ADEdF681776", + "amount": "51796975000000n" + }, + { + "pAddress": "flare1txcrjkdvpz7xds5wp2n27fjfhlmklfel9gqd0v", + "cAddress": "0x07bD743C3066D84Fc6Bd607a54FfEf1f1064715D", + "amount": "60726975000000n" + }, + { + "pAddress": "flare109a6sa7xrl88vhcx7hncmwa2gxmlerhs2dmred", + "cAddress": "0xe6C477CD695873e7DC03714EaF8e22Bb99236BC3", + "amount": "400000000000000n" + }, + { + "pAddress": "flare1xg3gfjlsmzk0nrg3eh2tp3h08uzzd3tcjljsfn", + "cAddress": "0x6878e46cE307D0511FeA690551F98fE99A38715B", + "amount": "85225967000000n" + }, + { + "pAddress": "flare163vr29akw77sxpg5rxl54lygqvl5uutsga8y0l", + "cAddress": "0x9614256715b73b45F53E64e4aF67F19DfD9EC363", + "amount": "249994999000000n" + }, + { + "pAddress": "flare1l9jrvhxvz0csldgvku9uw9g9yjxppverngjqne", + "cAddress": "0x95A47A1b72890a9fb24f458B29661b654c74AA91", + "amount": "78930621494000n" + }, + { + "pAddress": "flare1rsudg250kfrxxdtd454h4dycl0csmd2u4jnqg7", + "cAddress": "0x41f6192cE7F2D0DF24a2804BB540f65310E195A8", + "amount": "53396140000000n" + }, + { + "pAddress": "flare1lghng3lzkxrrzeldhue04xj62xcce8rawn58jy", + "cAddress": "0x6b6361efe804dd0410444344a183f97F468FF5d5", + "amount": "52280000000000n" + }, + { + "pAddress": "flare1g4kpqzjsyumyxhgpj7dg370pkzuna94xxksa3v", + "cAddress": "0x58b4a746e35a1aEb79f6Dad067a23Fe3B15779F3", + "amount": "200000000000000n" + }, + { + "pAddress": "flare16uuf7tz3728nr9cv2f9rr48965a7pjls5msnln", + "cAddress": "0x16eaD0B207c1F86494035aacE17c1Aa1C8542EF6", + "amount": "1818847048288000n" + }, + { + "pAddress": "flare133e2md2ywma9s3lqmt38309fcjmc36veqxw4gq", + "cAddress": "0xDb5474366Fa763d44A00c2FA2a77E60A0Db2E13C", + "amount": "50000000000000n" + }, + { + "pAddress": "flare16svh8n7fzatgaxyytkkzlw2sd2k6z859gncf2m", + "cAddress": "0xA5B91E09189a8226E984759E6C6Ea01A930a0c8b", + "amount": "200039990000000n" + }, + { + "pAddress": "flare1wdasdn2uxywxhjcqlkcvdfk92ktdclpdy35zvf", + "cAddress": "0xE096022572f13Dd76Fb32e3307284F38a6ab0D42", + "amount": "52000000000000n" + }, + { + "pAddress": "flare1s303df3ytzka6r7ns83rrv2eutyagg36x0q24k", + "cAddress": "0xB70FE3AFc4d9c1E118db5BA8F341F6E51aB9F795", + "amount": "141047743688242n" + }, + { + "pAddress": "flare14lyyw7tramgdl444vaxm30ggf9ds7wntv3wuhl", + "cAddress": "0x6Bf7d8D3042C6591b3a03bd045b0ce6B0cDc14Ae", + "amount": "50000000000000n" + } + ], + "totalStakeAmount": "147339405695955498n", + "cChainAddress": "0xD49E9e23De39c3852c1980659D82D057e791F491" + }, + { + "nodeId": "NodeID-7vz3A92AkLi9YRYTauPgvkdiMmhnuDRzj", + "bondingAddress": "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j", + "selfBond": "11000000000000000n", + "ftsoAddress": "0x111246F191a2A20012723369d3CEc77777E774E9", + "stakeEnd": 1743498000, + "pChainAddress": [ + "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Flare.Space", + "BEB": "11000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "149278131044238395n", + "totalSelfBond": "11000000000000000n", + "delegators": [ + { + "pAddress": "flare1vxsy2wcatnsepxp05snzjrgzwsmmusetuf937c", + "cAddress": "0xff71960A8a2597fbD18F81A79D5171CBf27C5665", + "amount": "135000000000000000n" + }, + { + "pAddress": "flare1fek006lyzc8jddzp5ag9llzdrrmsjf7t5wwmkq", + "cAddress": "0x030708881062EA9DEc55F44E2203f0268526d14f", + "amount": "77074000000000n" + }, + { + "pAddress": "flare1wh3rh7qg22hemz6yjde6j9jfhaj948zqegh8az", + "cAddress": "0xB2145DA747954452FF580d92Ef421fc1643538C7", + "amount": "102500000000000n" + }, + { + "pAddress": "flare192vanv3n7ehcy7shhj692jrfujtaq8ng8vz7ul", + "cAddress": "0x6eb75fBe63Cd5A790E331c8F1a6450de3b86E848", + "amount": "13722982960000000n" + }, + { + "pAddress": "flare1ej02f65m34uastyly2dr3xd0xhshc6dph5kzxh", + "cAddress": "0x1E2Cd1f542c0099762cCe9FD905760D5a3993D35", + "amount": "175960000000000n" + }, + { + "pAddress": "flare102mdym69z3zy3g5zt7tk9aykzy88e9p8cp8ljk", + "cAddress": "0x55CE731C654161Cb1E7758E6a82f390dB9564282", + "amount": "50664185320169n" + }, + { + "pAddress": "flare1s0yghx4ukjxclm5uyn9m24nssramhrvmhry0jg", + "cAddress": "0xe4d9D0bE192f728E5a926D4e947e4c1A7E60B630", + "amount": "57097376140226n" + }, + { + "pAddress": "flare19yfgmf7vxgy4f07jjhyhstqx7l49hxk9zn5kle", + "cAddress": "0xfCaBa748fF1774ba65D4AC67e5f3A59d370e4304", + "amount": "91852522778000n" + } + ], + "totalStakeAmount": "160278131044238395n", + "cChainAddress": "0x9Fd5cccC7f75409F78f9FBb865C2bd14424D5486" + }, + { + "nodeId": "NodeID-CrsvTSFLB8G3ziPaVjgH1pj8NQxSZkECD", + "bondingAddress": "flare1ejn0t8mu5kpcj2cccduhxateg5mkd57pn63hz3", + "selfBond": "3500000000000000n", + "ftsoAddress": "0xdd33Ba13F32C90D678422251B52B005335fB7A4c", + "stakeEnd": 1741466814, + "pChainAddress": [ + "flare1ejn0t8mu5kpcj2cccduhxateg5mkd57pn63hz3" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Flare Beacon", + "BEB": "3500000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "28337526482649000n", + "totalSelfBond": "3500000000000000n", + "delegators": [ + { + "pAddress": "flare1gcv6mk38g84j080nzne0ux2z54arswxseuwsf8", + "cAddress": "0xaDfD39C8f7e950335728Bd348771D987FC3D90e5", + "amount": "100000000000000n" + }, + { + "pAddress": "flare15sdml9mjg3kw9c3h26h6mp5t2c6uhh8gw9mafy", + "cAddress": "0xA7847F8343a1f994BF7df86335640608a0deBBd6", + "amount": "27359348610000000n" + }, + { + "pAddress": "flare1025k8qq4vtaujsy78e2yvcg05k3k7kx478um9w", + "cAddress": "0x11D20c33cA3eb04BB41F337A58e77E32c1F07bf7", + "amount": "54652655000000n" + }, + { + "pAddress": "flare13vmmdu457s62clu5364007muqcfxfnlz77farg", + "cAddress": "0xfB09e9edaC2C63a247fEA97F78e20f20092da0c5", + "amount": "220000000000000n" + }, + { + "pAddress": "flare1r5rkwuguvhlwpxx43ey8mc7hl5menyjvxu52ax", + "cAddress": "0x9dea656af4979B64eD1902f3bde78dCd8Af79B77", + "amount": "50150000000000n" + }, + { + "pAddress": "flare1vl46anyauk6vxupncd2ju0v9vj5cnaxfn95hhn", + "cAddress": "0x1680D75B912C2A0442d7Ef703B3541a485C60237", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1keqvun0a7l3fun5rdakw5uplvwmla6znrr7kvf", + "cAddress": "0xdaB16B5ac953245dae6Efc4F4D666693CAa8fBF5", + "amount": "53375217649000n" + } + ], + "totalStakeAmount": "46837526482649000n", + "cChainAddress": "0x25daBfcb1a2560a8FC3e243Ef3C02608Ef2D0d8F" + }, + { + "nodeId": "NodeID-2a7BPY7UeJv2njMuyUHfBSTeQCYZj6bwV", + "bondingAddress": "flare1uz66xddzplexwfdsxrzxsnlwlucyfsuax00crd", + "selfBond": "13500000000000000n", + "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", + "stakeEnd": 1744279253, + "pChainAddress": [ + "flare1uz66xddzplexwfdsxrzxsnlwlucyfsuax00crd" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Oracle Daemon", + "BEB": "13500000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "171499999999999997n", + "totalSelfBond": "13500000000000000n", + "delegators": [ + { + "pAddress": "flare1u8ujmtvxxppswtnecrgtt2ycetrzx406vhharv", + "cAddress": "0x597d41d4C647DdB04a4Bfc1D0C16bf67125c4d86", + "amount": "1200000000000000n" + }, + { + "pAddress": "flare156a6m4m4j2lgvqkhdt9g722de40dczqm6tw7h9", + "cAddress": "0xb06535b7F56e18028EE22af0808aC5555b696aF3", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1lyxma7kzcmnmnvymaxk3cfezjneqag9r6zrv88", + "cAddress": "0xDd5199799484C80f828c176a667D6291089Eb7a6", + "amount": "120238980000000n" + }, + { + "pAddress": "flare1v9f2vppjqwwl9nxtlne727e0v6eaz5nkxz990p", + "cAddress": "0x3382646143eC122ee8f93aDf1520197B78F3F040", + "amount": "79989998649125n" + }, + { + "pAddress": "flare17d5v9ncm63rsvn0w6jtrnkczvzsnyl598lfwrf", + "cAddress": "0xB7D8dC528D9e653c5D356a1c182274Fc6f0a15dE", + "amount": "50210000000000n" + }, + { + "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", + "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", + "amount": "631999995000000n" + }, + { + "pAddress": "flare19kf34vl36d52q9jfn3wluka3yl83akvqansye4", + "cAddress": "0x98f3C440432F400730ccabfC9ce373D4b71b4d24", + "amount": "350000000000000n" + }, + { + "pAddress": "flare1euv3ug3wdunltskvx7mqtsmxktqvg00p6ysggz", + "cAddress": "0x757A460D53E28D0230C6e01FFfeb725B7f9230fC", + "amount": "81486996000000n" + }, + { + "pAddress": "flare12djnz40av0yvnzq2qenjnzwfra4n44j04g35vd", + "cAddress": "0xe333ACd3a3Aaec34704de3cE739301BA976ce930", + "amount": "93575430066019520n" + }, + { + "pAddress": "flare1kcczaw37jgfxnfe5krdh3ee0jkrpvzldw7339l", + "cAddress": "0xE5e8C9fB35ECF19D1d05854567A9043DfC8DAE40", + "amount": "1090189954000000n" + }, + { + "pAddress": "flare1q7xatnwfmwdjdcynl6za9lwrmej533u5pqpff9", + "cAddress": "0x891222fbAd4D61feDe268D71aC3259DD788b53b2", + "amount": "100000974000000n" + }, + { + "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", + "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1xaa4meculrgzj4ycx8swynlk8uw9v8wq9e2pcu", + "cAddress": "0xB3E7aCA73cfd0FD8Ef7AAe7C7a8C4686046d974f", + "amount": "50031315643374n" + }, + { + "pAddress": "flare16j96722a25jemjeyv7hptyp220cej6ddvsfw96", + "cAddress": "0x230BE90734f636670251A6fa7b949377E6164228", + "amount": "731919683000000n" + }, + { + "pAddress": "flare12j0zhymmdsydy258ku8vc5zlycu63evacm4mwk", + "cAddress": "0x3148dB2D64e894fedaE3eCe2f731Ea6280260148", + "amount": "350000000000000n" + }, + { + "pAddress": "flare1rgjlucg0t2d6zenf534sqna2cp6vzeuaq3wuhe", + "cAddress": "0x938D7B51738d681b928cA0faFBfEeDF02d6544bD", + "amount": "50000000000000n" + }, + { + "pAddress": "flare16xn9l0deqgzpyhqvpcmtemn364524hqawxgy6c", + "cAddress": "0xD99603E81f9903568851f2537397c59c58cE1962", + "amount": "20131309990000000n" + }, + { + "pAddress": "flare1x0tycdzznpaqxrddggar75jzmx9v3mxhjkznpm", + "cAddress": "0x316992e537F6a60914e2832B046690472B8224E0", + "amount": "100104472000000n" + }, + { + "pAddress": "flare13d4y4y3qlkcc69ay8agl4p537z4txh44typgx4", + "cAddress": "0xafc75aef3bb2afD72BD99910bB63F3877D8cCeBC", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1e2m2zrmjje43hk6fjtdftq6k3mhngkqfp4zgkd", + "cAddress": "0x90FDCD443f7323220C6FA9DA95dabE533AEd312D", + "amount": "764030290816000n" + }, + { + "pAddress": "flare1net6ktpw5uz6fyvzhnxtum9eg0374sacku78d8", + "cAddress": "0x0Ff0d4a82012f588537bF1f9e86d1De6b776cBd6", + "amount": "57497092223000n" + }, + { + "pAddress": "flare1rt3xwxz3sae0ahsvx5zfkphe0ns85luqrgdu3p", + "cAddress": "0x1eEB33F734caF7b8c823760825baE2fb3ACD0994", + "amount": "50001997000000n" + }, + { + "pAddress": "flare1t5mcsey2yp7qktr72d6klv337j57eevhhulxv3", + "cAddress": "0x3fF764A376A099111BD8c6ECA24AfEd5Ee54eF84", + "amount": "600000000000000n" + }, + { + "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", + "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", + "amount": "204004728707000n" + }, + { + "pAddress": "flare1vy5k8vrjp6n32407av4l07lpxw3e2hqwg45kep", + "cAddress": "0x08aC21619ce9C924ad644d1ED02dB52260127593", + "amount": "189000017000000n" + }, + { + "pAddress": "flare16kwvlq9mcpmyrpegamzrjhkyggcqwswptcsvrq", + "cAddress": "0x8D1BF8D8BAb0668a18d9D53957c0a59F44F9047B", + "amount": "57731965502000n" + }, + { + "pAddress": "flare15egh8p09j9z9kmxmc0sdmndz8d668e0qshzaae", + "cAddress": "0x9dD084FA1486109Dcf76Dff15b25c1988464A0b0", + "amount": "3721939977000000n" + }, + { + "pAddress": "flare1mhpzjv5kq970q650j8vu3tg4xurq7efwja3ey4", + "cAddress": "0x75a0f46BB5235b96dc3ABC8Df54a34acbb63dC41", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", + "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", + "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", + "amount": "367944437764804n" + }, + { + "pAddress": "flare1k6tn84zrhct37srflej0vnt9m3d9c2hg4n02qe", + "cAddress": "0xc39dc41Db0D63Dd065b9aEC4aDDc7BD2911ab352", + "amount": "685371781517000n" + }, + { + "pAddress": "flare1ma64sfgpmtc5eep8vh7ez7v36qwmunjs8ten7k", + "cAddress": "0x65948797ce784D29D3a23061B0A1734220E45bF3", + "amount": "368000000000000n" + }, + { + "pAddress": "flare1rwknyyq7aa8w84mmw5yag6mqsf8w0f457zjjm8", + "cAddress": "0x3875FBCC5178c4fe74b1C4C4e639e312f50b5A1B", + "amount": "38656390000000000n" + }, + { + "pAddress": "flare1name7sa9uw4uj7w8ge6ufaxv5f9cn5nchnfxrm", + "cAddress": "0x65df373e0AbB48b5661669582C6B67d333Ea87DF", + "amount": "51000000000000n" + }, + { + "pAddress": "flare1gent5ln4jkfxrzuyjfan0apdcfj2kvcv77kyfm", + "cAddress": "0x85Fbc8d57D099923B1378402a91608Cca1e53F1e", + "amount": "60389998000000n" + }, + { + "pAddress": "flare1ckd600l7qeswr6qqws5k5vemz5ankvh8e6hxsl", + "cAddress": "0xE546B0a6F93B8FaF929016b798C41AaB4EF9bC4b", + "amount": "300000000000000n" + }, + { + "pAddress": "flare17acw658rjp3kcx4ra5g8qzh8j7cqk6l8vpnhfy", + "cAddress": "0x617D1eba48b184E7194938B41230e89a4DfB1e1B", + "amount": "561499993000000n" + }, + { + "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", + "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", + "amount": "364404985000000n" + }, + { + "pAddress": "flare1kqe3lvwp8jppr2wssfktdvmc9upr7huuvhy7g2", + "cAddress": "0x5e6AE5b0f6839f50bCCe47768d5EB70a7c9c0cf2", + "amount": "81925013267000n" + }, + { + "pAddress": "flare1am4wcytt6z83yz6a9k40s44qy32yee8q8nh5hl", + "cAddress": "0xF0FBaba99119bdE6646b480767AFE164731051b2", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ck8z3qp0n2ecfu2dcch6dxllg35wj3u3u94nn5", + "cAddress": "0xbf7E8F8660A3319cC8D834e67D6fe0ACf348684d", + "amount": "85916444476000n" + }, + { + "pAddress": "flare1fe0tmhehakjr0uhjyua3jd0rr0mnrzaul88d9f", + "cAddress": "0x469F5C21A27e80aFeDE7806cCFd9B508E4Ef4455", + "amount": "204261588540000n" + }, + { + "pAddress": "flare16x427jfysgg6ch03szulkypnxppv5ae2x5d77q", + "cAddress": "0x3BC5b15de5a2F24EFd4B72A3adF8fd9827F3952c", + "amount": "75900000000000n" + }, + { + "pAddress": "flare14xaxl35nqdrfz3gu3km6ze4jhmqkv623vuyn72", + "cAddress": "0x49d2Bff246ede47435ced3F8A4b18BBD6f25D57C", + "amount": "500005000000000n" + }, + { + "pAddress": "flare1469yetxk0cxt34kvt9z9wfse8r9m6knjeqnfv7", + "cAddress": "0x493a30766b7E9733e4060C7192a820f5E386029C", + "amount": "160000000000000n" + }, + { + "pAddress": "flare1thrv5jn50yccl29tzpwlreha95z8udc6gud580", + "cAddress": "0xEB26dD0d4e25509851096BB9d55892681917a3bB", + "amount": "439829428862250n" + }, + { + "pAddress": "flare1jw4aalnm8hz5a7p0ry767844c2820p77pryr5v", + "cAddress": "0x7e4136EEDb698055F1E1Cab189Bddb563D0fB875", + "amount": "147589998572690n" + }, + { + "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", + "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", + "amount": "600000000000000n" + }, + { + "pAddress": "flare1xtaqpku6x798dyhvl3smlu49nrlzuc2z9lx8yl", + "cAddress": "0x67316D58B6948d033aFE07293d13D709C2767c45", + "amount": "200000905672000n" + }, + { + "pAddress": "flare1av33rfqzxxht2n0k6sqnjr06x3zp4ps2gtz9ld", + "cAddress": "0xBbE0798c1E4A77d2Ac2beD11DA560365b2C4c6ec", + "amount": "174410000000000n" + }, + { + "pAddress": "flare1ehvh6fh8ggvgj60rrxflquwqmgr8hspzhargwn", + "cAddress": "0x64d5eAFF20b42D6f8FB82A98E67C16E44E033EFD", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", + "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", + "amount": "2378041932768234n" + } + ], + "totalStakeAmount": "199999999999999997n", + "cChainAddress": "0xaDEDCd23941E479b4736B38e271Eb926596BBe3d" + }, + { + "nodeId": "NodeID-9jaZDNBCn4AwMzRqFBhxfem2ZZtiArRm2", + "bondingAddress": "flare1lrpxldsg9zf5yep0as934azpynfcw8d4q8patj", + "selfBond": "3250000000000000n", + "ftsoAddress": "0x670a7Fd22cAa9C2Fb5B798078d084B29AB4bC63C", + "stakeEnd": 1741874405, + "pChainAddress": [ + "flare1lrpxldsg9zf5yep0as934azpynfcw8d4q8patj" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Burst FTSO", + "BEB": "3250000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "29729550911414073n", + "totalSelfBond": "3250000000000000n", + "delegators": [ + { + "pAddress": "flare1w8wp57dwuuv79yllfjp3l84ry2hw4kzklc4x2c", + "cAddress": "0xd010e5FDBb3240AE917EacFa84CD4Eb1F03FDca1", + "amount": "226000000000000n" + }, + { + "pAddress": "flare1xxta9ws430f0ae9ryp5dldtq2yktw9k9jkrlcy", + "cAddress": "0x23ED49F7ecD7099E8688c5D4B2f4111Edf8468Dd", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1e0732phzuc772lauqd6rm96g8ldxh37fqp8v3c", + "cAddress": "0x1D40eae4067B61e013Fa62A5FA5f2Fb1056B351c", + "amount": "263126000000000n" + }, + { + "pAddress": "flare1cmsyvmf65x96fta5y5y8wv5ckyldnp26d8vjqu", + "cAddress": "0xdc3Fd7d96F2fA4A1D0aAF1Ecf5b6d2091998f159", + "amount": "55999998000000n" + }, + { + "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", + "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", + "amount": "611262000000000n" + }, + { + "pAddress": "flare1kv9v54lu8ud6u8p6zhs4rjearau2ggwxg25r2j", + "cAddress": "0x2fBACbA8d5518b71c46ab0700Dd5d0a8E6540e5c", + "amount": "750000000000000n" + }, + { + "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", + "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", + "amount": "185000000000000n" + }, + { + "pAddress": "flare1asv4ajkqkn94p5dy4u2druunk478x9l52s9u68", + "cAddress": "0x0EBfa86Ca6E7E65e946c50E7cd36213037404Af9", + "amount": "18470115730000000n" + }, + { + "pAddress": "flare1y6shyzgt73trwr8m45dw347kl0ae656k2em7g5", + "cAddress": "0xf2064e64765DdBbe5978CdBA8f1169c387468620", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", + "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", + "amount": "189077584000000n" + }, + { + "pAddress": "flare1zdmjffhjn29awm463cs9k6rsxalumr3usqmja3", + "cAddress": "0x9440AE12F4d804A2d2E9ddbC79Ba2CF096779181", + "amount": "750000000000000n" + }, + { + "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", + "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", + "amount": "1032599995000000n" + }, + { + "pAddress": "flare15l8pyt5kw0vjg0lpkhpwwd9mmr2d3u5dree0vw", + "cAddress": "0x37DDD9686932D5D36D572354bBb63A1b66C6FBFf", + "amount": "162591542156073n" + }, + { + "pAddress": "flare1jyad8jcytmd82q2jx7fqdeuv689j9jz6w0mlly", + "cAddress": "0x4c83A74E1076ced299D2D2D2B379b96a79FB630A", + "amount": "2000000000000000n" + }, + { + "pAddress": "flare1rzs3q920n3vmaxuphp9vmswkw9l8chedn9qhvt", + "cAddress": "0x26ce2168fc17001E5e9Be5e84BF8Ee0A87E195Bb", + "amount": "2071811514800000n" + }, + { + "pAddress": "flare1ynpmcplp2srs337jsw0ddlvf78a3drzd9as2df", + "cAddress": "0xC9C795F82Ae54523cE4eF2e95e97B765bd6a1759", + "amount": "52300000000000n" + }, + { + "pAddress": "flare1c3j4zexzjk0xqf8ngsvtcxyc5zautvw03tx3tc", + "cAddress": "0xFE00394AeA2f8Ed73DE2dd594a032e5Ba4492209", + "amount": "231699998000000n" + }, + { + "pAddress": "flare1v3azdvh9eryjkj6xj8c7mkf8wxx59gsyusf2pd", + "cAddress": "0xFb9c8d1336a9cbE9F97E1c649eC8338Dbe5797D0", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", + "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", + "amount": "180662600000000n" + }, + { + "pAddress": "flare1j5q6eq6pr38c5er4m824yxfcxh25q7jraszhlm", + "cAddress": "0x0deb598308c82E3b79888f6312C4B8fE05928C04", + "amount": "1952896405918000n" + }, + { + "pAddress": "flare159cu5dquavjts20634h26a2cfhmujzjtnxywrh", + "cAddress": "0x4eB96d90b04d38C44c8df5Ab049209FAA9CbeD09", + "amount": "144407543540000n" + } + ], + "totalStakeAmount": "47979550911414073n", + "cChainAddress": "0x3D1d7F2E99E669BC6E2823F2bD57C811dbFDBfC1" + }, + { + "nodeId": "NodeID-J9JZSkVJWCUYZ43n36q4fCixu7Tj4QR1P", + "bondingAddress": "flare19jsd4uuq8r74qpyyddf2veadymlmv8mgs2j9qd", + "selfBond": "4750000000000000n", + "ftsoAddress": "0x58048528D3d3aea14Ec95eb5e98b18dE51780e27", + "stakeEnd": 1744520400, + "pChainAddress": [ + "flare19jsd4uuq8r74qpyyddf2veadymlmv8mgs2j9qd" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "FlareFTSO", + "BEB": "4750000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "50918292176691439n", + "totalSelfBond": "4750000000000000n", + "delegators": [ + { + "pAddress": "flare1tkutjq0sn0yrqjpvfqxq3fznr7cm7kwthlrv7e", + "cAddress": "0xBeF030F26b1D0e6D32c5e42E6616a2b9bd409885", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1wrz27n0jsprg6w7laal7me8w27qmpdwrvp6e2r", + "cAddress": "0x3cb7ACC13cCc821A7D03d830F86365d923E6b29B", + "amount": "2109390000000000n" + }, + { + "pAddress": "flare1p5rf43etv8xhznme4pkx404ugkta6kcaay0agn", + "cAddress": "0xbdF6A7c644aBC3cC0a3670229473C215b9EFFCC6", + "amount": "281432835229867n" + }, + { + "pAddress": "flare170st6nazvuc6s9y6tm06mvlcu4xd5jz2qer3ry", + "cAddress": "0xeb3cb7473156F9eD3d9A6Ab1a6020dC772E1575C", + "amount": "121858377867000n" + }, + { + "pAddress": "flare19wjqa2mmwgz896e93gdwx9y9fx7vuuqt2fsez5", + "cAddress": "0x57253A81FA56526e2b8877bd1df3094A5372680A", + "amount": "34575220531650572n" + }, + { + "pAddress": "flare14cyrctgqy5jjjjzrsgcqapnjt5t0yencpl90gr", + "cAddress": "0x4CBC289fb8946D1684709113416Ccb26623Cf470", + "amount": "13290512370000000n" + }, + { + "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", + "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", + "amount": "222392287122000n" + }, + { + "pAddress": "flare1gwx3xvuvnjvstxsfxjeqfq9mh5sz587vjxldgv", + "cAddress": "0x8ec0eCca951F4Cf3E4c976adD533Eb1100b50dA5", + "amount": "117352525822000n" + }, + { + "pAddress": "flare1ru5sdty7jztxfzvq440vknzxh6xsneaev24mv6", + "cAddress": "0x05dd03DB066C4109112a5715b539dcc0500d74C0", + "amount": "99999997000000n" + }, + { + "pAddress": "flare1ag5mfdktcfrgax6l9lx0drkasa9gs47m3fx2xh", + "cAddress": "0x5482c9697f716E5eABbd3bF49c28f23C9e63AC37", + "amount": "50133252000000n" + } + ], + "totalStakeAmount": "70668292176691439n", + "cChainAddress": "0x9C1d660Ee6F1b6f0773163126A04cA53CD6635C5" + }, + { + "nodeId": "NodeID-3qpQ3cVcU8UxvmCtkwGV4ZB3RYcKoDBRn", + "bondingAddress": "flare1e9ahmxyn6dsurf3f03dggxsygjr05cg5up42jd", + "selfBond": "14000000000000000n", + "ftsoAddress": "0xCaA49C97318b6Bb62b7F9241891D70F87FC05D35", + "stakeEnd": 1743992138, + "pChainAddress": [ + "flare1e9ahmxyn6dsurf3f03dggxsygjr05cg5up42jd" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "DataVector", + "BEB": "14000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "185999999945417803n", + "totalSelfBond": "14000000000000000n", + "delegators": [ + { + "pAddress": "flare1vwseeyqeagkh66r58vvjl7fgd2hk8fxe0vst2u", + "cAddress": "0xbBAF5DC49289966E81DB4032c2Fd7d600edeDEAD", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1f9etvryqwamcyhtr2hmqc8y5ntrdhauu0rwlzx", + "cAddress": "0xbF6A058994b821e9bC332F2A85e7CacacE88DaE5", + "amount": "80274493778996n" + }, + { + "pAddress": "flare176nyuw252zyw7jjvugv6xr85k62p5u8fyhfuqs", + "cAddress": "0x6ec0F21bCde2076a46c3baC800c3204eC54309Da", + "amount": "74459314124935n" + }, + { + "pAddress": "flare16svh8n7fzatgaxyytkkzlw2sd2k6z859gncf2m", + "cAddress": "0xA5B91E09189a8226E984759E6C6Ea01A930a0c8b", + "amount": "150000999000000n" + }, + { + "pAddress": "flare1nh2d4qxapd9982vv6vh6xwuydrz2r34zj02znd", + "cAddress": "0x2365AEE6c826a4e3C6244c237315Ac5d5e475171", + "amount": "886686106225000n" + }, + { + "pAddress": "flare1fh89zpea5en3velkshxx2yj0q6cmz4rlclzaft", + "cAddress": "0x0F6cDf2e6cD544425c9ac46410F5134E436Fc261", + "amount": "80000000000000n" + }, + { + "pAddress": "flare13qtxh6hf9jacelq4z3kdyl6pe53h8vvgadeyay", + "cAddress": "0x6E737C17a50911d2956F2587c4FEa20f440bF97c", + "amount": "359810847281047n" + }, + { + "pAddress": "flare1puhax0v92nerwrhm9upkmgr0v5mdtxk7e3e6a9", + "cAddress": "0xdcfB1c9F1BAc1b8e117d6E09E71963C9a8B99174", + "amount": "450001000000000n" + }, + { + "pAddress": "flare13797c7az6wflphqng087eavf3j69f67wusaxa0", + "cAddress": "0x69542fA33270A78e24c4C99660b2CdaC19Ea5705", + "amount": "7165044143758000n" + }, + { + "pAddress": "flare1kv9v54lu8ud6u8p6zhs4rjearau2ggwxg25r2j", + "cAddress": "0x2fBACbA8d5518b71c46ab0700Dd5d0a8E6540e5c", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1y6shyzgt73trwr8m45dw347kl0ae656k2em7g5", + "cAddress": "0xf2064e64765DdBbe5978CdBA8f1169c387468620", + "amount": "850000000000000n" + }, + { + "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", + "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", + "amount": "930000000000000n" + }, + { + "pAddress": "flare1f4s7kr7h5mea928xsrv34d3plt6zpz3ecjagxr", + "cAddress": "0x07aF3e9A498e42Bc8c58Fd4D4e1304A9F34c6D5f", + "amount": "705464978000000n" + }, + { + "pAddress": "flare1s8u48ej9p44ms57wtkramjwqtdfusw484kuhew", + "cAddress": "0xe87C2d0ACcA05411f03437fbB9F7ec11C9175575", + "amount": "52510000000000n" + }, + { + "pAddress": "flare1pcd2029twu4uapjyj6ysmu40arday2yzz6lesh", + "cAddress": "0xBE4d53DF9960CA62667083c14010f1BC5a3fC396", + "amount": "100000000000000n" + }, + { + "pAddress": "flare18usqymv2emzx3wzzdrc7ju460278qp4a8cedga", + "cAddress": "0xeD1047c9c45fCB7Ffa97de979A4f2cE85C29b343", + "amount": "50039999000000n" + }, + { + "pAddress": "flare1zpp22caxwwgmkl3red2387xdu4zwtae6pwc3ct", + "cAddress": "0xf565c7F45BAed4e613cCF1f5c96a0A9ffA9B8ADd", + "amount": "260339479596712n" + }, + { + "pAddress": "flare1yqd9edq3t9qrk9js5536sn2r8p3wuh9587fe7w", + "cAddress": "0x32e5da5D721D2A45822d53827610eE1Ac15B9ec4", + "amount": "50754433038000n" + }, + { + "pAddress": "flare1glag5y4rycvuxj8kyxcm7cwrwynrk2vdekw5a3", + "cAddress": "0xBF95028ab6BDADC4cCF0EB1ac592Aa52349cB232", + "amount": "840000000000000n" + }, + { + "pAddress": "flare1d45n38vhkr5vetpscq7el6k64g2r95k57e5med", + "cAddress": "0x181f6F4F1656B1cD7dB8d73af17E94f6d61F4a36", + "amount": "55897781631000n" + }, + { + "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", + "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", + "amount": "804098925850385n" + }, + { + "pAddress": "flare12n7s0e8sgs5h8x7fmaptc5ml4r30fqgh8eh6te", + "cAddress": "0xadeB4415bf773da39e05b47edDe32943201bC5B3", + "amount": "89859264027000n" + }, + { + "pAddress": "flare1zdmjffhjn29awm463cs9k6rsxalumr3usqmja3", + "cAddress": "0x9440AE12F4d804A2d2E9ddbC79Ba2CF096779181", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1xwzcdt9qu939ge7n5qkt70zegpm447vp7ppfva", + "cAddress": "0x217F7139bb2ED365E8B7eAD262dd985d09b9f66C", + "amount": "880246068151000n" + }, + { + "pAddress": "flare1stkjf7mtmqdt0hk2a56sz5swn4hqse4lhzhdj5", + "cAddress": "0xABe0Faf2EB82a9cFc01633F4178A056Ae5C29067", + "amount": "160000000000000000n" + }, + { + "pAddress": "flare1sewadlyzg2drw8wdfmgssuy6cgcx4frwf8ucdj", + "cAddress": "0x7c7b33cC7A1FE5F622eA74b667503AC4fa1CDA4c", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare1uzu6fppvdzcx2hgdllrdjs4kar3tfk4s6t9gn6", + "cAddress": "0x151E80Ed218E09De16E8bCc3dC88Af482a527e97", + "amount": "591870315666330n" + }, + { + "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", + "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", + "amount": "800000000000000n" + }, + { + "pAddress": "flare1sru0p28uevaww0p0z2q908hgzvvy73nx6p9p5k", + "cAddress": "0x53dc8744DDd13536DFB450f1245f79B6E922310D", + "amount": "162094000000000n" + }, + { + "pAddress": "flare1wngknrcvldqmxngp5q5pg7r2y49uener6jje2v", + "cAddress": "0x3e2F2d4C1d94FD379001dFf184C2145DD00B3072", + "amount": "690202000000000n" + }, + { + "pAddress": "flare1h92jsdzfx7y9ylmfgjznlt47pvyssreqsgyqyc", + "cAddress": "0xea0486440F03dD92cc7354a90e1C18d71E397DB4", + "amount": "138418000000000n" + }, + { + "pAddress": "flare1nu4upte7c6ka9hpq372jetx9hfws3g8addv30n", + "cAddress": "0x2b00B2fac5EFcDdb4477264bD62f9E88FFFC3fBB", + "amount": "51334000000000n" + }, + { + "pAddress": "flare15knd97lmyzl75ds0dkmcd6fpmvh5v32runcpln", + "cAddress": "0xB8258E4245f44033Bb98Ee5f5c071f6817536f4a", + "amount": "2620881916818000n" + }, + { + "pAddress": "flare1djuen9j7f2lv37y8gl0m76f329myyh5vy6fky2", + "cAddress": "0x3B258675928438aF3320d5B75e887566788379C4", + "amount": "849895444232000n" + }, + { + "pAddress": "flare1q03ztypwht45cjlv3l4k3avc2v9prjw25p6pxw", + "cAddress": "0x977c62a6418aB80f26E5688a75Bf9355956F649C", + "amount": "150440000000000n" + }, + { + "pAddress": "flare1wq06u2y95rcquazyhle3myzl88hpkr5mhm63ml", + "cAddress": "0x2894E48528C3D968eaFC406C713d2c183F686736", + "amount": "1185500000000000n" + }, + { + "pAddress": "flare1lnumtjg8spxjczrfct5q0fe8hg0jpdryv5d6mx", + "cAddress": "0xb9d9Ac8a02fEed905d526dC3a70dc7539A4ee6C2", + "amount": "50278000000000n" + }, + { + "pAddress": "flare1ascezmxu33twsh53spwg4purvqlmp0e2wzetp8", + "cAddress": "0xD6ed3a61908B3249FdE2e85f25D21aE86571ea3C", + "amount": "55250000000000n" + }, + { + "pAddress": "flare184u7m7skht2t293ddss7ertwgngy4xfh6dc66k", + "cAddress": "0xb93E7Ad18E00C19aCc7f8D7287f391E1Cf9d4D4a", + "amount": "50139000000000n" + }, + { + "pAddress": "flare1crfwmvtnw5h30ky5jhgkxmtfrphfz6z9wlxgr4", + "cAddress": "0x3333B449C51a105D40c396dEAa440d1795Ca0605", + "amount": "430700000000000n" + }, + { + "pAddress": "flare1n5z6n8cldzwk3uvfkekmfqqmkns87ek4j2rwt0", + "cAddress": "0xd8a5B1B433cc4E2853A193B739122eF44CC335cE", + "amount": "153338539239398n" + }, + { + "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", + "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1ultt4lvhmmwaxgkg6nksjw58kwglmc6qtrw007", + "cAddress": "0xa8A2dFB9048bfE731F539C2BD42F6A5CfC11ec64", + "amount": "70835996000000n" + }, + { + "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", + "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", + "amount": "930000000000000n" + }, + { + "pAddress": "flare1gwjzy44ukunfdzs27duy30a5nmtaszzy4nlmhf", + "cAddress": "0x0968438CE241Eb2631EC8a7fC72DD4040A80C750", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", + "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", + "amount": "303334900000000n" + } + ], + "totalStakeAmount": "199999999945417803n", + "cChainAddress": "0x714783a6e709b878F9181CE43222683Fd32EacCd" + }, + { + "nodeId": "NodeID-MN7sJduRdGUs3aWyYUmym2CFVsptzgKcJ", + "bondingAddress": "flare1hs5xs2dgpnw29weylxqkhdnzuc0lzt8n63cc4q", + "selfBond": "14000000000000000n", + "ftsoAddress": "0x3D2c08eD9B2333cbce2b8A219e02F4Aa31ebcCd3", + "stakeEnd": 1744722937, + "pChainAddress": [ + "flare1hs5xs2dgpnw29weylxqkhdnzuc0lzt8n63cc4q" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "FTSO Plus", + "BEB": "14000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "169635465374398591n", + "totalSelfBond": "14000000000000000n", + "delegators": [ + { + "pAddress": "flare166qu6093h0tyuxcpqgyzu2uwn8w2400nrju4le", + "cAddress": "0xc9F314887750169424bd78770ccfd5AAC87A4b5F", + "amount": "124000100000000000n" + }, + { + "pAddress": "flare1v3klq5h3r3lng0udxfcuw8lcjmrtpwlgmetyvv", + "cAddress": "0xc506a2E354BC10649907a2086dAE2BEED3E760fE", + "amount": "20000000000000000n" + }, + { + "pAddress": "flare197jc7dl3vzjn502fuytzfvmlnpre770nkxxa50", + "cAddress": "0xE55E6828cbc397F2f271c2fC27055Dc7D8fB8AdD", + "amount": "1876351000000000n" + }, + { + "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", + "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", + "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", + "amount": "133000000000000n" + }, + { + "pAddress": "flare189ee28cupxqu3plvl6nmp7jwt30vgauhzdmrhl", + "cAddress": "0x81AB270076fcc4d0835d858D5Ac5B2791FF05F55", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", + "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", + "amount": "176346000000000n" + }, + { + "pAddress": "flare1fek006lyzc8jddzp5ag9llzdrrmsjf7t5wwmkq", + "cAddress": "0x030708881062EA9DEc55F44E2203f0268526d14f", + "amount": "70000000000000n" + }, + { + "pAddress": "flare1yhgaggk09d95mrjy9jzznwpjfvm83unyjczdh0", + "cAddress": "0x13d62C679eF73b840F094aa47625104c30DfEB19", + "amount": "58653284043503n" + }, + { + "pAddress": "flare1mmgfahhn5t2nf00q67y9zl9qelu0mmhmphnq85", + "cAddress": "0xFd890CE5Bc97B0141b2E9F9D52833A3DCF34cD58", + "amount": "58300000000000n" + }, + { + "pAddress": "flare1822ru0tfvxqcdfqhj3w7trfqcpvagtsdp0attr", + "cAddress": "0x1Dab7c094f4Ae8d66E158381E6F2a6503202D3C4", + "amount": "64803993000000n" + }, + { + "pAddress": "flare1djtyetkmevnl8mkew0vy2evphmw69trlwvln7l", + "cAddress": "0xDB834A0EF529d255bd73696b8c75E51c636Af2dB", + "amount": "666877982000000n" + }, + { + "pAddress": "flare15ac6hxhr9y2c294akkknan7utcqm6rlhly8q05", + "cAddress": "0x4E4F7ddF982885FF4C5786f762F8e7b5dffDFA11", + "amount": "175000000000000n" + }, + { + "pAddress": "flare1vzjt2wqhhjffjxqrrdp9px942g3x75jgmsa0gx", + "cAddress": "0x8Ff00392865c86F6b89B9737DD40134C7C61CD92", + "amount": "100000000000000n" + }, + { + "pAddress": "flare12pe3vf3c8mafzt356p8r332fhsg70h9u9z2p3q", + "cAddress": "0x058fcDFb70db04AfbDA6E89A5aBC8edDC1B67964", + "amount": "100000000000000n" + }, + { + "pAddress": "flare15khhpwux648x9f6rkg8hnxsqlq2frwpug0h9kw", + "cAddress": "0x611C2d756f66b0Cd5b8CfE8B4CB13b8Bfeb5f94B", + "amount": "50000000000000n" + }, + { + "pAddress": "flare10fvfe9ct90rzvjclnn676p5daxc7q4edw698xw", + "cAddress": "0x661819452BBdF83F3a236B23e4D3daaD0D38975F", + "amount": "270180000000000n" + }, + { + "pAddress": "flare13290levf6qj0kfm7znjaryt7q97yt9rxkdxnf0", + "cAddress": "0x2b959D1DEEa93ee44111a276EF83F7B3A2Ed6ef7", + "amount": "398982000000000n" + }, + { + "pAddress": "flare1jpkyayksdkps3nx8kvcq3478fjxgxlu786mw89", + "cAddress": "0xe316081D28336E9806eC36056285CD1Fc839b8E9", + "amount": "403555000000000n" + }, + { + "pAddress": "flare1nu4upte7c6ka9hpq372jetx9hfws3g8addv30n", + "cAddress": "0x2b00B2fac5EFcDdb4477264bD62f9E88FFFC3fBB", + "amount": "50000000000000n" + }, + { + "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", + "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", + "amount": "15222137795355088n" + }, + { + "pAddress": "flare1wq9lawvhjn9cqlqfnqdgh3x6uxq7jx8nx5ucac", + "cAddress": "0xbf9307c2b1C4bc25e3349449C5498187587F1bC9", + "amount": "50000000000000n" + }, + { + "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", + "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", + "amount": "5402561320000000n" + }, + { + "pAddress": "flare1j2026ey2g9zd4etqxwhdlkffru4t4jj9mf62kc", + "cAddress": "0x995E33a17CB1E91e180E5Bbc56F448e5437A58b8", + "amount": "158617000000000n" + } + ], + "totalStakeAmount": "198635465374398591n", + "cChainAddress": "0x4db34eC67d015Fa0cDA7966eccaBcC168B107682" + }, + { + "nodeId": "NodeID-NV7ZpcJvqzmvvT4PaeHWbTELWKFT2Jqxw", + "bondingAddress": "flare1j7d03n445syract4hkyjcfccvk7w2y32uv63t3", + "selfBond": "2536700000000000n", + "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", + "stakeEnd": 1752589800, + "pChainAddress": [ + "flare1j7d03n445syract4hkyjcfccvk7w2y32uv63t3" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "sToadz FTSO", + "BEB": "2536700000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "24971371981000000n", + "totalSelfBond": "2536700000000000n", + "delegators": [ + { + "pAddress": "flare1hyp6fdrupturp4xa7kmpr00xpgukxvq9kapr2x", + "cAddress": "0x3B635ea2d4eb3E4BA0fA2EDbB268d66b1c32Af65", + "amount": "151000000000000n" + }, + { + "pAddress": "flare19wsc3dnvswekux0qudccm32l7tn68guqrhq8dv", + "cAddress": "0x6031b4C5ACCfEE45866d3F80397A7391de82f0Bd", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", + "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", + "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", + "amount": "133000000000000n" + }, + { + "pAddress": "flare149dkt3ahkxnehvvhg9ktd55222vljdtuk0rhyw", + "cAddress": "0xA08E3D5eAeE38f4afEF12c41eC8616EAE2FEB223", + "amount": "64775000000000n" + }, + { + "pAddress": "flare1tr977ve40n7l6wdg4mqpmkzhcv29artac8gv37", + "cAddress": "0x956F2451862CA006ddD619C9D8B7FD616B34c0FC", + "amount": "411070000000000n" + }, + { + "pAddress": "flare1vfl7qxxuwv0jakpgfv6v8neygr5s2xkwm9d50u", + "cAddress": "0x10ba287FfF2250c95e0Bc39EE27fC30F14EAe2b1", + "amount": "63245000000000n" + }, + { + "pAddress": "flare1mgcv4cf4hwm27ux9wx6z7kjg88d4adqdgthp68", + "cAddress": "0xf50E0EA0Efe44c4562eE30e82f409eaDF26AeDcf", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", + "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1xqtl54us2r6njys4tgjstd07q7vt3f04dt0e7g", + "cAddress": "0x2039F4dEc5EA45B3298D137ECB6bb7EAEA9ca03c", + "amount": "1848280981000000n" + }, + { + "pAddress": "flare1rvwjktu56x5wpgn7u97d8hhdd90da0ey4q86hh", + "cAddress": "0x8D77124459B882afa733cfB2530F8f281B502772", + "amount": "22000001000000000n" + } + ], + "totalStakeAmount": "27508071981000000n", + "cChainAddress": "0x263A185d15EBd164922278E0241f6355160c0239" + }, + { + "nodeId": "NodeID-CtSfUZd8nvr4RDaQnKRiP9cae15Nrb1bX", + "bondingAddress": "flare1njkr3hlgge6wswrcsle2qpn4ufwagrqatfd7d0", + "selfBond": "3600000000000000n", + "ftsoAddress": "0x02a256FF137D680aC591f1959D64a8669006c95c", + "stakeEnd": 1746012650, + "pChainAddress": [ + "flare1njkr3hlgge6wswrcsle2qpn4ufwagrqatfd7d0" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Poseidon FTSO", + "BEB": "3600000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "50226591218222318n", + "totalSelfBond": "3600000000000000n", + "delegators": [ + { + "pAddress": "flare125w639h79mprpv5jtx9hrdetrq2774k6keu5hh", + "cAddress": "0x6552278F466BC3Edee3A70FD046D8E5Cf0069caC", + "amount": "101645766813691n" + }, + { + "pAddress": "flare1k95f3eslwnwu3j6xq8l5zcj5k9vhuwawag54yw", + "cAddress": "0x97bD9d937F49Dd84490E7D616349BeaCb601eFa4", + "amount": "111250000000000n" + }, + { + "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", + "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", + "amount": "6500000000000000n" + }, + { + "pAddress": "flare1te3qs33mdrft6esqmdpda84xgnn0wsuwqr0f7q", + "cAddress": "0xb22D6Fa211D490d22c188Ad27B78E161728aB445", + "amount": "70564911957000n" + }, + { + "pAddress": "flare1s7lvyssdkwrz05x7dum580a3y3kk8klymem47k", + "cAddress": "0xa6321946320fbb74D6D3D7Faa85d7C4058123D30", + "amount": "301004360000000n" + }, + { + "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", + "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", + "amount": "1500000000000000n" + }, + { + "pAddress": "flare1vas0cm3kxr29sg7es2f74ql9tj5zpvphfx2c0r", + "cAddress": "0x5975E7e45B7341B6D9B8e2e0e2da26e75E3c76bE", + "amount": "223449879380007n" + }, + { + "pAddress": "flare1d7xzc62kpuww0tj4pjg00p6eusfj7ccjat9fpw", + "cAddress": "0x70B439b1390243edd8d48C2D34308628BD24369D", + "amount": "300500000000000n" + }, + { + "pAddress": "flare168gmsmk28urht45j24pcdsfsj5uz8dve30qa72", + "cAddress": "0x60bc6615BEa31BFeDDae2caC750e5F131a92f23a", + "amount": "337800000000000n" + }, + { + "pAddress": "flare1p4vx6z8uq8ftkj6ytpx63nv24qk8qdgald5rg8", + "cAddress": "0xf5561E3CEDb9162B5e147897330e8030DDCc7869", + "amount": "1100350870040905n" + }, + { + "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", + "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", + "amount": "3103133967000000n" + }, + { + "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", + "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", + "amount": "180000000000000n" + }, + { + "pAddress": "flare1ntwpnyv0dt3zw800uutjl28a7pnvuk9ljv9cnu", + "cAddress": "0xFCD50096423588e7B0FBC4091693860E9Ca6e583", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ym8cc3y262ehuyqjf2vdlheflaz4dmet0nrfpu", + "cAddress": "0xB3aEbA90EB2659ff653DaE03439635699E6a43c0", + "amount": "464373891284000n" + }, + { + "pAddress": "flare14g2psmqgfw5yaa9yjy3st3y247y9tf84exqqrw", + "cAddress": "0xa362028F68f84187412274cD58CF3Ae91229c91F", + "amount": "50010000000000n" + }, + { + "pAddress": "flare18f7e30r954w62sh8rf4plw8mcdvjc4azhmg4rl", + "cAddress": "0x1b556001df291bBFd697a5A60F00BD301c73105D", + "amount": "14991047340000000n" + }, + { + "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", + "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", + "amount": "266999045125000n" + }, + { + "pAddress": "flare1w8wp57dwuuv79yllfjp3l84ry2hw4kzklc4x2c", + "cAddress": "0xd010e5FDBb3240AE917EacFa84CD4Eb1F03FDca1", + "amount": "75000000000000n" + }, + { + "pAddress": "flare103ugav2sd3hqlym8kr6uysh5l2js03xfm769hz", + "cAddress": "0x6bb595bc3E86dc1C020e36b9E51C7781b8A876F7", + "amount": "466067877856835n" + }, + { + "pAddress": "flare13jwrwka8mfw09vaac3dt67uq2eu6cnudz80fcv", + "cAddress": "0x53588371f6f3b4C5E3d0e71A20d023Cf7a33dB05", + "amount": "1927076867308720n" + }, + { + "pAddress": "flare17nssucfjf329qktzcjlduc00cvmwryewtlkg5z", + "cAddress": "0x68A80B75aD34E2e42013199F53172745d1Db579c", + "amount": "60203922772381n" + }, + { + "pAddress": "flare170hehnkj97uc8z5kk4wtlqsfgnz67k2gn446f6", + "cAddress": "0xDBA3CE3Fd7bD05E75d8b2632aF2630d04FaaA2c0", + "amount": "64900000000000n" + }, + { + "pAddress": "flare1x7jnat9x6gaeqtgv3f6pp0fnwtcja9gsjggzpq", + "cAddress": "0x0B036dE48623fFB6006d297cb4D3C439F2eD410E", + "amount": "160756238557000n" + }, + { + "pAddress": "flare1rg3vdeaypxe8gtv3cgy7j3ty8pa4a9vfe9e8w3", + "cAddress": "0xCF82D300eC7926c10bFB1efA0BCC8FE851348BdC", + "amount": "51000000000000n" + }, + { + "pAddress": "flare15egh8p09j9z9kmxmc0sdmndz8d668e0qshzaae", + "cAddress": "0x9dD084FA1486109Dcf76Dff15b25c1988464A0b0", + "amount": "109299996000000n" + }, + { + "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", + "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1secf4s4lj3ywrfljcqt2cvalnz2u8xrmqwknlm", + "cAddress": "0x5D78169F7B46C7505661ec6ae7b9a7C624c13bF7", + "amount": "7030800000000000n" + }, + { + "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", + "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", + "amount": "350000000000000n" + }, + { + "pAddress": "flare1lhpyc7a2keesd3yrcfhg0qdnk3a99y3rd9gndu", + "cAddress": "0x293c17cA71322CCd1A3010C3757600Fe30d72199", + "amount": "55000000000000n" + }, + { + "pAddress": "flare1tp6a886kgl79aeujx8w235wk55athhwtd7tuuq", + "cAddress": "0xb0061d260847B42e8616777dA9CD62C70DBfBf7B", + "amount": "2828474000000000n" + }, + { + "pAddress": "flare1ufjh7lz5wjppjc84sa4qx7rfcwehlphjz6k9rk", + "cAddress": "0x3C97103B07fD1DA89BC75522075791bAb92e5975", + "amount": "50901210391150n" + }, + { + "pAddress": "flare19hnjtuhx4rwm8vvwjhlueyr4htgdt4scgn9hkw", + "cAddress": "0x180b87ffD26aF306394B469928DE35a2a75EA614", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", + "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", + "amount": "50200000000000n" + }, + { + "pAddress": "flare10kx0nyhprq4qt7208n2ywjsh52r39496avwzlv", + "cAddress": "0xa28569372DFFd0Dc44999981C9136Cd3e8a8a084", + "amount": "2166479018066255n" + }, + { + "pAddress": "flare1wq3hz74jfkrrn9trzzs6h7sejesyf236wevpg7", + "cAddress": "0x8851924938db253C2602cFB473C33b88dEb83C43", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", + "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1j5czmyd85dd8eda0sytvmxw7rvpfqsa0mt4axq", + "cAddress": "0xfB39d91229191761aFD60264BA961e90B8e70F1B", + "amount": "1467659000000000n" + }, + { + "pAddress": "flare1qs42g3arkzelhwmxcu2u6urzc2kes6zcsy3e7n", + "cAddress": "0x0a852A20620d01A04cE0025e15339C5FE6AE0526", + "amount": "820600000000000n" + }, + { + "pAddress": "flare1h89t8wg2azu7jjw6lq0y57hnr6pmq7wpzp298r", + "cAddress": "0x0246C65be664FFaa501739A9c82FA8118288Ad41", + "amount": "51000000000000n" + }, + { + "pAddress": "flare1fjpaup4dwxzhd2h84k7zg2k0dach7sj3sxs797", + "cAddress": "0x3120736C03AfDBc2132c73Ee06ee6d804A99d28b", + "amount": "57617055669374n" + }, + { + "pAddress": "flare14x532ejhaq73x2vadfap06zfzaevae8apuc65n", + "cAddress": "0xDEba1417DD873Bd6224D2B1050978B50277D1e85", + "amount": "430200000000000n" + }, + { + "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", + "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", + "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", + "amount": "400000000000000n" + }, + { + "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", + "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", + "amount": "185641000000000n" + }, + { + "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", + "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", + "amount": "860585000000000n" + }, + { + "pAddress": "flare1pz8vmjq3mmg8tursfqle7akfnyd024qgrldkjf", + "cAddress": "0x281b31f32753C82b32cE794F7b76d7f6CaA2F9E6", + "amount": "55000000000000n" + } + ], + "totalStakeAmount": "53826591218222318n", + "cChainAddress": "0x14C1901AFb6CD6a6e55072578a48B7E4eAaB9da1" + }, + { + "nodeId": "NodeID-KiAUisCU8UvXGnMRiUvoeyWneSdUm987", + "bondingAddress": "flare1uzwl6dnjppwyqsg47ws3djywv02nyl0yx4hwlk", + "selfBond": "2000000000000000n", + "ftsoAddress": "0x1e68DC808A240C096F0261144dc41fd4c883Cfb0", + "stakeEnd": 1742295600, + "pChainAddress": [ + "flare1uzwl6dnjppwyqsg47ws3djywv02nyl0yx4hwlk" + ], + "fee": 180000, + "uptimeEligible": true, + "BEB": "2000000000000000n", + "boostDelegations": "6000000000000000n", + "boost": "6000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "19250730362000000n", + "totalSelfBond": "2000000000000000n", + "delegators": [ + { + "pAddress": "flare1glawqc9yamjx8nd2le4ylqa0hw85p2k0c7fnhq", + "cAddress": "0x34d0354c1eB84bB560C4F1576C9bb9d44B53F0AB", + "amount": "18777212130000000n" + }, + { + "pAddress": "flare1j5r9j5tfcrhqzu0dauv43j8skmjcx6r64u576n", + "cAddress": "0xfFF9A77C90D9d148f1e82aED77Eb9D3328d454FA", + "amount": "473518232000000n" + } + ], + "totalStakeAmount": "27250730362000000n", + "cChainAddress": "0x868822C4A79ee2a18bedfdd5f1EF3b23B190cf1e" + }, + { + "nodeId": "NodeID-C6i8mruq11VdxGQ7tiUBgrRqoLBot86df", + "bondingAddress": "flare1a39c7ht9l7ry9gvsrk7zyd7x9eaegaa6w7zdgw", + "selfBond": "1000000000000000n", + "ftsoAddress": "0x0000000000000000000000000000000000000000", + "stakeEnd": 1747119600, + "pChainAddress": [ + "flare1a39c7ht9l7ry9gvsrk7zyd7x9eaegaa6w7zdgw" + ], + "fee": 200000, + "uptimeEligible": true, + "BEB": "1000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "0n", + "totalSelfBond": "1000000000000000n", + "delegators": [], + "totalStakeAmount": "1000000000000000n", + "cChainAddress": "0xEBCfF277299009C208adfA571f70EA54E34AAC4F" + }, + { + "nodeId": "NodeID-B9o4BTqdc1qkrAn5BxLHL7pimWf9UwBkd", + "bondingAddress": "flare1h6psvqnxsptc92e3yvl8sgf6lnm0ve2jlmqsfv", + "selfBond": "7000000000000000n", + "ftsoAddress": "0xb0421af2cFfB21D8a0Be4087448146E4f9cbD306", + "stakeEnd": 1750626053, + "pChainAddress": [ + "flare1h6psvqnxsptc92e3yvl8sgf6lnm0ve2jlmqsfv" + ], + "fee": 130000, + "uptimeEligible": true, + "ftsoName": "FTSO EU", + "BEB": "7000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "82805033133638666n", + "totalSelfBond": "7000000000000000n", + "delegators": [ + { + "pAddress": "flare1vscpfkhah52g7nfl7c3p0scwpx67px3mqf43ga", + "cAddress": "0xfFC4a5F9a76C7ea43A5519891B48081Df5DB5583", + "amount": "500000986000000n" + }, + { + "pAddress": "flare1ky0umtzwp70jynl45ujn7j84zyg025jmqqkjw7", + "cAddress": "0x61725372e5426e9e360774b733f467C64d2a500c", + "amount": "326050000000000n" + }, + { + "pAddress": "flare1nz7whcsg7jjru35ujnzgl03wd2ydq3qwfymwep", + "cAddress": "0xdD6b673dA2B509d6b8c7CA1cBdD4e4a2f947CCEC", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1whhlc9rkuhyx48jt90gveesplk3wx6um55268e", + "cAddress": "0x9a9A7a20b3c589d8bcC93da89251bD14b76CE54d", + "amount": "54722332260085n" + }, + { + "pAddress": "flare18cl7ugx0urdsu5z7d3yw48u7s8czl3f83fnr5v", + "cAddress": "0xc93D18fff20C6bB7C3B262021216e2B306ea0Eb3", + "amount": "80310471530000n" + }, + { + "pAddress": "flare1jfvpfjy0pqykgz8mxnv57k4vmupqrgmaky8e8c", + "cAddress": "0x38d188d26EA95C9706A6083191A770B8b69A9312", + "amount": "50000000000000n" + }, + { + "pAddress": "flare178v7getmac6nppek3y0d83nwvz6d8hlm06wrme", + "cAddress": "0xFC3CA1656B2da82c6a218c64ae256c310623fB66", + "amount": "93370000000000n" + }, + { + "pAddress": "flare1t8e7eu46qjq0lyvx25a88d7anfylcnfyzwmuuk", + "cAddress": "0x80C8204b9b1d6605928f7dc90bE062Ea8E241c37", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1z2mffv8fazhq2lc8367kgahthulf7j2vvjdwra", + "cAddress": "0x0D4813ec907b97D27E21310713C606ff05fb2b90", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1kt9epey96ef2fxz4vr9gmrpx6v8vwh3vz8atsh", + "cAddress": "0xEDb1f9F70b8058fC925cFF7C914fc8732B9DB9DB", + "amount": "473224412561000n" + }, + { + "pAddress": "flare19f89vr6cp8gfvm8m39qju47k0czs93jmy93upm", + "cAddress": "0x0a2B76B41F3466A692636322F169F83835F63915", + "amount": "50065000000000n" + }, + { + "pAddress": "flare1g4qyaawkxs2889lfzj4xuy9rd90dw4jdjhhgw9", + "cAddress": "0x8Aa9F64042D468aF80251fC7CB53f2b68690827F", + "amount": "126587267275714n" + }, + { + "pAddress": "flare1ghmyksa4888kmjqx5vssc7ycarc92tppp5e9en", + "cAddress": "0xeCe104B5486F3D48bEd9521dBd0759d1780e106B", + "amount": "150000000000000n" + }, + { + "pAddress": "flare15vxzp832tj7pmhpp9d0uts5ml6qwahm6rrpygc", + "cAddress": "0x461Df3491F64EddFf068B6F5E98a8692A546afC6", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fjzawdkvjqegmawc49jxh7qczh8pn9jnw33t6g", + "cAddress": "0xd492aE7b0985695c74C6a95d459056F50fDb705B", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1es6c486memsg3rlgwachvhkjee006uct9l20re", + "cAddress": "0x3e64cd2CA96178F3Fa47e5A2112d8719EF07ca13", + "amount": "272000000000000n" + }, + { + "pAddress": "flare19a7e0rcdd5wa0rmgkq56m4f5qcd2t7arqgp92y", + "cAddress": "0x8E434A912e6C4e466b4236a08A4B2277059F7bc7", + "amount": "50011781426116n" + }, + { + "pAddress": "flare1hrgkft6pxat9p93rrjctshmz9ppe4laz3w7kdu", + "cAddress": "0x7De140ea256fb6B4F5163aaA877060c09CdfcA37", + "amount": "66077768147540n" + }, + { + "pAddress": "flare1mu75fry3j3waaaxys3djzn90rj8fuhhukxmft7", + "cAddress": "0x9e1d5a3e28D2088233619eaB94DDbD87eA57599C", + "amount": "50095000000000n" + }, + { + "pAddress": "flare13plwpvjasdzg5xey5nejc4cjlumy3dtjcqp3yw", + "cAddress": "0xCE18eE399dFfC872664D56c9e3269fE0167B90cf", + "amount": "90700872780466n" + }, + { + "pAddress": "flare13g8cevk9uswm6vu4t8htmwr7f7hhfjzfmpygv3", + "cAddress": "0x8e471b4D2c08cD29142adF30a31D294350f874c1", + "amount": "60999998000000n" + }, + { + "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", + "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", + "amount": "159109191756000n" + }, + { + "pAddress": "flare1mp5y9w7l9t5kgdyut3evmd5d9yrq8j9f64y0rq", + "cAddress": "0x82F9e14DFeb06020eF323a5617C9E71a2371210C", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12nwm86fjmxvkvnhs8fesn2usppdcx2cn4dymkk", + "cAddress": "0xD15c3714e575B4EF045beD42CCE79770C1C44C1f", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1q80ehhn87ru8dgd58gg3gvcuyul8t5e5rd6nuh", + "cAddress": "0x3407B58C43D56d6954E6A19Fa27dEF558E5E4b14", + "amount": "315212230788000n" + }, + { + "pAddress": "flare13lcwckz83n2m8pkmpmkzklpf5drzleve3mr228", + "cAddress": "0xf5460a9225f258C080B506841be032539D95830f", + "amount": "60000000000000n" + }, + { + "pAddress": "flare17pagn4rhz0l23x5k7fmvgva0mu5kh5s9aez9rc", + "cAddress": "0x25cDEae2F216400C74221B78D2dd8568DdfB8068", + "amount": "189931989249000n" + }, + { + "pAddress": "flare1ctfrjhjxpeu9uhtyxw39cm5u8ww9g3pgcy740j", + "cAddress": "0x9351061D49b6c01f660872361b2658E9a6ea2532", + "amount": "324400000000000n" + }, + { + "pAddress": "flare1gent5ln4jkfxrzuyjfan0apdcfj2kvcv77kyfm", + "cAddress": "0x85Fbc8d57D099923B1378402a91608Cca1e53F1e", + "amount": "63023287455000n" + }, + { + "pAddress": "flare1lhpyc7a2keesd3yrcfhg0qdnk3a99y3rd9gndu", + "cAddress": "0x293c17cA71322CCd1A3010C3757600Fe30d72199", + "amount": "75000000000000n" + }, + { + "pAddress": "flare1sm7ew6h6d47zqw0fsgpc4gvqnv0u3gsvz3477t", + "cAddress": "0x9D40eFEdF62BF29708240C1f9585A100a06f6603", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1lhr3v0tsusj6xm3cuelnnk6w65q5g89z35khmm", + "cAddress": "0x0EE699d199190aCCD85E37Bf519112fD499bABcC", + "amount": "69000000000000n" + }, + { + "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", + "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", + "amount": "50200000000000n" + }, + { + "pAddress": "flare1pl3zqd97m5se4em38app2kmkyf9ewlua08y8k2", + "cAddress": "0x45F6dea23d4F1733fBB67F6B21b1F5a9F4dd2578", + "amount": "78388998000000n" + }, + { + "pAddress": "flare1rsya3j4w9c90h427jzalqzmz09xy0evnuc8fmg", + "cAddress": "0x795EF8125697b5a8C037A957566f7bCe93076007", + "amount": "33799341247945604n" + }, + { + "pAddress": "flare1zdu3me55ew8775nrsg2exz46xhnh7mruzfct9p", + "cAddress": "0xb78Ad2F2DDE461e22C5be18815fa539AFbacf852", + "amount": "250000000000000n" + }, + { + "pAddress": "flare1wfkzrr8ltgqtgwqkdteql2ss3ny7305f0ysv66", + "cAddress": "0x2De71bC2633022d92dddae6Dd836ff4826eA56dc", + "amount": "106367000000000n" + }, + { + "pAddress": "flare1gtuq6x7h26jnfk4hk8ejx23y8gmcg607dfve04", + "cAddress": "0x96852b641C8f32F29845FB1C74eC84CE99FE0321", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1gpar5z4x38k78tw2mg5ahj306lhezj2clg9a68", + "cAddress": "0x0989671cb1c720328A3109Cce2cD4E40d53197c1", + "amount": "135794993000000n" + }, + { + "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", + "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", + "amount": "40000000000000000n" + }, + { + "pAddress": "flare1x5r5qaefegvfp66ay5ted7862q877csxu5lum3", + "cAddress": "0xC927D925844aE039650edB44f1BB83F215771695", + "amount": "103211120638000n" + }, + { + "pAddress": "flare1sdym44a9e5g7spdux25v5r30jajua4mjvshlxp", + "cAddress": "0x0903BEF27724b2AB36C53905863e4D68eF8b44e3", + "amount": "58000000000000n" + }, + { + "pAddress": "flare17e6p2ph0dxa8fmchwm8e4qm4gzvysukuyv86rj", + "cAddress": "0x2c73d82F2d16B0b911369e82ceB354b1d759DE2A", + "amount": "80000000000000n" + }, + { + "pAddress": "flare10knlks6gggvnjdra420kk86mpfdzc26v6qqkdp", + "cAddress": "0xd32739E06c6F3CB66e6Ca4f1495a57b84F3963b6", + "amount": "133935846600000n" + }, + { + "pAddress": "flare1j4ueyqy40ua00ckheas3cqemvx6zlwdu2s8gf2", + "cAddress": "0xb687634f7D5417B8FDa1b0625ecD230a2287FDDf", + "amount": "57785959793000n" + }, + { + "pAddress": "flare1fhytpt44eml0r9mvng4ztptqsayfqetzara5dy", + "cAddress": "0xae94aB64f858A81e9F476d85384682764FbE1ccC", + "amount": "2000001977000000n" + }, + { + "pAddress": "flare1jsxh5tpfhzmcwtll5h50227mk66v35d0z5k3qs", + "cAddress": "0x80A05CC212e3960ce90dbd7f776710efEa5fFBd4", + "amount": "61999998649125n" + }, + { + "pAddress": "flare1gf8u80vw5f8u5xfh57nwugfarta4e73nfn6gr6", + "cAddress": "0x38C3452D46c82e75bEA04a229639233E9027C727", + "amount": "100950000000000n" + }, + { + "pAddress": "flare16etgp93kwxw86a2asf05sxxjay5ksgx7wanf7x", + "cAddress": "0x83B60fA132B17Ace5174962c2a28B00f75f6cba1", + "amount": "358009981000000n" + }, + { + "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", + "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", + "amount": "335435293145349n" + }, + { + "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", + "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", + "amount": "63215955665000n" + }, + { + "pAddress": "flare1cqzq4eqnu4rjvkaptctnc792ef2cwlr7qrt2yn", + "cAddress": "0x94d5FDF97b37D6b18a63fd320E001d325f8b212a", + "amount": "131502186070517n" + }, + { + "pAddress": "flare1zqaa8yvlup38ppd9tz3dg7ja5yxg94d8e2auje", + "cAddress": "0x73Ea2D65e375D65dF75f1E6962D2234302a12799", + "amount": "100998986903150n" + }, + { + "pAddress": "flare1paappcmwnx65ptta5pk8036lmlhun5rsyu6y75", + "cAddress": "0x0297e817Ba04E283F45ABb88A3842EAc00B82d0a", + "amount": "50001000000000n" + } + ], + "totalStakeAmount": "104805033133638666n", + "cChainAddress": "0xB5027c6924e1699Ce333b700dE63274aBf1650BE" + }, + { + "nodeId": "NodeID-KzPd2Vx5WomGtur91B9K9R7to3mYyYga", + "bondingAddress": "flare1dkeqvpd68stg3rgclmayr900jtmxqx9yp2y29d", + "selfBond": "3000000000000000n", + "ftsoAddress": "0x9e55a49D251324B1623dc2A81894D1AfBfB8bbdC", + "stakeEnd": 1750680043, + "pChainAddress": [ + "flare1dkeqvpd68stg3rgclmayr900jtmxqx9yp2y29d" + ], + "fee": 180000, + "uptimeEligible": true, + "ftsoName": "FTSOCAN", + "BEB": "3000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "3465840933583450n", + "totalSelfBond": "3000000000000000n", + "delegators": [ + { + "pAddress": "flare1m6ca2hr5jdnfam68qyhffkp6hcttmyd927zmg8", + "cAddress": "0x47A214613f68ae4f3428EF9503cF38B9Ff323275", + "amount": "100000000000000n" + }, + { + "pAddress": "flare107gdqwg3u9apqlnwhda0s9h34ua07hxf5jymgl", + "cAddress": "0xDC17aDE3DDF495a2D8332BA21dE799861eF5469c", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1de75gtan6lsfcy4k2tfw28p5xgc6jru2dky5rt", + "cAddress": "0xf09499EECE42dCC1635b02fD0e366232372bbCA0", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1v69de8q444ytcx4cv7a4xe90zx8ydxqmu6dv73", + "cAddress": "0xDAF7346b32a4860d1E44e73770180b2a9A9736Fa", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1tyjl9gq87ndcfxxdlmfwsna6h9k68w3hrspmjl", + "cAddress": "0x7eb71527EF0191A3172E2568ce13B6AbEDB5faCA", + "amount": "200000000000000n" + }, + { + "pAddress": "flare1wm000ujygyzdfq9pgcu04v7r26s6qgsnykmf8l", + "cAddress": "0xeBB68135bcC10E36acD4DEC2D5EA5F3BC089E4F0", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", + "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", + "amount": "2365840933583450n" + }, + { + "pAddress": "flare1wez9zay6r57q4epedjcvzsex84j29wjv3yk6fm", + "cAddress": "0x8D49051A66516BE80220CFACf3753622dE799be0", + "amount": "50000000000000n" + } + ], + "totalStakeAmount": "21465840933583450n", + "cChainAddress": "0x5F4E1FB306d4c071b962afcAeD7beE2287E84679" + }, + { + "nodeId": "NodeID-FERvNWfCH4mjCSoFnjF4YouDBuYZCpfKm", + "bondingAddress": "flare1daqetq0w8dclhf2g5d8u6zv9xklgcc2jw67ed0", + "selfBond": "3500000000000000n", + "ftsoAddress": "0x9C44c70180642cF4Cfd06d77b84Bb8F864ea5697", + "stakeEnd": 1743296400, + "pChainAddress": [ + "flare1daqetq0w8dclhf2g5d8u6zv9xklgcc2jw67ed0" + ], + "fee": 170000, + "uptimeEligible": true, + "ftsoName": "Comfy Nodes", + "BEB": "3500000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "27005644153840938n", + "totalSelfBond": "3500000000000000n", + "delegators": [ + { + "pAddress": "flare1ylgnw4pwdyaz02qkutz4ug3v5xfqvh7vzx84cj", + "cAddress": "0xc49Efa5A58189C5BEeFddd9Ee4FC6905658226A8", + "amount": "109180822569744n" + }, + { + "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", + "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1eaqkys49ucjr3ty869jv2l5xnh45r20x6a839u", + "cAddress": "0x2DFFe4d89E9C184288F25BCE2173CC4F6BE30068", + "amount": "15236466670000000n" + }, + { + "pAddress": "flare1l6wcjqt8248v5gw39f964mpuj9089kwd6mn70m", + "cAddress": "0x52C0C588C147c4bfad9881e7ab4eBc6BB780e6f6", + "amount": "2395768741671550n" + }, + { + "pAddress": "flare1up5q3p032pc7s0pew4h8ta0cvyzwfcyrvt2gsh", + "cAddress": "0xAF22D1D9f879C14b08bf96E78Ce8eED655Ff93a1", + "amount": "2128322155400000n" + }, + { + "pAddress": "flare1kh05ae9nj6w56xxzcavk8ed2896rks9dplr8gd", + "cAddress": "0x518b07a61D65146A3EE7fAc6Db1E33b6F0Dc317B", + "amount": "2182936020000000n" + }, + { + "pAddress": "flare1vwpx6kjmgfrqzrlfwamhw2dmv97uln7hpwgcuq", + "cAddress": "0x50Cdf300a7983325b1B2eA5B5A68A97fbeEdE86a", + "amount": "2195982014000000n" + }, + { + "pAddress": "flare1r5dcy57ffd70gpsc79kh23dxyuaatprhmeuxsl", + "cAddress": "0x2609eB6717Df5A970b4c293382E16Ab752Fe4B9A", + "amount": "2198093667754644n" + }, + { + "pAddress": "flare1j5ranyselathy9c7ac7tg24wx6ka2g9gn9384x", + "cAddress": "0x40059E33D754681F703C7746aAcA37fC7039B8c0", + "amount": "458894062445000n" + }, + { + "pAddress": "flare16s3mqkqnngaslrx9fsn84px3k2twhu56jz55j6", + "cAddress": "0x0c1c7c72BC21b90b199ec18adf95AEe43951ac27", + "amount": "50000000000000n" + } + ], + "totalStakeAmount": "45505644153840938n", + "cChainAddress": "0x0A255b5642B3FB56B355A8bd3B265783805c9999" + }, + { + "nodeId": "NodeID-Ckyh9cpfkkXSo5PYNNFactcrKkY2XhkXR", + "bondingAddress": "flare178j3uxpsnz4xcwhg56qvrgmks789tpan44838h", + "selfBond": "2000000000000000n", + "ftsoAddress": "0xb6deD9D9CA19af10C67f9A8be8ca75e38E166faA", + "stakeEnd": 1743094440, + "pChainAddress": [ + "flare178j3uxpsnz4xcwhg56qvrgmks789tpan44838h" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "True FTSO", + "BEB": "2000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "25174381500000000n", + "totalSelfBond": "2000000000000000n", + "delegators": [ + { + "pAddress": "flare10cmqrdrakmg38vk46yvahs8y88fd3fmktyk3kd", + "cAddress": "0xdD301559a59b386F7d5298e94BC4336887625268", + "amount": "25124331500000000n" + }, + { + "pAddress": "flare1g9vlw0qqtgvv6yleqgldg72ex3w8madug8gpd7", + "cAddress": "0xE25c8573c18789200214E0F2596ae5F897f3b821", + "amount": "50050000000000n" + } + ], + "totalStakeAmount": "27174381500000000n", + "cChainAddress": "0xF9cb594530F5C7E74AB36C493c00a1eC7547C302" + }, + { + "nodeId": "NodeID-MsF6Xc1PsMWtcxVudCepWb5kUeF1EF8RX", + "bondingAddress": "flare16v4pgq4me95tqcjq2kh42vvsvc8klyp8vawxmp", + "selfBond": "13340000000000000n", + "ftsoAddress": "0x07702A7494F760B0b3642463BdD2B7A13cFDDbb2", + "stakeEnd": 1769364000, + "pChainAddress": [ + "flare16v4pgq4me95tqcjq2kh42vvsvc8klyp8vawxmp" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Atlas TSO", + "BEB": "13340000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "104679931105879554n", + "totalSelfBond": "13340000000000000n", + "delegators": [ + { + "pAddress": "flare1psc6906h2rlyanxhay6u2n82uy7cqht983gf0h", + "cAddress": "0x74f9Fd5C86131Ba79ad84a5eF6E021926ddc17E4", + "amount": "3367454991000000n" + }, + { + "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", + "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", + "amount": "134500000000000n" + }, + { + "pAddress": "flare16uklpqwvj2y9td04gtp0q4c5xxshjthv7ht3ay", + "cAddress": "0x260e2f87b8fa89b1a38BDc74A4672cE22E6b599C", + "amount": "44092783000000000n" + }, + { + "pAddress": "flare17jgy5gjx8dscguh8ftgyf57gt7p7sfqez6cvda", + "cAddress": "0xaeBAc365379876441b215639f4aF0e5ab620Fb97", + "amount": "264081040000000n" + }, + { + "pAddress": "flare1ewmaz56mmr77s8hrsy2zn8ecuszdnx5gpg3qm7", + "cAddress": "0xAf923eeC216da2d4A5fB433ae37B8A4CAcD80f39", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1uutvq0268dux0sujfpg9y327rw87resx06jst2", + "cAddress": "0x45d128E26FbB443CE295df9Ac533945646d87dd2", + "amount": "151171959000000n" + }, + { + "pAddress": "flare1pc357zvyl3mphp80jfw3zv3hsv67xn0a8jenj3", + "cAddress": "0x924Eaa0bD24c67f7a86EFcd6D78FBBaf557A41f2", + "amount": "333256000000000n" + }, + { + "pAddress": "flare15ac6hxhr9y2c294akkknan7utcqm6rlhly8q05", + "cAddress": "0x4E4F7ddF982885FF4C5786f762F8e7b5dffDFA11", + "amount": "170278000000000n" + }, + { + "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", + "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1zwhsscjc8ydvv5yhlrz4rvhvwutr0st9d7jhfc", + "cAddress": "0xb13f9a18EdF6b5967f1bE73f96995C9C7fFd0E5c", + "amount": "50949000000000n" + }, + { + "pAddress": "flare1mahx8twgvtvdtgs636a4zpr2ljctgc7g5psnsl", + "cAddress": "0x2D7D3CdB28836038067a4e64BE71165638bcf861", + "amount": "199997999000000n" + }, + { + "pAddress": "flare197tw9uu44v35ymztu3aeda4qj9ugrcd62mz48h", + "cAddress": "0xF02a279198eF0ae79406e67906Df6e9730853a8F", + "amount": "106607000000000n" + }, + { + "pAddress": "flare1ymcfaxzy9wv0efnrpfhxzpmt3wnwpce4rq4uxg", + "cAddress": "0x771757f1f37D351131405d87EbCCD736E21E5D27", + "amount": "100004000000000n" + }, + { + "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", + "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", + "amount": "70000000000000n" + }, + { + "pAddress": "flare13595xye67aj628a8zqfvjfa3w999dly6q5dv6u", + "cAddress": "0xe11153D636ED0576BE3f439E80f7a0EE187Fff17", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1lgtdg5u6areljjpmpaxv8x92h2ll6drhq6vy7z", + "cAddress": "0xc70544a8C0BcBfa8F372155B9302c0d0A5773c0F", + "amount": "681710970000000n" + }, + { + "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", + "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", + "amount": "218377764388000n" + }, + { + "pAddress": "flare1slr9rnwyufnjkx7csvdljn8t4kgpv3gecs87dy", + "cAddress": "0x631C8Cd84c5Bd8dd7db369ab203322f6946a4df9", + "amount": "3643880000000000n" + }, + { + "pAddress": "flare1rnak5cp9kjcmsh9nw8z659536h2rhlmvhv2zf3", + "cAddress": "0x692464a9dEB22497CCe40023973C1dC6DE30e2F0", + "amount": "20000000000000000n" + }, + { + "pAddress": "flare1anfdlfxqyv4dr96zgn2ycc2sdcs6s8ypqel24c", + "cAddress": "0xfF87B38d2eB383c99a34380F86f5dE58a02f9099", + "amount": "91568368130000n" + }, + { + "pAddress": "flare1z2nh3pzw7r3w9s7yc02s6a4uhqp4xv2znpue5u", + "cAddress": "0xF8922eB3a6f85002b90c4f5A98Cc05099BD60a26", + "amount": "76435395955880n" + }, + { + "pAddress": "flare1xha9g8gayjkyexdmka2g8n306lw08lutz4fa88", + "cAddress": "0x6f8b51C2E5Bf7E676C720b4dc5f7575C5a5C4595", + "amount": "152491630513000n" + }, + { + "pAddress": "flare1jnyvcjm95nl8lkkc39h584zjftulphn2wstxth", + "cAddress": "0xfdec2DEd137836d9d8F4692cbb105bCb50E44368", + "amount": "82072674770000n" + }, + { + "pAddress": "flare14k83ykcm7vx9u72t68x2jkttm648e4mq9kcmg7", + "cAddress": "0xE3570EF6Db10246e7065ce42eAFaF8D285005590", + "amount": "3083989976000000n" + }, + { + "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", + "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", + "amount": "250000100000000n" + }, + { + "pAddress": "flare1ym7agfyk76ef7zeglhctrxe7q2c7hzk5qr07xe", + "cAddress": "0xCCD123260f643FB248822110662a84b4c1DB802C", + "amount": "500000000000000n" + }, + { + "pAddress": "flare199gxnrxl2dmfg6n9yagwe30f7m3nqu5ahfxmvj", + "cAddress": "0xe037Baa3203DA31903B1cd778C8c23f9cC55c3f5", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1hdt4kwphm4pu4hu5f7mu8ug6v4x72l6cwl9kkp", + "cAddress": "0xA5e2A47031FF63Cc6b53Cb7a92A0e9a3EB07d323", + "amount": "500000000000000n" + }, + { + "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", + "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", + "amount": "50010000000000n" + }, + { + "pAddress": "flare1t6qrfzkrz0kjdgsn2ewwfxvccs3rq7zhzx2eu7", + "cAddress": "0xD71A946e6c10c6CF0F809D3f28f0ec99d1ed2124", + "amount": "135412582571000n" + }, + { + "pAddress": "flare18ny4capvpe63l36nh3nx8qtxxn568qfczxxu9y", + "cAddress": "0x0920f2823AC243868664E57E9A044aA2E313d403", + "amount": "8000000603185000n" + }, + { + "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", + "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", + "amount": "101099995000000n" + }, + { + "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", + "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", + "amount": "51000000000000n" + }, + { + "pAddress": "flare14nsq48ctw5kseg2wwr7zhrv8rg6wv8dpg32hv9", + "cAddress": "0xf5714a7A6683772798BaA859A1502D52A6c22C81", + "amount": "4648410260366674n" + }, + { + "pAddress": "flare1hvc02e7dt78t2q2d0xu4jftmar737xvqga8d2k", + "cAddress": "0xE8b570A7A02cBEE7E743c4cb1679A21Cce615BF2", + "amount": "12201000000000000n" + }, + { + "pAddress": "flare16253fwk7rhpe686v5mh2atdvhx2qu4dg0q3jpf", + "cAddress": "0x0E6b23E0b826014d0F69e4060aa2474EfDC9E521", + "amount": "257861000000000n" + }, + { + "pAddress": "flare1xl4kanc40zdc2eq2gmwr4xryp2sgv9cnhepjs6", + "cAddress": "0xE77B7Cec06Dd472aCef3163Ac3B302c9698Dc1a3", + "amount": "60776796000000n" + }, + { + "pAddress": "flare1acgrxppgw34uts4gjkse3wptgxmql8v5n7n24h", + "cAddress": "0x12736AC8D368412e912AC0A00330918B64D60058", + "amount": "52750000000000n" + } + ], + "totalStakeAmount": "133019931105879554n", + "cChainAddress": "0x278F11EEEe212a796C750f03382Ddb0970F7A631" + }, + { + "nodeId": "NodeID-AW81N9vGQttoQMMdpqbihU5hEwH793YXj", + "bondingAddress": "flare143aen950cgnymsl42d3d93ryyj3k764m0gwm69", + "selfBond": "2464475000000000n", + "ftsoAddress": "0xC7cF3238D2ca63d01Ad4d42B4cCB9dB8b0adE702", + "stakeEnd": 1743250851, + "pChainAddress": [ + "flare143aen950cgnymsl42d3d93ryyj3k764m0gwm69" + ], + "fee": 90000, + "uptimeEligible": true, + "ftsoName": "Bushido FTSO", + "BEB": "2464475000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "30988540615844129n", + "totalSelfBond": "2464475000000000n", + "delegators": [ + { + "pAddress": "flare1mjtzwa6xdl370le677wmntd3etku4fau8njtge", + "cAddress": "0xDa72f7fee2D64D4cB097DD809a0C099D5507C629", + "amount": "50483997231566n" + }, + { + "pAddress": "flare1ytsc8wpsvcz4t0tz6tmwwfmj3mlwk8cr39flac", + "cAddress": "0xDac244E82fF83D43c18821D572345371007aEE08", + "amount": "58093767639376n" + }, + { + "pAddress": "flare1syc8y6a9dveg6ak0xqwdt82dyd5uk7ulupsq50", + "cAddress": "0x9bB00529c014baa1C4C5A22f877cbe05945cBbd9", + "amount": "3541014000000000n" + }, + { + "pAddress": "flare1d9exgmyzwvgr6p2jy3p72kgsszvgajcskarezk", + "cAddress": "0x91B63f6405a0c10D6d70a633b2130292c2faE893", + "amount": "24462722530000000n" + }, + { + "pAddress": "flare10apl603luz07t35h4hwtqj37zn2k4h67kgpj0c", + "cAddress": "0x0e2fa9aF5610d8D62203D9e176c4F641a1a59661", + "amount": "1185000000000000n" + }, + { + "pAddress": "flare15m29qhn4pmtt532cfk2g2g886d5nt7usqquzxe", + "cAddress": "0xD6fDfdBBa8FF86B25139544aa974924D548A791e", + "amount": "666226320973187n" + }, + { + "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", + "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", + "amount": "825000000000000n" + }, + { + "pAddress": "flare17vh42a9d7v4fe6nzf4vnykc64epvzjscxcdnpc", + "cAddress": "0x584ebc298278A83d849E02B10c62bD04F73D347B", + "amount": "200000000000000n" + } + ], + "totalStakeAmount": "33453015615844129n", + "cChainAddress": "0xB75879b43daA5C6718559da8e08f6F9Ad4Fc2DDE" + }, + { + "nodeId": "NodeID-HGNPxSh8dZqCNCmHfMMNWYC8CNQiUwDWK", + "bondingAddress": "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw", + "selfBond": "3280000000000000n", + "ftsoAddress": "0x112B1130BD78B5A520adeace6130151E07a270a7", + "stakeEnd": 1743836400, + "pChainAddress": [ + "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Xdrops Oracle", + "BEB": "3280000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "200000000000000n", + "normalDelegations": "14298228139596410n", + "totalSelfBond": "3480000000000000n", + "delegators": [ + { + "pAddress": "flare15ey2l0wex3wv6xyccqj60eq6v7aqzlx2pttnzh", + "cAddress": "0x6A1d0a5C643F7118c1997246FA056Ad7A304CA92", + "amount": "3067086000000000n" + }, + { + "pAddress": "flare12pfds3f3aak50lqfj5ya5f7gsrrqy6t9aq04kw", + "cAddress": "0x618DcB07D1B1f0495f02fEe1a1F7Beb876961139", + "amount": "155689000000000n" + }, + { + "pAddress": "flare12dqvwvsvw5dlqz2l3gnk20wn7vz33qycwvg50z", + "cAddress": "0xd313c072996302FA9D4dC2Ab3E780c7e161b0d09", + "amount": "8446378080000000n" + }, + { + "pAddress": "flare1e43vcgvcnp94w39ajtmkafzyq7nxlgr6kk525y", + "cAddress": "0xF0E519CbA209FD5f190d94e0AE9c0f63E26171BB", + "amount": "2629075059596410n" + } + ], + "totalStakeAmount": "17778228139596410n", + "cChainAddress": "0x216f3f9476cC26ec95AafB2A494e23979d0494e8" + }, + { + "nodeId": "NodeID-NbTToANYcdsreLC5PBcE9gsMBpBY7N7s1", + "bondingAddress": "flare1tyc9lm0tlye8yc5qej64meuk7x2e7y0er7q4wv", + "selfBond": "4500000000000000n", + "ftsoAddress": "0x4A74e79738009711a6ddB6653614d43ba9F431b9", + "stakeEnd": 1746882000, + "pChainAddress": [ + "flare1tyc9lm0tlye8yc5qej64meuk7x2e7y0er7q4wv" + ], + "fee": 190000, + "uptimeEligible": true, + "ftsoName": "WitterFTSO", + "BEB": "4500000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "0n", + "totalSelfBond": "4500000000000000n", + "delegators": [], + "totalStakeAmount": "19500000000000000n", + "cChainAddress": "0xE96aA06057e3628864eB0fd497eE9a1f80956C80" + }, + { + "nodeId": "NodeID-EBcyABp9i2wEgZbhiwnyLaqBwFFTdZXyd", + "bondingAddress": "flare18mjhtldw6qy34n20kcg4ewm9urs92zxn9nfppw", + "selfBond": "10556500000000000n", + "ftsoAddress": "0xeFb939Ebe430efD987c2650367a1b2c9f070d3f1", + "stakeEnd": 1746151200, + "pChainAddress": [ + "flare18mjhtldw6qy34n20kcg4ewm9urs92zxn9nfppw" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Scintilla", + "BEB": "10556500000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "16569961669484231n", + "totalSelfBond": "10556500000000000n", + "delegators": [ + { + "pAddress": "flare1jw0p6kvpxw4tysmxquu2fq3m0jtazt5frq7cey", + "cAddress": "0x190a319dDF4Fa0Becb6975f1B813E218b12aebFD", + "amount": "95100000000000n" + }, + { + "pAddress": "flare1umn5v7c5rpprnlpct82xxj2q6gqudlwj003jgy", + "cAddress": "0xaEfbEd67fb7071E45acbaeaDF9e9e6171F25Fbf9", + "amount": "270300000000000n" + }, + { + "pAddress": "flare1y5m2ykpfztdhhfguufn3rcq9d24t3rnsmu6qv8", + "cAddress": "0x4191486abA87CB73E41244bC6bAC93Cbf9499Ef2", + "amount": "50000000000000n" + }, + { + "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", + "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", + "amount": "15854334170000000n" + }, + { + "pAddress": "flare1vehldnrsmmd68xgj2ray26kzkx6ns23p3lhfx2", + "cAddress": "0xF23233920Ee5B2FE2e90D61FC760E54c7e0d952F", + "amount": "250177499484231n" + }, + { + "pAddress": "flare1g9vlw0qqtgvv6yleqgldg72ex3w8madug8gpd7", + "cAddress": "0xE25c8573c18789200214E0F2596ae5F897f3b821", + "amount": "50050000000000n" + } + ], + "totalStakeAmount": "42126461669484231n", + "cChainAddress": "0x68B8d806394B87D025aebAA889bF9d20BaD2dE67" + }, + { + "nodeId": "NodeID-KRkND3cB1bYaWt71CSQdCUjRSR95d3cNz", + "bondingAddress": "flare18ukwkqu2fdzdd0xpvkea93fvhj7jkej7yg2w7j", + "selfBond": "6000000000000000n", + "ftsoAddress": "0x47B6EfFE71ABD4e8CdCC56f2341BEb404f804b87", + "stakeEnd": 1746975600, + "pChainAddress": [ + "flare18ukwkqu2fdzdd0xpvkea93fvhj7jkej7yg2w7j" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "AlphaOracle", + "BEB": "6000000000000000n", + "boostDelegations": "15000000000000000n", + "boost": "15000000000000000n", + "selfDelegations": "0n", + "normalDelegations": "34010250207131009n", + "totalSelfBond": "6000000000000000n", + "delegators": [ + { + "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", + "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", + "amount": "50200000000000n" + }, + { + "pAddress": "flare1c0q5rtnxg34687xl3rw55navaq0ylsxcmmm5m8", + "cAddress": "0x31Ef126FA2938312CF401A86A8108511f3f4f5Dd", + "amount": "322630000000000n" + }, + { + "pAddress": "flare1d5jsm0k02vq9a0fhsatcxlxfq05umzyfwr9g8t", + "cAddress": "0x50f747c6A02EA53B7986cE21c18Bb848eFDFcdd4", + "amount": "518999999000000n" + }, + { + "pAddress": "flare1sexs75rx3e35ea802k24n00693tqn5y230vxu8", + "cAddress": "0x6F7522d342970BFE0243D27210c1017862f2bfB0", + "amount": "225085003000000n" + }, + { + "pAddress": "flare1gmaqu5hl56jsmtnh4ml5s2axlj0fwfwegavt7c", + "cAddress": "0x97c85cd206Ed78Af692ab0d1a2b54caD4aA108E1", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1scm2w37ru4pdqpgydjgf55p2v73xphfej4w6mu", + "cAddress": "0x5ddE6Fb49cd61eeeE47e021424C301B4486E6Cc1", + "amount": "56279320000000n" + }, + { + "pAddress": "flare1memewxae3q3jrs2jelga03j2czjcf3dvmdwk20", + "cAddress": "0xA37836409eeE8CaEF6649DC79a5867EdFE815Dee", + "amount": "50942108113640n" + }, + { + "pAddress": "flare1euck9fjr669p6jky44ejhulfujatxjhdzntem4", + "cAddress": "0xf3047172Be67e3f44A1a56804cd2773DCE1D770A", + "amount": "55000000000000n" + }, + { + "pAddress": "flare17tslsqlu9lml80sfq2z556c7s0n899528lwfhc", + "cAddress": "0x6fd29097e92e6145053344c3CFB57fF30A502B8D", + "amount": "155686000000000n" + }, + { + "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", + "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", + "amount": "1029215000000000n" + }, + { + "pAddress": "flare1t4ktqy4tj0ak3sruxuqqy3py76utszq3w0hf2a", + "cAddress": "0x143A3f9E08FECed1A5111a3827761B807954DC24", + "amount": "111110000000000n" + }, + { + "pAddress": "flare1hvc02e7dt78t2q2d0xu4jftmar737xvqga8d2k", + "cAddress": "0xE8b570A7A02cBEE7E743c4cb1679A21Cce615BF2", + "amount": "12200000000000000n" + }, + { + "pAddress": "flare1d6ne62qkzmjd9e0uyk09c6s5ytzt8qx3k6nrmh", + "cAddress": "0x50F510E44944D9180404f188E5f84330E8619DFb", + "amount": "2000000000000000n" + }, + { + "pAddress": "flare1nvlgd0urwk6fk762xs2sp47wkze3rp2jthw9ue", + "cAddress": "0x401104ff35a3536a8D1a908e6b228a0C71a5cA01", + "amount": "733990000000000n" + }, + { + "pAddress": "flare163kfjxf3ums8ymn3xpgynunnzswhlwft7h5cfu", + "cAddress": "0x69E131d6864006CBE9D5bD0dff723cCcACb9ea20", + "amount": "696241864754049n" + }, + { + "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", + "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", + "amount": "15510651970000000n" + }, + { + "pAddress": "flare1h633pvzzyk4s7u02clmrhzenpfwwuux89qkuf3", + "cAddress": "0x3B4E212c25d4469B4BEE5b5F8537B9874e69c305", + "amount": "193402309219775n" + }, + { + "pAddress": "flare1uc7w3we2gzfnkp0tu6a29f97cs653y6sahqf2q", + "cAddress": "0xE37ccbfa8923F0b993020C5A3E026A9C28e133b3", + "amount": "50816633043545n" + } + ], + "totalStakeAmount": "55010250207131009n", + "cChainAddress": "0x9Ba3d6247b9C541c54627a5dAbC8e5e9dD51587d" + }, + { + "nodeId": "NodeID-CeX1NfNPHCdaJXUVtkLysShaZCtsHRK3D", + "bondingAddress": "flare1kdctcmkm97t0hkl7zkghr9k9qu5my76hn24raw", + "selfBond": "2650000000000000n", + "ftsoAddress": "0xc0452CEcee694Ab416d19E95a0907f022DEC5664", + "stakeEnd": 1743732000, + "pChainAddress": [ + "flare1kdctcmkm97t0hkl7zkghr9k9qu5my76hn24raw" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "FTSOExpress", + "BEB": "2650000000000000n", + "boostDelegations": "13250000000000000n", + "boost": "13250000000000000n", + "selfDelegations": "0n", + "normalDelegations": "19397669480000000n", + "totalSelfBond": "2650000000000000n", + "delegators": [ + { + "pAddress": "flare1s3gn9sky9y729c0glactcth2wxxpqv89klrkqu", + "cAddress": "0xEcB4b9c9C6d33b4C5B98041DCEc84258bB04d233", + "amount": "19397669480000000n" + } + ], + "totalStakeAmount": "35297669480000000n", + "cChainAddress": "0x74e90C9B4384498D907eBa09ff6f92cF11C192da" + }, + { + "nodeId": "NodeID-GZEWkCpn852hwKhbGNJgZvbjtvEfU6Ktg", + "bondingAddress": "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q", + "selfBond": "4441750000000000n", + "ftsoAddress": "0x9A46864A3b0a7805B266C445289C3fAD1E48f18e", + "stakeEnd": 1746414000, + "pChainAddress": [ + "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Bifrost Wallet", + "BEB": "4441750000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "62184500000000000n", + "totalSelfBond": "4441750000000000n", + "delegators": [ + { + "pAddress": "flare1g9m4ygek6yunfsly8s0mhy6jcm68p8egm46kxc", + "cAddress": "0xa47030BC817d342d73375476C14aD224C9936017", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1wuw9dsk68nttmaxa5yexx4a8q7cs7qm7aft9vt", + "cAddress": "0x9e29b6EEdD5a844962F172AB23d92FcEfF228Bd2", + "amount": "133999988000000n" + }, + { + "pAddress": "flare1mce9usf83wc0f2c7chlyn5u9dydgh88frrp0xs", + "cAddress": "0xE3eAA4FFD622295f55bA48B05D6d9685aAeAcc01", + "amount": "50000000000000n" + }, + { + "pAddress": "flare13fsw8vfwj60ju4yjfgkn0a7cqqrwkzsclxg37h", + "cAddress": "0x2D95CDF812d73Db65898596b91aa97704f408769", + "amount": "50020994000000n" + }, + { + "pAddress": "flare1wtlngxktmpzzp3mzz3nma70xdqrxqnmcde88n3", + "cAddress": "0xbfF82aAF34Aa83fE1EA9Fe580ef778413904A414", + "amount": "57599998000000n" + }, + { + "pAddress": "flare12w9w0634jkj3yf5gatp6pyts8z5elq2rpgyljn", + "cAddress": "0x0b9f523835534Cc5fAA5bf2F9DE7E5E5EfAF65cA", + "amount": "67990823243000n" + }, + { + "pAddress": "flare1wup9966z4ny2naqwkp98wmut7wy4zk3k6yuxhk", + "cAddress": "0xEAecE500fD3B7c2E1141b64e7Ae7a63047D48d7D", + "amount": "50004997000000n" + }, + { + "pAddress": "flare1msgwtynf3d0w0afzzmfxamnwaldha25zhnqk0y", + "cAddress": "0xE968f7F5F0F357a3743D7F592AFC429f9a23699C", + "amount": "115508000000000n" + }, + { + "pAddress": "flare1m00n756huz0zz39v0yt8934nwtj3z3cvmnctdx", + "cAddress": "0x706291145e486471b68f9F0cCbE509c7f8E7a7Ba", + "amount": "167004999000000n" + }, + { + "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", + "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1udu573v6fwveaxwvgl65484gr73nsqaac2rdcw", + "cAddress": "0x328b15da9E7Bdb0d820Aacd4CB0D943Dd5d69e84", + "amount": "300000000000000n" + }, + { + "pAddress": "flare1zna9tc4g8fca0k4dfgr3t6d0n0yjseqeaxsm97", + "cAddress": "0x09D1a16A80DfCa1c79B3Fe84DE95128d0261c487", + "amount": "89470516223000n" + }, + { + "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", + "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", + "amount": "792602364965000n" + }, + { + "pAddress": "flare1nkkencuu4kumzg6tkx0n9tj47gyzlwjktu098g", + "cAddress": "0x47E1700695b4CfA2aCfc63e622c9B0bB77F76350", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", + "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", + "amount": "50000000000000n" + }, + { + "pAddress": "flare15jzepyr2dc9ws29datmgkte3usvylxz99jr80e", + "cAddress": "0xC8ABA52E6953cc6B7235455C5c390C46924D10Ee", + "amount": "50915114345000n" + }, + { + "pAddress": "flare15v9j4z56ur6avc2ypsflmdguqcvwduqs2h7ctu", + "cAddress": "0x08d86A83C6eB070F49d36E11ed740fb24A89a04c", + "amount": "270495000000000n" + }, + { + "pAddress": "flare12hf7hdlwuhknhggeg9rmg357d0rqvdazw876y5", + "cAddress": "0xEc9928c369cFb6f9B11DFFc525C2A430968225C0", + "amount": "100000000000000n" + }, + { + "pAddress": "flare160h6tvuew78uuymfyfxuqxmf225x6dt7rx6pe3", + "cAddress": "0xd4c8D8bB6EF70518BCfe4cA2Db3E0c3957dDA15b", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1dk23g83z7uktc2ffj9fdkqyn4weec8c30tmt0t", + "cAddress": "0xB743129f28352fB1B41466CEd22d2b9d1C5074Af", + "amount": "88009362069000n" + }, + { + "pAddress": "flare1htdmv35jrp56sq0u3cy6sj2g22hx2gqqx5vg6w", + "cAddress": "0x4549d230d4A8Cbdd079D515Be459E52fBB08fa18", + "amount": "50000975000000n" + }, + { + "pAddress": "flare1vkmdduz3xxatuddtwyh6gczd6l7nzappgv03q9", + "cAddress": "0xBF2D943542657995eb39D93942216aA89C13CCc8", + "amount": "93981646768000n" + }, + { + "pAddress": "flare1v4pgw3ygel3nxswqfsvdnvz8luxwjdc4hge7ej", + "cAddress": "0xb9BD6533f149E6776cb2516Eab8831332EF12e01", + "amount": "53732990000000n" + }, + { + "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", + "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", + "amount": "50099998000000n" + }, + { + "pAddress": "flare1h9nrmaxm9vnx8057hv3llqlkwfw4nzg06zz8xk", + "cAddress": "0xD265052FA6F41fEd85e924A07E20a0c8c1B6731E", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1755a3m9hd3pjq3tj85yxhdrmc76rqrfxzz4pwn", + "cAddress": "0xDcFCe2722871576a2678797745e76D9F0dF367e6", + "amount": "51999998000000n" + }, + { + "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", + "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", + "amount": "100005000000000n" + }, + { + "pAddress": "flare19lxvnyq9vvyj97e63gu2xlrpqsjgs6xcfauvj9", + "cAddress": "0x523A233fA9f41eE8Fb5a999Edaec22c1FC0d32C0", + "amount": "61637803474000n" + }, + { + "pAddress": "flare1gqyhw52nlekl9t8fu38wkkm9e0uvzw59zj0sj2", + "cAddress": "0x3A8Af4616E8FD65B3B44C65ee52b7051942f0AfF", + "amount": "124731000000000n" + }, + { + "pAddress": "flare152lkwrmrggjstqnqvsy28vzc5rm9ewtzrg02xk", + "cAddress": "0xDb852815C5725E081f8377F35aE90D2f9AD065b0", + "amount": "51508257653000n" + }, + { + "pAddress": "flare17dquzh3xq6zav8nh0fvgsqqtay8d0c9ezp2dyw", + "cAddress": "0x4C85643eA632E85014D98BFEDBFad6aEcCaE139d", + "amount": "364916000000000n" + }, + { + "pAddress": "flare1hpg5x7xfnty3eadrnehhu2utne99yzem8r0g00", + "cAddress": "0x67e029c639B6e98a6EE9EcA7Eb2BD6dE9E460EC4", + "amount": "50903988000000n" + }, + { + "pAddress": "flare17aazcvkdfdh860sp20jwp2mk7rzmzms4uew3lk", + "cAddress": "0x446808Acb0b2b823d9F1dE282D07Af1463858394", + "amount": "875481890996000n" + }, + { + "pAddress": "flare1rqgfcg28hlvfaucuzalc09eg4k66xhepnm87nd", + "cAddress": "0xEC6104654270B2667D0C9943135f9dAeEcb6A18B", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1fefu4xykq3pm289479t0wwymj536yeg664d0zd", + "cAddress": "0x98118cf073aac296Fbe79cb1C49Dbb8a8cc5a783", + "amount": "334669995000000n" + }, + { + "pAddress": "flare1322rx87p46k8y32x6ghe3t2mevsr4mdgh3pt6y", + "cAddress": "0x4D74D11C5cd94B8909642eC8b0436a37c7Ed61F1", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1j39nv05auy0zy3t4y9zf8q9ll0azl42zexlfhs", + "cAddress": "0xc53c3F99c930fB0AaEd58077Ce2adfd9E90A9169", + "amount": "782551990000000n" + }, + { + "pAddress": "flare1l80w6szjjcq3hw9u0wngkczcrmfxkwy0ruwnl0", + "cAddress": "0x734EA496Fe9fe8cAf8a5ce4929b7BF994a716c14", + "amount": "50700864029000n" + }, + { + "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", + "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", + "amount": "19417639054583168n" + }, + { + "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", + "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", + "amount": "36200000000000000n" + }, + { + "pAddress": "flare17580e8fw40kaj894vp5deg0pqj58e9elhxz6uc", + "cAddress": "0xbdB3e7C5CE10384c78EbC2B6288EdC04019aE5dd", + "amount": "278893111714000n" + }, + { + "pAddress": "flare1s02squ2dyd8eah6nd6kwues3pgc9f0qxjmpucg", + "cAddress": "0xdcf68ef8D11482D8616F89FFD51f220857f8Dfa2", + "amount": "84100000000000n" + }, + { + "pAddress": "flare1rv9hr52yyxytw75yj0sxcld0n9nr3u32zenwwm", + "cAddress": "0xEFed7008C363b7f1153A0bE3489bf41aBa28452E", + "amount": "59999997000000n" + }, + { + "pAddress": "flare1cevpg4uver7fr6paf7pn6k0j6sdc7rf8gmwhax", + "cAddress": "0x455c7B038e40AB0e70037503EBc09C4af7A2D54C", + "amount": "263323282937832n" + } + ], + "totalStakeAmount": "66626250000000000n", + "cChainAddress": "0xD448D833dd419944008133C69550FBc2e429f5cD" + }, + { + "nodeId": "NodeID-LcbbZYhBHn8HVjTzPASuHtFVAckcdctWS", + "bondingAddress": "flare1dcl0rtm5yqhr6ws37cp72z8rzh4vcjec52gecg", + "selfBond": "12007000000000000n", + "ftsoAddress": "0x35149714467F2FE71b46eEb4d11689ED8728Bd25", + "stakeEnd": 1754402400, + "pChainAddress": [ + "flare1dcl0rtm5yqhr6ws37cp72z8rzh4vcjec52gecg" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Ugly Kitty", + "BEB": "12007000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "7315945229194000n", + "totalSelfBond": "12007000000000000n", + "delegators": [ + { + "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", + "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", + "amount": "491000004000000n" + }, + { + "pAddress": "flare15xgrpc2uy297ftmxpgjxmfajlgfffepy0877cj", + "cAddress": "0xbe303CC50e4A001e74ac26E186365B8488d52195", + "amount": "900010000000000n" + }, + { + "pAddress": "flare184mqtd7n9redsz7l2catn2qcxxhkr57xj3ukzc", + "cAddress": "0x363ADC334cd10bffD48e07b8F8a74A6cB761aD0a", + "amount": "1162030000000000n" + }, + { + "pAddress": "flare12nkuaak09hdze3et8chqgpluf38k2cxk5h95tc", + "cAddress": "0x73eEB273b13E4572684943321FcAd7bb2EdFaD92", + "amount": "50574995000000n" + }, + { + "pAddress": "flare1wffcpf8llxm8rsdmjslhgcvz86w72wjmyaumz8", + "cAddress": "0x09eae10D1e9c2B0B1eA1Dea096Eb22336409F325", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1ascezmxu33twsh53spwg4purvqlmp0e2wzetp8", + "cAddress": "0xD6ed3a61908B3249FdE2e85f25D21aE86571ea3C", + "amount": "55311000000000n" + }, + { + "pAddress": "flare19emalwkx07ut2dju36ylpz6gr5d5fn69k2qmcp", + "cAddress": "0xAb251CFb507D82a4FD5C97e0CC3d7BAFf61700AF", + "amount": "350009000000000n" + }, + { + "pAddress": "flare1uwk8mrywg5jwvv9kfz446glm37z2uhqhn8hh20", + "cAddress": "0x424559e59a6A2CE7742637677087C8e03A01D143", + "amount": "621700000000000n" + }, + { + "pAddress": "flare10gme3436wm39vz59dukskf788z2d438ggc9wsv", + "cAddress": "0x7adc29263d105b54e185585379F1Fa4992Fc0481", + "amount": "1711489000000000n" + }, + { + "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", + "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", + "amount": "1520000286754000n" + }, + { + "pAddress": "flare1v9qwukcxjg4xf0gwp3fzdyy95q2fzqlvz0979r", + "cAddress": "0xFdAC058d47dc99A70f076523c95a5c97b3805bBB", + "amount": "264999997000000n" + }, + { + "pAddress": "flare183vl0vxxu3h0jt4l603czg8sha6axyztsu2c5v", + "cAddress": "0x7fAD02560Ac4a7d1308787A2C9D0A12D6947feF6", + "amount": "138820946440000n" + } + ], + "totalStakeAmount": "19322945229194000n", + "cChainAddress": "0xb6379cD18Bd767a56e323A2E6d33e709dA5b945C" + }, + { + "nodeId": "NodeID-Bo98cjoi5LvF6jXAMHZZLQYutyeGutBQ1", + "bondingAddress": "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc", + "selfBond": "7000000000000000n", + "ftsoAddress": "0x4990320858AE3528B645C60059281a66C3488888", + "stakeEnd": 1743897600, + "pChainAddress": [ + "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "AU", + "BEB": "7000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "97945881086717297n", + "totalSelfBond": "7000000000000000n", + "delegators": [ + { + "pAddress": "flare1mnxcmw60vjvf2x799kjdy00k2634czvj503h86", + "cAddress": "0xfF0aCE724184414B8A4D05eeA38cB4262B0f4D6C", + "amount": "19025100000000000n" + }, + { + "pAddress": "flare1j65pvm94vh42584v2s7ss7kck6nctuk278zp9j", + "cAddress": "0x1b2ACDFBCf55112bBF072Ad46b70D3cbD805D369", + "amount": "741000000000000n" + }, + { + "pAddress": "flare1v69smxayhf4cpeds5g3jqf0gga62a93mz6w8mw", + "cAddress": "0x2E3E6A7b70A9c029AE9A7eBfafFEa9b972d0D3a0", + "amount": "402100000000000n" + }, + { + "pAddress": "flare19pdclmn7dwzjg2hltn9u893rkc2u30fs2xc98v", + "cAddress": "0x449967f987ae0AEea8cF313f17EeD0F897847D25", + "amount": "400897000000000n" + }, + { + "pAddress": "flare1xqv2gwxpsen434hn8qas585l8tvft2w03ug36h", + "cAddress": "0x35aa0A6e56c63017D6Fa4f7eDA7d37304E13050e", + "amount": "514189984000000n" + }, + { + "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", + "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", + "amount": "1297149998000000n" + }, + { + "pAddress": "flare1ck7pztandlwudwet0kdctqnyl5fwfuhamhwp0e", + "cAddress": "0xA544c0eD10496632C3F13EC4f83c8077f033d402", + "amount": "259711584320000n" + }, + { + "pAddress": "flare1r2ffxnthl7gsaht6shtmgeapwm3j2zuvdmwm7q", + "cAddress": "0x462bA1F305C8bD140d1CF02d528B8129F136B8Ed", + "amount": "670730988000000n" + }, + { + "pAddress": "flare12s0z5myrje9fxetyl47cx0lv57q2dfhdefdw5c", + "cAddress": "0xD3192402915F0062C932fccEcF145588ef517e16", + "amount": "103999997000000n" + }, + { + "pAddress": "flare1yf492ew7wmu39v95cnhtsmzvwl3hs7lu0ht7tv", + "cAddress": "0x1BB3f830F0Eaa442c33A2BcDE2856becB21a54F6", + "amount": "500400000000000n" + }, + { + "pAddress": "flare18jnuhsrq0d6zjrrvut9p9yteq5rnr5ckf8qpj7", + "cAddress": "0xf581bE044E9A69B5a8B7020ED32723BCB4594A5b", + "amount": "1441895972000000n" + }, + { + "pAddress": "flare1cjug340c03pptm5pel386rya4wreushnpp3cae", + "cAddress": "0x71B1059631692C6FF9c4e910F5DFb2CB78531ccd", + "amount": "3000000000000000n" + }, + { + "pAddress": "flare1m7wneyvxx7fucqgtqzjgfngckfvzpf3fa0gugr", + "cAddress": "0x63cc4f541d571b40AA690c0C01813278d8289477", + "amount": "400000000000000n" + }, + { + "pAddress": "flare1sru0p28uevaww0p0z2q908hgzvvy73nx6p9p5k", + "cAddress": "0x53dc8744DDd13536DFB450f1245f79B6E922310D", + "amount": "86134000000000n" + }, + { + "pAddress": "flare10gqst4a4mr7taf9zq5vhs4dsrdua2y2wu7e8rf", + "cAddress": "0x3aFcd19383baeDD8010d3F3F0006C03C069072B3", + "amount": "750000000000000n" + }, + { + "pAddress": "flare1rn0j9cr4dt6cnrsy65kf63dwa84n8uzyu80zr5", + "cAddress": "0xF0D5735B074ef4D7eb5D7541B45EC681C87Ea9e2", + "amount": "400000977000000n" + }, + { + "pAddress": "flare1zjhpyw6u4lz4c4hzq0m8rnhqkr5e7jcdhhqqpq", + "cAddress": "0xe4BC88b85595Bd7F19f9aFb698c758d0e82704ef", + "amount": "105670000000000n" + }, + { + "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", + "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1vm5h6tczhgy24njywdjssktfpu77ew3cs3tsr7", + "cAddress": "0x4010A4c1911A4768849D59aF8dd3C114771298b9", + "amount": "235865998000000n" + }, + { + "pAddress": "flare1d9x87mx4fh0cccrvtku3p6umrsxv9e0jhc4w0m", + "cAddress": "0x77Fa775e158eFFf790a82Bf5eeBAAE249BEf233c", + "amount": "16258423000000000n" + }, + { + "pAddress": "flare1rcv4neqn368v64gkjcsvy2wf0ezj9y6dm88zz0", + "cAddress": "0x7C2d7614cdB4858d3b9B8b29e80E9406b5daDaa1", + "amount": "1800000000000000n" + }, + { + "pAddress": "flare16pdhh0kcjx8hfuh9ak5hg6s7v830ed9rlx5szz", + "cAddress": "0xcCa3319bD691f8ed61e828343EE5Fa25097B7bF8", + "amount": "100000000000000n" + }, + { + "pAddress": "flare1shc6k4tc36p3ug75saggercdddxy6zc69vpalk", + "cAddress": "0xAe1503224bfE7BDD73beD0B5dCdF33b72c90960e", + "amount": "3486899986000000n" + }, + { + "pAddress": "flare163yacgx3ygnfr7nzkryna2ycj2zsam8925m7wp", + "cAddress": "0x28B9081BCAa20f89B4800097153824158a40ac22", + "amount": "804366553689000n" + }, + { + "pAddress": "flare1wrznzm3guy7ntmv8jnmsnsgex6vx6edp0nvp88", + "cAddress": "0x679751569a7a1Bfac127d898534028CB65FA3c8E", + "amount": "531114028558000n" + }, + { + "pAddress": "flare1j29wqym6zm7p97lhf6xgt9acq3z7pjhn53s0jd", + "cAddress": "0xE4fA53C7B0226558b9D27F5b17dCA6Ec80ee59F5", + "amount": "1639216995000000n" + }, + { + "pAddress": "flare123320nw7y2gvdjm4vq0grufczmwk4cjel9pj2k", + "cAddress": "0x2531E6220E411213c08cd91e08Eb3eBaaa23EbEE", + "amount": "355660000000000n" + }, + { + "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", + "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", + "amount": "698292000000000n" + }, + { + "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", + "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", + "amount": "100000000000000n" + }, + { + "pAddress": "flare163vr29akw77sxpg5rxl54lygqvl5uutsga8y0l", + "cAddress": "0x9614256715b73b45F53E64e4aF67F19DfD9EC363", + "amount": "259344682570229n" + }, + { + "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", + "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", + "amount": "1820931605369059n" + }, + { + "pAddress": "flare1rp76dfqczyrdr03zzxq6llu5sxa9vr7xktxxgn", + "cAddress": "0x6Da1F633AF85E482db8A681D000E96A87f9D6103", + "amount": "50000000000000n" + }, + { + "pAddress": "flare1d9exgmyzwvgr6p2jy3p72kgsszvgajcskarezk", + "cAddress": "0x91B63f6405a0c10D6d70a633b2130292c2faE893", + "amount": "9095262930000000n" + }, + { + "pAddress": "flare13kzrzwlrxx0xd8wcpyaa4ey82alzw7y5dtwye0", + "cAddress": "0xa1379d0B315c7FfdD2ABcb71A8441bC47Bc22229", + "amount": "406144150000000n" + }, + { + "pAddress": "flare1w44n528vtws9mtmtt77vpqrdsfz9yjd5tk2w0p", + "cAddress": "0x5B02D652dd6B15f7e2B934C4A6d028e07BB28589", + "amount": "120049992000000n" + }, + { + "pAddress": "flare135mmr50dcqttmtzvh8tcjkj05rljp5sq709f6t", + "cAddress": "0xB97a94f2f54b13124374185b333C4fF4bf79FB77", + "amount": "9802959249000000n" + }, + { + "pAddress": "flare109a6sa7xrl88vhcx7hncmwa2gxmlerhs2dmred", + "cAddress": "0xe6C477CD695873e7DC03714EaF8e22Bb99236BC3", + "amount": "100000000000000n" + }, + { + "pAddress": "flare18xuluwmf2964aknwdp08ger5pmvp8akd2kc6ky", + "cAddress": "0x3a547fdFe1D59a41634d5Af3080D56D9e648b2E1", + "amount": "1618065000000000n" + }, + { + "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", + "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", + "amount": "2673998998000000n" + }, + { + "pAddress": "flare1puhax0v92nerwrhm9upkmgr0v5mdtxk7e3e6a9", + "cAddress": "0xdcfB1c9F1BAc1b8e117d6E09E71963C9a8B99174", + "amount": "150000000000000n" + }, + { + "pAddress": "flare1c9qn6p9263geux4grcg0ults89dmqzf3rrcaxy", + "cAddress": "0x34fA1F8Af237385d71238B6cEC2507d53e894Ecb", + "amount": "151757000000000n" + }, + { + "pAddress": "flare1t25g52cs6dny70jchny4h8e60elv3pv9awsjsq", + "cAddress": "0x995B1126A3A2ebc33c1528CE6505Fab22aaa689a", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare14gayv7nglfq4zfmpyrnpwxunrhnm08x0zpnh5k", + "cAddress": "0x5baD58A4bf3a5c5C1774911E2265a0347602238a", + "amount": "1000034000000000n" + }, + { + "pAddress": "flare1d80dgwzvuhd34hdzz0tehfhjdwz2jtfvufyefj", + "cAddress": "0xEbae206B804491ce1E629fC3103Ec211E25392Df", + "amount": "2400000000000000n" + }, + { + "pAddress": "flare1tra4ppaam2hnrevv3ktrstzv2mw72xq6rvvyc3", + "cAddress": "0x1bDDF0451968f75C0975621fB61352De1B3b5Cb6", + "amount": "50319976000000n" + }, + { + "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", + "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", + "amount": "319999793633000n" + }, + { + "pAddress": "flare19wtdxakvhuk3qhpff5muuua596almfhuhuzulu", + "cAddress": "0x844a002dcc954bD5A7878815f54e5FcA8f2De58F", + "amount": "482023816802000n" + }, + { + "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", + "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", + "amount": "150000000000000n" + }, + { + "pAddress": "flare17xl6lhpuvdwg4sl3u97657ptl2uwh6alu230g4", + "cAddress": "0x63321a4B97D62E2E1e26Ceb911eFDDa960117E02", + "amount": "332175021452000n" + }, + { + "pAddress": "flare1fcjkrdsrpannsuj2l9qx2gajrk5gpk6cve39x4", + "cAddress": "0x8e8079AB80E5775746B9286E37d20e203cdE96b2", + "amount": "699999997000000n" + }, + { + "pAddress": "flare1snel605g0vd5x2rnfr4e27kywz7kas58w5fcpr", + "cAddress": "0xbA1A90Ff570AB6d193F1AE863fA7423a2fD726Fd", + "amount": "350000000000000n" + }, + { + "pAddress": "flare1vl46anyauk6vxupncd2ju0v9vj5cnaxfn95hhn", + "cAddress": "0x1680D75B912C2A0442d7Ef703B3541a485C60237", + "amount": "586299997000000n" + }, + { + "pAddress": "flare15u7km4khlqvrq5yczuu9vjrl9xdwu8cz9k6j6q", + "cAddress": "0xaD37815f435577485766BE1bf2Cce769B15A791c", + "amount": "4054090074454009n" + }, + { + "pAddress": "flare14vuh033jka8zy77e6gy77n0v8k82e3hcyjej9u", + "cAddress": "0x6fD76CA69f80fDBF8Cd6a1Dd02a4e03959613dA6", + "amount": "2209694125778000n" + }, + { + "pAddress": "flare1k2l4za0elqy5d5ukjee9vmu0rvjlynnuyqfrgz", + "cAddress": "0x50397Eeba2fAe71BF81eF1a1a8f71537fc2042Cb", + "amount": "50000000000000n" + }, + { + "pAddress": "flare10ptfn68ddxlngtxry37m6m897gptltcym6sjua", + "cAddress": "0x593798fd09b74B5F371295AF4b1bbDE224948ECC", + "amount": "62193891496000n" + }, + { + "pAddress": "flare19m6mvdr50y3cuvlm9d33ns4ew8lc8dlecen0c4", + "cAddress": "0xD29A0a87558aEEE92359cbB4f98043DE6FfD3dDE", + "amount": "1000000000000000n" + }, + { + "pAddress": "flare14l58546ykry684ejt9mpe647mqrw3nvdyy7gcw", + "cAddress": "0xA2FD14bD0CecF38bD4581B9664f5e41FB34342fE", + "amount": "291717724596000n" + }, + { + "pAddress": "flare1gd5xwt36pxa50suvxypj8vehsh69ttucr4ulhc", + "cAddress": "0xEfCa66c0A08d027652032e7010C4D464FbADBBf3", + "amount": "500000000000000n" + } + ], + "totalStakeAmount": "104945881086717297n", + "cChainAddress": "0xD49E9e23De39c3852c1980659D82D057e791F491" + }, + { + "nodeId": "NodeID-FHPDnySFVqde5bGvEXsFnvZGhXwcyRfNY", + "bondingAddress": "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53", + "selfBond": "15000000000000000n", + "ftsoAddress": "0x6df84895f1f1f6F6767C59324F94089d4097051A", + "stakeEnd": 1754553600, + "pChainAddress": [ + "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Kiln", + "BEB": "15000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "1386298992000000n", + "totalSelfBond": "15000000000000000n", + "delegators": [ + { + "pAddress": "flare1wxtd67rqwu7wzkufz70zrh9cw2grkpcgwuuf7q", + "cAddress": "0x073B52093758280718dd32eb56f2CD315458252A", + "amount": "62000000000000n" + }, + { + "pAddress": "flare1q50p9cqzccesjzhmclxtnylf3jjt3kytxcxtax", + "cAddress": "0x2bAedA463F934642e10143e5a2D82fb7f0AFA1CC", + "amount": "531499994000000n" + }, + { + "pAddress": "flare1sjs5um5wvlu0jl9hjsrgvvcp2lfturw0xl8sjs", + "cAddress": "0x0b37401c34A331FF772445515a045f47DD35906f", + "amount": "249999998000000n" + }, + { + "pAddress": "flare10vf9e0p3hztwfktq395ykxxutj2jl84hahcscd", + "cAddress": "0xB3943AE7DD820aCbAEe28DA94dD44d936553Df72", + "amount": "50000000000000n" + }, + { + "pAddress": "flare12rx4lvlsfyyu3ad2ygpmezfhuq7e3k4u5x9kl7", + "cAddress": "0x2B136746e911D983e7D6aE5F3b1fc7a555DdE80A", + "amount": "392799000000000n" + }, + { + "pAddress": "flare168yx7vky80efjcm22p30sxz4ra8f06zhufnud4", + "cAddress": "0x5C9e865772D9e5868B87857caE7905ca22509378", + "amount": "100000000000000n" + } + ], + "totalStakeAmount": "16386298992000000n", + "cChainAddress": "0x36A65098AF668a74F42c9b5551911B43DB4489A2" + }, + { + "nodeId": "NodeID-5V2bQbryZTU4pAe59KNHNBru1BwEfcXqg", + "bondingAddress": "flare1xsuurmk7pyf59uez6kcl3em92hey4aeh49w2j0", + "selfBond": "8000000000000000n", + "ftsoAddress": "0xDe40311b4b538392e0e7dCC134426C397c956cA9", + "stakeEnd": 1746792000, + "pChainAddress": [ + "flare1xsuurmk7pyf59uez6kcl3em92hey4aeh49w2j0" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Flare Dienst", + "BEB": "8000000000000000n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "10732959999000000n", + "totalSelfBond": "8000000000000000n", + "delegators": [ + { + "pAddress": "flare102rqulun05s9lv6m9lh9tnwgwhz9ucen662p26", + "cAddress": "0x35650B764Cf76aae899A099D68920ab7f348c466", + "amount": "10000000000000000n" + }, + { + "pAddress": "flare17tpau3ye8qk08rtprangna8zwzu7djlke3h6es", + "cAddress": "0xD15b434f4880352A0727b7dB60999D98C95BD587", + "amount": "168599999000000n" + }, + { + "pAddress": "flare1rzrqcuve9l08cc84rwhv5fdnwrndy8x2fqyffu", + "cAddress": "0xa85adee061A29D042cB946A96F20389D8727b780", + "amount": "564360000000000n" + } + ], + "totalStakeAmount": "18732959999000000n", + "cChainAddress": "0x15C978f2364C54d3db744E6a07863A2a3f3E8d5C" + }, + { + "nodeId": "NodeID-9WF8MvjNhmR45AdNjVfAWp27KKq7KCGpm", + "bondingAddress": "flare1w69rq8dwpyrrw7xkkasm34phunw927c0cj546w", + "selfBond": "4130006689658323n", + "ftsoAddress": "0x3fE77e9be1ECcDe815311f9bcc40814F4eC6AE09", + "stakeEnd": 1744275600, + "pChainAddress": [ + "flare1w69rq8dwpyrrw7xkkasm34phunw927c0cj546w" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Defi Oracles", + "BEB": "4130006689658323n", + "boostDelegations": "0n", + "boost": "0n", + "selfDelegations": "0n", + "normalDelegations": "1000000000000000n", + "totalSelfBond": "4130006689658323n", + "delegators": [ + { + "pAddress": "flare1lz0yp5wtz27940296dqjkvp6jr8hf9zf66n39l", + "cAddress": "0xAd9362402e224419F124783282B5e80d88ed399d", + "amount": "1000000000000000n" + } + ], + "totalStakeAmount": "5130006689658323n", + "cChainAddress": "0x365623E776bC0C4dA02ecc097690F5455C3149e9" + } +] \ No newline at end of file From 1b357ff85731e7e61a9387d270843c9d3fc3846f Mon Sep 17 00:00:00 2001 From: Timotej Vesel Date: Mon, 10 Feb 2025 14:35:58 +0100 Subject: [PATCH 5/6] on schedule --- .github/workflows/scheduled-commit-initial.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scheduled-commit-initial.yaml b/.github/workflows/scheduled-commit-initial.yaml index 694bde9..6a5f556 100644 --- a/.github/workflows/scheduled-commit-initial.yaml +++ b/.github/workflows/scheduled-commit-initial.yaml @@ -1,9 +1,9 @@ name: "Calculate initial rewards data" on: - push: - branches: - - "test-auto" + schedule: + - cron: '30 7 * * 1' # Every Monday at 07:30 UCT + - cron: '30 19 * * 4' # Every Thursday at 19:30 UCT workflow_dispatch: inputs: first_reward_epoch: @@ -15,7 +15,7 @@ permissions: actions: write jobs: - process-staking-rewards: + calculate-initial-data: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From e419582658fea83d9ca9ce077d4b31c64839bd83 Mon Sep 17 00:00:00 2001 From: Timotej Vesel Date: Mon, 10 Feb 2025 14:50:36 +0100 Subject: [PATCH 6/6] data for 266 --- generated-files/reward-epoch-266/data.json | 9415 +++++++ .../reward-epoch-266/nodes-data.json | 20998 ++++++++++++++++ 2 files changed, 30413 insertions(+) create mode 100644 generated-files/reward-epoch-266/data.json create mode 100644 generated-files/reward-epoch-266/nodes-data.json diff --git a/generated-files/reward-epoch-266/data.json b/generated-files/reward-epoch-266/data.json new file mode 100644 index 0000000..ae5102e --- /dev/null +++ b/generated-files/reward-epoch-266/data.json @@ -0,0 +1,9415 @@ +{ + "recipients": [ + { + "address": "0xaDEDCd23941E479b4736B38e271Eb926596BBe3d", + "amount": "56243928132311989865577" + }, + { + "address": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", + "amount": "1496224057117741991597" + }, + { + "address": "0xe333ACd3a3Aaec34704de3cE739301BA976ce930", + "amount": "103762207825302292809679" + }, + { + "address": "0x3148dB2D64e894fedaE3eCe2f731Ea6280260148", + "amount": "554458043120376050188" + }, + { + "address": "0xafc75aef3bb2afD72BD99910bB63F3877D8cCeBC", + "amount": "332658501549271355169" + }, + { + "address": "0x493a30766b7E9733e4060C7192a820f5E386029C", + "amount": "1164391431443131189932" + }, + { + "address": "0x49d2Bff246ede47435ced3F8A4b18BBD6f25D57C", + "amount": "554436380223811413139" + }, + { + "address": "0xb06535b7F56e18028EE22af0808aC5555b696aF3", + "amount": "55443083591545225861" + }, + { + "address": "0x9dD084FA1486109Dcf76Dff15b25c1988464A0b0", + "amount": "4248315161646169483167" + }, + { + "address": "0x230BE90734f636670251A6fa7b949377E6164228", + "amount": "811597683337325663856" + }, + { + "address": "0x8D1BF8D8BAb0668a18d9D53957c0a59F44F9047B", + "amount": "64016763784631824766" + }, + { + "address": "0x3BC5b15de5a2F24EFd4B72A3adF8fd9827F3952c", + "amount": "84162600891965652857" + }, + { + "address": "0xD99603E81f9903568851f2537397c59c58cE1962", + "amount": "46579235508963408642098" + }, + { + "address": "0x617D1eba48b184E7194938B41230e89a4DfB1e1B", + "amount": "622625820971021183609" + }, + { + "address": "0xB7D8dC528D9e653c5D356a1c182274Fc6f0a15dE", + "amount": "114199298263673175646" + }, + { + "address": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", + "amount": "1940507925704082905156" + }, + { + "address": "0x98f3C440432F400730ccabfC9ce373D4b71b4d24", + "amount": "793960521945721308645" + }, + { + "address": "0xF0FBaba99119bdE6646b480767AFE164731051b2", + "amount": "55443083591545225861" + }, + { + "address": "0xBbE0798c1E4A77d2Ac2beD11DA560365b2C4c6ec", + "amount": "193396564184028056850" + }, + { + "address": "0xbf7E8F8660A3319cC8D834e67D6fe0ACf348684d", + "amount": "95269452259424441215" + }, + { + "address": "0xE546B0a6F93B8FaF929016b798C41AaB4EF9bC4b", + "amount": "332658501549271355169" + }, + { + "address": "0x90FDCD443f7323220C6FA9DA95dabE533AEd312D", + "amount": "847203905603681933477" + }, + { + "address": "0x64d5eAFF20b42D6f8FB82A98E67C16E44E033EFD", + "amount": "55443083591545225861" + }, + { + "address": "0x757A460D53E28D0230C6e01FFfeb725B7f9230fC", + "amount": "153594386526654991568" + }, + { + "address": "0x469F5C21A27e80aFeDE7806cCFd9B508E4Ef4455", + "amount": "226497846559300726955" + }, + { + "address": "0x85Fbc8d57D099923B1378402a91608Cca1e53F1e", + "amount": "134518791772721585957" + }, + { + "address": "0x7e4136EEDb698055F1E1Cab189Bddb563D0fB875", + "amount": "163656892562833844877" + }, + { + "address": "0xc39dc41Db0D63Dd065b9aEC4aDDc7BD2911ab352", + "amount": "759982499478666044153" + }, + { + "address": "0xE5e8C9fB35ECF19D1d05854567A9043DfC8DAE40", + "amount": "2198619997062307243906" + }, + { + "address": "0x5e6AE5b0f6839f50bCCe47768d5EB70a7c9c0cf2", + "amount": "90843507176014652754" + }, + { + "address": "0xDd5199799484C80f828c176a667D6291089Eb7a6", + "amount": "133328396382042691629" + }, + { + "address": "0x65948797ce784D29D3a23061B0A1734220E45bF3", + "amount": "772386714820896040026" + }, + { + "address": "0x75a0f46BB5235b96dc3ABC8Df54a34acbb63dC41", + "amount": "435844240455758303300" + }, + { + "address": "0x65df373e0AbB48b5661669582C6B67d333Ea87DF", + "amount": "56551945263376130378" + }, + { + "address": "0x0Ff0d4a82012f588537bF1f9e86d1De6b776cBd6", + "amount": "63756321807811478288" + }, + { + "address": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", + "amount": "336878332336383737008" + }, + { + "address": "0x891222fbAd4D61feDe268D71aC3259DD788b53b2", + "amount": "153062800902447268197" + }, + { + "address": "0x938D7B51738d681b928cA0faFBfEeDF02d6544bD", + "amount": "55443083591545225861" + }, + { + "address": "0x1eEB33F734caF7b8c823760825baE2fb3ACD0994", + "amount": "55445297988303872177" + }, + { + "address": "0x3875FBCC5178c4fe74b1C4C4e639e312f50b5A1B", + "amount": "42864589242347459070931" + }, + { + "address": "0x3fF764A376A099111BD8c6ECA24AfEd5Ee54eF84", + "amount": "997975504647814065510" + }, + { + "address": "0xEB26dD0d4e25509851096BB9d55892681917a3bB", + "amount": "1327687497042827672311" + }, + { + "address": "0x597d41d4C647DdB04a4Bfc1D0C16bf67125c4d86", + "amount": "1330634006197085420680" + }, + { + "address": "0x3382646143eC122ee8f93aDf1520197B78F3F040", + "amount": "88697843631820541398" + }, + { + "address": "0x08aC21619ce9C924ad644d1ED02dB52260127593", + "amount": "209574874826689374882" + }, + { + "address": "0x2e4489620c72a40856099C44aE4CDB8241B31238", + "amount": "163249079463994276147" + }, + { + "address": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", + "amount": "1211326017983514171686" + }, + { + "address": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", + "amount": "3113703864295026992626" + }, + { + "address": "0x316992e537F6a60914e2832B046690472B8224E0", + "amount": "111002012179669969980" + }, + { + "address": "0xB3E7aCA73cfd0FD8Ef7AAe7C7a8C4686046d974f", + "amount": "55477808308211379889" + }, + { + "address": "0x67316D58B6948d033aFE07293d13D709C2767c45", + "amount": "221773338631148953885" + }, + { + "address": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", + "amount": "6504496727158100988111" + }, + { + "address": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", + "amount": "394915239287807952710" + }, + { + "address": "0xb595192f238808EbAC932AA94824B6EEe065AaD1", + "amount": "4731143131520697370190" + }, + { + "address": "0x2E7eF81929CC91CB20DAe97faF6030589A12e2dc", + "amount": "9158595547238552080884" + }, + { + "address": "0x978c6401CEE48699595E498ee8E8D7F04B414851", + "amount": "648671841116496226421" + }, + { + "address": "0xC8717f46e03327FA3c1aE045fd3d1F9cAD67dfF7", + "amount": "60371357688571468160" + }, + { + "address": "0x330E03eAf71dea0E2CA2675dA7E3176E9F2CC84c", + "amount": "350153874593714515330" + }, + { + "address": "0xbe3940A3dDe8eb2E394D9459dE90d0dE648Ba1A1", + "amount": "71963854925086577533" + }, + { + "address": "0x97B8853E6f46EE7d70e23C07Cb1dB02ad79afF6F", + "amount": "561504497430295423991" + }, + { + "address": "0x910794d860950101Fb9487160A7C596A86732C60", + "amount": "538602861129086000500" + }, + { + "address": "0xf655A4685DD579b1CD90df819eB32e711D9Db56A", + "amount": "60371357688571468160" + }, + { + "address": "0xbA67Af2F07Eb85fD79772ab8911d1aDEc36A21Ac", + "amount": "105998862283758901437" + }, + { + "address": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", + "amount": "650066101605422969142" + }, + { + "address": "0xe52197453345653eA9184B005A52731D46ea4C9D", + "amount": "479274655935802063558" + }, + { + "address": "0x1023993e27375b5a86C7C8Fd1aF1E00975BC1ADC", + "amount": "575946177499469239488" + }, + { + "address": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", + "amount": "2012602974203909827814" + }, + { + "address": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", + "amount": "518072021638094940591" + }, + { + "address": "0x4879a073057491BaD8926aB6840720B7A730eeCc", + "amount": "475578450363032381834" + }, + { + "address": "0xb8AA79263Cf19BF8C4819082791622300c3Bfb62", + "amount": "1931883446034286981134" + }, + { + "address": "0xaa76CC79718E17c816caCDb80e0CC7033CE57D58", + "amount": "118894612590758095458" + }, + { + "address": "0xed8b2a1D1bc80f70BEa9aE4b11Cd5BaaC64888D7", + "amount": "1230978728229108275792" + }, + { + "address": "0x65491ACefA1ce88b5F7eD3ed244bA7Aa29328759", + "amount": "112677099575095480631" + }, + { + "address": "0x799486950ef0163a160A051f00CDa308a4068D23", + "amount": "1363283822089884275908" + }, + { + "address": "0xe3794481059D3894483A298c0897112BF83EAD09", + "amount": "177840456129920339090" + }, + { + "address": "0xFeD0A62C6b2C7B9D42e55BE1dc7e64D16248aa4F", + "amount": "292786595663726363425" + }, + { + "address": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", + "amount": "236557156657259630341" + }, + { + "address": "0x0c71d89263Af8fC7A3A8849D1efb7bc9Ca0Dc7a1", + "amount": "64794732908298919438" + }, + { + "address": "0xF5afA65b1f2ffdD62848a10416058565f875AB9e", + "amount": "241199960477215627556" + }, + { + "address": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", + "amount": "824283646326633079995" + }, + { + "address": "0xA7B685e40A92110DAfa356E62F472a1417bD80b3", + "amount": "8614649725608210343130" + }, + { + "address": "0x263C2B6F55020B6E44D589E560BF0A7c819Fc13B", + "amount": "242959687234769250180" + }, + { + "address": "0x2f246f6467aE96055634581698A260a93294B68A", + "amount": "134268899881935955734" + }, + { + "address": "0x8b2270C8eCaf1af6cE18EbcdC6f509Ad433b98CA", + "amount": "64531133123217978319" + }, + { + "address": "0x8B9005236748A4987A4463E0EC67b069702Bb82A", + "amount": "100517195595126294642" + }, + { + "address": "0x964c4017c562C0bB02BB5a9C85Db84d1e61C7A2e", + "amount": "6506487184729678387385" + }, + { + "address": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", + "amount": "2401708288754248613025" + }, + { + "address": "0x1Bb648F2c3090d9a973d6EF864a1278F41d4b2B7", + "amount": "96594172301714349056" + }, + { + "address": "0x5970A0e9cd3f7417DF763AB0398bDC0B31C6024C", + "amount": "548738150624247497594" + }, + { + "address": "0x9F2583db3AE715EC5045883E3CB6aeA718B392D4", + "amount": "60372561493443778275" + }, + { + "address": "0xa49C0428307f9E1f9cD12bFaCB88506Cb24673F9", + "amount": "387585246357411109103" + }, + { + "address": "0xAa3128f0F0B98eF4A284C82d7A303d1137709868", + "amount": "3622281461314288089629" + }, + { + "address": "0x505B6F62E4eed5C5E78c3c97Cac48e5B1A778dbC", + "amount": "637034909032957358369" + }, + { + "address": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", + "amount": "4402737465152405692024" + }, + { + "address": "0xa6475eb10e6B0BFA84C40e652A5F9e3A8500AF42", + "amount": "126608374756475772281" + }, + { + "address": "0x58D6eBeE2F07c53559c2329AAa0f7Df233287cB4", + "amount": "1518220103334786130100" + }, + { + "address": "0x580f6Cd88d86163962940e1ABC3d749c58EDA80A", + "amount": "60371357688571468160" + }, + { + "address": "0x27Ec7a2a878999657E888bC365331eF73edbbf5e", + "amount": "60371357688571468160" + }, + { + "address": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", + "amount": "2006920385672908447773" + }, + { + "address": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", + "amount": "4417904705496522840360" + }, + { + "address": "0x72EA25A4cF4C2BE3D22830b135EDCa856c800bB9", + "amount": "482970861508571745283" + }, + { + "address": "0x6F645ba08480dCD33231F01644A90Cd80dCE3F51", + "amount": "220644625794797761550" + }, + { + "address": "0xf2a5B9c0404CaEbAFDf06b12165fBdBbACd6B658", + "amount": "64576300825027660932" + }, + { + "address": "0x51905F6727b5de3D54081C3952a52fEff4bd2c93", + "amount": "11058656980171403394074" + }, + { + "address": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", + "amount": "4004846231043887264794" + }, + { + "address": "0x73edAE94Fc39a6a86b6044a7820cE7c92ffC7903", + "amount": "208326795202339543025" + }, + { + "address": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", + "amount": "158936839629096314136" + }, + { + "address": "0xce4e60a122b0ffa95c2CA1Ef156b4B1A2B73D674", + "amount": "60389463058742270743" + }, + { + "address": "0xeB1bFe6A7Ff5Be8c40fd3cD0E9843335D8FEb62d", + "amount": "1092756343136898093843" + }, + { + "address": "0x388037f6C0Ba6e9Df6f1Aee39Cd3EfeC83A59A72", + "amount": "136170009706026181751" + }, + { + "address": "0xb107DFea8aEC9E61B7a87127d8AFdCE5F6AA57dC", + "amount": "137646694322515793634" + }, + { + "address": "0x2Cd2902dC836DC8CDA9e694BeceA220E63225f14", + "amount": "927304054096457750945" + }, + { + "address": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", + "amount": "403060130009258413381" + }, + { + "address": "0xBe0E140526439082dE657000946896612904b0a0", + "amount": "2431873264576756062358" + }, + { + "address": "0x96C781236C5f3E7Ab9a6fc2e160eAE02E0B607BA", + "amount": "1178447694653761287063" + }, + { + "address": "0xAB7b350117FeE05974b93d69700F200E5D59A60F", + "amount": "279640128813463040519" + }, + { + "address": "0x196C2d3322925080A10b143B3B5F1670B45b970c", + "amount": "401025146153671406998" + }, + { + "address": "0x2c3a68A873a344aa7f3C0D140E9763EF77E1a336", + "amount": "816330848589876366186" + }, + { + "address": "0x2800EfB7025910611FB75A830F643c4A26Aafbb5", + "amount": "118894612590758095458" + }, + { + "address": "0x2903DfA12444f8EAaD56bD320b9d9905a6eaA480", + "amount": "240807782531758881931" + }, + { + "address": "0x53eC0eF1B7321AC80b71dBc574A2836C917cdb73", + "amount": "121950142530914365684" + }, + { + "address": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", + "amount": "2120785306283586589814" + }, + { + "address": "0xe5eB4FE3Bfb58FF77E0CB8adC9E8Ed775e78Fb1b", + "amount": "80900030534711848879" + }, + { + "address": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", + "amount": "1013288222536351395102" + }, + { + "address": "0x9D26Ac9173fb8a48F79C7f9b5BdF03Cf3ab9eB55", + "amount": "414876898309960155440" + }, + { + "address": "0x2b8328AaCA09810bc41a7a35D79Eb7AA07369Ed3", + "amount": "2359411223951313500558" + }, + { + "address": "0xd66C5fC960550154495a4F9949dA2b9fdca00558", + "amount": "62665469280737183950" + }, + { + "address": "0xb2b65d8215C3E0101A2271Cb265ad990d2e5Df25", + "amount": "61921689324305368377" + }, + { + "address": "0x6f0b454D65F6a075D2E514C23095756F33f8bdfE", + "amount": "1385728136108082913290" + }, + { + "address": "0x838c7c88748929538B1789EB6513243d6DB518A2", + "amount": "709292267781601741534" + }, + { + "address": "0xA965598bAC6B627Ef57B09497d717D02bEd63111", + "amount": "181114073065714404481" + }, + { + "address": "0xC77eea5eE92BbE1b22Da3417710B2dbDbDe5C8E1", + "amount": "481020215554465855534" + }, + { + "address": "0xb051284e6A1B4284cB246400639e2e20D973356D", + "amount": "1691630083804257669066" + }, + { + "address": "0xb27ed54A89EEec2808CEaeC6d0e6830358F0724E", + "amount": "61578784842342897523" + }, + { + "address": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", + "amount": "6654271213152219669392" + }, + { + "address": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", + "amount": "206406828015054734292" + }, + { + "address": "0x5b660C62AC21f83d6616f3270dcFF10f0E2C12B1", + "amount": "507852301999495206229" + }, + { + "address": "0xAB52Ba1dF93a53B2C6f5f7aBD147629C415dCCa9", + "amount": "60371357688571468160" + }, + { + "address": "0x9349d897bA2029e8301C6503CC64259692d6db29", + "amount": "2516110130672926948852" + }, + { + "address": "0xE39C1715cc4F1A58E1D638090cb9761a2dB29488", + "amount": "615988186146878995412" + }, + { + "address": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", + "amount": "682678797922533300620" + }, + { + "address": "0x185178dfd671c4340cD2ef152DBf28BEdf7134A9", + "amount": "169101376518071399036" + }, + { + "address": "0x77ac1E3c4133ad03348c6078Ca2f9E90fE2ADDb3", + "amount": "185629848205965242757" + }, + { + "address": "0x489554d07290B3350D18D95AeFc6769940A9A8A9", + "amount": "153343248528971529127" + }, + { + "address": "0x2193bc6C4b6dCDeFd6A17AFe56c9d3a627427d52", + "amount": "61175225434802510520" + }, + { + "address": "0x85cDa2D7db50D72A29740C2146F5FeDB7dd1bdfD", + "amount": "60371357688571468160" + }, + { + "address": "0xb6EF750371165BdC189E2996a4C6cF1701a6d961", + "amount": "60371357688571468160" + }, + { + "address": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", + "amount": "6177141966784111871943" + }, + { + "address": "0xE54C5D05aea6A740D519e74BF58e2F7C3Ed10918", + "amount": "60371357688571468160" + }, + { + "address": "0xf9C2bbDEA296afb0FeDd364095303Adbf734aaAc", + "amount": "174271205140254767390" + }, + { + "address": "0x0c99DD909e9fA69A277d3b540dFd910Dd258FE92", + "amount": "126107031092002522823" + }, + { + "address": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", + "amount": "1029674921016437624719" + }, + { + "address": "0x4c6FF89674cCd7137f42d0a257ED82Bd7E2BaF4a", + "amount": "708163353414491337278" + }, + { + "address": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", + "amount": "2276919874729760901855" + }, + { + "address": "0x00EcE59264615fCECf033A93649B3b97920186a8", + "amount": "874734535355660696775" + }, + { + "address": "0x2aB5D776229A26C5bC64b5aA55D97046b464D027", + "amount": "490780146409257936470" + }, + { + "address": "0x4c254A6Cae5a01A6feA6BdcCB0D72D84023387f7", + "amount": "243491398364027660499" + }, + { + "address": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", + "amount": "374578091276549573947" + }, + { + "address": "0xd6e068bcF9071b1dF73CcdFeefCd82c4DA82BC60", + "amount": "195825483835126569443" + }, + { + "address": "0xC5C6A2eeD2530Fabc28b6d5Af701C12e637a14F5", + "amount": "75063382911965617227" + }, + { + "address": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", + "amount": "7496290828561110040266" + }, + { + "address": "0x0be1bEc9AFb0D361e815985881d4FD8d36F88728", + "amount": "118894612590758095458" + }, + { + "address": "0x184D25eaBd6919b8B07cfd16ed68B675a0581002", + "amount": "410532467185791381897" + }, + { + "address": "0x8eCe973978F547F95F99d8693De7201f29434Aba", + "amount": "921447816002010453119" + }, + { + "address": "0xd174A53e75C90135b292826c68005A903A095743", + "amount": "79690110361668745523" + }, + { + "address": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", + "amount": "1584190492073598458028" + }, + { + "address": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", + "amount": "229916461320082300798" + }, + { + "address": "0x7B19d588BC87EF24Aae5CdcEA357B38fF5633798", + "amount": "127374852072154090196" + }, + { + "address": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", + "amount": "327988584164053564986" + }, + { + "address": "0x3343FcAd15Cc7311ec27C67b28D29BD2296c0B70", + "amount": "103801132681513740589" + }, + { + "address": "0x547Eb31C40A33E6403844a0c42baa848140F6C8a", + "amount": "133750328104722544852" + }, + { + "address": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", + "amount": "587984101189684408279" + }, + { + "address": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6", + "amount": "49910507260611387270053" + }, + { + "address": "0x5ae2F4DEBCE13c568A460152345650eCD44e2C85", + "amount": "38074093387496794469350" + }, + { + "address": "0x0BB95a64AC985a371C8B02A1664E809009CA4ff7", + "amount": "101645653251166247412" + }, + { + "address": "0x954be33F20f9A188F9C22B0751C08304b3F3A639", + "amount": "1418917598471237048805" + }, + { + "address": "0x01f975FBdD5944A74A9B27b74423E23ca40E776D", + "amount": "733941585745545986661" + }, + { + "address": "0xE204ad1c8d1ccd2dE403DD7564C80c5113894933", + "amount": "81681939463612055143" + }, + { + "address": "0xef380916e58Cb53B1F1cBA69D5844E9d893d0368", + "amount": "78905149591775963288" + }, + { + "address": "0x5cd69F2Ef72c6A8842A73A80BAF29870b74FA98f", + "amount": "360924987253322644842" + }, + { + "address": "0x882385cc017338bAb95ef6C75AbFE011b25BC773", + "amount": "366408838690401740522" + }, + { + "address": "0x5784934A23166B483b95422aF697CB1e068031AF", + "amount": "287415817626250198836" + }, + { + "address": "0x53E1F373940728E289d47245C466de2e4691A9B4", + "amount": "5507814827484042891729" + }, + { + "address": "0x7C4e923AEF5740eC2d25AB2D629Fa30Ea044F8D5", + "amount": "167562357131813645673" + }, + { + "address": "0xdd6AaAB146138d34467FA43e0EE0c2c2AC20FaC9", + "amount": "3141774736854229465493" + }, + { + "address": "0xDEa71Fcf730e3fAaA424d0ef26514FFd085a00a4", + "amount": "237338567018850896602" + }, + { + "address": "0xd8A0D653f33DAfa287aD00c15f2451B67FAA513A", + "amount": "77102030456825070261" + }, + { + "address": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", + "amount": "226700608463207145743" + }, + { + "address": "0x62F8928B73ddF63EDbE3Facaa3304e52CCEd8336", + "amount": "473555611983935328995" + }, + { + "address": "0xD33b75231dDBe4E8D1E8B9B7F75C62f2AE01fD74", + "amount": "99128188395907450913" + }, + { + "address": "0xeD29772279FE0605470Ff7f76F2E068B7C5415Be", + "amount": "942532421056268839648" + }, + { + "address": "0x007599946F7e8bf2Bf93129315EC32ffb42bA44A", + "amount": "1618866457691861288990" + }, + { + "address": "0x9392ED575b4032ECB958dc3d3DA0310A517AFD8c", + "amount": "45055158382922986629112" + }, + { + "address": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", + "amount": "2480351563119747189194" + }, + { + "address": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", + "amount": "2116849803113423883690" + }, + { + "address": "0x0B88e66c6db5e84439767ceDA3c750f3BbDBEAB5", + "amount": "243269712391114223667" + }, + { + "address": "0xe72f3012c8Fb18276CeC11D1A7efc0EE4256a804", + "amount": "5667322742409250473191" + }, + { + "address": "0x239d66E153Be508BD20A6B9bACddFca351BB4425", + "amount": "98565481940524845976" + }, + { + "address": "0xA29073E603114eCdcac2A0930190Db14Bdd54658", + "amount": "98565481940524845976" + }, + { + "address": "0x14f46A3DA7a17330e20eC4754e783777aa61FE13", + "amount": "203158157688808755902" + }, + { + "address": "0x7d41D87F8e3c84f68FB0cDd042aD920C187412df", + "amount": "92506542607858356154" + }, + { + "address": "0xA87833C7ab8Bc5e2f75d3837F1e0936DF28AdA94", + "amount": "49561777197238929807" + }, + { + "address": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", + "amount": "163030046945228059330" + }, + { + "address": "0x631e0E85fF006d89EB3FAd9d9285DE07a57F2712", + "amount": "59823317838505039532" + }, + { + "address": "0x6031b4C5ACCfEE45866d3F80397A7391de82f0Bd", + "amount": "107730834568049994003" + }, + { + "address": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", + "amount": "147848222910787268964" + }, + { + "address": "0x362D2770028e1BBc5F936A0Faf4BA45EE359091e", + "amount": "601952211723437502607" + }, + { + "address": "0xa1e14ddB9f3B814d34453629DB8d78F187f896c6", + "amount": "640675632613411498845" + }, + { + "address": "0xd63FD88Cc5225B9F0A32d422C03e1474Ce827724", + "amount": "49282740970262422988" + }, + { + "address": "0xd288e9Aa97019fed7cb46e19d8171Aa1190C1abc", + "amount": "225743537633564649491" + }, + { + "address": "0x9926A7EDDD62f2773390a5259929D4a85278c21b", + "amount": "49282740970262422988" + }, + { + "address": "0xbC11734b9f47AF0916D1B1f28d503E602Fe8dd8F", + "amount": "717407874649290686189" + }, + { + "address": "0xf8F603Dc252A405df06EC8d68D277F188062Af12", + "amount": "52831098320121317443" + }, + { + "address": "0xF66095b87168c082f3278FE98D3bf594CC8181FA", + "amount": "44535544546069414457985" + }, + { + "address": "0x32D573d79990A8035781236e5f5e83CaBeAb1dC7", + "amount": "153392751502190502411" + }, + { + "address": "0xB514d30ab6D6AaA7E71ED6bBA5C9Ed6d49F54973", + "amount": "37923344884133015549802" + }, + { + "address": "0xcd17cB61daC93d3dc5596F4aDDE2Ea50Fa76626c", + "amount": "122632752585820001795" + }, + { + "address": "0xD05f1E87F5D0dAEc515B716C2d38527E8a023132", + "amount": "383467592061915411645" + }, + { + "address": "0x1aC6d149f76CA1C4f7A899465621286C37430D7F", + "amount": "167300120771749847317" + }, + { + "address": "0x5b61d4fa8D4a76B09D1Ae70E457141d71120F968", + "amount": "8180935001063562216029" + }, + { + "address": "0x3d21d038152C71BEaA1425fEA8EC17C83c7Aa13C", + "amount": "102312818357051174964" + }, + { + "address": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", + "amount": "146851197540423305689" + }, + { + "address": "0x41fEE376CeB3778c793477c6F5a250eC404F19BB", + "amount": "51130843756647263850" + }, + { + "address": "0x8374AB8d7406456abF882964ccfb0fEceb1064E8", + "amount": "1047773968580735101996" + }, + { + "address": "0x94CAcDda3C60e9c94B92E01Bcd33BA4989f74068", + "amount": "120051796110360230249" + }, + { + "address": "0x1E2Cd1f542c0099762cCe9FD905760D5a3993D35", + "amount": "352653274429046678581" + }, + { + "address": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", + "amount": "1341870471138305253120" + }, + { + "address": "0xff8436390Fa202D446E5bE698554c79492d6D567", + "amount": "2369138096933187982151" + }, + { + "address": "0x118645886cAB846eA00C04e28677eF6f10B8aF85", + "amount": "542849759118933356481" + }, + { + "address": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "1239446791255441472834" + }, + { + "address": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", + "amount": "3492975869693562057311" + }, + { + "address": "0xAc97F9b50736eb5Ec19aECc9FB4095fB634967D3", + "amount": "163399915672051924392" + }, + { + "address": "0xfF26215FC65dAEC6B03ba42fbaAc85092B7f3559", + "amount": "285463496602894173543" + }, + { + "address": "0x3c7904F8C7b3cFc88509ee0F887919A9dfe8d649", + "amount": "1227140250159534332404" + }, + { + "address": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", + "amount": "1314540024854187400213" + }, + { + "address": "0x7c3cCD055591f92C1E8dF0767aDce30b504dA12d", + "amount": "204523375026589055400" + }, + { + "address": "0x3bF7fb2D2bD036B47538C0B4ccB0ba64542Fa5A9", + "amount": "46374040976596011189995" + }, + { + "address": "0xcC187c1AC17e360714E8a8066B03B7C16a59eD70", + "amount": "2045233750265890554008" + }, + { + "address": "0xca8F388b22433701BFcfF21e74495646Aa7f001F", + "amount": "285605655726650221186" + }, + { + "address": "0x75E1484739bA1210Bb4EFCA8e5e8E07BDB2d013E", + "amount": "318754793063314707568" + }, + { + "address": "0x0F93136dDb0B36b7C1B4201D2C6ED9E78e0d7D9c", + "amount": "51130843756647263850" + }, + { + "address": "0x930577dB9Bff3689245B3A9D2B068C3749D96783", + "amount": "331368788455835602169" + }, + { + "address": "0x674d59B57B29efd6cE7F1E8a84550BEb8F14bB7F", + "amount": "54659657066038709197" + }, + { + "address": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", + "amount": "3263195091459799163677" + }, + { + "address": "0x27aD6D636ACAC9b3ADe2260d6b2C565841DBe1B5", + "amount": "51130843756647263850" + }, + { + "address": "0x714783a6e709b878F9181CE43222683Fd32EacCd", + "amount": "40165433884038974044474" + }, + { + "address": "0xadeB4415bf773da39e05b47edDe32943201bC5B3", + "amount": "99641493738473877512" + }, + { + "address": "0x69542fA33270A78e24c4C99660b2CdaC19Ea5705", + "amount": "7945042827989727644839" + }, + { + "address": "0x6E737C17a50911d2956F2587c4FEa20f440bF97c", + "amount": "398980457658956041404" + }, + { + "address": "0xB8258E4245f44033Bb98Ee5f5c071f6817536f4a", + "amount": "2906195503954193106695" + }, + { + "address": "0xA5B91E09189a8226E984759E6C6Ea01A930a0c8b", + "amount": "375823887508303401236" + }, + { + "address": "0x6ec0F21bCde2076a46c3baC800c3204eC54309Da", + "amount": "82565079543957907322" + }, + { + "address": "0xb93E7Ad18E00C19aCc7f8D7287f391E1Cf9d4D4a", + "amount": "55597215363929721589" + }, + { + "address": "0xeD1047c9c45fCB7Ffa97de979A4f2cE85C29b343", + "amount": "55487436949556790211" + }, + { + "address": "0xD6ed3a61908B3249FdE2e85f25D21aE86571ea3C", + "amount": "115782161084781172134" + }, + { + "address": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", + "amount": "336356444338660238644" + }, + { + "address": "0x3F644D19611c556F1B997cFf64762542F14E4184", + "amount": "2073017564921594581881" + }, + { + "address": "0x3333B449C51a105D40c396dEAa440d1795Ca0605", + "amount": "933144058901433848068" + }, + { + "address": "0x181f6F4F1656B1cD7dB8d73af17E94f6d61F4a36", + "amount": "61982907590989484661" + }, + { + "address": "0x3B258675928438aF3320d5B75e887566788379C4", + "amount": "27232977774050258580214" + }, + { + "address": "0x07aF3e9A498e42Bc8c58Fd4D4e1304A9F34c6D5f", + "amount": "782263074923232274969" + }, + { + "address": "0xbF6A058994b821e9bC332F2A85e7CacacE88DaE5", + "amount": "1108161135016753849296" + }, + { + "address": "0x0F6cDf2e6cD544425c9ac46410F5134E436Fc261", + "amount": "152116504672218303647" + }, + { + "address": "0xBF95028ab6BDADC4cCF0EB1ac592Aa52349cB232", + "amount": "931443804337959794475" + }, + { + "address": "0x0968438CE241Eb2631EC8a7fC72DD4040A80C750", + "amount": "110886167183090451723" + }, + { + "address": "0xea0486440F03dD92cc7354a90e1C18d71E397DB4", + "amount": "153486414891490141466" + }, + { + "address": "0x2fBACbA8d5518b71c46ab0700Dd5d0a8E6540e5c", + "amount": "277215417957726129308" + }, + { + "address": "0xb9d9Ac8a02fEed905d526dC3a70dc7539A4ee6C2", + "amount": "55751347136314217317" + }, + { + "address": "0xd8a5B1B433cc4E2853A193B739122eF44CC335cE", + "amount": "170031228977107620233" + }, + { + "address": "0x2365AEE6c826a4e3C6244c237315Ac5d5e475171", + "amount": "983212238137888493005" + }, + { + "address": "0x2b00B2fac5EFcDdb4477264bD62f9E88FFFC3fBB", + "amount": "109285217342671476911" + }, + { + "address": "0xBE4d53DF9960CA62667083c14010f1BC5a3fC396", + "amount": "110886167183090451723" + }, + { + "address": "0xdcfB1c9F1BAc1b8e117d6E09E71963C9a8B99174", + "amount": "665318111960214541243" + }, + { + "address": "0x977c62a6418aB80f26E5688a75Bf9355956F649C", + "amount": "166817149910241275572" + }, + { + "address": "0xe87C2d0ACcA05411f03437fbB9F7ec11C9175575", + "amount": "58226326387840796199" + }, + { + "address": "0x7c7b33cC7A1FE5F622eA74b667503AC4fa1CDA4c", + "amount": "1108861671830904517232" + }, + { + "address": "0x53dc8744DDd13536DFB450f1245f79B6E922310D", + "amount": "275250515075241766503" + }, + { + "address": "0xABe0Faf2EB82a9cFc01633F4178A056Ae5C29067", + "amount": "190973533379556693759306" + }, + { + "address": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", + "amount": "493476613343941988014" + }, + { + "address": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", + "amount": "2518554715199681944129" + }, + { + "address": "0xa8A2dFB9048bfE731F539C2BD42F6A5CfC11ec64", + "amount": "78547320950367265059" + }, + { + "address": "0x151E80Ed218E09De16E8bCc3dC88Af482a527e97", + "amount": "2347905978935912544663" + }, + { + "address": "0xbBAF5DC49289966E81DB4032c2Fd7d600edeDEAD", + "amount": "55443083591545225861" + }, + { + "address": "0x3e2F2d4C1d94FD379001dFf184C2145DD00B3072", + "amount": "765338543621033959603" + }, + { + "address": "0x2894E48528C3D968eaFC406C713d2c183F686736", + "amount": "1314555511955537305180" + }, + { + "address": "0x217F7139bb2ED365E8B7eAD262dd985d09b9f66C", + "amount": "2172671760115467483960" + }, + { + "address": "0xf2064e64765DdBbe5978CdBA8f1169c387468620", + "amount": "942532421056268839649" + }, + { + "address": "0x32e5da5D721D2A45822d53827610eE1Ac15B9ec4", + "amount": "56279645471346374178" + }, + { + "address": "0x9440AE12F4d804A2d2E9ddbC79Ba2CF096779181", + "amount": "277215417957726129309" + }, + { + "address": "0xf565c7F45BAed4e613cCF1f5c96a0A9ffA9B8ADd", + "amount": "288680470589197724038" + }, + { + "address": "0x5406C889F64c0191C26D2774F3F4992d042E4f6A", + "amount": "86270413277091809193419" + }, + { + "address": "0xD578b78Fba6b885A7DF693b16dba51Fe585C3695", + "amount": "5855329128560306469410" + }, + { + "address": "0x5134Da103A0312b1B166a99a53319EFeF04BAC1d", + "amount": "277215417957726129307" + }, + { + "address": "0xCD19BbE8d897C8B8b96F4834636C15Ecb0a2C541", + "amount": "81112095626663295756" + }, + { + "address": "0xEb111ba063736258f92622BA7a18A56AA9763cb8", + "amount": "166222779815512702070" + }, + { + "address": "0xCF2bf146861d7035325ac76b9B5e680549c50A67", + "amount": "481245917913520181843" + }, + { + "address": "0xD00Fa063A305b43fd408E551c481DB298691E1eF", + "amount": "57067565940777500979" + }, + { + "address": "0xD2548A968c6b1150919046f09FC785F1e917C5E2", + "amount": "104824390043748173695" + }, + { + "address": "0x87e8684Dc160142FF1D2D0D35538737EE56B4640", + "amount": "168326805197908773203880" + }, + { + "address": "0xbb75d2A8B4869E19D7900A3387A15e8EC9b74751", + "amount": "55443083591545225861" + }, + { + "address": "0x6a8E003af899bEdA28cEb222115480521e48F0af", + "amount": "55443083591545225861" + }, + { + "address": "0xBBca2DC5ec12d66DE023aBc443f0c014b2eF17F1", + "amount": "133886137170048559138" + }, + { + "address": "0xe96BDB4Ee869E2A1Ac2C2C34D7eff1080B365BB1", + "amount": "95540520270248320711" + }, + { + "address": "0x71CB1E6455fBf064B3e74Bd9d1A287A52d92B742", + "amount": "666093204051100999840" + }, + { + "address": "0x644889666e757a86c57acC7033D990693238F7A1", + "amount": "60536085250264570309" + }, + { + "address": "0x949FA5Ec1e616a88c50A85797c155d4222Ba7f0C", + "amount": "61985367455347562513" + }, + { + "address": "0x37982C49A7d0C39174bFCb810441C8BeecBAd54D", + "amount": "216954925367965986811" + }, + { + "address": "0x33361078e74d340f9217fF003eaD1da3145eF54b", + "amount": "107805995872449050285" + }, + { + "address": "0x03334eA003ca46fF9a072E154C684bca370bF3d8", + "amount": "1851899722615172168059" + }, + { + "address": "0x12ffa86dE1a90F8118C995F9E9Bf6234B38B7798", + "amount": "98585564657470227913" + }, + { + "address": "0xa9945e92F5FaF334a3a44481fc7c7D4D59BFD8d3", + "amount": "138446040599700465786" + }, + { + "address": "0x6780cC9b7CaE96C91a4EdE40e45960467f823aF0", + "amount": "55443083591545225861" + }, + { + "address": "0x936f7d2513811B621c1f0924e3CCD9441A83179F", + "amount": "81334998084488487184" + }, + { + "address": "0x8221B012560f1d8Ed7e36602c16F0280568Dd417", + "amount": "55553963105558285327" + }, + { + "address": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", + "amount": "714495018244243325678" + }, + { + "address": "0xBF0F85c1668E0CeB068c185aC6E6cA86e17E7db8", + "amount": "207893742680081183550" + }, + { + "address": "0xA48E841404623aD68F8E9FE02B741bf0868C9bc9", + "amount": "85493234898162738278" + }, + { + "address": "0xd619B083880c106dC1fb520F8A24adD95f1ec27F", + "amount": "56292735665438101722" + }, + { + "address": "0x0ddf294e133b3BA08D7d4fF99a3d73F7bB305311", + "amount": "7366996775262113670627" + }, + { + "address": "0xA0d2B4cc187c96337322c329308616Ef66B7f160", + "amount": "56540856646657821333" + }, + { + "address": "0x79bb252C9681BFb56d519A916bB4d64b03cfBDda", + "amount": "878242592873607129138" + }, + { + "address": "0xd8E9717522bfEA2E2aED2eE47a42ed9d2e87F3a2", + "amount": "202145482774773893491" + }, + { + "address": "0x9E046467Af62242876D59c7DE7F4983870FDc9BD", + "amount": "104725824561807648849" + }, + { + "address": "0x58b41cCFf4477B63C2104716C2086fCFC553A627", + "amount": "173353586985962168980" + }, + { + "address": "0x4Cf7890CDA0499CdEeE991A31706d88eC3D8b082", + "amount": "70701017978215128357" + }, + { + "address": "0x20B981Bd35c7BfBcad97E98831E96402e0FD5cd0", + "amount": "206458954678196112063" + }, + { + "address": "0x928633e8501B197CDC4eED45364c762e70902F00", + "amount": "98167523807189976910" + }, + { + "address": "0x1c9ee1e1158bC71ee2ae11702fCEC8ed2cF57550", + "amount": "55443083591545225861" + }, + { + "address": "0x46bCF52beBB75e5d99450740D1aBC34f0F29D914", + "amount": "112216792318394162497" + }, + { + "address": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", + "amount": "434304154800437602582" + }, + { + "address": "0xe5204151E30A927688b5e0caf634767AA0c22297", + "amount": "1475771678354508256381" + }, + { + "address": "0xA6fF4f0520C8A1390a8Fc82B5ACF1B0dD9547573", + "amount": "92840411840722767290" + }, + { + "address": "0x3A0D9c760171f806cbdd31BB3b85653AF487296e", + "amount": "3287179891088268400503" + }, + { + "address": "0x28580DDd4b31d9A547619289D29BD531D2981967", + "amount": "650532180807463983446" + }, + { + "address": "0x07b7b5716C90381FCf20F7BEC3AFa52BAA1E4753", + "amount": "206339482507487962844" + }, + { + "address": "0xA1396035d7b714F43Fd050b4E7de7500516c0BC5", + "amount": "55443083591545225861" + }, + { + "address": "0xb9b6A9945dD373e02A8C171A75E80a1E20Dda698", + "amount": "65045816798707484333" + }, + { + "address": "0x5472DC0A733968A24E6fDb86869bd013034D0480", + "amount": "79687458921693370892" + }, + { + "address": "0x672303ae629DFF83044241ea58440fc4143F12c7", + "amount": "110886164965367108063" + }, + { + "address": "0xF3F551cBe72A32649c721939DE3b6C1B3bD50Ccd", + "amount": "20924561225607352112467" + }, + { + "address": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", + "amount": "157088736842711473272" + }, + { + "address": "0xDFf351C31c6e5447CC7CE25dcf75d33E53547F72", + "amount": "36105703445655943794975" + }, + { + "address": "0xF386C0cBFA8f32408f1FA94BE4d43566B47B5d18", + "amount": "52362912280903824424" + }, + { + "address": "0x8bdac835DfFb3CaC12Cca0bb2b4cA297A913c905", + "amount": "244007413420012839309" + }, + { + "address": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", + "amount": "1761218920518908947298" + }, + { + "address": "0x45CFAb79553d347eE2A329b073A9D637e927A908", + "amount": "1036945803042514645001" + }, + { + "address": "0x82846899C161C03ED7440D32c4D03d89Ab08E7C9", + "amount": "837806596494461190798" + }, + { + "address": "0x1D3901bEDC2162E12eda9006fcaFe1F8D2dB2cEB", + "amount": "523629122809038244249" + }, + { + "address": "0x5c4C55ad9dC2aa4DC85b1df134f157527d69C2C1", + "amount": "102948622082702544958" + }, + { + "address": "0xafd7884f7C515A8Ec10287C17cEf868f452783EB", + "amount": "52362912280903824424" + }, + { + "address": "0xD3147e4185aFbb1df41cc93350C06Fb6E229d370", + "amount": "52415275193184728249" + }, + { + "address": "0xb65Bc374546D9F5d46041F09c97B89c4f9b8F9aa", + "amount": "52362912280903824424" + }, + { + "address": "0xd0557A5B16b67212fDff07906CDbf9a11ec942fe", + "amount": "271608743211769012900" + }, + { + "address": "0xCE57b8652457FA976213434eE8e4166cddf9FF82", + "amount": "52362912280903824424" + }, + { + "address": "0x13D0C03EC0DDf1fdFECcF0eBE347c5c2661eb6C6", + "amount": "220970437330877292906" + }, + { + "address": "0x82d83A144332C57903A479545c8897c7CfF99F12", + "amount": "52362912280903824424" + }, + { + "address": "0x526Da6AF0c227885B14bAde8B43dFf975b94Ad83", + "amount": "52362912280903824424" + }, + { + "address": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", + "amount": "495144930596750820321" + }, + { + "address": "0xd7eB2aA24Dc5A0f475Bb9d449e87c3b1Ac43a9f7", + "amount": "53410170526521900913" + }, + { + "address": "0x085379f03A7eadc2A072E67878c5AFb49775b4d9", + "amount": "68693210680058181778" + }, + { + "address": "0x72eE54791cD61477d56a78FaE3962B9bAb9E365C", + "amount": "71214603771241836822" + }, + { + "address": "0x9592a4526F4337054b7dDd72E3D38D20906ea430", + "amount": "79740299636554737736" + }, + { + "address": "0xD211e82bd10cCA1d917AB806072B8FA16F9e8749", + "amount": "62835494737084589309" + }, + { + "address": "0x5Faf217757CDD0af338FaA313dDCd191E4836616", + "amount": "55770514672759781481" + }, + { + "address": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", + "amount": "770042827660350359188" + }, + { + "address": "0xdA43E7c5D86034F234C31E5668f4074C88050d6B", + "amount": "213098991793729767289" + }, + { + "address": "0xb7675Da2d6Ed9D452fa7bca88a77AadF46555796", + "amount": "314177470543648209695" + }, + { + "address": "0x485bf6D4ff8422daBB5dE2750e611e1e79DDDf11", + "amount": "107867595109628895843" + }, + { + "address": "0x413d8CEDf7A8963aB3058b1087538C1795ff97ab", + "amount": "209452675436696003415" + }, + { + "address": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", + "amount": "1067471657620357382237" + }, + { + "address": "0xB30D485DAf2A8b418669e4e92978935ad8BC6a3C", + "amount": "189659538088196556546" + }, + { + "address": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", + "amount": "308017131064140143676" + }, + { + "address": "0xb9fBe36eaC84fB9224f9242cb63c2D2e0D906E3d", + "amount": "72260818947647277706" + }, + { + "address": "0xFdFeB243017b0a403b94fbED64A000623954f4E5", + "amount": "52362912280903824425" + }, + { + "address": "0xD95e577Adda0F102F42E8bb6dA18BB8322936F51", + "amount": "2209716992770632626891" + }, + { + "address": "0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5", + "amount": "9510381133310093094689" + }, + { + "address": "0xf0b0152eD07d160FFA1b05399eFB87F46a50FaDa", + "amount": "492827409702624229881" + }, + { + "address": "0x32009A38299569A0cEe331C6B3d32eEBa85A85cF", + "amount": "49282740970262422988" + }, + { + "address": "0xf09607bdf5c529E248b93a792BC6546af979Bbc9", + "amount": "58804166525717123109" + }, + { + "address": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", + "amount": "197130963881049691952" + }, + { + "address": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", + "amount": "171655920639679224158" + }, + { + "address": "0xbA63eE05f6eA43241054954A3AB5BB9d8AFfC31f", + "amount": "49282740970262422988" + }, + { + "address": "0x7F6Edd1165C11943f0f5afAfF9219301Ce4A3E71", + "amount": "49282740970262422988" + }, + { + "address": "0xF057f94D73BD7c51537B2fD3AF32506cFb25209C", + "amount": "49282740970262422988" + }, + { + "address": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", + "amount": "671427808613872971340" + }, + { + "address": "0x4EEE5c3d3De96418BeF8f4dAFAF24bE5bDe24dA2", + "amount": "14625246751288521113569" + }, + { + "address": "0x3aFcd19383baeDD8010d3F3F0006C03C069072B3", + "amount": "1590187068187702269587" + }, + { + "address": "0x726aC935c5e5f603ed9eB09034Ea2601732Bc97e", + "amount": "84561762805531461553" + }, + { + "address": "0x2531E6220E411213c08cd91e08Eb3eBaaa23EbEE", + "amount": "753699685099791934478" + }, + { + "address": "0x1fA764aFb89C4eD8F0D04Ec74C4ea227621f3Fcf", + "amount": "101029618989037967125" + }, + { + "address": "0xD5f689d7f3FEe8ecB3cb48E6E716EF670e495a6B", + "amount": "308638403835219858007" + }, + { + "address": "0xe1b658c58Ad1Cb40C17F06434AA57b7107BCe880", + "amount": "63710554156517532341" + }, + { + "address": "0x733dF11080fa72572FdCd3C7d2F3dB59FE9315de", + "amount": "807429690906510867375" + }, + { + "address": "0xBb6056EC703395F3d884aEa64F2Aa20F6910B8dE", + "amount": "53025635649092100073" + }, + { + "address": "0x24472d6ae74eF4488E4A239843673Ba25AA3D799", + "amount": "61122902313332741974" + }, + { + "address": "0xBBc4B3f0acdB5af3444559Ed915Dfd8355687591", + "amount": "61122913426590830768" + }, + { + "address": "0x5801D09a05209e034E39b5134251fe3736e77D61", + "amount": "5384121656974714988505" + }, + { + "address": "0xf9aB95086A530f5F732A2e82C833fE47195a793d", + "amount": "157611008595233076138" + }, + { + "address": "0xf6Ea7b1ABB950232c9C75bF472c9cB75f98988Dc", + "amount": "99797550464781406550" + }, + { + "address": "0xdd41AA6aE91EA1f4e1917585C89870D85c17c9f7", + "amount": "50514809494518983562" + }, + { + "address": "0x894Ba3c2f5305601B0C253b4fA5ad1E6Ab9ed9B7", + "amount": "50514809494518983562" + }, + { + "address": "0x7D86518DB76Fa124c72D260522F39BBFD9677a00", + "amount": "50514809494518983562" + }, + { + "address": "0xEf00c0312cf953D6B8978edE3Df96de2F3d9496A", + "amount": "248881784519102857083" + }, + { + "address": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", + "amount": "955959503833616836791" + }, + { + "address": "0x508e7b989Fd886A2ea2e72842C4EbB22488577c0", + "amount": "202059232926594984800" + }, + { + "address": "0x164C935302e700eA04485B2A43184Da514f91635", + "amount": "1230417552434056783537" + }, + { + "address": "0x9C95c6B14eBE4549379C938D9F3eeA9Fe7D26784", + "amount": "332488476092923949812" + }, + { + "address": "0x99Ef53E33112abEd7e2fbF4B9B00440aF75Bf0FA", + "amount": "50514809494518983563" + }, + { + "address": "0xB09f0896DAd6A2f39A8D76878daE5DeE700E46A7", + "amount": "205755443550845615976" + }, + { + "address": "0xD19d14e09bDC975C5DEa2332dDb411dC372B9224", + "amount": "149942401308079088320" + }, + { + "address": "0xcCFC7e7f1a3cDD5F2a7fA9797dBdD6019806EF23", + "amount": "21648420015872685344821" + }, + { + "address": "0xFb3213AfA7984D1A22E1772AD8AE94F9809621A3", + "amount": "34044532739906982581553" + }, + { + "address": "0x639BE9F262e0f59210320248289B504481E74FFF", + "amount": "7213773899827962007461" + }, + { + "address": "0x9D6599c7cDb32f4FFE497E263Ba2e250856BE7A2", + "amount": "66531700309854271033" + }, + { + "address": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", + "amount": "3727367542712588356789" + }, + { + "address": "0x07195Fa254f49D6533fdACc95CD568F02FFB7Ab0", + "amount": "199595100929562813103" + }, + { + "address": "0x7b0b9b23f70e0fB6100b408d03d10E9BF4888397", + "amount": "33044682823788025286091" + }, + { + "address": "0x962D880d4D1DeDb248e08807dCE9aeE84fD4D132", + "amount": "994195249565222655855" + }, + { + "address": "0x2Ac1200E5cdbb166d940BBF401808C3119372Bb0", + "amount": "330940033713344224960" + }, + { + "address": "0x0F55E4e897Ce9CF67e7B2B8c3Cc28cF0451d7d0B", + "amount": "117704615873990011413536" + }, + { + "address": "0xf2608cb4a9065558d7C08dcab32690663b7AeBE4", + "amount": "229283763331163450646" + }, + { + "address": "0x4F50A6C435824c94d133C0bD07439f248B0d4d99", + "amount": "272995101523354425024" + }, + { + "address": "0x6fbdC4FaE582eCb75BC5CF26C72859Ab522Ab5a3", + "amount": "66531700309854271033" + }, + { + "address": "0x266238fd6E6a96d910e8ac29cdB0FCDfA706c1d5", + "amount": "99675575680880007054" + }, + { + "address": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", + "amount": "10645072049576683365436" + }, + { + "address": "0xF439237a8705933e988FF601DB89eF760FBA8A8d", + "amount": "407506664397857410083" + }, + { + "address": "0xb1E6cD6cFB6A12F517C3bf6dcaf839c1e71C84A2", + "amount": "332991160050820626525" + }, + { + "address": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", + "amount": "444497760311221509967" + }, + { + "address": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", + "amount": "5089698359798960183095" + }, + { + "address": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", + "amount": "1635756788164535310477" + }, + { + "address": "0x72501C4F933535bbd31ca785D1A5B0572CdF030e", + "amount": "223477599107933445781" + }, + { + "address": "0x597ef567226831a800Bc5C0AF495Ef8a39167c6C", + "amount": "221772334366180903447" + }, + { + "address": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", + "amount": "591821778813592696635" + }, + { + "address": "0x76b1bAE0dA82A528A91CfD98abF8f72b3ab4Ec40", + "amount": "125800356669216117481" + }, + { + "address": "0xf5520b813E7825845a59744144c64D4032688c9D", + "amount": "24047403409280759301680" + }, + { + "address": "0x2bc701A2824863AB27833AAaF0f9b90ef2c132EF", + "amount": "53692490847920290705" + }, + { + "address": "0xcF5E01d5E5A0f4A4FBC1435E0C079dD4B834093c", + "amount": "306791159381693125720" + }, + { + "address": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", + "amount": "638478577675109447191" + }, + { + "address": "0xcd350059472123d1A5a2bc222ba9403382080B58", + "amount": "53969220148227252515" + }, + { + "address": "0x6a5299097B930a4EDB283e0e0101E51EaD07949b", + "amount": "104463612781510909412" + }, + { + "address": "0x690Edd3c103556E07A37b787a0AAd6B6EfDFd9B9", + "amount": "59312325559134894653" + }, + { + "address": "0x6d9B26d20c4aDE06452e5E6dc824d11e76B83f0d", + "amount": "8075109534645104379358" + }, + { + "address": "0x5e45e23a693f93340cE684B627579C11a89b69D9", + "amount": "102261686490677652567" + }, + { + "address": "0x1FAF7B400699A9669323674E1272083CAD14e0B9", + "amount": "332430076044874188839" + }, + { + "address": "0x5a01e449ab3003358564dAC21b721B282F79BFd0", + "amount": "103472701095333215487" + }, + { + "address": "0x15C978f2364C54d3db744E6a07863A2a3f3E8d5C", + "amount": "11840109522083378476866" + }, + { + "address": "0x35650B764Cf76aae899A099D68920ab7f348c466", + "amount": "10472582456180764884976" + }, + { + "address": "0xD15b434f4880352A0727b7dB60999D98C95BD587", + "amount": "176567739163949450342" + }, + { + "address": "0xa85adee061A29D042cB946A96F20389D8727b780", + "amount": "591030663497017647050" + }, + { + "address": "0xbc1682730aE5BD0Aed7d210da330Ed581D9F2c4D", + "amount": "37411974301580350024399" + }, + { + "address": "0xa0F4F9f5b78B5d42570b5e030254d27b6973D04A", + "amount": "264618042190974075486" + }, + { + "address": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", + "amount": "338953847118086121746" + }, + { + "address": "0x81A242681053E28AfD7EBc9bc07D279D16edAe69", + "amount": "77143696223187392289" + }, + { + "address": "0xaCAbC0e90374769Da5d9586A0843aFadEE914238", + "amount": "57854210777441608070" + }, + { + "address": "0xaCAE0cc5d9f8300CE9A950c61B79dB1f25385B7c", + "amount": "52978946543032104712" + }, + { + "address": "0x7BC173aDE72DE1D0B4430fB736BA040c31fBb157", + "amount": "851482630056280758036" + }, + { + "address": "0xE7873448BD13f4bd7D433E874F7AA09F11fAA512", + "amount": "73092434103371662744" + }, + { + "address": "0x95427ecB84Be756d11Ff73a4ede1973fB69e7477", + "amount": "52978946543032104712" + }, + { + "address": "0xB857Bc0650cEc996F0FB30C1e160dE30705e5087", + "amount": "52978946543032104712" + }, + { + "address": "0x445C00aFd7dcdd99415d3284bf8fBa1521d224f5", + "amount": "52978946543032104712" + }, + { + "address": "0x1D98bce7b3697D3443632663A0cbb51e3855f9aF", + "amount": "53107929456078817544" + }, + { + "address": "0xA0aB2C8e83Bc846daddDF189d98ef7851e550351", + "amount": "247589465758044215019" + }, + { + "address": "0x70d6376338ab23AEfCB94b71C60AddD973dDBa65", + "amount": "228139664499538808496" + }, + { + "address": "0x21a88953DCD564094FA5D9AfCc6718741807969C", + "amount": "73428798717063879918" + }, + { + "address": "0x6b70DDde371F77E58891245F88AB6a97B60889C7", + "amount": "52981065700893825996" + }, + { + "address": "0x57bCcb19C5A7ee612Bef7A7Cf7dAbA4E54B1B4fc", + "amount": "160813304115440760835" + }, + { + "address": "0xde694bD8354f0d88c3Ee52FE1592dbB3812b0C10", + "amount": "54038520175998092503" + }, + { + "address": "0x830e4605967A3527cb5d956466Eb693d7c13fcDD", + "amount": "52978946543032104712" + }, + { + "address": "0xBe444734903b84228DB6abA31379368685B87f40", + "amount": "213680850217016857033" + }, + { + "address": "0x767D4e1FcD412E26010DC446E99A171eE44C97bD", + "amount": "52978946543032104712" + }, + { + "address": "0x38b970957208CAd75Eedc44b721571CBDd2D3815", + "amount": "541594198273355811432" + }, + { + "address": "0x6549eDd41D5f73Fd3bB2Ba61e0C4085850b7Fcf9", + "amount": "27607756477961152653426" + }, + { + "address": "0xe58Fde4A9986616dFF28A78aF087331CBF16E96f", + "amount": "52978946543032104712" + }, + { + "address": "0xfb20abF91D27fED2F8259E70EaF0FD5492A99870", + "amount": "89525385723785422778" + }, + { + "address": "0x50EAd867C1B80960ffDa1beF1F212B9E1C9606b8", + "amount": "105957893086064209424" + }, + { + "address": "0x15B9A5144Dcf5b4Fb5D5E120ec669193d16e6286", + "amount": "52978946543032104712" + }, + { + "address": "0x713865AE73dEA7E6326FcF2A3940389fce5803eC", + "amount": "52978946543032104713" + }, + { + "address": "0x4705B22512229FC92B50d6d263Ae16e57a6E51ea", + "amount": "65086385483682180054606" + }, + { + "address": "0xF571984995c342EE84ea20C9C63fC7d3F1BA89e2", + "amount": "186656965408513999002" + }, + { + "address": "0x515f8564A9B206e2031AAc4010ac20119266866B", + "amount": "89866344339260481111" + }, + { + "address": "0xEf7D0505e3f9225C40Af92DfCFA276766b87bB6E", + "amount": "4014644550016190878569" + }, + { + "address": "0x2C27d9Ee0BBBb350B8F503EA134d618956cebcD9", + "amount": "163257050208105101541" + }, + { + "address": "0x5b16c6480F73AF75d61ECbca76833dDB8b81BD8e", + "amount": "3588724226953374277533" + }, + { + "address": "0x48D1F722850B3c95603F889DD77a919E7Cf0E4AF", + "amount": "52415405337025689293" + }, + { + "address": "0x474361291c87aB60C2A7C46505E722c807B05FA2", + "amount": "104725824561807648849" + }, + { + "address": "0xd57686f6545d50bABD08B15c6A9eb7f292EFE28f", + "amount": "52362912280903824424" + }, + { + "address": "0xd0E68a76fbb23125323bE092476221dFC34e670B", + "amount": "80653622977882472804" + }, + { + "address": "0x7E619E9C280f8C65fD1B6202deF63B5e3B584Cf6", + "amount": "52362912280903824424" + }, + { + "address": "0x27600F2da6e9A1798f26a4a6e47bdA09e0A62616", + "amount": "60626612044348418913683" + }, + { + "address": "0xc4C5E0F499A26917e91c9aA368A026e582a28D5d", + "amount": "52362912280903824424" + }, + { + "address": "0x487011B01e860B1128125008353Ee3D56CC0430c", + "amount": "132901519353889773956" + }, + { + "address": "0xaD079b3545253f6658c5282C5Cdde5b73A239156", + "amount": "425134484808658150505" + }, + { + "address": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", + "amount": "8847300813664001522840" + }, + { + "address": "0xB48bAeb3AC5940666644c2fcf4Ec275B2e426ABa", + "amount": "2264702292458887860269" + }, + { + "address": "0xAaa4bbF3124783841562A016f4596EE803252D9F", + "amount": "453079523834730903524" + }, + { + "address": "0x6026f1331130DA7323a1C89aA63934BC46f00FE8", + "amount": "52362912280903824424" + }, + { + "address": "0x42F8BA994D76524CF13eC55dCD6983ebb4054Cc4", + "amount": "734535744880458364451" + }, + { + "address": "0x9CCfbc6D9993b40e6CEA064Fcc160d228e743CD5", + "amount": "418903293010939367308" + }, + { + "address": "0x21804807F7a74c3De57B69c4aF46CfcBe9E5d666", + "amount": "53964297051491616848" + }, + { + "address": "0xa6E8c074c73c10c12E9714D6ad48EdfA900C2677", + "amount": "266405987029163060097" + }, + { + "address": "0x44d75A5a3F90dF2d2d68A9745D36849E2DDd6C45", + "amount": "4045938159830578051367" + }, + { + "address": "0x39A2Cf73DA71387D3efBE03D9c8ec56C40d65064", + "amount": "52362912280903824424" + }, + { + "address": "0xaF59eF2E0527aCa57BbfACe87F83141f7Be9D733", + "amount": "52362912280903824424" + }, + { + "address": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", + "amount": "633527448251092891906" + }, + { + "address": "0x3FA84B70A195bBAAff5d2419D7F48a108a8Ed7C0", + "amount": "81262684110654911610" + }, + { + "address": "0xC0aCe27701E89ba5435E382BfBDF8DEd8509258E", + "amount": "669935948548505906298" + }, + { + "address": "0x41F63D324C236257897C5e9b93c3539EBa2f09B1", + "amount": "283534568727355773964" + }, + { + "address": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", + "amount": "1066199290906826569139" + }, + { + "address": "0x956647Ef4F3F7cDcB1CB42CeC653F63ce104f84E", + "amount": "157088736842711473274" + }, + { + "address": "0x86449A46C5928037559264Ac3aE2863406AAE762", + "amount": "4069739278506985234835" + }, + { + "address": "0x85b418A043139F1659F3fBFc52F4D674ec444838", + "amount": "55504687017758053890" + }, + { + "address": "0x9Dda2F149a6A028056ccEf03Fb8c811a64af00EC", + "amount": "52362912280903824424" + }, + { + "address": "0xb69b8ae8899a4c6371b5ADA33fB29bD3961cb9b7", + "amount": "104725824561807648849" + }, + { + "address": "0x36EC72053F6E26BFB8Ef275A57D0Ad84B84ac646", + "amount": "117340023948821239701" + }, + { + "address": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", + "amount": "238379433316004811457" + }, + { + "address": "0xF8b6134d068Bc9478C17314f7DBe509769c4fFF5", + "amount": "52373384863360005189" + }, + { + "address": "0xaef9e414e305572c03f32472D570353CFe572DB5", + "amount": "92221537022188166361" + }, + { + "address": "0x4c78Ef34eCccA0f35f91bE0d488feD33e274E60A", + "amount": "427285158367195655385" + }, + { + "address": "0x14f5653C359B232aD73796eaDBc2eA68E74C67B7", + "amount": "1014354412473024364958" + }, + { + "address": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", + "amount": "203291306502332494825" + }, + { + "address": "0xd22F20f36b4745e84785968fc9FCbA33e2690235", + "amount": "52362912280903824424" + }, + { + "address": "0xee31E2408965dC56f7040ff5fC9adA1e1B7cc5f9", + "amount": "87414645761740844494" + }, + { + "address": "0xDB997cD209523a1b279C7D095C879ecd00b2E254", + "amount": "199678272489049588846" + }, + { + "address": "0xc1052e29C1Ced80f81F14116A029013e3B24c7F9", + "amount": "58404964277554415269" + }, + { + "address": "0x5E55DFa773089eFe37396B9faE9d4F31C81Ce0eA", + "amount": "200058444271082803428" + }, + { + "address": "0x77Fa775e158eFFf790a82Bf5eeBAAE249BEf233c", + "amount": "26406408074058642021769" + }, + { + "address": "0x6D179F338fB4beCaF0987Fc657Ab6F2C324f998d", + "amount": "109418376277884556307" + }, + { + "address": "0x973B2A256e7D81F321a4Cc0268f6167b598635fB", + "amount": "488110127340376923580" + }, + { + "address": "0x31c85360A302057031a1119B8BB1B573746Ab0B8", + "amount": "174534995200331079607" + }, + { + "address": "0x2554bfcdb2436fAa0b1831F3619e5Cd829B1079d", + "amount": "1999617088698463248601" + }, + { + "address": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", + "amount": "785443998391031051796" + }, + { + "address": "0xBD2d49103cd698c53010e641D59Ed420D4533229", + "amount": "314177476134959983050" + }, + { + "address": "0x128C6783d274b541Cbbb4F4133E1fbb2a599965A", + "amount": "52362912280903824424" + }, + { + "address": "0xb53c8522Ded2d4Fd8A6dceEE7E6C7163774B48B9", + "amount": "86096267713327161747" + }, + { + "address": "0x13c379d3b6243f23A4dfbE652Da4a1E808AF08f9", + "amount": "244932713453051167552" + }, + { + "address": "0x25820aE02D575e324561636fB621bEd25C936043", + "amount": "75191043329853673248" + }, + { + "address": "0x930912A1Ad1ED915fCe2346Eff955E9865234076", + "amount": "75594203194894527300" + }, + { + "address": "0x6cbc6412FadBC4aaCABCCb415B73BbABb1B57DfD", + "amount": "94515053525256666232" + }, + { + "address": "0x38Ffd385b2c6ba91eC1a1a01B0747ee95a31b1AF", + "amount": "210485917581149152130" + }, + { + "address": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", + "amount": "3654315525585420748304" + }, + { + "address": "0xd438eC32D5E3b60eDf3fd986F69873C307f6721d", + "amount": "119934027551047852846" + }, + { + "address": "0x558ebf487A1220Ae6fF58328048f37323Bc656F8", + "amount": "733080771932653541948" + }, + { + "address": "0x19daCF0C7404241c8323DeFD08E58C55820aFd2f", + "amount": "214351658764770382421" + }, + { + "address": "0xf9CA159Aa8209E3996c2F2FcDfB05ADA8229B738", + "amount": "1251474626700616246300" + }, + { + "address": "0x06Cb66E56D2B29bf99bf80C6B50721F4B0dEb368", + "amount": "151219151465198235950" + }, + { + "address": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", + "amount": "1981624516495572844656" + }, + { + "address": "0x0989671cb1c720328A3109Cce2cD4E40d53197c1", + "amount": "267842740417146166263" + }, + { + "address": "0x161fcB1d8f60049EcdB2153720320882eeAD226d", + "amount": "3178736792581926282735" + }, + { + "address": "0x9f096346CcC67B25Be60B6f590FB68F63ffFe29b", + "amount": "66131968953483515331" + }, + { + "address": "0x0BD3A28C148A9f5075358B3156Eac85f608Eb61a", + "amount": "213091918785383731573" + }, + { + "address": "0x06Ad7734782a6DCb8F837e11a80fa512b9a07f04", + "amount": "1652667686396026078334" + }, + { + "address": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", + "amount": "3929715207932192751871" + }, + { + "address": "0xEa54089AeA82fF3e4da3D80000b213D095A06591", + "amount": "75769134070467833942" + }, + { + "address": "0xc35D55f075D0ef43Ee9e9c2183ce38Ac58f209A9", + "amount": "1673431754063299928271" + }, + { + "address": "0x187a9e4f8dd811cfca029B1898125De594b3994E", + "amount": "8230665694143209774771" + }, + { + "address": "0xbB35aD43DB34433CDbd189695D91c4644842973F", + "amount": "52362912280903824424" + }, + { + "address": "0xe44C49F4127e6174ebA67059A82c3c09412bD02A", + "amount": "314177473685422946549" + }, + { + "address": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", + "amount": "154008565532070071836" + }, + { + "address": "0xA314AF25870746cD949a2cFe2E7d07923EdA6321", + "amount": "52362912280903824424" + }, + { + "address": "0xc391f45E0CE1EFe30778082A9e9c982FDf4F4232", + "amount": "52373373343519303390" + }, + { + "address": "0xEf01281e7B22FF3E3bd232c66FbE6148fE24613A", + "amount": "154326685625033115778" + }, + { + "address": "0xaf07a0626441F784c2BB2Bc3aea7b6c64Fa7B172", + "amount": "52362912280903824424" + }, + { + "address": "0xbeA1d7BEB5cc34Fad18E4E44fa2724f7EFD61316", + "amount": "70698479018774327937" + }, + { + "address": "0x86d15E3Ec9ae92E6596E6a6527Eb619c07038b95", + "amount": "124035091317721675736" + }, + { + "address": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", + "amount": "602783697232911919799" + }, + { + "address": "0xdC5CB4651570D70145bD00C405b03eD7E735A6ae", + "amount": "135899715911477278246" + }, + { + "address": "0xE0a598dD7a75e70acC99958a5E7C3A529f3D4441", + "amount": "866085703570078390891" + }, + { + "address": "0xA8Cf24EB0F02bd1DA037d9625808D52de63Cbb30", + "amount": "52371290346868769036" + }, + { + "address": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", + "amount": "938772220378187728067" + }, + { + "address": "0x8A2B259A87F08fbcb63500Da471A2856133AeD0F", + "amount": "252630462827907937256" + }, + { + "address": "0xd2d169E55f23Ce26f56Fb45723BB77173B112Eab", + "amount": "60914489623610785918" + }, + { + "address": "0x81105CFb28feAc3dbd8f47D77e58dCaAc8F0b493", + "amount": "88565560581251952576" + }, + { + "address": "0xd343D6DC7e50314F619010BF5cfa923161c9DA04", + "amount": "405606242499227702717" + }, + { + "address": "0xF1c26Ce42cB2eb8AcF6CdC8F0626530AF1eC138a", + "amount": "52604119252367795818" + }, + { + "address": "0xE968f7F5F0F357a3743D7F592AFC429f9a23699C", + "amount": "285944869865788712292" + }, + { + "address": "0x7af18fD206127cF406729f6180a2dA7C4687dEE5", + "amount": "52362912280903824424" + }, + { + "address": "0xdEa62Eada1aEf16829D6dcB7008DB157E83F1635", + "amount": "52362912280903824424" + }, + { + "address": "0x909A1477824e9214851913B65f1672DDD3989E3c", + "amount": "208686881075925675539" + }, + { + "address": "0xDd629E7B4949a332aA80fed1bc8eFb96cA115f96", + "amount": "53410170526521900913" + }, + { + "address": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", + "amount": "11079374718089995064179" + }, + { + "address": "0x65b34F76a4D5bEdF2C5ecA8c3260A52fd03fb867", + "amount": "117986023657545094694" + }, + { + "address": "0x29F6D8648ABcb33d0d17d5067Dc533e116b7CF15", + "amount": "261814561404519122124" + }, + { + "address": "0x0898d3c7486c3fC4619701e78a7d9eF1F91c6CEb", + "amount": "1633146861703785169426" + }, + { + "address": "0x058Fc775F8819532A8449B152F83D33612433344", + "amount": "169732285642058510720" + }, + { + "address": "0xE9B479469F8308Da2DF880522B2f59539c518a60", + "amount": "261814561404519122124" + }, + { + "address": "0xa5742045395838A148d430651D17c3Fe1E923345", + "amount": "52362912280903824424" + }, + { + "address": "0x9a70dADaDD78AE2caea35fefd1d58e6BB8F055e1", + "amount": "102877721775422807986" + }, + { + "address": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", + "amount": "4811113357520891003040" + }, + { + "address": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", + "amount": "1437616310853029542627" + }, + { + "address": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", + "amount": "159552873891224594423" + }, + { + "address": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", + "amount": "579447371266219592805" + }, + { + "address": "0x4a04b932202469f3675D1A1efeD6d60381a2b0b0", + "amount": "713281959090621182652" + }, + { + "address": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", + "amount": "2137638889585132597112" + }, + { + "address": "0x424456c44FC32f9f8C6292cEAc5d16323D907871", + "amount": "251581795850293668665" + }, + { + "address": "0xe01a1296BA44EE51EBc9Da978E2e95BBeDFb40eb", + "amount": "140841290725527953545" + }, + { + "address": "0xA0BA1672aAEb5C764523466e8C3a28625B9A507d", + "amount": "207858562529328406896" + }, + { + "address": "0xb020cB5C1f050f5edd4584693784CA882F6f6F65", + "amount": "967178226988087374761" + }, + { + "address": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", + "amount": "454195469900576283264" + }, + { + "address": "0x236066A85426c4Abe4B75a45E2De45db7d8298a8", + "amount": "181733310706005751825" + }, + { + "address": "0xBaDB542F685CFa7C0cfC62ceFf2d0A6809Dfe11a", + "amount": "83780659649446119079" + }, + { + "address": "0x377e47eA006e467Ec186b5ed4C4BcdDB1A831Bef", + "amount": "4161531965233501581137" + }, + { + "address": "0x471eAB2C25048E236bcF4B2Dfe615Fb55bAAbA12", + "amount": "52363955350116460029" + }, + { + "address": "0x98aA8783bD0a511D4d32802950F6298Db5cEfb2B", + "amount": "52362912280903824424" + }, + { + "address": "0xa1D409dC422382851381d1E70F79d65210347d47", + "amount": "62835494737084589309" + }, + { + "address": "0x056D11E02668d4A068875B41C108dCAD42b1e368", + "amount": "123545045810240272785" + }, + { + "address": "0x5B416D5270157C261e3BEe6C0e5D7E076996c960", + "amount": "1351779998278900769825" + }, + { + "address": "0x848A584C158e85ae2871bCe07F703bD86B127fE4", + "amount": "1596126292146510376121" + }, + { + "address": "0xBCc104AE0301d21008bD15f9de3296D83128cB6c", + "amount": "52362912280903824424" + }, + { + "address": "0x3441d1EFB5b4a66c07a190CfaB824773aF59cdC9", + "amount": "106531277879346545972" + }, + { + "address": "0x86c22169ddddB819276A4cB3DB06FF8c0695E9D7", + "amount": "52362912280903824424" + }, + { + "address": "0x3f30BCABFD0b1c2f941284CC3B93095A5c53eBB5", + "amount": "209451620847642666011" + }, + { + "address": "0xE858254fCe3697bdb28e19f6AcAdC21984E24530", + "amount": "14268898832837520246190" + }, + { + "address": "0xa39920849b02CaceB28748D94b2d9adBD0cF7907", + "amount": "94584476976221739412" + }, + { + "address": "0x4719ac741d80E68f5Ba848866c96a4D01FDa6eba", + "amount": "954078882753730110070" + }, + { + "address": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", + "amount": "228172314315431606932" + }, + { + "address": "0xcE23A5E98C120d6De7bf119f126487915Ac0bE11", + "amount": "111009691101328034618" + }, + { + "address": "0xbaC14b097fE2f1206672f2015dd2F063F57dA9D8", + "amount": "104726845638597126474" + }, + { + "address": "0xbf9307c2b1C4bc25e3349449C5498187587F1bC9", + "amount": "104725824561807648850" + }, + { + "address": "0x1682Eb9B28d718516554eA8CB81152836e37c4a8", + "amount": "224689230415902170155" + }, + { + "address": "0x709465e5355A7f000fd98d9B2CAAC4b642b4540B", + "amount": "52362912280903824425" + }, + { + "address": "0xE7d9294B83f8901531759bA1fad96B69B6c191b0", + "amount": "83780659649446119080" + }, + { + "address": "0x24e260f48Baa5a53fC87040a32eEB21128513685", + "amount": "61579821628006059419" + }, + { + "address": "0xb79b7aEC0A18Df3bF6d037878A54Ba95ac4FeB9C", + "amount": "230829270087990880232" + }, + { + "address": "0x1d6566b68E1A1eC40E8ef08c3F217CF0E840AdE2", + "amount": "104725824561807648850" + }, + { + "address": "0x7e63259055f26A569AB8EB787822a94cc054471D", + "amount": "58798318389259886919" + }, + { + "address": "0xe05848dCF80dCFEF493EFb6b0fD654F41499E807", + "amount": "52362912280903824425" + }, + { + "address": "0x2620eaAF2c51921025043CD861840bC050DdFaB9", + "amount": "462485973309932817331" + }, + { + "address": "0x8Ccf9B061cfB4F5617A07f220D6bbF4f358aaF78", + "amount": "127241876842596293353" + }, + { + "address": "0x59bB624841caf0f73f84494f4397f5ec4f5924c6", + "amount": "52362912280903824425" + }, + { + "address": "0x21cfC00363c51d0fe65539B166839E76acbE1A46", + "amount": "131234456498875890724" + }, + { + "address": "0x2F69527B887Ebd1371FEC590577285FC2eccb4EC", + "amount": "78197696618825276015" + }, + { + "address": "0x15646dDb42Ee60B26A0BA727CFeB4E8b1A319cdE", + "amount": "37156544335817320100410" + }, + { + "address": "0x993A7995be8821C1D49e4e1D7DcaE940D502484E", + "amount": "1039251466290588525910" + }, + { + "address": "0x17F7Ffec85d54bE5d3985a1F2720D60790de39Bd", + "amount": "125670989474169178620" + }, + { + "address": "0x7187E970383dc109cb51511968db319deA0f8d10", + "amount": "52509528435290355134" + }, + { + "address": "0x82ebF2f88E70f74B9943E4b6510225d0102589dC", + "amount": "30713082190095553639443" + }, + { + "address": "0x1C544dBD208E17Ab18D26CdB8BbdB7928c16f2ce", + "amount": "81177507570100015646" + }, + { + "address": "0x8d17Aa0eCe992dF87F10DACa223AF0CB5834d188", + "amount": "3279147635748642745535" + }, + { + "address": "0x04dE9F11549c06a849713CC7E94B3062fCb427B6", + "amount": "384633494077033757812" + }, + { + "address": "0xCdf75862Aa6D3e39cc1fcA149b18899b5366Acd6", + "amount": "3106365087467095908980" + }, + { + "address": "0x5D1470ddE778504199b9440e14A59b0180496002", + "amount": "76511453138609068027" + }, + { + "address": "0xF4E1E0c6f42b4fc7747556A5f07e38b58Ac6070f", + "amount": "70325113871464451725" + }, + { + "address": "0xb88D306A514dbAE3fB293Cfc3a6B081FFE2B09b9", + "amount": "67530784676173916004" + }, + { + "address": "0x6E5E312086CfeA6adF6561C9399Ee22c901bADd0", + "amount": "229741031452537821325" + }, + { + "address": "0xECD3ba1B00fab097a4D4E577cD7CcB8e3C32295f", + "amount": "373342616329237148951" + }, + { + "address": "0xDAF1DBE2f0B63050a21f8D1A7D2f34840c44C303", + "amount": "862719864348563171961" + }, + { + "address": "0x3F37eca2D25c2b513E6cbcAe79b079E6fD47b951", + "amount": "445005161528947009542" + }, + { + "address": "0x6fE52F00Ccbbd5DEf586fdFa9588D9e4701a067F", + "amount": "57549916332577257120" + }, + { + "address": "0x40ada26B347d9cc25Af9C41a85BEEa2664D5BA73", + "amount": "129736801189014094714" + }, + { + "address": "0x6Afa7820c9a9eC8B2Ebd27Bb54217862F6d59a21", + "amount": "55443083591545225861" + }, + { + "address": "0x033d8e968e081d089880c26CEae5a07Fcb06Dff8", + "amount": "4733123918623023160989" + }, + { + "address": "0xb56176f0D7fddc8246d2117f65E5D7371f7BF4cF", + "amount": "64299302399495895648" + }, + { + "address": "0x8a31959A732e009cAF2F504c1937043a646c38b4", + "amount": "2914026934188326133966" + }, + { + "address": "0x09fEcA812F9DB6ECc6cB91C0a753A64A127E2Eb8", + "amount": "59885677819352151760" + }, + { + "address": "0x6D537DABa0420FC2193B32D00C1d64c012c98f30", + "amount": "784328663986567042358" + }, + { + "address": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", + "amount": "980932300751773060562" + }, + { + "address": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", + "amount": "3119846997293773326330" + }, + { + "address": "0xCF5aa529e6333B280ce71127713eEBFEaADFF282", + "amount": "56798099248182529211" + }, + { + "address": "0xd4e1383cBa0ef905a35cCbb3E42f0B1E61a0B458", + "amount": "192132461878140825701" + }, + { + "address": "0x25De42b15a2Bb43f96B88ae7899D78C469D24891", + "amount": "82072396640564397843" + }, + { + "address": "0x8cE5c5188449552133Eb48C3b43c977eD2ca12a5", + "amount": "55443083591545225863" + }, + { + "address": "0x5f3CF159075EabB0f5Db4B07230C4F7E8fC4D90f", + "amount": "33177604218520709673326" + }, + { + "address": "0xB815F9a76d29B719b200c82016F33Af5E6cADc16", + "amount": "140213556291665959293" + }, + { + "address": "0xFa069cc7D5643f6AAB51073ed30A026b125B7c9e", + "amount": "147187387556945709492" + }, + { + "address": "0x986Ab401DBd27c3D84F483D2Db90ffC0F653c718", + "amount": "54381656557898198926" + }, + { + "address": "0xAC899C1C7b1cD31Ab024f56401B7b53A756e4684", + "amount": "177879893189540932972" + }, + { + "address": "0xE3D69450e9B94e8B62B9C0606F4D759E7401Bb55", + "amount": "4743463818387758212607" + }, + { + "address": "0xD55C19068c4bdF2f73E90d6964d73e30fc6A1326", + "amount": "107805993716329132837" + }, + { + "address": "0x929BF1f0AeBb7a22331Bbc9144C0A1db4210241C", + "amount": "212803183526724206368" + }, + { + "address": "0x16b57a4C93E53785Cc4cf9A6BCd42B600cd57aF2", + "amount": "56598142442735957777" + }, + { + "address": "0x9fBC96366B3840dD942036e81022568e8fA0aDa2", + "amount": "86244796697959240229" + }, + { + "address": "0x9a5f27CD3169BBA7AAEC562C35D25E920AB805cc", + "amount": "255731506287754367763" + }, + { + "address": "0x0D43E74766424EBeA04Bac1cC5e896667a7b5442", + "amount": "74850552965988304479256" + }, + { + "address": "0xBe45aFCb3F53FD53b9a2e1A5B731B8a5dA8dA1De", + "amount": "183842878084730796734" + }, + { + "address": "0xC608e849603Bf012BC3aF7AF0b2a14E6a00CFfC0", + "amount": "97025402753563897604" + }, + { + "address": "0x20864C8Aa16bE02FD14fEb8BAD4894835876DB69", + "amount": "2383350931411880600804" + }, + { + "address": "0xc7E0bA5F3d45e77D87AeeF227D043342662dC2a9", + "amount": "186719982694961837647" + }, + { + "address": "0xcd2D7Bd83d5Ee91546fDb5E5d3eF45698d670189", + "amount": "108021607864193948387" + }, + { + "address": "0x852cD2d90cDe379BD74A4F2c81285A9f5794f506", + "amount": "53902997936224525143" + }, + { + "address": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", + "amount": "407352825318406728335" + }, + { + "address": "0xFd9eE2470501A628E7DfdaAbb77b46E0990aEB9f", + "amount": "107818928279713909274" + }, + { + "address": "0x692464a9dEB22497CCe40023973C1dC6DE30e2F0", + "amount": "60025470098640966811821" + }, + { + "address": "0x0EB70D854F875be2F00De68DBf397aCf9663147E", + "amount": "53902997936224525143" + }, + { + "address": "0x1343A0F8D469888A52bA3f9d7E946adAf5714130", + "amount": "53902997936224525143" + }, + { + "address": "0xA721f2601B2e53040361FE834d0A25ff20306663", + "amount": "852591437266567781542" + }, + { + "address": "0x3cDF058eFb4a09Ed78A40F8e6941B5814187d9cd", + "amount": "182192133024438894984" + }, + { + "address": "0xDd7D568326ea9b126091Ca1F030b456BE04Aa54c", + "amount": "648587777286687636280" + }, + { + "address": "0xAB37CA7005D8e865bd98cdC265Bd2484bFBC13EA", + "amount": "10421759629555181761277" + }, + { + "address": "0xa26E604adA8f979185145FFfEEA42F59B02Cb1eC", + "amount": "56574375906972723338" + }, + { + "address": "0x41BCce1a069CFEa219Cb01b2b81a142fb346550f", + "amount": "215611991744898100575" + }, + { + "address": "0x9Fd5cccC7f75409F78f9FBb865C2bd14424D5486", + "amount": "127142804276447771418756" + }, + { + "address": "0x55CE731C654161Cb1E7758E6a82f390dB9564282", + "amount": "49717673878964128841" + }, + { + "address": "0x6eb75fBe63Cd5A790E331c8F1a6450de3b86E848", + "amount": "13466609344259085494084" + }, + { + "address": "0xfCaBa748fF1774ba65D4AC67e5f3A59d370e4304", + "amount": "90136528270963129861" + }, + { + "address": "0x030708881062EA9DEc55F44E2203f0268526d14f", + "amount": "148942175962081777425" + }, + { + "address": "0xe4d9D0bE192f728E5a926D4e947e4c1A7E60B630", + "amount": "56030679430548765162" + }, + { + "address": "0xff71960A8a2597fbD18F81A79D5171CBf27C5665", + "amount": "202518553123918779982103" + }, + { + "address": "0xB2145DA747954452FF580d92Ef421fc1643538C7", + "amount": "204140448129250116336" + }, + { + "address": "0x54093543a5c38ed404622c625904cF739ca5382C", + "amount": "29746182092951384591994" + }, + { + "address": "0x8B6bE5399e08B20944e539fa554865A27f4E2391", + "amount": "104725824561807648849" + }, + { + "address": "0xA7847F8343a1f994BF7df86335640608a0deBBd6", + "amount": "48807692128866782123754" + }, + { + "address": "0x438331baa70e55A89cC03E6430AC40F426C6e7c7", + "amount": "39751819513182021212646" + }, + { + "address": "0x94117DB32F41cD6D370DA3B861571D5b39F29B5A", + "amount": "1394253096515597182514" + }, + { + "address": "0x90A36616d52Bad220B0e3981a78d52E03221c570", + "amount": "59139289164314907585" + }, + { + "address": "0x0b9Cc8422ecdA4CC1fDf8A45a4C2c7814B97Ad51", + "amount": "49282740970262422988" + }, + { + "address": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", + "amount": "197130963881049691952" + }, + { + "address": "0xeeCB4fd9F4d5011D62b705Ec1756ab3F741A0433", + "amount": "1287144944255287048137" + }, + { + "address": "0x3FBB7Ed52757e1eeF86E42501aaDb0E56F2709B1", + "amount": "72416024098130105749" + }, + { + "address": "0x4b84a16DBC41279Cbf0D40EE8e1Ae0d6dD8c890e", + "amount": "882785968523200299011" + }, + { + "address": "0xC0d94Cb3dfECdEb578a0e4328d857cc03A79010A", + "amount": "56822005812999793809" + }, + { + "address": "0xee6ae8A142259c6E11E5a38a3746Ae1cf6FcF426", + "amount": "1102554208667080104222" + }, + { + "address": "0x3776a63FfAb5C29B3D151545E6f58dc4Da37ab93", + "amount": "49846535526962225107" + }, + { + "address": "0x5461aA34d74d2cA83026b8e45E5aE1001b45C00a", + "amount": "552579776164609202009" + }, + { + "address": "0x4Cf39F138d88ebf4657657bbe4924BB37e6Af13A", + "amount": "5765002017527716870827" + }, + { + "address": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", + "amount": "433687507404321098920" + }, + { + "address": "0xa87f6E2F1B5089cd6FfA5C71378F506727BBDac8", + "amount": "485448797724556539911" + }, + { + "address": "0xC8264B7882cDb71D6F4aac8a49E0dbdDaaE47F23", + "amount": "1052226917685664143577" + }, + { + "address": "0x52716A84D6004a15A9Bd0C66664658B4F86D6449", + "amount": "1304831534334694826499" + }, + { + "address": "0x99640616370CbB437808aCaCDb44288876cB42B5", + "amount": "98565481940524845976" + }, + { + "address": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", + "amount": "272596142703964154779" + }, + { + "address": "0x544Cd0011f851c7513EAf245821f586689fFb562", + "amount": "105633612650479882680" + }, + { + "address": "0xdc4AC69fA7e54eeF5d5B2B923b288A8B7d80e4F7", + "amount": "3328962414917119010984" + }, + { + "address": "0x28B159ea06d6fD6169E13746b23CCD995C40010d", + "amount": "128247489200784859283" + }, + { + "address": "0x05eF376b21042C3D9C7172801414a8A8AF40b7c9", + "amount": "376596745537631911562" + }, + { + "address": "0x8DE636b8eD4811D8349E6516c867334551Bb2843", + "amount": "317987012806292301957" + }, + { + "address": "0x95B985ee05824d1B59B5dF09b29A1DDb63eb47CE", + "amount": "126180011192554631081" + }, + { + "address": "0x0EC611aC8DfaDC15ca6a5099145be54a79C775A3", + "amount": "95076263879830266428" + }, + { + "address": "0x3976faF6b95e1EC96F06b06967ce0e3aE6B3afAc", + "amount": "1532739569951673401608" + }, + { + "address": "0x3598775513E42a39b08521a48DdD6172D9e73e66", + "amount": "2996698175295609755198" + }, + { + "address": "0x221d57Ef52259C3e4e84363a5f4BA6b61AfE9BeB", + "amount": "102981215531460359076" + }, + { + "address": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", + "amount": "254422150258979758675" + }, + { + "address": "0xb2B7b71b550271dB3B258F7379b26FE00a1BBD23", + "amount": "49282740970262422988" + }, + { + "address": "0xCFE72F12a4901dB696a484731471Ef5604AcA51D", + "amount": "98565481940524845976" + }, + { + "address": "0x3e745FB691a9C7E549ea35432Fe530D74abD42A5", + "amount": "1672656228530706636221" + }, + { + "address": "0x2f3275A3C8F5FE2284B0eB3e121d722cD4cbc3F4", + "amount": "131092090980898045148" + }, + { + "address": "0xEb4C1010E298F614338f92557B0828ADb896814E", + "amount": "59139289164314907586" + }, + { + "address": "0x454f4118451B535Aa86DB073668d88C0DF515071", + "amount": "98565481940524845976" + }, + { + "address": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", + "amount": "247943933958438763177" + }, + { + "address": "0x865E3638beCc43150e9B42C4422cE68081aa3A76", + "amount": "53586113199398531405364" + }, + { + "address": "0xD4B3ECBc30eA0e447fc9DE70E1083eD9CF9d930F", + "amount": "85764443982064713594314" + }, + { + "address": "0x092E8ee3cd01F9d37ebA38C2e5d7dEBcCd6FBd81", + "amount": "70124136166480803358" + }, + { + "address": "0xE9e11C8E916f32714108b173E6315ebd44FFee44", + "amount": "88707824884800530474113" + }, + { + "address": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", + "amount": "421367435295743716547" + }, + { + "address": "0x6286F345b39DB226A76fc0c11428b9ae3f5D67Df", + "amount": "1938141614896395754917" + }, + { + "address": "0x8CAC08a3893F28e78EA085dAb04941AB32B53746", + "amount": "83164625387317838792" + }, + { + "address": "0xe8D1af512b66755CBD84Ae5B12351aa42ba4950d", + "amount": "1327168533429281488730" + }, + { + "address": "0xEEC5Be1f3d7b53Dac37301dF14a5AFf9DCF54eE2", + "amount": "79189566977521693970" + }, + { + "address": "0x98aA0190B6E7897E08B58BCEb975bAC4D28b5F78", + "amount": "63471242095600974566" + }, + { + "address": "0xC60bf8E848e9FE12577cE111eb457BCe62df5FDB", + "amount": "33265850153818273845157" + }, + { + "address": "0xEeea994ccC3093c9D14274b894AAC9B00a756b1b", + "amount": "15987933503265377168801" + }, + { + "address": "0xCd153D4acA137246D277f1735B47a61563234C98", + "amount": "654228386380233665167" + }, + { + "address": "0x289BA6a0b2aFE004A96d1781856d011282bDC49c", + "amount": "182076194267444680803" + }, + { + "address": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", + "amount": "990779554150100284790" + }, + { + "address": "0x000000000000000000000000000000000000dEaD", + "amount": "537668318459037957549093" + }, + { + "address": "0xc9F314887750169424bd78770ccfd5AAC87A4b5F", + "amount": "247399464396541925208046" + }, + { + "address": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", + "amount": "2254104310080387585667" + }, + { + "address": "0xf483DAA945205c0Ec8D1AD5bbF6d4A034665CBdB", + "amount": "129907622424428591949" + }, + { + "address": "0xE366b667cFF9f389403dec51F179B0566C650E0d", + "amount": "443544668732361806893" + }, + { + "address": "0x4F157eEB62c1c40a8A6669862Fda3AbF58Ee46b0", + "amount": "639380728594417853681" + }, + { + "address": "0x79CC08F995fA0e655fC3fB2f803174bf8F53bdAF", + "amount": "756819159396357120197" + }, + { + "address": "0xF8922eB3a6f85002b90c4f5A98Cc05099BD60a26", + "amount": "2990718367912468371923" + }, + { + "address": "0xb13f9a18EdF6b5967f1bE73f96995C9C7fFd0E5c", + "amount": "143231107719562021040" + }, + { + "address": "0x365623E776bC0C4dA02ecc097690F5455C3149e9", + "amount": "5334864952148365087692" + }, + { + "address": "0xAd9362402e224419F124783282B5e80d88ed399d", + "amount": "985654819405248459763" + }, + { + "address": "0xbBc569CA9C9288B6772F467025Dc376b4cc5B107", + "amount": "64643556009533519719548" + }, + { + "address": "0x8D77edd9Edc5F96b7d4c3bC185e656CB0DFBd71f", + "amount": "105511673873781104347" + }, + { + "address": "0x3B09E586B77c83F6C3899dd2c793027b8300FE79", + "amount": "139029899839358448854" + }, + { + "address": "0x7416877437A1a2a6597195C64f6E40193B2b0E7B", + "amount": "136496341850613949821" + }, + { + "address": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", + "amount": "3328455308567880200903" + }, + { + "address": "0xBEa6014EcC8612c63C954eDB99FD36d4B80bE148", + "amount": "430488464132668757224" + }, + { + "address": "0xb5d97a524Cf48BBDdfD573e8880B097ee09f8272", + "amount": "209994375308550312164" + }, + { + "address": "0xCdB283e93347cd0F3469581A6A081eA8b1eaDCd6", + "amount": "148709140131271038653" + }, + { + "address": "0xf64583641d08319E5133f78B7c1ffd5Ea63D4B46", + "amount": "1725670777973073900278" + }, + { + "address": "0xb262C5C5cF41968e0aA604Ab59B6E6AE8CF5d3AD", + "amount": "174300577165591966683" + }, + { + "address": "0x745a5077e1aBf9Bc8d7Fe0578C60F28A0f731611", + "amount": "122605381686359836919" + }, + { + "address": "0xFE3336E6d96c141E0c3475c2FaD8bf179e442aF9", + "amount": "177617801412718456007" + }, + { + "address": "0x42e473B914e4ea9cb2E2813a5553759b0e719685", + "amount": "524985938271375780412" + }, + { + "address": "0xB78053673C45E29fbAC3028A8fc440179739448a", + "amount": "5643076822525347564431" + }, + { + "address": "0x9E27B6e99810da9481E8502580Cb961d5c5Ac7B0", + "amount": "63397301905651339242" + }, + { + "address": "0x0C5DC7e633fB5a05f91083bed0D87eA95640F99a", + "amount": "302055296215592705093" + }, + { + "address": "0x18946738fFde9b75c743B2310117dCD590bB4D4d", + "amount": "269086901251554859479" + }, + { + "address": "0x98F3F8e945895E2A8B58de8594965B0548e76374", + "amount": "10004316993693341460651" + }, + { + "address": "0x3eB3Fe08Cc41b8c96b23edD1a61d6C5b43a57E3A", + "amount": "69997420921711569382" + }, + { + "address": "0x371F9b8CE9487D4E473749F71C9Be7D6C2e4e01a", + "amount": "590172385954824709058" + }, + { + "address": "0xAd86CcA860b78Cacf0e0030e2EE28E3f8Bd0385B", + "amount": "179954671520887177667" + }, + { + "address": "0x28423baA1bf00A5CF962F6C721c30FbA7F2AAFA7", + "amount": "72175076243295631175" + }, + { + "address": "0x81957a4386cb0787032Bd9CDE148Cf6aa1984594", + "amount": "785168969278669617184" + }, + { + "address": "0xC73DE3E90Bd6608a35BFE257431786A9ea4BD862", + "amount": "97824063144854285896" + }, + { + "address": "0x20c507483DE398447AbCB8766E7C3514bb789518", + "amount": "134190974332251592922" + }, + { + "address": "0x55640eA26f400A92b1a54AA438d5F16DfDB47A78", + "amount": "219535785939519847115" + }, + { + "address": "0xD7a21FE80774d7894f10a7C7539cA4547148C58e", + "amount": "128201566125869965620" + }, + { + "address": "0x886B589F7758c7A42c0e4D3D2017b3170935230a", + "amount": "110453599604486157059" + }, + { + "address": "0xd6B640894BD8527464eE56606F1491456F047639", + "amount": "57118470083925684908" + }, + { + "address": "0x820daB1D580E5F12aBe6EaA6f0009aDe4Ba7C679", + "amount": "315002032232406476023" + }, + { + "address": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", + "amount": "432916822670134841151" + }, + { + "address": "0x929F34BE63fa8da803A754e739324702a54929a9", + "amount": "163384761010228029764" + }, + { + "address": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", + "amount": "156496023420024025749" + }, + { + "address": "0x5006ffAEC38FbFA960eb82fF4BA4a95f98fba6aA", + "amount": "52498593827137578041" + }, + { + "address": "0x0002a0B89BA2De2f9B2aA276045A47570978ce80", + "amount": "85467710750579977051" + }, + { + "address": "0xbf2c003207BFEaE6d9356e67A85A58e2B80Aa9dF", + "amount": "1610836970192573686908" + }, + { + "address": "0x0cD5f79aFF1A153bF477A47ca7D6d5f66D814E7E", + "amount": "6359138832173328112069" + }, + { + "address": "0x5cF590de324Ea955E7Fe997363F601F32f81D10B", + "amount": "125996625185130187298" + }, + { + "address": "0xaF0c648cF27205Cd904Dd84d21A5a34009F5667C", + "amount": "644944850136380310820" + }, + { + "address": "0x3Ec5990bBa13566A31Ee8Ba9Cab06C1C3A6d2af1", + "amount": "114024005640294686961" + }, + { + "address": "0x1e7be36690F1712F156F31E247E36f6031AA8216", + "amount": "813587209943361555356" + }, + { + "address": "0x7B1173635fA5555B2482E37b463f08782F2f6629", + "amount": "4398029798937141975846" + }, + { + "address": "0x449967f987ae0AEea8cF313f17EeD0F897847D25", + "amount": "940126043380172864954" + }, + { + "address": "0x4F3EA077C76f20E40725E82232C69E9A98889ECF", + "amount": "1136063270587997932303" + }, + { + "address": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", + "amount": "265137184613484672360" + }, + { + "address": "0xfF87B38d2eB383c99a34380F86f5dE58a02f9099", + "amount": "192038503381324119451" + }, + { + "address": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", + "amount": "2824506045387649539925" + }, + { + "address": "0x4f945c9F7F714A6EeB02c0AF0021b2D949ce6b91", + "amount": "1192852918461514163756" + }, + { + "address": "0xa5848899443980B8F6EaB07b4cB79d2106FD69d3", + "amount": "105463375167460137775" + }, + { + "address": "0x0FC616eCa88b83b1BfB8341D200E9d637D255A1E", + "amount": "99439686511734372071" + }, + { + "address": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", + "amount": "2529982486654964513394" + }, + { + "address": "0xe85582561111c725da8BF00Dad723b1A722F2bae", + "amount": "157495781481412734123" + }, + { + "address": "0x981259b6f1Be610A34aD64418c5Bc5eB6E74F947", + "amount": "57905950041304625122" + }, + { + "address": "0x1739c5E6a1947487D375D598F083039B66fe06ae", + "amount": "322656355561643801556" + }, + { + "address": "0x5FE558A60BD10253FCd82a78cBE877a1E582a9FA", + "amount": "638745061953704805501" + }, + { + "address": "0x13971a0979116f370e58Aba650A93fe9F436Ef01", + "amount": "116790296768010304852" + }, + { + "address": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", + "amount": "1298245727650273125559" + }, + { + "address": "0xfb143952935DA91bA1a6487AA07Afb4427F42673", + "amount": "428252029285492079113" + }, + { + "address": "0xeA04b9A96145146f9094B7BA0F26E4Eb7Bf0C4dc", + "amount": "175360864271578216385" + }, + { + "address": "0xdffBdB7fB22F9235fd55F0CB117205E59F432d42", + "amount": "179936821998985950891" + }, + { + "address": "0x928d87E4a191A824f444cAd1Edc57C0eE4b3E4dD", + "amount": "80132234039273147557" + }, + { + "address": "0x28ff20bf0cEfd220F6884Ba60D88B42D214166aD", + "amount": "17043895279905547945429" + }, + { + "address": "0x7B455faAFBAcc1283aD0c3c3F3595CFDa27C73a7", + "amount": "9794964325970187226437" + }, + { + "address": "0x240Ba8f07Fd198EE9b79f3C2e0CD37958cA85926", + "amount": "1078296823898278825466" + }, + { + "address": "0x000D02B7d1821d39323BC2D49Bc5D2155b1D5d3d", + "amount": "2969431574167646432551" + }, + { + "address": "0xE421afb9365F352E1E78873fF8449dBBa73abec3", + "amount": "348885705109502031382" + }, + { + "address": "0x64b674062901aE8CE02C890fcfBe3c97e7e91048", + "amount": "629983125925650936495" + }, + { + "address": "0x4d7eAB18C126DA804F67Fb25C77BeeAa2cfA3cD3", + "amount": "54532357852844591532" + }, + { + "address": "0x1F4FB5cE1c8EC71090CA2fE5072C14d93416454d", + "amount": "53548565703680329602" + }, + { + "address": "0xB531ac8c8BFb161132E994fAB464f52257f117Bd", + "amount": "108762386803557463216" + }, + { + "address": "0x9f54539D76Ed4a635A4D5E9f014b53a55e31F2F6", + "amount": "104999284448112611957" + }, + { + "address": "0xC93b87b3BF7D6e2D041bDA9920E430bAF75375D7", + "amount": "210002775083562654177" + }, + { + "address": "0xdF01a391A0FB0F86EE09B70f82f8d8a864BCbC48", + "amount": "283005219715827084843" + }, + { + "address": "0x48501B90b188E955781406718cA5478B80b002ba", + "amount": "365445914854859182728" + }, + { + "address": "0x87F3db7b48034c00D6a54FE79E797374637d75B7", + "amount": "1049971876542751560825" + }, + { + "address": "0xA1A0EDf18FBDB59CDcCD8dE824564B7211368B5d", + "amount": "84470567327029097739" + }, + { + "address": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", + "amount": "686680542341845366108" + }, + { + "address": "0xfb8f144B0Fab29a5a89D122e003c257B6Ac209f7", + "amount": "1206482336337918626254" + }, + { + "address": "0x5B3A527b2fB1aBd65ebC283540A438C8bFb14526", + "amount": "60887869120714163012" + }, + { + "address": "0x0662bA946A3CbEa5E21D5d0Fd05f4e14f36d704b", + "amount": "53774540058963116935" + }, + { + "address": "0xEDb94A7642b6C6843f30E183bcFE336eFe0e0491", + "amount": "255974727976532340375" + }, + { + "address": "0x15D8d08FA5617F04551893DC4854B7e084979337", + "amount": "3371687963994435585921" + }, + { + "address": "0x3c9150c8858Db3AF963E1e5882e3E9D2ce9E6c6b", + "amount": "1898779815138219993097" + }, + { + "address": "0x4b2a55A5f2a36AF2f32C2e98784D67E2B63138F2", + "amount": "635766369603267653459" + }, + { + "address": "0xfF5e112E6d4629E14B99edE618C09594FF29155c", + "amount": "1377768083637979874303" + }, + { + "address": "0x373b1A5D54b742B0BDF46d374b0b495F7Ec33E8C", + "amount": "173094361740776782953" + }, + { + "address": "0xE95EA34f9B5532249E1c4cB9Dd00f01E9a952B46", + "amount": "2259275623912181754982" + }, + { + "address": "0x1396779fDd7ca79D2F4872d524Fda641e377E7de", + "amount": "629983123825707183409" + }, + { + "address": "0x9209987190faD0D1Ff4645966CBDaef57f3FaB11", + "amount": "1050024375136578698403" + }, + { + "address": "0x480b35b48EA560515ddf14518a8e809eAAB13797", + "amount": "539708817704320211640" + }, + { + "address": "0xc1B01d20204d2e7165bBA691f2bd5DEB04c97A6A", + "amount": "486800554765437732392" + }, + { + "address": "0xe5852F3182aEF85edc5141fE1E28dD54b4508F9A", + "amount": "52498593827137578041" + }, + { + "address": "0x25B960b7699327C57686F925a8DC7CE0D55eA764", + "amount": "286591613435884087234" + }, + { + "address": "0x41ABB071395BbBe0468D3D40549F66D0Ffa024C9", + "amount": "1049971876542751560825" + }, + { + "address": "0x4A85591B4D4cc1FD8554063DaD88Ba5F2F0d9B82", + "amount": "21022380466329366880859" + }, + { + "address": "0x24B9D7f5ca269FC1495bb5D6804028AC5fC96aB9", + "amount": "65057313742296688716" + }, + { + "address": "0x3Ab636fb2D9fC72eB38BA567AF51AF469ed0ac49", + "amount": "1177241269413247134483" + }, + { + "address": "0x88cd0C441ba5452Ed0aE9cD4E91B22311CC534e1", + "amount": "537352795281887901258" + }, + { + "address": "0x1f56E518D2da23Ad89838269Ee8C2710f3F7faaE", + "amount": "1259966251851301872990" + }, + { + "address": "0xE77B2073f19DA72b38D3d2608f53B3D60E305Df2", + "amount": "1372833535815449051983" + }, + { + "address": "0x87Cc6cb6c57b41dC9Dc8Cc624B23DE6c75c8Cd2B", + "amount": "96807211803320491450" + }, + { + "address": "0x6c8C68C4De8F5decDC9529673923A80d46279AA7", + "amount": "52498593827137578041" + }, + { + "address": "0x7DDAeF59B9159d22d448F0007644417bb6419d33", + "amount": "166732320849270692625" + }, + { + "address": "0x04CA5b4d18029DE724c00aDC8F7c320CcE2F2407", + "amount": "203694544049293802800" + }, + { + "address": "0xFCD50096423588e7B0FBC4091693860E9Ca6e583", + "amount": "213568848198883610921" + }, + { + "address": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", + "amount": "648928304804299899090" + }, + { + "address": "0x09c7A124E0415d8665BDF34502df95FAB2330320", + "amount": "292135921795038609820" + }, + { + "address": "0xe9a52f2134291D6989C9b101bF918EfeCDCe6d13", + "amount": "55638004488141022494" + }, + { + "address": "0x6D0F41e85FA9cC35CBdD4AfACC674E60A2C3a4C5", + "amount": "183745109894137819426" + }, + { + "address": "0x847794B1A9F8B2a183E9Af90f0f872abC53bFEbD", + "amount": "955059339324543521307" + }, + { + "address": "0x4243E716B47E191Da83c00746599c5Fc762635E0", + "amount": "247971409086529684194" + }, + { + "address": "0xF0814C0E02618335a35f466e9224c5eE6260B975", + "amount": "52498593827137578041" + }, + { + "address": "0x09897972fFcaD7AFd630F0bAD9283724ccf38533", + "amount": "987240520714948506992" + }, + { + "address": "0xD3847C154774c252ca045b1A4FA7b4EcE7fe3942", + "amount": "157495781481412734123" + }, + { + "address": "0x0a852A20620d01A04cE0025e15339C5FE6AE0526", + "amount": "1623285677787144904357" + }, + { + "address": "0x93262E0F3C85D476706E58E8B533Cd786A1064F1", + "amount": "66446417085215860147" + }, + { + "address": "0xb2050D3F930C0E6566C60D1a9e6b67E48A3418Cb", + "amount": "592088565730021452887" + }, + { + "address": "0xb33966e39bF5825C64E25835922F96aaaf49fbE3", + "amount": "327849805074043815464" + }, + { + "address": "0x2504B51035502EE579b1e8AcE53d73460044093B", + "amount": "345681188842349800533" + }, + { + "address": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", + "amount": "362812697281299435482" + }, + { + "address": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", + "amount": "993036295942635045183" + }, + { + "address": "0xe074B9d1D12be834Ef738a4D6b4cee7007deA8d9", + "amount": "537574582385016359507" + }, + { + "address": "0x78272Cc3d88c30be218aA0c1697395E90Ae8f154", + "amount": "209994375308550312165" + }, + { + "address": "0xade6B063077d7156bA541BBBbe015fdA01c7F0E8", + "amount": "524307530540207012330" + }, + { + "address": "0x1A03D40d57a63b299d9F9b94522F457af0CBc855", + "amount": "611835746871288811286" + }, + { + "address": "0xf06afa79d653A6F04D4d023416eAB53188124f11", + "amount": "54698278608663383304" + }, + { + "address": "0xcd114230e75A75967fA4F4B9577511C8b54F6566", + "amount": "1094139223008866278131" + }, + { + "address": "0x795DC2AEB3bca32CB42A2a0C720Fb2008f5Fd77d", + "amount": "14601571490002462118589" + }, + { + "address": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", + "amount": "331788537726596977452" + }, + { + "address": "0x8Bf344920C76879D0CEa3A93919c65c53B16a69b", + "amount": "88916017052025302571" + }, + { + "address": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", + "amount": "107941677418682803902" + }, + { + "address": "0xF16C0904707b08F5Cd9D1309F57726509e5A5D54", + "amount": "716647484901153186811" + }, + { + "address": "0x178665C0973F4efcF3fd97c2aB535d73C37AdcdA", + "amount": "1049974967659956102686" + }, + { + "address": "0xfDad422674977C04a6C5892DD717b049DE3A8244", + "amount": "57164465620744110038" + }, + { + "address": "0x20D394193242BD37e51d44c1db3627e8D5B927a8", + "amount": "1144469345431599202022" + }, + { + "address": "0xa1Db418AB5eD12C8230bAb6cC24c2c9dE82cC479", + "amount": "52645589889853563259" + }, + { + "address": "0x72c4Ab33E16D273505Fb1EC4dcC1C8D6dfa7dF4B", + "amount": "2666220362464705250371" + }, + { + "address": "0xEb83857D858Ff7Ae20895141238E8b86EC06AD24", + "amount": "327502461195314951876" + }, + { + "address": "0x77ad19b2ffB328d28778137a0Db89fC5D5ad721e", + "amount": "66246925578588366978" + }, + { + "address": "0x133d90912221Aa55e6F87Be546b97D5Cf34961fd", + "amount": "262492969135687890206" + }, + { + "address": "0x8cf53EB8762C9cC4D29e78c97D6ab9cc2C64E94c", + "amount": "543188815325415585341" + }, + { + "address": "0x977aE5c77c48909052efC3E5908AB5224E957bA3", + "amount": "237967714493711657278" + }, + { + "address": "0x8e7C7d2fAc4d458a24C0F47Ded8556100D3158ae", + "amount": "490420864095588399030" + }, + { + "address": "0x1AE8e3655d882856842441c0eC0223973343C9D1", + "amount": "53548476821461036505" + }, + { + "address": "0x24ee85804ebae72Db31DeBD94C8c9C50efA849cb", + "amount": "4110694984041040447963" + }, + { + "address": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", + "amount": "3254041886933997016977" + }, + { + "address": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", + "amount": "1539867235593130089372" + }, + { + "address": "0x7e367d3Cf0ed261fAe613Fabf93e056C51d19aC7", + "amount": "52498593827137578041" + }, + { + "address": "0x3D85050c6a246D31C0BB71D5eeBF29a62B7a69d1", + "amount": "164484976549385537789" + }, + { + "address": "0xCCCD5354573D36f0c3140E9d981f3C66BDf43e25", + "amount": "58543178536011645577" + }, + { + "address": "0xa4f505FDd1D87596E4506eB145CC4E99F77f7cAf", + "amount": "122724432947298657219" + }, + { + "address": "0x4f3784e4818c7e614435D4354e7f1080189E30BF", + "amount": "245720851891957208500" + }, + { + "address": "0xd7807e003c6E1361b12b70E632b601815C36F06f", + "amount": "54651019374500194057" + }, + { + "address": "0x50d8F349Cf720DD203AD9e852999b37feB805ba0", + "amount": "494772365156246046971" + }, + { + "address": "0xADE5Ffe4199FC2D6301e67f8723A1B68Cc36D905", + "amount": "52656085408731484604" + }, + { + "address": "0xF1e8105304c0184E6E16E31A1edA368D0039e8f4", + "amount": "1624865648608875009267" + }, + { + "address": "0x52A3A014ba535e5F349241163B1B25e6654E6a14", + "amount": "524985938271375780413" + }, + { + "address": "0x35aB933F276ED630AAfB20C77f414E5331a9C2Dd", + "amount": "449533807813354117705" + }, + { + "address": "0xC5FaF0381A5050536350dCa2137eEDAc119854E6", + "amount": "52498593827137578041" + }, + { + "address": "0xB3aEbA90EB2659ff653DaE03439635699E6a43c0", + "amount": "6379459830048055286810" + }, + { + "address": "0xC55297248Da652D27143C96A64D48663c6a9bAB9", + "amount": "92841657989680338549" + }, + { + "address": "0xCC53E0993d28005aa981F83d3F61c526702deF99", + "amount": "52511193489656091060" + }, + { + "address": "0x2780FC072F79994Aa5f05063253aecc22BF825fB", + "amount": "628003168767726768640" + }, + { + "address": "0x69B7B4544478c52f170434d20122638D6ffD4114", + "amount": "948805178459832091082" + }, + { + "address": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", + "amount": "223891800245033251542" + }, + { + "address": "0x90D38ffe3D03cC6AaeF01Bf039d7f936cBdD5109", + "amount": "14918749212052521208474" + }, + { + "address": "0x4CBC289fb8946D1684709113416Ccb26623Cf470", + "amount": "30554590322012824024715" + }, + { + "address": "0xD8a30F894FD8c8Dd5FB47a44966A918FDD8A6f1A", + "amount": "1687022147523538111862" + }, + { + "address": "0x78Cac9021D86c3D5BcAF0C407664E27Eb56040A6", + "amount": "1682135687873236183722" + }, + { + "address": "0x308c271feB0FA3E4F5E9d5e5c9daC8f3194460b5", + "amount": "632633305321326791948" + }, + { + "address": "0xf3221526Fb23f73F3d002778CD888AE873a85C0c", + "amount": "344070223954303925461" + }, + { + "address": "0x625d748e319326f8e0d466fF86923C794CEb90c1", + "amount": "25905998912542019648778" + }, + { + "address": "0x1D4C7C59B5a6a876B0a495c7166CE5c811a7332d", + "amount": "95770534493248838274" + }, + { + "address": "0x9cB8008958407C161E57c701a2a852d3D4C8d355", + "amount": "22428874408538982790137" + }, + { + "address": "0x2d41bb357c5A997960D4E58F5C79D2DFEDf8a93C", + "amount": "211661395730166065675" + }, + { + "address": "0x186206B8dB235DAFf7F05F7F427066EC7F186c90", + "amount": "96356800489028165659" + }, + { + "address": "0xe1d57b826Af6D5529A7e50CF07D9Ec28fB53a3C3", + "amount": "84351107376176906550189" + }, + { + "address": "0xB75879b43daA5C6718559da8e08f6F9Ad4Fc2DDE", + "amount": "6472602571805667956204" + }, + { + "address": "0x0e2fa9aF5610d8D62203D9e176c4F641a1a59661", + "amount": "1328601093132062095731" + }, + { + "address": "0xD6fDfdBBa8FF86B25139544aa974924D548A791e", + "amount": "746961196893104064196" + }, + { + "address": "0x584ebc298278A83d849E02B10c62bD04F73D347B", + "amount": "224236471414694024595" + }, + { + "address": "0x91B63f6405a0c10D6d70a633b2130292c2faE893", + "amount": "37512561364921133526662" + }, + { + "address": "0xDa72f7fee2D64D4cB097DD809a0C099D5507C629", + "amount": "56601767010577708166" + }, + { + "address": "0x9bB00529c014baa1C4C5A22f877cbe05945cBbd9", + "amount": "3970122422950156734054" + }, + { + "address": "0xDac244E82fF83D43c18821D572345371007aEE08", + "amount": "65133707333194065943" + }, + { + "address": "0x216f3f9476cC26ec95AafB2A494e23979d0494e8", + "amount": "37908438884311215878687" + }, + { + "address": "0x4e18524dB4542F4d9A4d850317A242691490B879", + "amount": "177830831235250217325" + }, + { + "address": "0x75537feeef4ea80Dca479dc007B10306F1442330", + "amount": "118466837413481398222" + }, + { + "address": "0x8a955B7b52B185427edE10d689eC6beA033AB78B", + "amount": "171503935619548773782" + }, + { + "address": "0x609652E00A1303B31A385bBf95e7F6feA605B996", + "amount": "26490840818295236168095" + }, + { + "address": "0x2DCe927B863f8242a3A2636A3a7fB10a1Fafe22b", + "amount": "54758052506403758776" + }, + { + "address": "0xA5E9ADd3894051B11358A8952Dae14C2204C8199", + "amount": "99761057580747746632" + }, + { + "address": "0xC9313E1af029323A9bd75300f0285c8a86093bfd", + "amount": "306440076453508010303" + }, + { + "address": "0xb67c4d6Ce3C33468cCa88f35825dbF7D4574aC0F", + "amount": "83423438954077704517" + }, + { + "address": "0xA60BcC03DF08BB3B207D1fDFF628adEEE0004DcC", + "amount": "49556995597449924441" + }, + { + "address": "0x772CB70126776D014ADB41e481C6f311Db2aceB3", + "amount": "49479871934143472680" + }, + { + "address": "0xEDE423D36448c49dD077268581D5278Bb9924fB8", + "amount": "99137999504921501407" + }, + { + "address": "0x51A65cde94de2F449Fa83E486e7838798a740EaD", + "amount": "49282740970262422988" + }, + { + "address": "0xc9982e2F223095AB77Ae19F3DbeF374FB864f23F", + "amount": "49282740970262422988" + }, + { + "address": "0xC653970AD41803220FDc39e7C46CeBB69fF2E6A5", + "amount": "49282740970262422989" + }, + { + "address": "0xB5027c6924e1699Ce333b700dE63274aBf1650BE", + "amount": "40368299280261445714882" + }, + { + "address": "0xd32739E06c6F3CB66e6Ca4f1495a57b84F3963b6", + "amount": "143565782552998116274" + }, + { + "address": "0xD15c3714e575B4EF045beD42CCE79770C1C44C1f", + "amount": "53594980805160384999" + }, + { + "address": "0x8e471b4D2c08cD29142adF30a31D294350f874c1", + "amount": "65385874438496437493" + }, + { + "address": "0xf5460a9225f258C080B506841be032539D95830f", + "amount": "64313976966192461999" + }, + { + "address": "0xCE18eE399dFfC872664D56c9e3269fE0167B90cf", + "amount": "97222230713607386167" + }, + { + "address": "0x461Df3491F64EddFf068B6F5E98a8692A546afC6", + "amount": "53594980805160384999" + }, + { + "address": "0x83B60fA132B17Ace5174962c2a28B00f75f6cba1", + "amount": "383750761195016682713" + }, + { + "address": "0xFC3CA1656B2da82c6a218c64ae256c310623fB66", + "amount": "100083267155556502948" + }, + { + "address": "0x2c73d82F2d16B0b911369e82ceB354b1d759DE2A", + "amount": "85751969288256615999" + }, + { + "address": "0x25cDEae2F216400C74221B78D2dd8568DdfB8068", + "amount": "203588026361721672149" + }, + { + "address": "0xc93D18fff20C6bB7C3B262021216e2B306ea0Eb3", + "amount": "86084763602074591531" + }, + { + "address": "0x8765A8394319e5827079379B8Cd42C062e323B95", + "amount": "106534009137017711639415" + }, + { + "address": "0x8E434A912e6C4e466b4236a08A4B2277059F7bc7", + "amount": "53607609311291273704" + }, + { + "address": "0x0a2B76B41F3466A692636322F169F83835F63915", + "amount": "53664654280207093500" + }, + { + "address": "0x94d5FDF97b37D6b18a63fd320E001d325f8b212a", + "amount": "140957142765719759389" + }, + { + "address": "0x9351061D49b6c01f660872361b2658E9a6ea2532", + "amount": "347724235463880577877" + }, + { + "address": "0x3e64cd2CA96178F3Fa47e5A2112d8719EF07ca13", + "amount": "621997473785682040532" + }, + { + "address": "0xae94aB64f858A81e9F476d85384682764FbE1ccC", + "amount": "2143801351351956436025" + }, + { + "address": "0xd492aE7b0985695c74C6a95d459056F50fDb705B", + "amount": "579688240662711750397" + }, + { + "address": "0x8Aa9F64042D468aF80251fC7CB53f2b68690827F", + "amount": "135688843196391983429" + }, + { + "address": "0x38C3452D46c82e75bEA04a229639233E9027C727", + "amount": "108208266245618817314" + }, + { + "address": "0xeCe104B5486F3D48bEd9521dBd0759d1780e106B", + "amount": "160784942415481154998" + }, + { + "address": "0x96852b641C8f32F29845FB1C74eC84CE99FE0321", + "amount": "535949808051603849995" + }, + { + "address": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", + "amount": "158954088588435905984" + }, + { + "address": "0x7De140ea256fb6B4F5163aaA877060c09CdfcA37", + "amount": "70828734310304891815" + }, + { + "address": "0xb687634f7D5417B8FDa1b0625ecD230a2287FDDf", + "amount": "61940748118272095490" + }, + { + "address": "0x38d188d26EA95C9706A6083191A770B8b69A9312", + "amount": "53594980805160384999" + }, + { + "address": "0x80A05CC212e3960ce90dbd7f776710efEa5fFBd4", + "amount": "66457774750396483496" + }, + { + "address": "0xEDb1f9F70b8058fC925cFF7C914fc8732B9DB9DB", + "amount": "507249066154801879776" + }, + { + "address": "0x61725372e5426e9e360774b733f467C64d2a500c", + "amount": "349492869830450870582" + }, + { + "address": "0x293c17cA71322CCd1A3010C3757600Fe30d72199", + "amount": "141379863158440325946" + }, + { + "address": "0x0EE699d199190aCCD85E37Bf519112fD499bABcC", + "amount": "73961073511121331299" + }, + { + "address": "0x82F9e14DFeb06020eF323a5617C9E71a2371210C", + "amount": "53594980805160384999" + }, + { + "address": "0x9e1d5a3e28D2088233619eaB94DDbD87eA57599C", + "amount": "53696811268690189731" + }, + { + "address": "0xdD6b673dA2B509d6b8c7CA1cBdD4e4a2f947CCEC", + "amount": "53594980805160384999" + }, + { + "address": "0x0297e817Ba04E283F45ABb88A3842EAc00B82d0a", + "amount": "53596052704776488207" + }, + { + "address": "0x45F6dea23d4F1733fBB67F6B21b1F5a9F4dd2578", + "amount": "2867016744234728024086" + }, + { + "address": "0x3407B58C43D56d6954E6A19Fa27dEF558E5E4b14", + "amount": "337875869172692906757" + }, + { + "address": "0x795EF8125697b5a8C037A957566f7bCe93076007", + "amount": "36229500908214205987940" + }, + { + "address": "0x0903BEF27724b2AB36C53905863e4D68eF8b44e3", + "amount": "62170177733986046599" + }, + { + "address": "0x9D40eFEdF62BF29708240C1f9585A100a06f6603", + "amount": "53594980805160384999" + }, + { + "address": "0x80C8204b9b1d6605928f7dc90bE062Ea8E241c37", + "amount": "53594980805160384999" + }, + { + "address": "0xfFC4a5F9a76C7ea43A5519891B48081Df5DB5583", + "amount": "535950864944625327759" + }, + { + "address": "0x2De71bC2633022d92dddae6Dd836ff4826eA56dc", + "amount": "114014746466049893425" + }, + { + "address": "0x9a9A7a20b3c589d8bcC93da89251bD14b76CE54d", + "amount": "58656846941857289678" + }, + { + "address": "0xC927D925844aE039650edB44f1BB83F215771695", + "amount": "110631960589454057383" + }, + { + "address": "0x0D4813ec907b97D27E21310713C606ff05fb2b90", + "amount": "53594980805160384999" + }, + { + "address": "0xb78Ad2F2DDE461e22C5be18815fa539AFbacf852", + "amount": "529789465430321047124" + }, + { + "address": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", + "amount": "2814470137349431001452" + }, + { + "address": "0x73Ea2D65e375D65dF75f1E6962D2234302a12799", + "amount": "108260775288299387332" + }, + { + "address": "0xD49E9e23De39c3852c1980659D82D057e791F491", + "amount": "74103376148098055870357" + }, + { + "address": "0xe6C477CD695873e7DC03714EaF8e22Bb99236BC3", + "amount": "529789465430321047122" + }, + { + "address": "0x593798fd09b74B5F371295AF4b1bbDE224948ECC", + "amount": "68964422501924435204" + }, + { + "address": "0xD3192402915F0062C932fccEcF145588ef517e16", + "amount": "115321610543829054299" + }, + { + "address": "0xB97a94f2f54b13124374185b333C4fF4bf79FB77", + "amount": "10870125781736368201243" + }, + { + "address": "0xa1379d0B315c7FfdD2ABcb71A8441bC47Bc22229", + "amount": "450357681173341658882" + }, + { + "address": "0x5baD58A4bf3a5c5C1774911E2265a0347602238a", + "amount": "1108899373127746767986" + }, + { + "address": "0xA2FD14bD0CecF38bD4581B9664f5e41FB34342fE", + "amount": "323474603798227935039" + }, + { + "address": "0x6fD76CA69f80fDBF8Cd6a1Dd02a4e03959613dA6", + "amount": "2450245122545122085849" + }, + { + "address": "0xaD37815f435577485766BE1bf2Cce769B15A791c", + "amount": "4495425097712148588521" + }, + { + "address": "0x9614256715b73b45F53E64e4aF67F19DfD9EC363", + "amount": "549386702361312158183" + }, + { + "address": "0x28B9081BCAa20f89B4800097153824158a40ac22", + "amount": "891931241488447557290" + }, + { + "address": "0xcCa3319bD691f8ed61e828343EE5Fa25097B7bF8", + "amount": "163249079463994276147" + }, + { + "address": "0x63321a4B97D62E2E1e26Ceb911eFDDa960117E02", + "amount": "368336149627731292128" + }, + { + "address": "0xf581bE044E9A69B5a8B7020ED32723BCB4594A5b", + "amount": "1598863178118167088514" + }, + { + "address": "0x3a547fdFe1D59a41634d5Af3080D56D9e648b2E1", + "amount": "1794210261031072517676" + }, + { + "address": "0xD29A0a87558aEEE92359cbB4f98043DE6FfD3dDE", + "amount": "1108861671830904517232" + }, + { + "address": "0x844a002dcc954bD5A7878815f54e5FcA8f2De58F", + "amount": "534497735361379362936" + }, + { + "address": "0x34fA1F8Af237385d71238B6cEC2507d53e894Ecb", + "amount": "168277520732042576821" + }, + { + "address": "0x71B1059631692C6FF9c4e910F5DFb2CB78531ccd", + "amount": "3326585015492713551699" + }, + { + "address": "0xA544c0eD10496632C3F13EC4f83c8077f033d402", + "amount": "287984221582928127309" + }, + { + "address": "0xEbae206B804491ce1E629fC3103Ec211E25392Df", + "amount": "2661268012394170841359" + }, + { + "address": "0x8e8079AB80E5775746B9286E37d20e203cdE96b2", + "amount": "1170465091760183072259" + }, + { + "address": "0xEfCa66c0A08d027652032e7010C4D464FbADBBf3", + "amount": "554430835915452258616" + }, + { + "address": "0xE4fA53C7B0226558b9D27F5b17dCA6Ec80ee59F5", + "amount": "1817664897569331450870" + }, + { + "address": "0x1b2ACDFBCf55112bBF072Ad46b70D3cbD805D369", + "amount": "821666498826700247269" + }, + { + "address": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", + "amount": "999097947293694926584" + }, + { + "address": "0x50397Eeba2fAe71BF81eF1a1a8f71537fc2042Cb", + "amount": "55443083591545225861" + }, + { + "address": "0x63cc4f541d571b40AA690c0C01813278d8289477", + "amount": "443544668732361806893" + }, + { + "address": "0xfF0aCE724184414B8A4D05eeA38cB4262B0f4D6C", + "amount": "40496545407074089553043" + }, + { + "address": "0x462bA1F305C8bD140d1CF02d528B8129F136B8Ed", + "amount": "743747884702474355777" + }, + { + "address": "0x7C2d7614cdB4858d3b9B8b29e80E9406b5daDaa1", + "amount": "3881016894477378445921" + }, + { + "address": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", + "amount": "404118475956151868502" + }, + { + "address": "0xF0D5735B074ef4D7eb5D7541B45EC681C87Ea9e2", + "amount": "443545752090215185687" + }, + { + "address": "0x6Da1F633AF85E482db8A681D000E96A87f9D6103", + "amount": "55443083591545225861" + }, + { + "address": "0xAe1503224bfE7BDD73beD0B5dCdF33b72c90960e", + "amount": "3866489747983117555508" + }, + { + "address": "0xbA1A90Ff570AB6d193F1AE863fA7423a2fD726Fd", + "amount": "388101585140816581031" + }, + { + "address": "0x995B1126A3A2ebc33c1528CE6505Fab22aaa689a", + "amount": "1108861671830904517233" + }, + { + "address": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", + "amount": "208835614861487017410" + }, + { + "address": "0x1bDDF0451968f75C0975621fB61352De1B3b5Cb6", + "amount": "55797892713850991365" + }, + { + "address": "0x2E3E6A7b70A9c029AE9A7eBfafFEa9b972d0D3a0", + "amount": "445873278243206706379" + }, + { + "address": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", + "amount": "44501921451109311081243" + }, + { + "address": "0x1680D75B912C2A0442d7Ef703B3541a485C60237", + "amount": "1142953004570498532845" + }, + { + "address": "0x4010A4c1911A4768849D59aF8dd3C114771298b9", + "amount": "261542764870344781200" + }, + { + "address": "0x5B02D652dd6B15f7e2B934C4A6d028e07BB28589", + "amount": "133118834832406712646" + }, + { + "address": "0x679751569a7a1Bfac127d898534028CB65FA3c8E", + "amount": "588931989639670645914" + }, + { + "address": "0x35aa0A6e56c63017D6Fa4f7eDA7d37304E13050e", + "amount": "1235482568395488754762" + }, + { + "address": "0x1BB3f830F0Eaa442c33A2BcDE2856becB21a54F6", + "amount": "554874380584184620425" + }, + { + "address": "0xe4BC88b85595Bd7F19f9aFb698c758d0e82704ef", + "amount": "117173412862371680337" + }, + { + "address": "0x33901732fC71E4c8f243d88365895ca6E31133fC", + "amount": "24015995232125965561798" + }, + { + "address": "0x76120CE7886BF8Eab3e052590cCEf7EC76125dd6", + "amount": "77561149155009238546" + }, + { + "address": "0x25E4883b5E5eE02477458acE0e708F5eBB2Dc4D4", + "amount": "57861875035167945230" + }, + { + "address": "0x4ff75a8aD64c0E9739E1D6047585aB5d1dC03121", + "amount": "50266424480028860950" + }, + { + "address": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", + "amount": "98565481940524845976" + }, + { + "address": "0x149AecB03fA024590e5A999132a5F89748559c85", + "amount": "89892692371065412510" + }, + { + "address": "0xaE0AFd6Afaa7787610E70902DFA03aEF62343E44", + "amount": "49282740970262422988" + }, + { + "address": "0x300B678ee6F5172BD12216C8c53CaDAF97D66c92", + "amount": "99797550464781406550" + }, + { + "address": "0x2772955a74fe3Ee64224eC8B64487203D6DB875D", + "amount": "50161584996652863224" + }, + { + "address": "0x455c7B038e40AB0e70037503EBc09C4af7A2D54C", + "amount": "394261924805134925688" + }, + { + "address": "0x4423c81121f1C3bfF9d2ABBE6Cc15aaeA7E12bb5", + "amount": "64067560304376691668" + }, + { + "address": "0xdf3f06b95A3a75Bc5aEb6F812859a8DCcb9336E8", + "amount": "269342007260317004611" + }, + { + "address": "0x7049D2bEfC694f4851911Ab7a31634B7a267F5B0", + "amount": "61764273635902511988" + }, + { + "address": "0x515C8f24d971a3b5DA03CAe15267125e37eF09f6", + "amount": "49282740970262422988" + }, + { + "address": "0x4f7eA4ca357F301cBC6249765bCaA08e229C6467", + "amount": "58350763337481070007" + }, + { + "address": "0x0fae606C1289BA11679dab8E310562DF21588784", + "amount": "79380142160967499209" + }, + { + "address": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", + "amount": "201399144327021840181" + }, + { + "address": "0x5A9196dBf7a4a636af09A6939698A87B847f21bd", + "amount": "49282740970262422988" + }, + { + "address": "0x6ebcfC8db08145AeecD20f1B7BD7FdD63A1aa9fA", + "amount": "49457185117165222076" + }, + { + "address": "0x1d6B583ba52fa6fE962B7DaDe7372CC46F91290d", + "amount": "49282740970262422988" + }, + { + "address": "0xA5cccceb816D556B9ab52C07d75230c39560ecC7", + "amount": "788547463978701558111" + }, + { + "address": "0x593D575d3D69F51976eFD56202AF42b18656a4D7", + "amount": "1010620470325963998001" + }, + { + "address": "0xC5cD81B33a36DB6fa298164D4A1305a215B466eD", + "amount": "55829460280752083257" + }, + { + "address": "0x75027B862C8B909cae05741596B6daF7536018CC", + "amount": "49748810272386431181" + }, + { + "address": "0x7dC4c91878A44e764b5F924CB56626Ee59aB35de", + "amount": "197130963881049691952" + }, + { + "address": "0x3F2c8711081472e0f7c24404b511C0753E2cD5D6", + "amount": "51254044695144003476" + }, + { + "address": "0xffBa66d97c0E7ab7434232d810257570451A7dfB", + "amount": "798884166464505565154" + }, + { + "address": "0xB14dF38985408Db1f00DBa073FCdD382745c30eF", + "amount": "49282740970262422988" + }, + { + "address": "0x0520b21CE5414B16Be5D60450D9548718c1eD51E", + "amount": "69250123814513039241" + }, + { + "address": "0xC2a5B277886d52b90683CF269b00458f1D3E74A0", + "amount": "49298264332867479054" + }, + { + "address": "0xC0B8477904F80a8205F816c6E4F87CA8e7FC6E90", + "amount": "2461354544957940133012" + }, + { + "address": "0x3D0561e0A03c19acb278B8Ace142FA2d88f3ef11", + "amount": "112389959369103590134" + }, + { + "address": "0xd6401195f0e9F9d853aC3B641f57613a5913a3d0", + "amount": "49292532946237946596" + }, + { + "address": "0x076881921B8d4F1EaA25Ba65f40C8C35724601Da", + "amount": "49282740970262422988" + }, + { + "address": "0x7805294beB39d51c936343f9A0612027677F3C2d", + "amount": "49282740970262422988" + }, + { + "address": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", + "amount": "181563153849550234508" + }, + { + "address": "0x74e90C9B4384498D907eBa09ff6f92cF11C192da", + "amount": "24369741137727338087717" + }, + { + "address": "0xEcB4b9c9C6d33b4C5B98041DCEc84258bB04d233", + "amount": "25402953054303295561934" + }, + { + "address": "0x1E8F916CE03F4ce86186531a8994d366581Ed4be", + "amount": "10472582456180764884976" + }, + { + "address": "0x3E9766A789553BD4689633209Ce27ce96296D717", + "amount": "74268351401070917506" + }, + { + "address": "0xa8883bd05Ad05EEE15458471f5554aF7E398b3e4", + "amount": "767073985474977884441" + }, + { + "address": "0x9120693BBE996cEdefD707607c4AA31a380A386D", + "amount": "58523254902186627298" + }, + { + "address": "0x4d9409E4A1388bF7E7523EA6F2B91b8be8D84d17", + "amount": "175007305849454410915" + }, + { + "address": "0xD32065bA8E7eDDdFd554Fe0Ab1d0B4BE08529a45", + "amount": "58523254902186627298" + }, + { + "address": "0xc0fa17382047b1f71345d951093989Bf5837eFA3", + "amount": "158599696093859426835" + }, + { + "address": "0xbB184962249Aa8a68B20D1B511C3b1e449971070", + "amount": "58523254902186627298" + }, + { + "address": "0x7b96aeFa86d3D17B6e670Bc4Ed73A0C322855FCE", + "amount": "674121598543489422181" + }, + { + "address": "0x39B17e6C1Fbf0877725527E5E6ea9AAB2fE78A93", + "amount": "214454956193768764537" + }, + { + "address": "0x6389544E0A236F7A3C8B5F923C902E8F161A21B7", + "amount": "59682015349249922518" + }, + { + "address": "0x50B97820cdc2CdA4E6a254Bc8c869802991f5292", + "amount": "114918562119386219253" + }, + { + "address": "0x780a07d508B706619bCdDe2eCBD8CDe50FDbaab4", + "amount": "248723833334293166018" + }, + { + "address": "0xB7f8943E8fADDc17025EDEE5eF93E6842B0aD618", + "amount": "154681255533759197893" + }, + { + "address": "0x4BeA9eeD6CC1D0323356feE49Fc9C5A7F2093EC6", + "amount": "60278952549252226117" + }, + { + "address": "0x5fAF2977F1a573B2736115aB384D66300b0dB14C", + "amount": "219403307712887157225" + }, + { + "address": "0x77dAa6e5Fed9E4e32199fBE611545bdA2dc20487", + "amount": "1170465098043732545968" + }, + { + "address": "0xd5FeD174Ecd287eF563365E400dc8Fb2fDF1b670", + "amount": "58640301411991000553" + }, + { + "address": "0x547C1759D8786675E1800D1bfC0b3DEb033112D0", + "amount": "58523254902186627298" + }, + { + "address": "0xD9a40035C6bdA1d8eb4e1bAf2108E27442B661BB", + "amount": "230967848535342292202" + }, + { + "address": "0xe7c16B7bbf01cA5444472197b3D974716CA13fa9", + "amount": "113966338493731853159" + }, + { + "address": "0x37DDD9686932D5D36D572354bBb63A1b66C6FBFf", + "amount": "163451300289891587721" + }, + { + "address": "0xDa93265f1CCBC244046F4928Fc3B499b4B26b026", + "amount": "61326518812001366746" + }, + { + "address": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", + "amount": "1234379190454103028102" + }, + { + "address": "0x66279AC5C08fa34F7CcC30deFE736199CaaEe4D2", + "amount": "59108485110278297483" + }, + { + "address": "0x22cA67D2F2a8a81f76955C718D58fbb826F3b2f1", + "amount": "85844049776657268471" + }, + { + "address": "0x05C225D2BEe6d7A597783B579e74466AfA0D8DB1", + "amount": "58523254902186627298" + }, + { + "address": "0x1272cBa869be9Faf0FE7212A2Fde7245fc8c4C53", + "amount": "199500391119824152464" + }, + { + "address": "0xAf9eDa301aFB2Af1b585ac1D291321440ff5b59A", + "amount": "105752692073349279260" + }, + { + "address": "0x6e3bC45591Ce21dEb09AB4146E90bd226C36536A", + "amount": "70322920727887848834" + }, + { + "address": "0x90a7ECAD46c2808e35099F816E80576ea0BAe99D", + "amount": "383795503307609705735" + }, + { + "address": "0xBC948C0D1DdAadd19ee48e52E60911CE66519749", + "amount": "58523254902186627298" + }, + { + "address": "0xfDc18dfc2190272ab22547FB28F42Addf970D1aF", + "amount": "88779551898089512229" + }, + { + "address": "0x61F10Ef3524eB1AAc8232E60AccDB259f7D90377", + "amount": "643755803924052900282" + }, + { + "address": "0xE55E6828cbc397F2f271c2fC27055Dc7D8fB8AdD", + "amount": "2186583735762617658360" + }, + { + "address": "0x5eDaefe51c27966e7Bd981C0a6e43b0632EB90E9", + "amount": "81804346418709008162" + }, + { + "address": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", + "amount": "1148903898869242735910" + }, + { + "address": "0x771A8416Cfb77007A5D8338Cb3E72D8e413be799", + "amount": "116124180966184597263" + }, + { + "address": "0xD5172A7090F25729555316e9699DB987a2D83924", + "amount": "398322453044865632062" + }, + { + "address": "0xD15b82E9B33308F7C0bd8071D4ac9c8f582EF8E8", + "amount": "58715211178265799435" + }, + { + "address": "0x55F446942dFC92B889Ae4D4eC71862937f6F7f95", + "amount": "587115950571471064306" + }, + { + "address": "0x050aA48D50dEC8061114bB4eA2c24D56fe2bec84", + "amount": "228864552015785155910" + }, + { + "address": "0xB5E1ae765B276e6382C8731af4b255dB9838916a", + "amount": "156784970348056018265" + }, + { + "address": "0xe1A0B951Eb8e195a68FF81e02e3aa5f0E0A978c3", + "amount": "224591151232483149161" + }, + { + "address": "0x517773eaC8d4e11db8B39EB79149815183a1Ca55", + "amount": "86122821914057840732" + }, + { + "address": "0x31AEf6CB0CcC64E6170AaFE2777867980323Ef38", + "amount": "135004713621554341722" + }, + { + "address": "0xc670E9535E86e6D2230153Fe4609D72C1f58BA91", + "amount": "181422090196778544625" + }, + { + "address": "0x6b47263f1274548EA498B16eD20252e7bdA959c7", + "amount": "1146323084931482518475" + }, + { + "address": "0x1D40eae4067B61e013Fa62A5FA5f2Fb1056B351c", + "amount": "1272502733895891018128" + }, + { + "address": "0xdB60a8C1CB246Da8300B4FE362F13b57d4e6c157", + "amount": "117046509804373254596" + }, + { + "address": "0xc249F7488Ec44D41c2b899f5ff66e81eeFc9cB70", + "amount": "84610180708321807326" + }, + { + "address": "0x38867E93c41aeceab5baeAbCB9b33Ab72e7Bb749", + "amount": "58523254902186627298" + }, + { + "address": "0x4794dEeDbe466B6f96AD949a62Bd2c3A180Dd60B", + "amount": "484760995470890314970" + }, + { + "address": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", + "amount": "836529882615064529333" + }, + { + "address": "0x1839D984dE9528E46E75F4AB0825Cd5C08612B3F", + "amount": "58523254902186627298" + }, + { + "address": "0xD38B674DAA23a78d88b29c283D632F0944812DcC", + "amount": "71912464277442753911" + }, + { + "address": "0x9B3b6b7833101aC6cfdE31c61593542565456B1d", + "amount": "81401441842334423923" + }, + { + "address": "0x0E474f8c68B0e43484926A461819E9579deEb490", + "amount": "687355964143364155384" + }, + { + "address": "0x2C4E994C14B7ad9786b05794665bc2535A2FaF3D", + "amount": "58523254902186627298" + }, + { + "address": "0x6b15a9169752663Ab98D37bbf3060382BF9FD491", + "amount": "58523254902186627298" + }, + { + "address": "0x0Bf61E62224615fC83CF18665fe3b49ec4A59DbA", + "amount": "223578723272017843848" + }, + { + "address": "0x8e7F4FD55884E86B58Dca35e52bbaf81f794F239", + "amount": "59378836797694242739" + }, + { + "address": "0x1B8Ff197Ce954d0dbadCA2ddD6e4Bc53346caCD8", + "amount": "126482459652417441748" + }, + { + "address": "0x1da6964C73E110a600A7Aef7b3390FBc92e635b1", + "amount": "292616272170002940404" + }, + { + "address": "0xc6480D80EE7aD6148268297c99351ED92f815310", + "amount": "59456115585327482137" + }, + { + "address": "0x7fDeA9AB0e5019152d16C7c7C180268c89805dE3", + "amount": "999696581169348054977" + }, + { + "address": "0x69d5C1844D18FB4e621B52dA4576D1Cf4c5f8F06", + "amount": "437175725597139591307" + }, + { + "address": "0xE6559f032C1863a9E66e132642Cecd14a9E51A99", + "amount": "98649594952657495069" + }, + { + "address": "0x85CcD023824A482b92f31A3EFF113C72B2E59041", + "amount": "241970951997639655467" + }, + { + "address": "0x8Fc0b99C5b6AC71F13F36C9D4AC219fafdFAb48E", + "amount": "64960812941427156301" + }, + { + "address": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", + "amount": "8783047010086039610379" + }, + { + "address": "0xaF0de2D14aea8e1920A0E1d84Db498d3aA07163a", + "amount": "234210063777620686360" + }, + { + "address": "0xb798B8630A5C40632Fe1f7eB6F1E1afE0eDBaB9d", + "amount": "60864180416413700215" + }, + { + "address": "0x25Dd118F210d486002c69d883f0110Fb92739774", + "amount": "58998450856876304231" + }, + { + "address": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", + "amount": "317968944209732346284" + }, + { + "address": "0x4e63A0F1E5858EC414Bbb3D723b88038799eC338", + "amount": "81834210874128349678" + }, + { + "address": "0x1B26Ccf3bC57f947B82776dF549B159d9766A582", + "amount": "594176090291472457624" + }, + { + "address": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", + "amount": "7628062339582135489094" + }, + { + "address": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", + "amount": "3564202846154180386380" + }, + { + "address": "0xa96480729D57867cF0FCeA0663b34b1B7c964c7a", + "amount": "1109012526215632141779" + }, + { + "address": "0x7de9bC2cDfa6B7Ee7088a4f5848A86A26Cd5aFD1", + "amount": "59693720000230359844" + }, + { + "address": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", + "amount": "572486646124260709982" + }, + { + "address": "0xA5f4892106142837200642d36fa9E85DBDC73aba", + "amount": "825093182386706131620" + }, + { + "address": "0xbda4fF21e08B703f9E35755D40B98aC67cb9E094", + "amount": "117295187376245012682" + }, + { + "address": "0xedd790199b60CB70A825fb5dd860f4F445fC7fe9", + "amount": "171600326223328567841" + }, + { + "address": "0x667c3f49B4fDA1cf06181c75aE80e686eF024b48", + "amount": "159290930270642159427" + }, + { + "address": "0x68C10e1187FaB9c44e2E322eaa4B1D8d22B0820a", + "amount": "58529314673443255906" + }, + { + "address": "0x04c95ee6Add9D8d366A0E74847F45Cbad47f0043", + "amount": "171644517595130905559" + }, + { + "address": "0x5B5634C01555B27C9ec9E690e6AD0D10580A0a11", + "amount": "381337523090322573258" + }, + { + "address": "0x5e0aF4930d85Fb0BDc32Fc36913B78169E05fA63", + "amount": "325246069290212822611" + }, + { + "address": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", + "amount": "7732885942419687731832" + }, + { + "address": "0x15FC6991C7B4BEFbADd3825c4f9B666911FE67CE", + "amount": "686985577044921479651" + }, + { + "address": "0x2bAedA463F934642e10143e5a2D82fb7f0AFA1CC", + "amount": "733357981067061794370" + }, + { + "address": "0xf52f0ba3F9F135076fB22672705D1AB49A5f0023", + "amount": "385434938307688021384" + }, + { + "address": "0xCF35ec85e17f3b48D7B969e54C2aeAC0BBf13590", + "amount": "560857580582082797490" + }, + { + "address": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", + "amount": "110908344416527069812" + }, + { + "address": "0x39b7a7c9A35C7147256ee829a78A08fcfFd52353", + "amount": "120394039984778329678" + }, + { + "address": "0x644f6877787b5c1A92E07a09E4Bdb77F5B68D78c", + "amount": "588555681079690995089" + }, + { + "address": "0x37faF273b927148be6085658378E62a5bDf549b2", + "amount": "471697434511624216025" + }, + { + "address": "0x047ebC8Fd561Bff9e1fa392d6C4964EE7802EE06", + "amount": "58523254902186627298" + }, + { + "address": "0x9cFC4744A5cD28452A6Fe65E3a07C1C61E5Ec70E", + "amount": "107320877667539955249" + }, + { + "address": "0x011F190E9A568a6522aE72988b5fb4817a3adE2F", + "amount": "117046509804373254597" + }, + { + "address": "0xa6321946320fbb74D6D3D7Faa85d7C4058123D30", + "amount": "1152683176046226154104" + }, + { + "address": "0xCb78cb7E9A6E2115d5ad4c7820fCAA4a7a48c4BE", + "amount": "114987260888698480443" + }, + { + "address": "0x4752f5404Cf367095817F15b8839992F668f980b", + "amount": "610940087663532703084" + }, + { + "address": "0x8754fc8410C898E01124de28A9D1846a35C60DAF", + "amount": "60337468781363824482" + }, + { + "address": "0x31257Fdf4C8EEcF5d43188029f7F24BAB30bA86C", + "amount": "599161083688586690282" + }, + { + "address": "0x886eD812e58EBB63cc5f6339FBee40DA22d4C9B8", + "amount": "58523254902186627298" + }, + { + "address": "0x65B1eb1a78eAe9a935fE759949b0A787BD574a79", + "amount": "241680789159600498858" + }, + { + "address": "0x38fb2778867E2863E98dc1D57C9B83CEe85e2a29", + "amount": "180248882653361956790" + }, + { + "address": "0xb17647D1dCEa9bf5E281fd70ee778680E0b0beaa", + "amount": "103533300169778765541" + }, + { + "address": "0x631792F7f65F32AFC73c57643776Ffb862767AA2", + "amount": "117046509804373254597" + }, + { + "address": "0xfB23dA19bF793d61Cc8B71d44f99Da1186dE04e7", + "amount": "58757344410400079676" + }, + { + "address": "0x5F903EDBcbA2c3a93eaF650d219b8d7149F7868C", + "amount": "58523254902186627298" + }, + { + "address": "0x1BFbC113cFFedE1dd15D37721b6316b9702af182", + "amount": "888111711018150876227" + }, + { + "address": "0xd04A9B015843565576825B3c65F68dFc824805F2", + "amount": "147478591819324418398" + }, + { + "address": "0xb3f821F874e868324b1D7c626C75fDcBC905E392", + "amount": "91526824920916056509" + }, + { + "address": "0x9B1D7939907BF3D95209265937068BB02DfeCB3B", + "amount": "117046509804373254597" + }, + { + "address": "0x4AeF68CC5D5C049C648448e17D0c23f94b898A45", + "amount": "58523254902186627298" + }, + { + "address": "0xA5a0B77386508494D431C8FcaAdFbeFE0Be46a13", + "amount": "3132071424623057465067" + }, + { + "address": "0x9B4420CB056dFa42C221B39EEa33E61945B44771", + "amount": "58523254902186627298" + }, + { + "address": "0x65222e5CdCb0fAe32eb434a257D069aEebFBfeB9", + "amount": "58523367266836039496" + }, + { + "address": "0x0B036dE48623fFB6006d297cb4D3C439F2eD410E", + "amount": "236967818798967641355" + }, + { + "address": "0xF8eE9e6A3e749D507C79301a7E39c5A97c34D58B", + "amount": "61809121296491435723" + }, + { + "address": "0x2474BC50b62989Cf9F0a0a8f4337673C76216A82", + "amount": "608930238122225419544" + }, + { + "address": "0x78fC9784DB70Df8a0AfeF193706FCBaf3D21ED4c", + "amount": "369958267259466895665" + }, + { + "address": "0x393F667B33035eE2A27675C1d0558754065dfF85", + "amount": "172819171726157110412" + }, + { + "address": "0x8F225dDB2dE175Dd2f3F064c83085f44306C57d2", + "amount": "61903889578892014305" + }, + { + "address": "0xbF45491C254918C8B6ca7d68F5bd2014f08bfbFD", + "amount": "388055998605419088291" + }, + { + "address": "0x4cE9a19B571a7e353C7ABa9c799d688BDf2B0E3c", + "amount": "117342730603404309878" + }, + { + "address": "0xcA16FD232dC036f994c61B6a5088f9d4D8e1d6A1", + "amount": "63205115294361557482" + }, + { + "address": "0xbD34E1c0e866478f00DFcF8DB4D89aA9203be0Dd", + "amount": "277189823089410075945" + }, + { + "address": "0x5A33F8a1CFC4c5f600B0615eFf6224E45555f40C", + "amount": "585232549021866272986" + }, + { + "address": "0x509Ec86948EA262391439d1e7369a0b5c876819b", + "amount": "1170465098043732545973" + }, + { + "address": "0x77657fcfE8D8c4eb738A1995770aC28cb736bCf4", + "amount": "351139529413119763793" + }, + { + "address": "0x6d3b785B4f752BA932693D6179C131bFa45eF19f", + "amount": "58523254902186627299" + }, + { + "address": "0xF9cb594530F5C7E74AB36C493c00a1eC7547C302", + "amount": "8667449661268453106493" + }, + { + "address": "0xdD301559a59b386F7d5298e94BC4336887625268", + "amount": "24763918427310095142937" + }, + { + "address": "0xE25c8573c18789200214E0F2596ae5F897f3b821", + "amount": "98664047422465370823" + }, + { + "address": "0x14D781a056283CB79ef249ad63Cf5a2442EB1430", + "amount": "58735391219499490089851" + }, + { + "address": "0xBf04dDF5BbbAEc7268bb7A21a9217085C77F14CF", + "amount": "49282740970262422988" + }, + { + "address": "0x30339DFfD7953259e6Ae934c285F9d3179b110D6", + "amount": "1120629346566149433684" + }, + { + "address": "0xF8fCAcc43b7d0173A96Bc617c06805ac5C92A958", + "amount": "15448097017391461931969" + }, + { + "address": "0x8e49DF54576f8F689D73b3140E495fE32d08E928", + "amount": "49282740970262422988" + }, + { + "address": "0x90273e75D420fBd5E106905Cc483E0F3b69C6C6c", + "amount": "1008898531356463028940" + }, + { + "address": "0x2Ac444C779f564d5c2445e1C37B7d20935bd1b59", + "amount": "985654819405248459762" + }, + { + "address": "0xd12C7Dd0D81Ef4Fb96390415599b454ed9A0Ea7C", + "amount": "49282740970262422988" + }, + { + "address": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", + "amount": "1008337204879431017562" + }, + { + "address": "0xB9aeb2315B33eC159403fe28181D29E5C95b8B19", + "amount": "49282740970262422988" + }, + { + "address": "0x6173310426c05c2fEB3543b663Bc61A11c9ae8bd", + "amount": "1489824159114768883670" + }, + { + "address": "0x48Cfc30EB12cb87787b683a06fD54b2a5dd37F92", + "amount": "49282740970262422988" + }, + { + "address": "0x64243639FDDdCde1bcE555618A4528b8ea3505C1", + "amount": "49282740970262422988" + }, + { + "address": "0xE81A3441547e7E729dd5B4c377C95b2839d5aac9", + "amount": "147848231781680643611" + }, + { + "address": "0x04CF8ca73a49A9921FbB0132Ec6d7b0b966A57b5", + "amount": "936372077449331217369" + }, + { + "address": "0x5F94B4133422EB0C4d8a7fA59a94Ae86396C39Bd", + "amount": "83449955031158451136" + }, + { + "address": "0x3D1dFF3B8da23193F8D1305F3Fb0B979e9D2F623", + "amount": "354817005573011106983" + }, + { + "address": "0x5d870F4124bD2a71E4dDA3b00B20BAd5a208129c", + "amount": "49282740970262422988" + }, + { + "address": "0xce35A74e1A118685727c567c83A76BC79368f5B3", + "amount": "197331051809388957389" + }, + { + "address": "0x01b758b9dF1D1aC740a7AF3b7E264a2478a86465", + "amount": "64764543163874917362" + }, + { + "address": "0x3Cca008b4C57a5C2A79Ee8fE11Cf9D67dB0A3f79", + "amount": "49282740087123929104843" + }, + { + "address": "0x98911994367C0A3301B27B76E7EF0fFa44503F11", + "amount": "99093792923726059150" + }, + { + "address": "0xD8359A3457D16924D77f7D3F2F9ae28D78fe7D99", + "amount": "98565481940524845976" + }, + { + "address": "0x5826d68503efd81aCf7F2Be8163795CDbb37F7E0", + "amount": "49282740970262422988" + }, + { + "address": "0x304B0EA7D15D03963696ED9F0520ba0175d61E18", + "amount": "3765170583034331102595" + }, + { + "address": "0x3df8c0efb2592719283e52725564B22D3c2Dc93F", + "amount": "844121236687096969908" + }, + { + "address": "0x081f710a52303E618cc57A603bBC721cAB51e500", + "amount": "271281862404575982170" + }, + { + "address": "0xdC45dD634701A412FFAC1018D2a82023D11E6ac1", + "amount": "283809303664383185299" + }, + { + "address": "0xdb14E2B1715446384459547DcA3da473ABe2079B", + "amount": "2956964458215745379289" + }, + { + "address": "0x6BeBb9cc0Cf96b9B93Cf4A89419f960BdD985654", + "amount": "49283722682462550615" + }, + { + "address": "0x1101da007B4bD3ED52c69f896682FB263ABF925F", + "amount": "393583058005234019032" + }, + { + "address": "0x25daBfcb1a2560a8FC3e243Ef3C02608Ef2D0d8F", + "amount": "29776022585658082056033" + }, + { + "address": "0x11D20c33cA3eb04BB41F337A58e77E32c1F07bf7", + "amount": "53868652794042349260" + }, + { + "address": "0xfB09e9edaC2C63a247fEA97F78e20f20092da0c5", + "amount": "424813308590511844512" + }, + { + "address": "0xaDfD39C8f7e950335728Bd348771D987FC3D90e5", + "amount": "353708145872489840170" + }, + { + "address": "0xdaB16B5ac953245dae6Efc4F4D666693CAa8fBF5", + "amount": "52609540512540925272" + }, + { + "address": "0x9dea656af4979B64eD1902f3bde78dCd8Af79B77", + "amount": "49430589193173210257" + }, + { + "address": "0x14C1901AFb6CD6a6e55072578a48B7E4eAaB9da1", + "amount": "10623706899390887703975" + }, + { + "address": "0x6bb595bc3E86dc1C020e36b9E51C7781b8A876F7", + "amount": "516804806227011861919" + }, + { + "address": "0xa28569372DFFd0Dc44999981C9136Cd3e8a8a084", + "amount": "2402325545959523910613" + }, + { + "address": "0x6552278F466BC3Edee3A70FD046D8E5Cf0069caC", + "amount": "112711094923563674740" + }, + { + "address": "0x53588371f6f3b4C5E3d0e71A20d023Cf7a33dB05", + "amount": "2136861676830609406172" + }, + { + "address": "0xa362028F68f84187412274cD58CF3Ae91229c91F", + "amount": "55454172208263534906" + }, + { + "address": "0xDEba1417DD873Bd6224D2B1050978B50277D1e85", + "amount": "477032291221655123313" + }, + { + "address": "0x60bc6615BEa31BFeDDae2caC750e5F131a92f23a", + "amount": "374573472744479545921" + }, + { + "address": "0xDBA3CE3Fd7bD05E75d8b2632aF2630d04FaaA2c0", + "amount": "71965122501825703168" + }, + { + "address": "0x68A80B75aD34E2e42013199F53172745d1Db579c", + "amount": "66757822456161059695" + }, + { + "address": "0x1b556001df291bBFd697a5A60F00BD301c73105D", + "amount": "57677334294189203113249" + }, + { + "address": "0x180b87ffD26aF306394B469928DE35a2a75EA614", + "amount": "55443083591545225861" + }, + { + "address": "0x70B439b1390243edd8d48C2D34308628BD24369D", + "amount": "333212932385186807428" + }, + { + "address": "0x3120736C03AfDBc2132c73Ee06ee6d804A99d28b", + "amount": "1277785720647259634807" + }, + { + "address": "0x0246C65be664FFaa501739A9c82FA8118288Ad41", + "amount": "56551945263376130378" + }, + { + "address": "0xfB39d91229191761aFD60264BA961e90B8e70F1B", + "amount": "1627430812417673492858" + }, + { + "address": "0x97bD9d937F49Dd84490E7D616349BeaCb601eFa4", + "amount": "123360860991188127542" + }, + { + "address": "0xf5561E3CEDb9162B5e147897330e8030DDCc7869", + "amount": "1220136905354148265110" + }, + { + "address": "0x281b31f32753C82b32cE794F7b76d7f6CaA2F9E6", + "amount": "60987391950699748447" + }, + { + "address": "0xCF82D300eC7926c10bFB1efA0BCC8FE851348BdC", + "amount": "56551945263376130378" + }, + { + "address": "0x5D78169F7B46C7505661ec6ae7b9a7C624c13bF7", + "amount": "7796184642308723479766" + }, + { + "address": "0xb22D6Fa211D490d22c188Ad27B78E161728aB445", + "amount": "78246726245239604250" + }, + { + "address": "0xb0061d260847B42e8616777dA9CD62C70DBfBf7B", + "amount": "5456041861215110747999" + }, + { + "address": "0x3C97103B07fD1DA89BC75522075791bAb92e5975", + "amount": "56442401252547198258" + }, + { + "address": "0x5975E7e45B7341B6D9B8e2e0e2da26e75E3c76bE", + "amount": "247775006819728520164" + }, + { + "address": "0xd010e5FDBb3240AE917EacFa84CD4Eb1F03FDca1", + "amount": "83164625387317838792" + }, + { + "address": "0x8851924938db253C2602cFB473C33b88dEb83C43", + "amount": "55443083591545225861" + }, + { + "address": "0xD8Bc3f71bCa357F97d930E472c19AbBCAdab3BEb", + "amount": "57521293952436726541498" + }, + { + "address": "0x2248C835c5BC0aE4aB771f2a9aC75782C9D3e739", + "amount": "1374176392064613617162" + }, + { + "address": "0x535399289752a6749A297208126Fc99E5c8B926e", + "amount": "6445800145030645318444" + }, + { + "address": "0xd06C25a5f987BFA359B4DCC8b8c051e5d428DF42", + "amount": "183348000011404071992" + }, + { + "address": "0x058fcDFb70db04AfbDA6E89A5aBC8edDC1B67964", + "amount": "224396640322847377469" + }, + { + "address": "0x4e0754c3d478074a8Cc0f59A6052Ef51563a35fB", + "amount": "3691020929854128176686" + }, + { + "address": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", + "amount": "122837106814791473114682" + }, + { + "address": "0x5F158D7c93A33216d7C22797D2837C3a32863589", + "amount": "91824770582492013968" + }, + { + "address": "0x260143a2bFEA41480Fe7FDB446B90cAB73Cb2657", + "amount": "101418496087390691756" + }, + { + "address": "0x63b280a8bB0ADC0002E479d91A174EEB7c6f3793", + "amount": "208397984121671087096" + }, + { + "address": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", + "amount": "311713336636909825398" + }, + { + "address": "0x4E446ab0c5c064639EA03130A65357094cbBfaC0", + "amount": "2001470676284297522393" + }, + { + "address": "0x4Cb376aDA943fB8cb57292afC72e8C6297A0Ee91", + "amount": "124686410201302865167" + }, + { + "address": "0xd964dc92BDeFc67953F2252f4B2e9f265BB32291", + "amount": "56198390879655467756" + }, + { + "address": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", + "amount": "415662958028435841087" + }, + { + "address": "0x3D15442507994A12A9a8D2734DDEffd30bD68fC2", + "amount": "77098903460257337079" + }, + { + "address": "0x09cf3a6Fed3fF49cf65b616EB7C2F90866e4250F", + "amount": "374294504240860025617" + }, + { + "address": "0x73d1fD16B25fB6Bd3931486B710A8a56d5AFF429", + "amount": "10782744618545635700623" + }, + { + "address": "0xF5f79d51B524Ae687D0ED18AcfCFfe0A5b939Fba", + "amount": "58547896272671758509" + }, + { + "address": "0xc506a2E354BC10649907a2086dAE2BEED3E760fE", + "amount": "44798011541968542496215" + }, + { + "address": "0x02FB7BBD8E697032d292068aD3eaCC0CF16666eA", + "amount": "107805995872449050286" + }, + { + "address": "0x7A757589e26a495e5C535dE440A01cf009bCEcDe", + "amount": "23409301960874650919359" + }, + { + "address": "0x68B8d806394B87D025aebAA889bF9d20BaD2dE67", + "amount": "35570424884384632571036" + }, + { + "address": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", + "amount": "36572926639297100513267" + }, + { + "address": "0x190a319dDF4Fa0Becb6975f1B813E218b12aebFD", + "amount": "93735773325439128523" + }, + { + "address": "0xaEfbEd67fb7071E45acbaeaDF9e9e6171F25Fbf9", + "amount": "266422497685238658674" + }, + { + "address": "0xF23233920Ee5B2FE2e90D61FC760E54c7e0d952F", + "amount": "246588658073386345992" + }, + { + "address": "0x4191486abA87CB73E41244bC6bAC93Cbf9499Ef2", + "amount": "49282740970262422989" + }, + { + "address": "0x537d74D860E0766F80dd9d480FCC48CE13B9bD03", + "amount": "73577923666547481041" + }, + { + "address": "0x5d79cfFEeBB5a00dc711DE203cA76efE11344259", + "amount": "49065896909993268114" + }, + { + "address": "0xe66DCa03b7e315664aD55EDba4cf959577BE0cF6", + "amount": "50047214848193133476" + }, + { + "address": "0x61DBD5c00d32bf2f67aD3b202EA13bA4960a3fbd", + "amount": "49065896909993268114" + }, + { + "address": "0x670aa354c287a591632a192Eac6e5182B084064a", + "amount": "115560733516307915726" + }, + { + "address": "0x24Ac65841399f2436DB46756849c3bf8ACe69763", + "amount": "49065896909993268114" + }, + { + "address": "0x6c7f7757E8587E4068B8Cb9f713852eF2Ae3abaf", + "amount": "73598845364989902171521" + }, + { + "address": "0x67f467CdbEe74631F516607BEBD145789B2C2220", + "amount": "78505435055989228982957" + }, + { + "address": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", + "amount": "452134650483478546582" + }, + { + "address": "0x0504aE324672B063FE904369AE4fd4f6cA81c4d5", + "amount": "75201337558070282309" + }, + { + "address": "0xD448D833dd419944008133C69550FBc2e429f5cD", + "amount": "34794997583031657437576" + }, + { + "address": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", + "amount": "150928394221428670400" + }, + { + "address": "0x385169b267CB769B17Af5E4BFc17a44eD6A0f632", + "amount": "49282740970262422988" + }, + { + "address": "0x6E3675627c1166b38Af252aC29F8Fe1Eb6b2A325", + "amount": "99797550464781406550" + }, + { + "address": "0xD96C5952eA5b748F8523BDEcAAaF9b51E80426CE", + "amount": "124491150798792902160" + }, + { + "address": "0x815D9aB48BC666b6C4C5D7A2a2fd80E1Eb4597B7", + "amount": "64802837115246980104" + }, + { + "address": "0x869C11d9eB3b4750A58193fD1dbB83CC111bE86e", + "amount": "51611536687073185236" + }, + { + "address": "0x91dD30Ee02B43dEB94Fd173E51097Cb127B4b77D", + "amount": "62539785477750362503" + }, + { + "address": "0x0F8A7Bf7738ad5aD3cd87069AcCe03e68E9CB696", + "amount": "49282740970262422988" + }, + { + "address": "0x5dAA20aE716872F31B95cB68D5CfbD82aeC9bE8D", + "amount": "49282740970262422988" + }, + { + "address": "0x2c4a7A0b5B7F0b63138809bE7162061EB0ae3346", + "amount": "57896368580496695225" + }, + { + "address": "0x30d4b9371Ee9BCAc459C7987bD1d619B63d68A23", + "amount": "49282740970262422988" + }, + { + "address": "0xEdaCcACEEEed46c670C149a3eb8EF89afC7706D3", + "amount": "105898750839935436301" + }, + { + "address": "0x928797d6AAB0e15371CddD3F5D15c1cf4dA98f16", + "amount": "54354913771338095725" + }, + { + "address": "0xb18fB73cBC9d036Bbc22d88e127Fe015c8d9f923", + "amount": "54978840171605353837" + }, + { + "address": "0xd4c8D8bB6EF70518BCfe4cA2Db3E0c3957dDA15b", + "amount": "98565481940524845976" + }, + { + "address": "0x0D486e12D828f1f606cFE4C1B511568B1e68e4DE", + "amount": "49282740970262422988" + }, + { + "address": "0xE0C3A59CDCD0a61bf9Eb96E640875C4e4a0176AE", + "amount": "71225361256237911854" + }, + { + "address": "0x7ae1D281c9bc1DbbE383E0332b1454c7E395b8B1", + "amount": "49282740970262422988" + }, + { + "address": "0xa39A07a00981dd64e93e61340c4C64Da7D4E750C", + "amount": "49282740970262422988" + }, + { + "address": "0xEe836fb97E69E73DBEE4604c98798Ecc22181676", + "amount": "53323925729823941673" + }, + { + "address": "0xfEb27577A7b8b085FB16aeA15455c8Cc17d463D8", + "amount": "264236303974254109323" + }, + { + "address": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", + "amount": "2043177818141087349267" + }, + { + "address": "0x5A36d8e0E56532Fc6c722Eee3d7c37c84564299F", + "amount": "115990371794487156224" + }, + { + "address": "0x6A91353AE09a1fFD6aE20AF5Af17c2C45b679c46", + "amount": "49775568379965047218" + }, + { + "address": "0x1818EE24C23F2c136250E075af661fb6693A27A5", + "amount": "98565481940524845976" + }, + { + "address": "0x2Ca4365a971Ba511e001E166E3fe014685F26bc2", + "amount": "1965661487085674345493" + }, + { + "address": "0x3D761aa9fA88C50F4A27701CED3FD9c19c519870", + "amount": "690037508607717115804" + }, + { + "address": "0x5AEd2EB3ACc70d162fA7558dd866B4E1D210F8ce", + "amount": "50514663417517783246" + }, + { + "address": "0x1d25Fe11A62e124fdBe24deBB5Cf5b35BA0DC278", + "amount": "49282740970262422988" + }, + { + "address": "0xa8464ac90c2e263fc85E166e1d17Cd6876Edabbf", + "amount": "68204191689587741781" + }, + { + "address": "0xC190f71D91D094FB588A9b4dCD911ab5492da217", + "amount": "49282740970262422988" + }, + { + "address": "0x8b2c7119b42A5e7B524EF99C1b88C1c66Aa80aA3", + "amount": "60027888822630715500" + }, + { + "address": "0x5D4bE3f345cbEe26F7Cd7EbBa9e21a26c063E6cA", + "amount": "212345629228574857811" + }, + { + "address": "0xA64d50E93d0625943853921E9816835d4DE54fA4", + "amount": "60124937084136420208" + }, + { + "address": "0x507D8535bc6bA3f4EfAC81bdC1b57209dAD6e15d", + "amount": "49282740970262422988" + }, + { + "address": "0x2FcCECEB3b8da74A85ce27bcE17F41df083d4B2c", + "amount": "71459974406880513332" + }, + { + "address": "0x1667f19b7a9Ba5Af2EBbfC5F17400d266d9220C3", + "amount": "89292652526822585071" + }, + { + "address": "0xb78593C81B90D944cf2b1301f5cd48dbeC024dFC", + "amount": "89561079459048149978" + }, + { + "address": "0x7B114Aea58D1155F2D14EC1a234E8bD89A0073d4", + "amount": "60124919342349670914" + }, + { + "address": "0xc4292423A8D77aa9488736397740B43B24A2A476", + "amount": "49565759542348392110" + }, + { + "address": "0xcB4f1c641FA787d1C7c80fA5e173238A322870b2", + "amount": "49282740970262422988" + }, + { + "address": "0x463729C3c5E50650028Bb604104c7E634fF82aa9", + "amount": "60545766351900768659" + }, + { + "address": "0x0EBfa86Ca6E7E65e946c50E7cd36213037404Af9", + "amount": "5831212714704261337572" + }, + { + "address": "0x6e734Bc7785b15E83DDF2996B647123aFa9C2A68", + "amount": "130106436161492796688" + }, + { + "address": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", + "amount": "2911377922818252638023" + }, + { + "address": "0x384b62af54D0F67465A40A2263a5BE82c7cb8b01", + "amount": "49282740970262422988" + }, + { + "address": "0xeE4d1a6E0a2575f8a6a8776f1A2837389ef6C814", + "amount": "49282740970262422988" + }, + { + "address": "0x86a85639806014A4F84f23098Ce675b776A07C4f", + "amount": "62096253622530652965" + }, + { + "address": "0xa0D7397EC21dAe1ca768FC2fc14C8a9c917C59d4", + "amount": "49282740970262422988" + }, + { + "address": "0xf85a01Ad66985fD09f386209E32A7680F25263d0", + "amount": "49282740970262422988" + }, + { + "address": "0x8805AFC0322B8993bF6AE704eE072AC409Ea83c3", + "amount": "394261927762099383904" + }, + { + "address": "0x436F1107A24D0339Ab976A3c2a2AFDaA3D8ceDea", + "amount": "63673301333579050500" + }, + { + "address": "0x7D2796dD99DdDc984ceD5810D9056B5116549064", + "amount": "49282740970262422988" + }, + { + "address": "0xfc41743d03e8588851f74919C6Ef2B623A0336C8", + "amount": "310298913100169919213" + }, + { + "address": "0xA5C7951046DA7B939c78A7B3E043282385A48371", + "amount": "110935411483522757341" + }, + { + "address": "0xFaC3899A2fF1928909dcd082c8A0fF5f54618cd3", + "amount": "52436836392359218059" + }, + { + "address": "0xa2f37Cd467CB49cD8A9425967624D02428917612", + "amount": "846677487897798788126" + }, + { + "address": "0x77eB1618B81275b41f0d6811180c9Ba09351d473", + "amount": "106928543505897295791" + }, + { + "address": "0x5AaC52153d20e2aC26717dBebB5ec6C660D87661", + "amount": "49282740970262422988" + }, + { + "address": "0x8200E118049a322b6BCf9aEB67eE07a7E7d5ec17", + "amount": "50850402262867289399" + }, + { + "address": "0xD0f95727c6Eff0eFeADe0cA46D0ab9c78a4D0291", + "amount": "55383944302380910954" + }, + { + "address": "0x83042d785dc0F0Ae48F110495A43C38854a561F0", + "amount": "51608879444475073516" + }, + { + "address": "0xCA89C2dc79C0d75cC1905093bdf69a526F6d7e4a", + "amount": "61258447026036191774" + }, + { + "address": "0xaf9e6511a0a3c0f7e2b091068c7cB9025E4bc3e4", + "amount": "50666600336707391825" + }, + { + "address": "0xD04A0Fce6238b7F889Ef29da97D6055cC4511e06", + "amount": "52673843337808490983" + }, + { + "address": "0x58b4a746e35a1aEb79f6Dad067a23Fe3B15779F3", + "amount": "771274896184606919764" + }, + { + "address": "0xa47030BC817d342d73375476C14aD224C9936017", + "amount": "98565481940524845976" + }, + { + "address": "0x64989809be20DDaBf72e121e6368DfbaC548d190", + "amount": "54703837548717192490" + }, + { + "address": "0xde764dF13524739E9cD517E441880ec4fa53C687", + "amount": "98565481940524845976" + }, + { + "address": "0x04B556433eE8500a2643818Db7814377caf805fA", + "amount": "106417206260597416396" + }, + { + "address": "0x7D8321c6F1020354a5D25cE327fc9237cdB807Ab", + "amount": "684486379226259326895" + }, + { + "address": "0x3d13c6D311e9f636a644Cf2C3fd6dA2c5B8DE41A", + "amount": "209451649123615297699" + }, + { + "address": "0x196bBA4Ad0116140Ff6C415534F3Cc9B68af6967", + "amount": "49287665301740171609" + }, + { + "address": "0xD4Ba6402A927d30609F32F433C84E39a3e5F1666", + "amount": "49282740970262422988" + }, + { + "address": "0xFf662A93368128542A1Ea4C7614486bbA6b0906E", + "amount": "49282740970262422988" + }, + { + "address": "0x4d3C98C89aD61f3dE00106914d4fd4fc5132b857", + "amount": "49282740970262422988" + }, + { + "address": "0x8eB9D6d1AAA480A77Bb5D33f5454d782a0400c62", + "amount": "76891044720987778868" + }, + { + "address": "0xc6489c8aA7260789124b8c866189fD2591A63973", + "amount": "145053275463511261160" + }, + { + "address": "0x0b5c9547E83c7eE8eB020750A5F331aa77B5b3fB", + "amount": "67348555397761953002" + }, + { + "address": "0x4d0667200EE930D448Fcf85B764c94a2F04aDE0A", + "amount": "50158002449894283620" + }, + { + "address": "0x593a4655A2c722C4a972b90F30Dd440ede75AC81", + "amount": "233559393696499836508" + }, + { + "address": "0x45965c3f89b11f2384287B73d10128dEe36612cB", + "amount": "49282740970262422988" + }, + { + "address": "0xBa8898638035AA3BB03046772DCcD75D780aa658", + "amount": "49775568379965047218" + }, + { + "address": "0xdF6Ce1769F097150D5DbCe065E1aaCf4E884Ef3f", + "amount": "292407067588073321685" + }, + { + "address": "0xD51eCeD31D3e36B3A31c03f6598e5a27648897Fb", + "amount": "54211015067288665287" + }, + { + "address": "0x706291145e486471b68f9F0cCbE509c7f8E7a7Ba", + "amount": "238533368943141848968" + }, + { + "address": "0x0eb261Bdb90C152aE44F442E7a17109c54153B6F", + "amount": "304415314408861979968" + }, + { + "address": "0x4919F3670d6a3132a48ee5Ae42135075e5Afa866", + "amount": "295696445821574537929" + }, + { + "address": "0x14c4cea595a2E525B7462f43e355E96FDd025b8A", + "amount": "49282740970262422988" + }, + { + "address": "0x801448a3186D960319EaaA3899e5C7967F6F4f5A", + "amount": "49322167163038632926" + }, + { + "address": "0xe3D242210Be3c60194a67fcA4e061d3C1bBDb438", + "amount": "70191435668651139159" + }, + { + "address": "0x1a41400A3782306A440B237Cf9aD6F250Eee67Bd", + "amount": "98565481940524845976" + }, + { + "address": "0x8650a28a4cac6030c95e809d3d27864F82AA6fC5", + "amount": "339188700299332964070" + }, + { + "address": "0x78427D101c161B7460179Bc24604c9Cf309982e9", + "amount": "67754284318371399176" + }, + { + "address": "0xfaFe937AE53590f07EE4F71a46Ea0BB9d8d89545", + "amount": "51285557026934670717" + }, + { + "address": "0xb127D96281204b340423CcB4B58b4137233D6340", + "amount": "57353388436669186433" + }, + { + "address": "0x0a3FA50497D8285be34e61040F71aeB5c420D401", + "amount": "49282740970262422988" + }, + { + "address": "0xDdE6eaa54ad4a5730613cd9B72B31f8E9b267a2b", + "amount": "54211997765143612319" + }, + { + "address": "0x0d87D64b2e2D9E60C5588168e658178627372E9e", + "amount": "49282740970262422988" + }, + { + "address": "0xE6dA8b844c79a56C18b8c9F96a9d2Bd04848D0bb", + "amount": "344511616786881595199" + }, + { + "address": "0x05867Ebceb8b338Bc4CAcc9bf6253B94cb78e4D6", + "amount": "49282740970262422988" + }, + { + "address": "0x5FDc500df2d13d7daF550d488362019167E86f57", + "amount": "1672507177498434906435" + }, + { + "address": "0x25Ebc9305173CB76E5EaD039Fb26417Faacd836D", + "amount": "49282740970262422988" + }, + { + "address": "0x2323b452808d81CDb869a9cd9Cd5553696031Ddd", + "amount": "64471522061216558102" + }, + { + "address": "0x180322E0E7e48c44829c03B9886EE00a49d3E808", + "amount": "120589897482632707789" + }, + { + "address": "0x00055Af7D71B192F673edd54F99E8C350F634DAd", + "amount": "373366041648088838937" + }, + { + "address": "0x8a05960B8f2A1272FbBF3C5343896Da402Dc4C58", + "amount": "65329198473215409697" + }, + { + "address": "0x03F9eB2Bc869bB867d34D1Ec382A2F3D1B17cf2D", + "amount": "61110596831815765694" + }, + { + "address": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", + "amount": "204640410386173284132" + }, + { + "address": "0x828cF3C834D30A75677DFAbAFDD735c68fEf4400", + "amount": "49282740970262422988" + }, + { + "address": "0x5C4117d9fcc1C0Fe6EE9e9680a243D9239539067", + "amount": "1971309634867877641908" + }, + { + "address": "0x23e8050A8D5a92243763fbf25E7a541E3d0A124d", + "amount": "49282740970262422988" + }, + { + "address": "0x16cf09031204546Cdd7f23E8A83d030798cd670B", + "amount": "158431170649091332487" + }, + { + "address": "0x28adbE38879b18FB5352674bcA5511DedE64D30D", + "amount": "50318664185457339119" + }, + { + "address": "0x36a344ccD697e940120d7778a18684ecCE6c17e8", + "amount": "66468560247777990223" + }, + { + "address": "0x1f0FdDF0888E190787B7467ad32f81226935f3D9", + "amount": "99797550464781406550" + }, + { + "address": "0x79cE04e5d8FDc3CF2C32A694c9a68E8B67c21269", + "amount": "99005440797024211489" + }, + { + "address": "0x305dD3427e91ad0AE1EACDcB1adE1Af50d107b30", + "amount": "53441218653333166240" + }, + { + "address": "0x27b9773b10196e6e6189D1E544405C4Cf8C93aCf", + "amount": "93637207843498603677" + }, + { + "address": "0x07Bbec2B078deFeE66b61e34F99f677F53e0f4fC", + "amount": "66601559824291177817" + }, + { + "address": "0x2B40a0e78aBEF852Da8C8FF7867B03Ec058efcAA", + "amount": "59320153866711312462" + }, + { + "address": "0xF1633fd46aDf5f147F12fa4C6ffa19785798c324", + "amount": "341025244189429441978" + }, + { + "address": "0x4A5A4574167Def8558C1A8D281dbDf488b8954B0", + "amount": "97579827121119597516" + }, + { + "address": "0xC03BDDB4A721AAEE2ed316BfCB07A562f4B26970", + "amount": "49282740970262422988" + }, + { + "address": "0xaEe8E30906578EC9762d167De85c8455E04904b1", + "amount": "82054380683084882787" + }, + { + "address": "0xB63B25BAD231b0759Bf5f346747f32EA97754cf4", + "amount": "55167100242111756293" + }, + { + "address": "0x1822719d6170D8AeAf3aFB25ADbcBe1Fec476210", + "amount": "71261857788180058392" + }, + { + "address": "0x34ea98841EEA0daed380dC4e07639528dcb05a49", + "amount": "468284595828540168587" + }, + { + "address": "0x61E3F26C9b28004968f51E1e1408E6871Deee910", + "amount": "92273874425229516568" + }, + { + "address": "0x11525688CD78Cf57d6DB1975ac26E025ee395Feb", + "amount": "49282740970262422988" + }, + { + "address": "0x96eF31B7E0603Eed6A9f99B77809F67E8D984745", + "amount": "93366838420209838043" + }, + { + "address": "0xe5e98E69f8bcD03dA20A108FbC35941Df2Ca8F7B", + "amount": "49312296815677108768" + }, + { + "address": "0xd25f186ea47195643Ef108fBe93ab82F6DBBa780", + "amount": "64067544533899581185" + }, + { + "address": "0x5201326d2027176D0F01757E7f7A81414A36Ed44", + "amount": "124193483043332517126" + }, + { + "address": "0x33bb31A13291F6e8FB87a4cB2eD95B4a2DE3d450", + "amount": "81624957460394840574" + }, + { + "address": "0x8c8E2D6315E126523aDC2427Ef715EB5b2Be90fb", + "amount": "49282740970262422988" + }, + { + "address": "0xbFcdbfed0ADEBdBa2B2DdDa49Aa6f9f9F96aD77B", + "amount": "166723512702397776970" + }, + { + "address": "0xa3719f34A6e079C9f501cbd884c3FcbAaab2F999", + "amount": "83155748580014275125" + }, + { + "address": "0x5bfAD86d445abcc14520509861075A760377c4eb", + "amount": "70746349475428099990" + }, + { + "address": "0xe784f95B41899859cB491EB3CcBbfdC959921375", + "amount": "450848533967519208334" + }, + { + "address": "0x09fd70dC910351544e5c33B29c3827fe1E028D3e", + "amount": "147849192795129563731" + }, + { + "address": "0xcE3b9Aa3C8A87Bc55C8a84a216e446D0c0783123", + "amount": "93132714802181405576" + }, + { + "address": "0x4485B10aD3ff29066938922059c5CB1e5e8Ee8b6", + "amount": "157506281200178161747" + }, + { + "address": "0xaC2Ce4b1de65b45e1Cf32B9022dB00599d5F8008", + "amount": "2041082814818978815783" + }, + { + "address": "0xBe3F82034778fbF474060f7D4a032f592559ab4d", + "amount": "599332346905614933343" + }, + { + "address": "0x4Ba4E33479eda9A953F1c70F6cbDFAE162d928a5", + "amount": "52498593827137578077" + }, + { + "address": "0xa355ac3fF2261c1BafAb285d9d111F8EB4cb639f", + "amount": "7072169572203826562922" + }, + { + "address": "0xA31578A8Af5a717D0cF76F326323CE32E53d3528", + "amount": "72707402534955917382" + }, + { + "address": "0x8681B9982806909127D49d46347bF2769A2E3e8E", + "amount": "7377717047626181832763" + }, + { + "address": "0xC591b9D29a815F4b44C8De6a8debc9716Cc0eE76", + "amount": "53811059722787894072016" + }, + { + "address": "0xf2e696743407f3a93e6c63858e824C89C7DC42BE", + "amount": "2506881353277177345801" + }, + { + "address": "0x9eBd9026C69B5d0Eb9B8b5678A77e6d4279D13C5", + "amount": "2414935316048328591557" + }, + { + "address": "0xa24c43436B98AA2fb625A790128D9fC414094b2F", + "amount": "52499643799014120828" + }, + { + "address": "0xD3cf9AB67bB0B13262F79Fd2c676077675e8edc9", + "amount": "1337963464949287285913" + }, + { + "address": "0xef499B3148E17f57b3ea4ebE6e37A0E9f080c45A", + "amount": "115717400513776649598" + }, + { + "address": "0x691B8fE1b6A398729C17d80E4f5920Dd050b9D79", + "amount": "566927052280213473386" + }, + { + "address": "0xCe36227E43071118755b737188c4c09d72bA55Ce", + "amount": "4350279320058729064185" + }, + { + "address": "0x3841C56AD6A83d3e95732C54f3760245f16D879f", + "amount": "746077466343106434336" + }, + { + "address": "0x7d462880d3636801c7934556B4943400b040F510", + "amount": "266245600280946462875" + }, + { + "address": "0xEA0d583f845f6ebCDfFC14A262219d0cD4d47192", + "amount": "176568520618811816347" + }, + { + "address": "0x30144C6393C461375C02B7aF3562ca69A7131F5D", + "amount": "104997187654275156154" + }, + { + "address": "0x91b88ed17C05ad98dad856520D04Ef5EF0577A47", + "amount": "3408008768438411320197" + }, + { + "address": "0x5d4FAc24d7E7e10a10cFeD94E429D19A15A381Ce", + "amount": "748342864593294751415" + }, + { + "address": "0x059eB51Ee5e68cC3D65145F2460D866Dded95a3d", + "amount": "2647840448881805383707" + }, + { + "address": "0x95D3682B5cdb1559f58bEFF758807335b5Cd4c3D", + "amount": "110773081844666362124" + }, + { + "address": "0xF555324e7f9fe9c66b53785560048F8b330cFD52", + "amount": "2503016210256972317126" + }, + { + "address": "0x3e88650aC8da192766De22fb55fB38DaCaA90aD7", + "amount": "597653178892828991780" + }, + { + "address": "0x022867a1278025df0afc0171ac7b162D1cD9D957", + "amount": "2624919191638113476353" + }, + { + "address": "0xcBb819bb1d35F47a5a8613d90f2AE97635EE6681", + "amount": "264687410357662241150" + }, + { + "address": "0x0B9286242B26EF782c41c026c4607cEDA0cc3F16", + "amount": "975732971709057902058" + }, + { + "address": "0xcA90FAE4b7dF747245C7676f2f3672fD64578BF1", + "amount": "31102999511983344997352" + }, + { + "address": "0xE36b8D08a2365a16dAdC3EccE6446daF9e3AF3Ce", + "amount": "54097281392615054042" + }, + { + "address": "0x7A0ce230710853791F260E482330A4C2BC800913", + "amount": "437715044178183138077" + }, + { + "address": "0xe5650779C05EfF0800a4167d5380e75c6b2A93c1", + "amount": "385180979024751646754" + }, + { + "address": "0x71D1038CD8c6D3Fc00b4Db568b1cEFa5dE033f3a", + "amount": "101029618989037967125" + }, + { + "address": "0xceb93e6c3fF799a44205Cf8776c8b4Da4E05b6fE", + "amount": "404118475956151868502" + }, + { + "address": "0xa44DdD589b68921da16928e7F3734E83224714a9", + "amount": "50514809494518983562" + }, + { + "address": "0x02e6a8B49d6f46C70fE2Dd42356c9400469C986d", + "amount": "101029720018656956162" + }, + { + "address": "0xf5450AA04c554d74BCAfAA0E66c825AB648b1E73", + "amount": "72496833994153864450" + }, + { + "address": "0xE3F7CB3B4cc6bE9E054E3145cD0f62df1Bc36683", + "amount": "89659745668011634305" + }, + { + "address": "0xda42B1C68160F31D5E66887E81bDA35a7a666f27", + "amount": "456852906179860016203" + }, + { + "address": "0x9A564A34edCACef81F1d84cB12c37A5F2112171E", + "amount": "101398377098347955705" + }, + { + "address": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", + "amount": "254730167390043898819" + }, + { + "address": "0x2410FC8Bd069Edf114a2638766450541E8A0715b", + "amount": "121235542786845560550" + }, + { + "address": "0x7e81A3E4ceA9538c171c9E090f3dfC5D996dB47B", + "amount": "111409066625636684262" + }, + { + "address": "0xDa27AA514277DcB848bAd3EEfd6158A8d5Be8CcF", + "amount": "13890731064575427490232" + }, + { + "address": "0xf17681C5D0030Be215b7cD40FB116e8C708e3387", + "amount": "50514809494518983562" + }, + { + "address": "0x2A91fF22c20DFb9CEbfF377c9F614B5ad669F403", + "amount": "303189883555214369673" + }, + { + "address": "0xBECb518a60aEF9f23d44EAF8B268455CBf84B784", + "amount": "131654357772627769132" + }, + { + "address": "0x7A3Ba5399DD5Ed11c34caE7DCA67c6Fe9E808C02", + "amount": "778590820516160435934" + }, + { + "address": "0x1620365558178A9228B385fe98F29d3aC147A469", + "amount": "225168753025628478852" + }, + { + "address": "0xe983F2E488D12678AeD26d8a14ea9cA7dD8847B3", + "amount": "50514809494518983563" + }, + { + "address": "0x16cE8C82F4402C1eB848d7ADcBC475ECfae0c191", + "amount": "51525105684409363234" + }, + { + "address": "0xE7a7D8151bd6A7Fad7142A4efdbEE4C0148B3066", + "amount": "55465260824981843953" + }, + { + "address": "0xE2E7C82d765C2Fd4e22071EAD46bF7E045eE3fbe", + "amount": "17217959010510915792365" + }, + { + "address": "0xe11153D636ED0576BE3f439E80f7a0EE187Fff17", + "amount": "189076931937984555225" + }, + { + "address": "0x7465dA36002275dF5641ad1475eF68d507DafDb0", + "amount": "33747584056941720227712" + }, + { + "address": "0x1172756e9297402999bcbA3F702EaCbED0d0809e", + "amount": "1029083509989358257789" + }, + { + "address": "0x39D02195A791348a0CF225136395F6A0794A96A2", + "amount": "8277759468791081464294" + }, + { + "address": "0xED89392847ab626964c670A4Ce3a9520466Da023", + "amount": "95770534493248838187" + }, + { + "address": "0x186Dc94FA7dAbdd2F5569338D67d5B3f6D58699C", + "amount": "850200116576699892437" + }, + { + "address": "0xd51DE8D2BaBcf9F0c800830a54ebd9Ceb219361B", + "amount": "48164482311797013541" + }, + { + "address": "0x471EB30324fFE65f5eA168A6cBE1821421C4356c", + "amount": "68914854726336532510" + }, + { + "address": "0x185F0c18A32c8AB899281F1e74D4e1Ce6b3a650A", + "amount": "45110940865809602605655" + }, + { + "address": "0xCebbdFe33cbD84c15d7b232d45A6c99Ed8Ceaa0F", + "amount": "1220708359206129502876" + }, + { + "address": "0x1D18Ca50FbdAE83AcF97e1EA00af02e7c104BD53", + "amount": "86888291748379301700" + }, + { + "address": "0x71C66c332F4CD8d031840d38Be2e0247E021BF95", + "amount": "52362912280903824424" + }, + { + "address": "0x71889a22f11E4d5da3b8547f991BA9ca75DC6cEE", + "amount": "56987214623369021324" + }, + { + "address": "0x4239befd578B3a2d2227e82AdE87CeaF661F517A", + "amount": "1277655059654053315967" + }, + { + "address": "0x20c05740c6DF48A3731117096040b4a4134967A2", + "amount": "127766466301216563372" + }, + { + "address": "0x0E4bD249fFBA92ab70D9BdCaE03fbE0C1879006D", + "amount": "261820751748008970574" + }, + { + "address": "0x8757f78C0A1bF15C138cc903491257bAA8EDcdB2", + "amount": "3724068889306574801594" + }, + { + "address": "0xC00C42EA977bF80F7a93e9337388440381599a22", + "amount": "942532421056268839648" + }, + { + "address": "0x0B3F8B7e982b2639AD98f9aE29Cf88f1a6302eDC", + "amount": "61107499781166341978" + }, + { + "address": "0x7457AA0520A6907111f6Aabdaf3D34e8371F9190", + "amount": "52362912280903824424" + }, + { + "address": "0x684A9bBfEc9b4A84A3B359d5eE02fa41BB781De1", + "amount": "61551971439614849632" + }, + { + "address": "0x02C03c6aB3955A78602b47dCa2E675F86953466a", + "amount": "104725824561807648849" + }, + { + "address": "0xcD093bd1cDa2477c5EA8B3c4BFae5482dc1dc461", + "amount": "115696574717638450564" + }, + { + "address": "0x085ee3d18575834B54414d92D21502eeffd10855", + "amount": "1656663468542287053343" + }, + { + "address": "0x26f9F6D65Ad2563c4e133186926e83c39Cda074B", + "amount": "62836536759038979295" + }, + { + "address": "0x57C89ceAE555b7d088175307C2A116fDC0C8EBC3", + "amount": "143306816235861095449" + }, + { + "address": "0x2099f6c9bAD3b73f1849BA8D21449d41adA935F8", + "amount": "64552004733331424601" + }, + { + "address": "0x12783839025bFB8eB9e014a1859c09286e07B0bC", + "amount": "850145023523776091017" + }, + { + "address": "0x3F80271fbef36a6939026A8D45b0a35B12F96332", + "amount": "3978534075103072579803" + }, + { + "address": "0xAf923eeC216da2d4A5fB433ae37B8A4CAcD80f39", + "amount": "110401964253057623416" + }, + { + "address": "0x87FEd349E8De97B632578A6a6af01Cf0e59eD7cb", + "amount": "209451649123615297699" + }, + { + "address": "0xD66cCff56C9c267c58768939eC5D0cbf7404C4B2", + "amount": "9279631025781514319383" + }, + { + "address": "0xdbe8CBc863e6F1590d86AfCB18E9AbaE49F1ce4d", + "amount": "1047260336992792987797" + }, + { + "address": "0x42abbCbFe0142FebA470edB2c602136a3338F9c6", + "amount": "907372792067532558232" + }, + { + "address": "0xf97bd3879A82EA917Bf9d16793ee438a4a244BDB", + "amount": "733080771932653541948" + }, + { + "address": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", + "amount": "861000291449246044815" + }, + { + "address": "0x668cd1AfDFF3270b1C4F1C88D099D197B3F0C822", + "amount": "52362912280903824424" + }, + { + "address": "0xCA30CC7A2482283c5e16939b015f5dB0d5dA6460", + "amount": "63882752982702665798" + }, + { + "address": "0x77F941FECE83cfB766bF847684b4540C23C877fF", + "amount": "1538499859923130099263" + }, + { + "address": "0x0B186504D499eF2a96ff974460C29E59ece9920D", + "amount": "77413890085151120754" + }, + { + "address": "0xf76911D88cC2c7B03601C8b8Cc4bC031fcfF5335", + "amount": "374602177846578232546" + }, + { + "address": "0x9c65205233EB208b594A143c58fE2A0c53e2BF74", + "amount": "55408306794155576693" + }, + { + "address": "0xF3B12Ea8d279fBc735eC6BE6f04e1343aD59f6C4", + "amount": "157088736842711473274" + }, + { + "address": "0x3Ab1a8f2428B88DE73C98CC157F24f45d7638A20", + "amount": "87111934718586693867" + }, + { + "address": "0xbACBA98F3D6Fa698b198A76B9A48095D3B645bfc", + "amount": "1047258245618076488498" + }, + { + "address": "0x7DEB35833DB771aeF3404c62aB634aBCAb8A10dB", + "amount": "1818323232579942809157" + }, + { + "address": "0x10e7640a6047CC7e8893531D533747a057f9988C", + "amount": "438413610783976488959" + }, + { + "address": "0x47D842d98283DD9ebA05Df987Ca2A4F266620daA", + "amount": "360594553898329893942" + }, + { + "address": "0xD6e56c0672cdc2570e1Dc09Fe6f43b5b67646E66", + "amount": "3298863473696940938774" + }, + { + "address": "0x942F1e8FBf4ff1aa2b37F687D5958E18d07B113e", + "amount": "63412534030420149455" + }, + { + "address": "0x24BaF5b2Fa77dE48823dB563C8cc4c5C811665Ad", + "amount": "36955962125213936187246" + }, + { + "address": "0xB3b661e901F95b0ab1cEf2a92ee7c3F442baA6E9", + "amount": "165225317376901799309" + }, + { + "address": "0x8cdDe98227680101474CC6649DdC2A71e74c6e6E", + "amount": "98570391487180303518" + }, + { + "address": "0x26A90DA287264E2E20a45d8c2c79Ca98439c5aa8", + "amount": "394295419327207954842" + }, + { + "address": "0x476BAf5710f05329f90D95bd76c4704C2737bf15", + "amount": "49775564437345769597" + }, + { + "address": "0x1c3862759c92c1C8470d8a0bfa18294f18Ea767a", + "amount": "49282740970262422988" + }, + { + "address": "0xd9ebcd5787197d15Fd037e2a6b0EAc8b76c4bcA6", + "amount": "49381303495238489618" + }, + { + "address": "0xC21984137ab40a245bc3316D9342d8C1AC8d19df", + "amount": "98774429920035745191" + }, + { + "address": "0x5D7d54FFde2056FBB72f2304F037d5C28fc1e949", + "amount": "437818997915127079779" + }, + { + "address": "0xc4030360185eb96eD12943500FA374849128CAD1", + "amount": "49282740970262422988" + }, + { + "address": "0x7284d1214Bc0901AdB4239170B78DF8646541539", + "amount": "98565481940524845976" + }, + { + "address": "0xF882a631Af00C91218d5500885BBe25f5Ebfc6A8", + "amount": "167158958245479085849" + }, + { + "address": "0x8C56c47f9d5fa3858C6f0dBFD9766338d2aAa09d", + "amount": "49282740970262422988" + }, + { + "address": "0xb22af68DA0d3F07DfD0c87775dA8d513cE78689C", + "amount": "147848222910787268964" + }, + { + "address": "0xaA8C5E92BE7aF1b337989067FCd354C349e370fc", + "amount": "135034710258519038987" + }, + { + "address": "0xdE03C1eC00f3EcDc7640a33a42599Eb4A1cEBC6A", + "amount": "49282740970262422988" + }, + { + "address": "0x0B0beC9b22dCFa2E4cbCA8d1469CCcB099dDC422", + "amount": "98565481940524845976" + }, + { + "address": "0x9Cb4B90a17E1eac9c4d170185DE9cA66C9Fb6610", + "amount": "49282740970262422988" + }, + { + "address": "0xCb3448Adc228b0a1a402b6a8b7B756B39a06b044", + "amount": "138729260916846939299" + }, + { + "address": "0xcA4599ae99Cc0e11ecb2085A9B9458e56a555866", + "amount": "1466496666503904868374" + }, + { + "address": "0x7d83c73a006C52310151a6C94eac289DC7F3Aa31", + "amount": "55587974849997797385" + }, + { + "address": "0x3ec56bbac1a865B3e9F0DeEC837f4013cc23E80b", + "amount": "105753000090480343400" + }, + { + "address": "0xf4B07c76580DFE65964Dd3f7144a0337C1FB2696", + "amount": "68086694107668780366" + }, + { + "address": "0xc91e6D8F3dbf2a400CdDCdcB912cCB61411fDb68", + "amount": "148808244790959064532" + }, + { + "address": "0xa139Fb5636cBE5f53F6e678efD0C25e13fAa759f", + "amount": "640037727693950318638" + }, + { + "address": "0x956F2451862CA006ddD619C9D8B7FD616B34c0FC", + "amount": "1016811368246648363577" + }, + { + "address": "0x68f112cC4550BE749c018A8ACF19F9E429E811bF", + "amount": "138874570660680114626" + }, + { + "address": "0x6FbcE0b4fd149DBc46D5671541C370f81A526614", + "amount": "52733510607761642603" + }, + { + "address": "0xAA1e08804af76CD2a9cBc923c0EC2691A8761B43", + "amount": "109359932934946852962" + }, + { + "address": "0x91e2a2CF60140edfFf89de317135ad266eF5255e", + "amount": "197130963881049691953" + }, + { + "address": "0xA4758aEE2eD7aa65618b1Ae4fadF06A56045160C", + "amount": "153021258476247186291" + }, + { + "address": "0x9d9A1185DB9a290cA8AA6e1783842aE6d9B04610", + "amount": "49282740970262422989" + }, + { + "address": "0x6CD7e85E0182af99557510CEE70E00b26213F638", + "amount": "39251887226491560326435" + }, + { + "address": "0x76321314ab974C584E1a500B064EfDd286EEB249", + "amount": "88064834640921266720" + }, + { + "address": "0x0c1fF5e3F7825C433610052fB141b4f0716eaa12", + "amount": "295228875816619172211" + }, + { + "address": "0x14F0C4EB4C32A8857184628785911e17101c180A", + "amount": "379582705067234260021" + }, + { + "address": "0xe90EF0f6afdD0499405DAddb75506AAB1B6aB03D", + "amount": "1329105203922997835230" + }, + { + "address": "0x830BdA342aA6090804b9d8F2717A3569465d168d", + "amount": "48779401884569343170" + }, + { + "address": "0x1d34100f41A60A9325AFa12cb590AbAeA9CF055F", + "amount": "42620581695494424913" + }, + { + "address": "0x4cE53Dcb11f36852463bdd22F638890ab798A185", + "amount": "3533625614968966660056" + }, + { + "address": "0x16b342400b1Aad4170Abd9059eC65F2EaE9C2296", + "amount": "34881625544489592326369" + }, + { + "address": "0xA76000bA6601E092DB82460DF05EAE8F12be1B57", + "amount": "42175553688088453173" + }, + { + "address": "0xa7E440b5fFF22ee2Cbf49Ad8E4f261AE9e49727c", + "amount": "264976346095086882179" + }, + { + "address": "0x2ce3A1988632C35e268570EF595c6453414eAF00", + "amount": "3817996761779939463982" + }, + { + "address": "0xFb4824e9C9b6f6751CfA8f579a8CE0596F8F8D20", + "amount": "1247187464043028003594" + }, + { + "address": "0x82194C206b5B8e327cb080D4b77CFAB09c6c3990", + "amount": "42175553688088453173" + }, + { + "address": "0x6fCEA7DC0d2e4dDa36CD3EE61Bf0238Db8F39bA8", + "amount": "45044309544620016904" + }, + { + "address": "0x894986bb328CcFc18eC05eE9F600E4BE5fDa1eCc", + "amount": "167291000481684602766" + }, + { + "address": "0x63DfB48F7915443BD8A144Cca07978246022ae6e", + "amount": "87731402908173321005" + }, + { + "address": "0xAfE914E3780d90e47082BE65E8bee7E6F4659d83", + "amount": "253053322128530719038" + }, + { + "address": "0xF233a25502Fb571A5d978FEFC71553DEC621C3fC", + "amount": "438626510148017069283" + }, + { + "address": "0x4D0C0D8aDD0fEcE34dbBD2F85A118Bfd4EEC22Dc", + "amount": "105430449109483515242" + }, + { + "address": "0x0b15463c669F72aF121050C2ADbf78352afBF23c", + "amount": "42596465713895575935" + }, + { + "address": "0xAd045F656E2b3a40d372FfdBa3EE3Ae5fB47d1D9", + "amount": "42175553688088453173" + }, + { + "address": "0x9e8Cf3f1bAAc464729E3A973Bf321A1E719f90e0", + "amount": "1855724362275891939615" + }, + { + "address": "0xf51CeDd403dfD2bCD2fed9e9a884BBfe9eE39ad2", + "amount": "328969318767089934749" + }, + { + "address": "0x092a41087F027f2465a2A625801c647920D4b08D", + "amount": "75915996638559215711" + }, + { + "address": "0x400F8B757955D34f8ff9665fD01b018Ad110B8EC", + "amount": "42175553688088453173" + }, + { + "address": "0x84C164103DC04fd4F3027FDfF2a7c98f76aF5685", + "amount": "1423053792100530116203" + }, + { + "address": "0x6EdD5c32ca99386134F52FF2211cE3097d3fe620", + "amount": "1389140250732118864006" + }, + { + "address": "0x3DE577843BCAE0ff7AAC518c0a4A6EEc1a35B021", + "amount": "501815175745395350332" + }, + { + "address": "0x6e4A218e0f473Cb91859777c7BeC73203CfafA45", + "amount": "299099588998156265622" + }, + { + "address": "0x6160bcF6600b07FC095BAbD9eE4C775725533322", + "amount": "43019062231317000951" + }, + { + "address": "0xeeA8D2626b5d8e793404Ee2b9adfE311e5739c9f", + "amount": "44983667083127614048" + }, + { + "address": "0x48a071589C8e2a91ba6c0c55F114347ddf38c313", + "amount": "308371129708678287537" + }, + { + "address": "0x8f849369514a2c384e16Bf473c8a99Ba76B7f573", + "amount": "174898644569674546947" + }, + { + "address": "0x8397D67d53a4B5b95625B14a9C9c3c83C8BB7DbB", + "amount": "18907693193798455519598" + }, + { + "address": "0x8e5D34F6C5a44aa1cFDD47efBBfe8c877839f3CC", + "amount": "1261961548366626431101" + }, + { + "address": "0xd507b55A3c55D704375a93C24B7092C13C061E04", + "amount": "84359539112870228989" + }, + { + "address": "0x0eF4C65A4484B7af02A9f0032e6321811Ea24072", + "amount": "84351107376176906346" + }, + { + "address": "0xC79D9Ce6Bf7e5f38115D52e93F856F8f67a76Cb1", + "amount": "194668630212024048340" + }, + { + "address": "0xb7E47cBe6B6330c1418E58bAb238c43ea3F126F0", + "amount": "370082892013312320672" + }, + { + "address": "0xA781402753A02feA719697285E0385bcaE292097", + "amount": "553604752820586654040" + }, + { + "address": "0x8856f6D5cd86b639655F7E6168D3274FCc252B41", + "amount": "144240390239218214804" + }, + { + "address": "0x0D6f89F80262CbEDF598C3539Cab67024e8221C8", + "amount": "292855911838901037104" + }, + { + "address": "0x177Ad3cD3D44B49944A3B58Bd9357635d42Ed8d5", + "amount": "93440773428411918394" + }, + { + "address": "0xA34F4D22f68D197eb621Bf09730D07921444A1E2", + "amount": "13979436430934611634247" + }, + { + "address": "0xC9C795F82Ae54523cE4eF2e95e97B765bd6a1759", + "amount": "51454175499467912871" + }, + { + "address": "0x0A255b5642B3FB56B355A8bd3B265783805c9999", + "amount": "28449644402413875521458" + }, + { + "address": "0x0c1c7c72BC21b90b199ec18adf95AEe43951ac27", + "amount": "51130843756647263850" + }, + { + "address": "0x2DFFe4d89E9C184288F25BCE2173CC4F6BE30068", + "amount": "27601047800655805567323" + }, + { + "address": "0x40059E33D754681F703C7746aAcA37fC7039B8c0", + "amount": "469272812154568557622" + }, + { + "address": "0x518b07a61D65146A3EE7fAc6Db1E33b6F0Dc317B", + "amount": "2232307211387548533860" + }, + { + "address": "0x52C0C588C147c4bfad9881e7ab4eBc6BB780e6f6", + "amount": "2449953544149348876404" + }, + { + "address": "0x2609eB6717Df5A970b4c293382E16Ab752Fe4B9A", + "amount": "2247807677768768485557" + }, + { + "address": "0xAF22D1D9f879C14b08bf96E78Ce8eED655Ff93a1", + "amount": "2176458151831362753503" + }, + { + "address": "0x50Cdf300a7983325b1B2eA5B5A68A97fbeEdE86a", + "amount": "2245648265004831687147" + }, + { + "address": "0xc49Efa5A58189C5BEeFddd9Ee4FC6905658226A8", + "amount": "111650151600716153531" + }, + { + "address": "0x36A65098AF668a74F42c9b5551911B43DB4489A2", + "amount": "38844223956942858123309" + }, + { + "address": "0xB3943AE7DD820aCbAEe28DA94dD44d936553Df72", + "amount": "52362912280903824424" + }, + { + "address": "0x2B136746e911D983e7D6aE5F3b1fc7a555DdE80A", + "amount": "411361991620534826605" + }, + { + "address": "0x5C9e865772D9e5868B87857caE7905ca22509378", + "amount": "437384326111079004018" + }, + { + "address": "0x0b37401c34A331FF772445515a045f47DD35906f", + "amount": "261814559310002630889" + }, + { + "address": "0x073B52093758280718dd32eb56f2CD315458252A", + "amount": "64930011228320742288" + }, + { + "address": "0x49CFE6199FffCA921B40e2290f565Ad107A530E0", + "amount": "25918272194192927987704" + }, + { + "address": "0x9049b35dC6f6A6E37af13FD729645e0c3D362EB4", + "amount": "329752455105293265624" + }, + { + "address": "0xA497BFbf2920acaE69Fa582EDb742628b18a68Ca", + "amount": "53902997936224525143" + }, + { + "address": "0x24C8F0F88e7a9dB02affDFAd8Cee8Bdf9E0b8212", + "amount": "754641971107143352005" + }, + { + "address": "0xcc480358437c3329d25Aaacc9eb3E0Ec01737Ea2", + "amount": "121491976750996085740" + }, + { + "address": "0x3D53C2669e499803f751F702FCa0E9382597071a", + "amount": "84911681430347231611" + }, + { + "address": "0x375Fa004258D3A75D2877c557b344523A73983F6", + "amount": "25208342514490179921866" + }, + { + "address": "0xAdb28f8177CD553C90258058fA24ea80fbF7D8a2", + "amount": "440464497421720405456" + }, + { + "address": "0x03Ea24C18bd0C3E75601bFA95BD9A2F4d67506B1", + "amount": "86072696186156711924" + }, + { + "address": "0x9252ae60b48deDB2B440748eC209182B9EACB0Cd", + "amount": "59293293417607142759" + }, + { + "address": "0x6264b103931e1AD71441A920393E6FC76e3ef11A", + "amount": "107807177426163812328" + }, + { + "address": "0x350848feD543cB04bE516481100b1A3b5CeA2835", + "amount": "87601089457997515896" + }, + { + "address": "0xFdAC058d47dc99A70f076523c95a5c97b3805bBB", + "amount": "315101522121650908764" + }, + { + "address": "0x668d3BdB1848a90c412e4dC8D0ffe019670c5AD0", + "amount": "38486324152223656864629" + }, + { + "address": "0xc8De7ECfD10d321DfBa29e80fF17bd4E3C5f2713", + "amount": "53411190556053132919" + }, + { + "address": "0xd0f17954DC491Ed0776A2C2A7Fed7EDF361ff340", + "amount": "343633903793236080843" + }, + { + "address": "0x65BaEb2E29A2519115966182FE6867e80395357a", + "amount": "113079880548016998979" + }, + { + "address": "0xf795eb22a6B8015BFfBD2443Fe77F0c965A28E71", + "amount": "52362912280903824424" + }, + { + "address": "0x43C15f467b23A0e739f69893Ce30B73a0c57a043", + "amount": "1413806485590822256096" + }, + { + "address": "0x491528271138200e91B1A7317BdC892dE042a29d", + "amount": "52362912280903824424" + }, + { + "address": "0x50C9C9106967277EbD83D06f70a74500b0e60d5E", + "amount": "62835494737084589309" + }, + { + "address": "0x8151dC007635B2395EBC40c84bAa9b1dA19DCC70", + "amount": "2827597263168806518945" + }, + { + "address": "0x5ee68c00402356E0486FE5e482C5133Fde1aeC9e", + "amount": "417735605303366440114" + }, + { + "address": "0x85D1d7158118Df23f23f26BAA5959d91A2058ec0", + "amount": "137651126022413123116" + }, + { + "address": "0x403C7C1413a929a600870F070CA7A2E90b2D39E4", + "amount": "157088736842711473274" + }, + { + "address": "0x012DaB67e414EC3219324bb3B4760E17bdf19Ede", + "amount": "107805995872449050285" + }, + { + "address": "0xFBD5B654d66ba419D786cdb532653b17477CFa9E", + "amount": "1686493158902648578238" + }, + { + "address": "0xe3C94cB4421f60390C262D7dfe84Aa16100878a5", + "amount": "523634359100266334633" + }, + { + "address": "0xF7585b0124eCCe25527A6Ab8c8652611759c9A4C", + "amount": "82734442378524186959" + }, + { + "address": "0x316443f363ef08A2De5A1356322D311b07071916", + "amount": "62835494737084589310" + }, + { + "address": "0xf2027A3aC2a043181A4A92693b27b5696D271b82", + "amount": "55818864491443476838" + }, + { + "address": "0xF0E519CbA209FD5f190d94e0AE9c0f63E26171BB", + "amount": "3783988845593943503855" + }, + { + "address": "0x663bCB207e56dA22d701629002F3aF4d58DD78fA", + "amount": "17169612456499237488854" + }, + { + "address": "0xfFf760BbD5dAd697FB7b609002Bf8F0b512a4d7E", + "amount": "21243571908936468741146" + }, + { + "address": "0x6DeDab21576e0Dd2963b21FB703B0Cfe022adE52", + "amount": "49550489599788216642571" + }, + { + "address": "0xa50eE6aFb1E13664d620463cF21a2341220909FA", + "amount": "54211013095979026476" + }, + { + "address": "0xC7CC78a1da4b3d313117f551FbeAad5527080920", + "amount": "49282740970262422988" + }, + { + "address": "0x8a5c11D11B59441645AE3C966aA33f3d084B9b13", + "amount": "52983474564391376510" + }, + { + "address": "0xf3EC76BDA5103E5B433c87D2465B5B1204DcFCdB", + "amount": "844934842291851753606" + }, + { + "address": "0x030BbF912a24adebdc4C98A9F8CfaA52A50ac9cf", + "amount": "49282740970262422988" + }, + { + "address": "0xbdf6A25d508eB1b5931fFD875E7C8589be41bab1", + "amount": "105992123009140616111" + }, + { + "address": "0xF34c9c0C434D49B8c0F16892D17a10Be74d160f2", + "amount": "49282740970262422988" + }, + { + "address": "0x80439104FDA7d222169E1BA1e19EdA00c3538DF3", + "amount": "896945825232221739925" + }, + { + "address": "0x4f50dB1Fc52552d4f90A4684650058a10d4A6bb3", + "amount": "1137528997172001572870" + }, + { + "address": "0x71fF589DB84B081184f43e6C9713839Ea7c848dE", + "amount": "425262859942129357982" + }, + { + "address": "0x1a941120949C4BC2C6FF481589D09CeFe450D2E2", + "amount": "49371449904008895349" + }, + { + "address": "0xe85400dde555E98132aB02f2694f18a2667E86a0", + "amount": "49282740970262422988" + }, + { + "address": "0xb251d53F874297D314D2F25830E3690d60B5c89A", + "amount": "49282740970262422988" + }, + { + "address": "0x187ABEB0A91F2DF8fb564B7682bC81c6e7c9e816", + "amount": "53888705941343149040" + }, + { + "address": "0x355Ee7967Fd17C49db13f7953b03Ee61E52683fC", + "amount": "54020330166662292771885" + }, + { + "address": "0x4e9b898d461870d3921535aB6CA50C886fA95ffF", + "amount": "98664021795440066285" + }, + { + "address": "0x12736AC8D368412e912AC0A00330918B64D60058", + "amount": "107236164179980391020" + }, + { + "address": "0xF24dCC07E25A9C043aCd72ceb288009011D4B772", + "amount": "49282740970262422988" + }, + { + "address": "0x3f35C211c60642F4Ab02493DA0a5abc2eF84d4b4", + "amount": "122417330101799801185" + }, + { + "address": "0x8B0aEb85fD4Ea3133497035bB741BaF85B1acDc4", + "amount": "55276636692419953081" + }, + { + "address": "0xB743129f28352fB1B41466CEd22d2b9d1C5074Af", + "amount": "700678769114336681963" + }, + { + "address": "0x69FFF2BA938D791203EC341CFF4725A38D83B45A", + "amount": "168645539600238011465" + }, + { + "address": "0x393a912aB3c2Df78Fd4EF433772de1A2de49FdA2", + "amount": "147276543115532224857" + }, + { + "address": "0xa7A315169127F3559293998b1e76F5d262fD7FF8", + "amount": "136590685991291665133" + }, + { + "address": "0xACc8294e06d74C47CC9Fb5129070B4e2b8533E15", + "amount": "263170822436020744005" + }, + { + "address": "0xaf299FB4abaf440Be0eaC648bdC543B8d7BD1B5D", + "amount": "658511056570549469725" + }, + { + "address": "0xD0506eeff769Cb90Fa0Ed1426d370e8eE874B80B", + "amount": "169959292439263092009" + }, + { + "address": "0x582cD7fc91F89Ee889B5db96044Dcf44d4F57214", + "amount": "197130963881049691952" + }, + { + "address": "0x9215489d5103Dc1E3f3F75dedCeDa6d177916493", + "amount": "98565481940524845976" + }, + { + "address": "0xC4019E18D89D94bcAaCa46B601793316876D84c1", + "amount": "98565481940524845976" + }, + { + "address": "0x58275F5790D59D230D2d719Af451Eb27a8FEd8Cb", + "amount": "49282740970262422988" + }, + { + "address": "0xD42596655F2EcD0D96000F0b34648AADa1b9Eb62", + "amount": "49287669244359449230" + }, + { + "address": "0xeCe5556996E31724c89258af7C4Cd416e6EF1224", + "amount": "49282740970262422988" + }, + { + "address": "0xedc37a1b9e1DD4838A885C8049091f3eE27fE438", + "amount": "203879725887272594078" + }, + { + "address": "0xF4E003Ba5c8B0c906753B2FaFeA7a5B284Aa1432", + "amount": "147848275481109907860" + }, + { + "address": "0x513CC17Bbe83ceA7995A651591618aA9d21172bE", + "amount": "99353661045584439405" + }, + { + "address": "0x851eDe2980B194130556aCAC61585785B46b84F2", + "amount": "49327095437135659168" + }, + { + "address": "0xa12AA77DEE2c111f8d4AC412DFAbF13e4d7D9301", + "amount": "133036787939584600359" + }, + { + "address": "0xe880676b5D1b309c04C9F7c272711DD58A065E59", + "amount": "290132395856505412263" + }, + { + "address": "0x112B08Ad5dF8981d40FCCdc5e915c6B8e0099e11", + "amount": "111446117212880260058" + }, + { + "address": "0x6E0007783d61552A1723d85146d5F385C90DF77A", + "amount": "124721865335702949812" + }, + { + "address": "0x8A900c5DF2e0Adc40f8060cf11495A52a6a1Dc35", + "amount": "63081908441935901424" + }, + { + "address": "0x3c7F6C9024559Fe880A9CFd7a04cfBe531d02D76", + "amount": "86412327461958730904" + }, + { + "address": "0x2A8193cDb16168A6FE1EDa8510028B5011AFD125", + "amount": "419729285038692068149" + }, + { + "address": "0x91c3450B3fA4F41d24BF6Fa3DE57B66a15D2e9ab", + "amount": "259013530836734312781" + }, + { + "address": "0xA93b1B97137fCdF764aB896F10d1d4208fF26c5b", + "amount": "1096539998715796162576" + }, + { + "address": "0x0a626FA9c4294bC0886851e2Be26d180d5190589", + "amount": "771633396093201495709" + }, + { + "address": "0xBF20C78Ba6232E5FCA267aE0eB8B183FaB4349b3", + "amount": "49282740970262422988" + }, + { + "address": "0x51d548B9cF9e1b73045a3DcAc3336594226081A6", + "amount": "691379687833256290113" + }, + { + "address": "0xCB669A61FD0dae79cA09E029F927f3751154B89F", + "amount": "110732853368220195192" + }, + { + "address": "0xC4E2DAC4D245f17D5365fF3Ce92D494cA6442123", + "amount": "101620026225861710953" + }, + { + "address": "0xdFb0A6bd364AdE103836bA314A8885E3187dF1Ea", + "amount": "2374602136027987189823" + }, + { + "address": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", + "amount": "197130963881049691952" + }, + { + "address": "0xfDcdaa6938874fa5E80cf53f85BA1137B34E2F48", + "amount": "53126794765942891981" + }, + { + "address": "0xAF8DAD3C6c7E76Ce2Cf4280981a03106E9E22E14", + "amount": "58304301195624758613" + }, + { + "address": "0x9d4528c15fDADcE37aBe0Ee23e4EF4d259DEA8Be", + "amount": "108965095384770220912" + }, + { + "address": "0x8c57B3d0F9313Afb3EDE06dFb0C3AdDfcBc27765", + "amount": "109507180325349791637" + }, + { + "address": "0xa6C132e0A0CE6F89184D1298b949D022c57E832e", + "amount": "49282740970262422988" + }, + { + "address": "0x2a41DcD345917689d48D0c96B4081ca87432f5B0", + "amount": "739243082906610697105" + }, + { + "address": "0x922Fc67FAeAAC3D8b78AA0834989eE84C0984D18", + "amount": "257009490217299258262" + }, + { + "address": "0xF9983928Ac334e9e8C48e7b507c1275CC388588e", + "amount": "149326684441143934144" + }, + { + "address": "0xe9CA822f35cbE366BB6a41Abc627051A7cbD3d7a", + "amount": "49341880259426737895" + }, + { + "address": "0x649dcDD05B0F84cc5A37e21802F562cAf7d80a8f", + "amount": "354076761061851016096" + }, + { + "address": "0x63F9F5fe08D708be0A42e4A615762a74bAeFD977", + "amount": "68374872850832446843" + }, + { + "address": "0xacEe9B03289125f8E05a6d6EeAC7EF4baa036C2D", + "amount": "53524008729889110084" + }, + { + "address": "0x7601cE118fcFAA001045B43cE3b9F0cBC0Ab4AfC", + "amount": "83645285151222969677" + }, + { + "address": "0x60F432c8Ad2800833c3840193d6ff5B62216B79b", + "amount": "99797550464781406551" + }, + { + "address": "0xA6A0744B81EeA46B2089dD8508266127A121Bf37", + "amount": "132038317636217444859" + }, + { + "address": "0xaC9bf31222af51c58A0d788827E7C96f1ea7586f", + "amount": "2558462184424195401020" + }, + { + "address": "0xEc9928c369cFb6f9B11DFFc525C2A430968225C0", + "amount": "98565481940524845976" + }, + { + "address": "0x0b9f523835534Cc5fAA5bf2F9DE7E5E5EfAF65cA", + "amount": "67015482604793334414" + }, + { + "address": "0x4D74D11C5cd94B8909642eC8b0436a37c7Ed61F1", + "amount": "49282740970262422988" + }, + { + "address": "0x2D95CDF812d73Db65898596b91aa97704f408769", + "amount": "49303433807541016774" + }, + { + "address": "0xDb852815C5725E081f8377F35aE90D2f9AD065b0", + "amount": "50769362394846721885" + }, + { + "address": "0xC8ABA52E6953cc6B7235455C5c390C46924D10Ee", + "amount": "50184727834718550221" + }, + { + "address": "0x08d86A83C6eB070F49d36E11ed740fb24A89a04c", + "amount": "266614700375022682123" + }, + { + "address": "0xDcFCe2722871576a2678797745e76D9F0dF367e6", + "amount": "51254048637763281097" + }, + { + "address": "0xbdB3e7C5CE10384c78EbC2B6288EdC04019aE5dd", + "amount": "274892339659830453726" + }, + { + "address": "0x446808Acb0b2b823d9F1dE282D07Af1463858394", + "amount": "862922945162227797600" + }, + { + "address": "0x4C85643eA632E85014D98BFEDBFad6aEcCaE139d", + "amount": "359681214078085646942" + }, + { + "address": "0x05fb0D75df2b66992378828402e64d6687007EE4", + "amount": "61047537995152866726569" + }, + { + "address": "0x523A233fA9f41eE8Fb5a999Edaec22c1FC0d32C0", + "amount": "60753598051701666126" + }, + { + "address": "0x98118cf073aac296Fbe79cb1C49Dbb8a8cc5a783", + "amount": "329869093482080405002" + }, + { + "address": "0x3A8Af4616E8FD65B3B44C65ee52b7051942f0AfF", + "amount": "122941711279236045634" + }, + { + "address": "0xD265052FA6F41fEd85e924A07E20a0c8c1B6731E", + "amount": "49282740970262422988" + }, + { + "address": "0x67e029c639B6e98a6EE9EcA7Eb2BD6dE9E460EC4", + "amount": "50173761099146934732" + }, + { + "address": "0x4549d230d4A8Cbdd079D515Be459E52fBB08fa18", + "amount": "49283701983711343105" + }, + { + "address": "0xc53c3F99c930fB0AaEd58077Ce2adfd9E90A9169", + "amount": "771326140378667798633" + }, + { + "address": "0x734EA496Fe9fe8cAf8a5ce4929b7BF994a716c14", + "amount": "49973550978194052807" + }, + { + "address": "0xE3eAA4FFD622295f55bA48B05D6d9685aAeAcc01", + "amount": "49282740970262422988" + }, + { + "address": "0x47E1700695b4CfA2aCfc63e622c9B0bB77F76350", + "amount": "49282740970262422988" + }, + { + "address": "0xEC6104654270B2667D0C9943135f9dAeEcb6A18B", + "amount": "100105567595845546694" + }, + { + "address": "0xEFed7008C363b7f1153A0bE3489bf41aBa28452E", + "amount": "59139286207350449370" + }, + { + "address": "0xdcf68ef8D11482D8616F89FFD51f220857f8Dfa2", + "amount": "82893570311981395466" + }, + { + "address": "0x328b15da9E7Bdb0d820Aacd4CB0D943Dd5d69e84", + "amount": "295696445821574537931" + }, + { + "address": "0xb9BD6533f149E6776cb2516Eab8831332EF12e01", + "amount": "52962180554554021436" + }, + { + "address": "0xBF2D943542657995eb39D93942216aA89C13CCc8", + "amount": "92633463072520892591" + }, + { + "address": "0xbfF82aAF34Aa83fE1EA9Fe580ef778413904A414", + "amount": "56773715626432672472" + }, + { + "address": "0xEAecE500fD3B7c2E1141b64e7Ae7a63047D48d7D", + "amount": "49287666287394991015" + }, + { + "address": "0x9e29b6EEdD5a844962F172AB23d92FcEfF228Bd2", + "amount": "132077733972445460747" + }, + { + "address": "0x09D1a16A80DfCa1c79B3Fe84DE95128d0261c487", + "amount": "88187045509875417532" + }, + { + "address": "0xd313c072996302FA9D4dC2Ab3E780c7e161b0d09", + "amount": "9365864918704705380928" + }, + { + "address": "0x618DcB07D1B1f0495f02fEe1a1F7Beb876961139", + "amount": "172637564825681693383" + }, + { + "address": "0x6A1d0a5C643F7118c1997246FA056Ad7A304CA92", + "amount": "3400974109609161612142" + }, + { + "address": "0x87455Bf06558Bfc4B66A524e8a1Ab467685A3111", + "amount": "53305444701960093264" + }, + { + "address": "0xDb5474366Fa763d44A00c2FA2a77E60A0Db2E13C", + "amount": "52362912280903824424" + }, + { + "address": "0xf6b68210cA5BE5Ac9C11f09D1658DD96e4ACA8f3", + "amount": "466187008036886748854" + }, + { + "address": "0xbC39Cf3572c077365423545A21e98e98c1DaeBE4", + "amount": "422567054651333324119" + }, + { + "address": "0x6Bf7d8D3042C6591b3a03bd045b0ce6B0cDc14Ae", + "amount": "52362912280903824424" + }, + { + "address": "0xb4a2816292EC8F91b04A711C3c365530a1b691A2", + "amount": "439188097716685717150" + }, + { + "address": "0x1D98544438B0056EFfB4Bca5c3C08F688c537532", + "amount": "345763817064410804101" + }, + { + "address": "0xA9Ef5f276573de03cd57B640c36d5073B2205Aa1", + "amount": "109312815677614823869" + }, + { + "address": "0xF9A949052e4050bDEc1B58f7a8CF0ED2c5b24d47", + "amount": "53562022972136522004" + }, + { + "address": "0x16eaD0B207c1F86494035aacE17c1Aa1C8542EF6", + "amount": "1904802568837707731280" + }, + { + "address": "0x6f20Ea19a7196Aa61110a523820716cB68FEe9c7", + "amount": "224504939146129529145" + }, + { + "address": "0xD1cDE504575b913f49369bf39e438ADEdF681776", + "amount": "54244809166823367422" + }, + { + "address": "0x1036d302D8D75dc61ddB39b4C2C27Fd7a18491Bf", + "amount": "132495121995139640168" + }, + { + "address": "0xb3A74b65656539358B741ce307c1dF8441248AD4", + "amount": "109962115789898031292" + }, + { + "address": "0xf6C69cAE28eC2Bb05d79b06E147B75bb3fA4D84D", + "amount": "107805995872449050285" + }, + { + "address": "0x5004cafa0c0BFd632C530f328ab313678edb4843", + "amount": "1812790408807697366595" + }, + { + "address": "0x7910B8E68AADECcD2CaCcA31c110Dbf1E37CAd3E", + "amount": "52399566319500457101" + }, + { + "address": "0xCf4d9712552a4B419396701AE25e897664fBF5dc", + "amount": "635030185066973796469" + }, + { + "address": "0x22D53A060686afC232974Df4a7A55B28a1E64A67", + "amount": "73831706316074392439" + }, + { + "address": "0x4612d94d9e25733929B99ad72A807F76f94C88f7", + "amount": "99394204190853003792" + }, + { + "address": "0x80057A70F530E9B2b6Dd5B7a7CaAAC7eD3c7f85c", + "amount": "112056632281134184269" + }, + { + "address": "0xDc7Bd81fFC73227537DE2765c3a16C76144353E0", + "amount": "65977269473938818775" + }, + { + "address": "0x19C0043B488642940A60672FD06cCA241646ee90", + "amount": "523629122809038244248" + }, + { + "address": "0x34d0354c1eB84bB560C4F1576C9bb9d44B53F0AB", + "amount": "73953392860747920276712" + }, + { + "address": "0x91edbB3dC6ccC671b809CD9025E7104081c17Ee5", + "amount": "942533451558382527835" + }, + { + "address": "0x79C213f310bBa418aB079651a9b95D81a307BF91", + "amount": "104725824561807648849" + }, + { + "address": "0x055Ec7ffe8Eabb0330d173e5020A00676B02E954", + "amount": "54457428772139977401" + }, + { + "address": "0x6438D36af8424Cb0d43C7F36B7Db687bBC4a979A", + "amount": "817211299858712402759" + }, + { + "address": "0x95A47A1b72890a9fb24f458B29661b654c74AA91", + "amount": "82660744191350879397" + }, + { + "address": "0x9cBCE6aafD4Bc47b6C50B1627B7FB3C46048Fc1d", + "amount": "68071785965174971752" + }, + { + "address": "0x6b6361efe804dd0410444344a183f97F468FF5d5", + "amount": "54750661080913038818" + }, + { + "address": "0xD24af9AfD2e659d7B1b115f5002F011DAD313A6A", + "amount": "193585686702501438898" + }, + { + "address": "0x344F9AdEE9cCf5c00FC75404C8538F6C4119AF6D", + "amount": "52834178491431958844" + }, + { + "address": "0xfE8900918Bd3f2D316C360167AAa038bD0424623", + "amount": "52362912280903824424" + }, + { + "address": "0x3af21e3C5e5e542b06C5993b8906805359E5521E", + "amount": "57599920096785072557" + }, + { + "address": "0x0Ca1C17FF69Da7eBb882f674947e499E88D69A33", + "amount": "233776872652087069812" + }, + { + "address": "0xB92B0092c51Cd380Fcc8806757897C31409E277c", + "amount": "53410170526521900913" + }, + { + "address": "0x07E811B03F67a3A6E20922B10300234f9393255E", + "amount": "126718242483496027017" + }, + { + "address": "0x41f6192cE7F2D0DF24a2804BB540f65310E195A8", + "amount": "55919547899177198710" + }, + { + "address": "0xB70FE3AFc4d9c1E118db5BA8F341F6E51aB9F795", + "amount": "147713412603336438184" + }, + { + "address": "0xA3a5929ed912b4B2DA00E751e3C18D3DD9B1e83b", + "amount": "323624828231986622417" + }, + { + "address": "0xc394dFA78E3C6508e7f8c2edcFe9A62E8bd33e1f", + "amount": "52362912280903824424" + }, + { + "address": "0x07bD743C3066D84Fc6Bd607a54FfEf1f1064715D", + "amount": "63596825300192790465" + }, + { + "address": "0x24F3Fc4684786962Cd2Ef7F3e6c8D688545D4c38", + "amount": "300436363685146059547" + }, + { + "address": "0xC42928BE9CaF61Af153c018Db5846f633D7b3aaf", + "amount": "52362912280903824424" + }, + { + "address": "0x648537ecE8c8022208212a61Dc41441BD0DeA23F", + "amount": "81686436390518739164" + }, + { + "address": "0xE096022572f13Dd76Fb32e3307284F38a6ab0D42", + "amount": "54457428772139977401" + }, + { + "address": "0x614B55670A8aaC6Ae178ee9d7c63c5A50a9dB2e7", + "amount": "72157137126452460753" + }, + { + "address": "0x6A7A7854B08F2BD692B954b31F56a2CbCC1aB490", + "amount": "130911469735242033368" + }, + { + "address": "0x6878e46cE307D0511FeA690551F98fE99A38715B", + "amount": "89253596681524081412" + }, + { + "address": "0x668B0feFdA98785d372A67Ede07Dd1b7702Bb098", + "amount": "52603823215921391548" + }, + { + "address": "0x677447306623b50dFdcd359d7cDC441bEce1DED5", + "amount": "2082996650534354135626" + }, + { + "address": "0xB71af5B1AAee70d28A3fE2Fb151e6962Cf804058", + "amount": "174221881741023204626" + }, + { + "address": "0x28397b0fe4AB9bfF3AFe693cB309477FbE3521F2", + "amount": "54876323692321243052" + }, + { + "address": "0x003E5ea59Fc82c772ad320282048B0863e776d2c", + "amount": "52951458847842235994" + }, + { + "address": "0x9A5D27674FDB99C4878769749b61C51764b0d888", + "amount": "216489224534168771705" + }, + { + "address": "0xD38FC64Ca0868BFA2f5bF528EF5D4f17Fb6A859e", + "amount": "19870202181704330476349" + }, + { + "address": "0x840854977b55B14a0674BD76a316D56fCa05E4A2", + "amount": "147848901769701931315" + }, + { + "address": "0x253D381cbfBD590544bC2d7CFBe34445e761A300", + "amount": "98565482926179665381" + }, + { + "address": "0x80Cc93C407D6c94CB3a00CDAaA7bD65DA1282C49", + "amount": "2661268012394170841359" + }, + { + "address": "0xAbC938CA4645A8029A0A4C5076995F10D96665e6", + "amount": "8266286120553657532818" + }, + { + "address": "0xd3ccf89e9353c9845Dc9faED790517808E5CF8eb", + "amount": "49282740970262422988" + }, + { + "address": "0x1a2D1b8b5e4d723fC37669BEa4d3114dEE380f63", + "amount": "257517031282058035702" + }, + { + "address": "0xf1b75303768C1FC23f9B19773B8c4aa021238672", + "amount": "167561299860793544669" + }, + { + "address": "0xCC254A3e8B579dBF107444a3AE798e1a5A2534AA", + "amount": "118845319993239638984" + }, + { + "address": "0xF70F15182D51C13e2c67D1076B8b352e0cA85A83", + "amount": "44864344504538583824538" + }, + { + "address": "0x32c056bB3d28cB1C6a3d084291736831feB1fF73", + "amount": "999474907400463814597" + }, + { + "address": "0x43d4888856Ee5BA877A968975EAeBF41793bA8Ba", + "amount": "102277334783552586019" + }, + { + "address": "0xB64F4B59C2688812de3C537EDEFc88C1484EE202", + "amount": "986604742216857888184" + }, + { + "address": "0x05B658701342814Fd49b6349D6c6d5E3ee668BAc", + "amount": "485399810800867465993" + }, + { + "address": "0x49E67273e8ef541d991350Ea9cb2fc28E34A3b18", + "amount": "132348800875639736934" + }, + { + "address": "0xa32fea03495d34F37CF63962323a3BF48e2c9549", + "amount": "50540062858081483493" + }, + { + "address": "0x9E6BFa3AC9Da80098CEC42CeCdF9A9C04c58442D", + "amount": "50514809494518983562" + }, + { + "address": "0xcEc5C7C70Be4C1450056D955Cb103A67137Dc965", + "amount": "54590683784056578324" + }, + { + "address": "0xA0b87C478D0bb0eCCF7a33223412BA6A75e724a9", + "amount": "60617771393422780275" + }, + { + "address": "0x8F7238fDc127A1cD57a4964Dca16170785399B2b", + "amount": "247430596230088728525" + }, + { + "address": "0x5019aB439e041FED3f9eb20cF7F321C1242BD4E8", + "amount": "50613400167402167230" + }, + { + "address": "0xc5257bFc56EeC426C5861Ed586f370B16C3aC663", + "amount": "414885202451813644659" + }, + { + "address": "0xD8AE0509E87B557443AbB2fd399BB7DfBE24a0ad", + "amount": "129823056359729028194" + }, + { + "address": "0x0e226A2A0E6470bEcC3F488AbEd16f45559c2282", + "amount": "50514809494518983562" + }, + { + "address": "0xdC21632e09a5318048FBa6098203e751269ddbC4", + "amount": "216675567900362641452" + }, + { + "address": "0x8ED8A04D55eE60b71D7d3C88136497C420e8c7E8", + "amount": "50514809494518983562" + }, + { + "address": "0x0Acb4671ACA5f6fcE9d76047F51E042A50656E6f", + "amount": "56828235812758894689" + }, + { + "address": "0x415EE02C6cD46D455BFe50e753aAc87014317402", + "amount": "59167995350633895556" + }, + { + "address": "0xfdbb23094F9bf5Fe471b6ace0aAf34491B5D7EAf", + "amount": "205090126547747073265" + }, + { + "address": "0xFC5D04A0191335da59Eb3D83FF40A212CCd38f0A", + "amount": "181597761581609895850" + }, + { + "address": "0xCeaA1a543351A445bdf03Bc1eFCe5074d535B548", + "amount": "50514809494518983562" + }, + { + "address": "0xfFF9A77C90D9d148f1e82aED77Eb9D3328d454FA", + "amount": "548209936313037019782" + }, + { + "address": "0x349F1abb33024646F6Eda656DbBA9bBc8e0Bbba4", + "amount": "65669249311986108960" + }, + { + "address": "0x7204bcf29d6B18d810549539fD6A45fFdC204762", + "amount": "270406772386499540816" + }, + { + "address": "0x6d715F17D9015cF5FEe0945cC9af9F9fdf7A5704", + "amount": "251435731601002578683" + }, + { + "address": "0xD74D3E4b62af9394dCeaAdbE5127a25907ed15f8", + "amount": "303088832720005344008" + }, + { + "address": "0xf28bA57FFfe4F7aa818abbB58cc73F5D2D88dDc5", + "amount": "50514809494518983562" + }, + { + "address": "0x23ADf46873d9BB79E2e825fEd11dDd9bff703f27", + "amount": "525354018742997429053" + }, + { + "address": "0xfF9fc7462bDCDABB44610E5526F9492e0f048992", + "amount": "55566290443970881919" + }, + { + "address": "0x4E545F33908fc26C8d7098f8f96C43468458F70c", + "amount": "227844017336458204221" + }, + { + "address": "0x2f719154C95264D3437145A770ee35762CfBe10D", + "amount": "747498717107770747544" + }, + { + "address": "0x8D1D900bFC3c498A9e0454C6F342306662e8e950", + "amount": "50514809494518983562" + }, + { + "address": "0xb6F99645cd2F57bF3268a8ef6fDDD749cba30679", + "amount": "143654009178735946113" + }, + { + "address": "0xbB503547650a2c53139Bae0F3acDb0157F33cd35", + "amount": "50514809494518983562" + }, + { + "address": "0x785ea2C2568407e436F7e08b878BCa849032Fed1", + "amount": "51424070003643185924" + }, + { + "address": "0xf26e2d134ddF8eCcA0C879fEc9B089A8D2dA7539", + "amount": "102848144048471131410" + }, + { + "address": "0x5ddE6Fb49cd61eeeE47e021424C301B4486E6Cc1", + "amount": "279657404631896461160" + }, + { + "address": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", + "amount": "869958853834424276605" + }, + { + "address": "0x6d8db5a328F3Cf98007d2337D0957559ED77EE70", + "amount": "50514809494518983562" + }, + { + "address": "0x57AbCDf21289B28F444e779Fe0C1155636C92368", + "amount": "162885652111144193861" + }, + { + "address": "0x62d1C35acD23342a06B7DDd412E44b111884f148", + "amount": "50514809494518983562" + }, + { + "address": "0x8F700383e44F99084956A11c4bD0C9e9F123BAcd", + "amount": "14144146658465315397610" + }, + { + "address": "0xE7308b833F0cb4953C32cfbc3932B044789A7f1c", + "amount": "72539266434129260396" + }, + { + "address": "0xBd6d2F9899855f6347fBe2F575DF42e81a86F2c7", + "amount": "465956674033704138627" + }, + { + "address": "0x298D68804B1ae39Db335968F47B1d02c75A91156", + "amount": "74938709782157013211" + }, + { + "address": "0xdFcd9A8300C6eB249F0a542D585a1d3DDD842C60", + "amount": "102656195854761478396" + }, + { + "address": "0x6181C11eF2E136728ce2cF7E01200a0D4850bdD7", + "amount": "57696785874176486433" + }, + { + "address": "0xB784471706b2Fcf03183955D3616af9088374282", + "amount": "205755443550845615977" + }, + { + "address": "0xAa7b02D9d1dfF5860B375f1AC942e3D4881559F2", + "amount": "101029621477397482826" + }, + { + "address": "0xC5B88a3588f1f7569B19c0976A42A5E4baec7740", + "amount": "50817898351486097464" + }, + { + "address": "0xB7ceebB3C721a9982212c32152B4A2B5D5Ad1177", + "amount": "63648659963093919289" + }, + { + "address": "0x4f860f352418e7e9E012345aFe1E5A9A9cc7eE16", + "amount": "52740750461890861065" + }, + { + "address": "0x14E99a51879b480Fa6c191f2d2F83133B5c578E7", + "amount": "238646795298946911510" + }, + { + "address": "0x9C1d660Ee6F1b6f0773163126A04cA53CD6635C5", + "amount": "36880318374027190301570" + }, + { + "address": "0xeb3cb7473156F9eD3d9A6Ab1a6020dC772E1575C", + "amount": "120110297429514411012" + }, + { + "address": "0x57253A81FA56526e2b8877bd1df3094A5372680A", + "amount": "48494434482822441906338" + }, + { + "address": "0x5482c9697f716E5eABbd3bF49c28f23C9e63AC37", + "amount": "49414081446257811155" + }, + { + "address": "0x8ec0eCca951F4Cf3E4c976adD533Eb1100b50dA5", + "amount": "115669082645833166556" + }, + { + "address": "0xbdF6A7c644aBC3cC0a3670229473C215b9EFFCC6", + "amount": "277395630383201604282" + }, + { + "address": "0x05dd03DB066C4109112a5715b539dcc0500d74C0", + "amount": "98565478983560387760" + }, + { + "address": "0xBeF030F26b1D0e6D32c5e42E6616a2b9bd409885", + "amount": "49282740970262422988" + }, + { + "address": "0x3cb7ACC13cCc821A7D03d830F86365d923E6b29B", + "amount": "2079130419505237048541" + }, + { + "address": "0x9B3123201B4646B18fd0FDDBa53DdC9714eb38D1", + "amount": "24186967440078907722297" + }, + { + "address": "0xb0f2996a78b3d64915D4bc6495b606DE195366DA", + "amount": "1626330452018659958608" + }, + { + "address": "0xA2f6079b7a12D1ab45e455E7544c08Ca3A6E2dE1", + "amount": "141592394978874582646" + }, + { + "address": "0x5F8b7483A56418A392e5F9a7b6fe39419537E027", + "amount": "50822826625583123706" + }, + { + "address": "0x1324CcC3228241F597a309D0b210C5BD201Ef882", + "amount": "60987391950699748447" + }, + { + "address": "0x712e43A76006E9dFDb96dC6061f2Afb41D2c9fd0", + "amount": "79425913450461305728" + }, + { + "address": "0xa9BFae928Ba1244D64fEa086d41bEeC356b200F5", + "amount": "813165222959960381769" + }, + { + "address": "0x01DC70F44A217256CEa2d3750453Ba31083cAe97", + "amount": "77657277050977948000" + }, + { + "address": "0xf5a2e48509673e5ba699B1dD01C4edD7e456399d", + "amount": "114954096269297728930" + }, + { + "address": "0xad684610A736715625CFD18bB61FB9bc1E992952", + "amount": "227686263282612394205" + }, + { + "address": "0xC07DCB2E975b58E97d7b42C92c234Ac65F09F084", + "amount": "50822826625583123706" + }, + { + "address": "0x3d2484624BdD85774287c7b299570A8B7a8E5732", + "amount": "55063651466185475058" + }, + { + "address": "0xD15545227CD9a741164dBbBD6edA70f1e9f21144", + "amount": "541721525458623027250" + }, + { + "address": "0xB5b5aC6F6064F0De452149E9C7BAc376bF71f734", + "amount": "52867918872779003394" + }, + { + "address": "0xDfb01f4f929Ea5dA40EdB8b61c7Ab6F1d5a1f8C1", + "amount": "406582618086947652211" + }, + { + "address": "0xaC5c79D8355e0E138b33e26B6bb14D6Edc619E2C", + "amount": "50822826625583123706" + }, + { + "address": "0x9424285edA1E837670d5bF0e9072E15f14f3ebeB", + "amount": "213758762660202672333" + }, + { + "address": "0x1077AAb962611a457c1DfbA09B9B14641f08b599", + "amount": "209185737934367625514" + }, + { + "address": "0x1fD3595c20C68eAcFBA4c3623621Eda0603F85B8", + "amount": "101645653251166247413" + }, + { + "address": "0x25586Ed29e382E443D301F14e7Db1C963eE13D92", + "amount": "50822826625583123706" + }, + { + "address": "0x467B9cf97fA72e40f19C980bbb1C0E67738985dC", + "amount": "870276844806605978462" + }, + { + "address": "0x45e7460fe74b056F729A3a969510d999A708A55f", + "amount": "97579822038836934959" + }, + { + "address": "0x40b40bb3561A027c00e8D0d078723186137f259b", + "amount": "22385285942427324161649" + }, + { + "address": "0x49E381A012b6249B5955102f762b5476A211d25f", + "amount": "89042987279686890179" + }, + { + "address": "0x118F9A9cdD8FE49e8185FeA852046DB9B43005ea", + "amount": "50514809494518983562" + }, + { + "address": "0x46628966E739Ed1b78007Eb58b5fcE048069872e", + "amount": "27644633860600693609950" + }, + { + "address": "0x7134c37F325A0783111bd3b12182b7bEe3E925C3", + "amount": "145605266487723109097" + }, + { + "address": "0xf299ad5AA6be2751C67b1De62047EC75457D5918", + "amount": "28881448410926619282374" + }, + { + "address": "0x6A72bB44A97eE50B86af12F855A78f6dEFafe7c2", + "amount": "9024773306065031203492" + }, + { + "address": "0x576982fdca921513fbFe3fF31c0Ca31dad7b1d80", + "amount": "36371249958595806241073" + }, + { + "address": "0x7123B64F6A9e131eB8a291881fa76698c97F912A", + "amount": "44576514925441028085041" + }, + { + "address": "0x06dbbb6C74887A9A572DeF99b9142DE772fa3c27", + "amount": "279911183888799483845" + }, + { + "address": "0x2c233a4533DADDD3125dDd3Fe81198eFc1459C94", + "amount": "49282740970262422989" + }, + { + "address": "0x728dae51E719C19D2f022e2C6cE5961A85D26DA4", + "amount": "25463281882218478217877" + }, + { + "address": "0x9819Cf3102021c000dD24B87C879E658493ecD94", + "amount": "49282740970262422989" + }, + { + "address": "0x1b33846CC78D10755597A7Db258dC8e07baB3A1d", + "amount": "20830502809211124775676" + }, + { + "address": "0xf35A0A2C4464432A05aAfFaC3dC28d059535044D", + "amount": "185586206599685108596520" + }, + { + "address": "0x19E860ba9fE51677355F1d1ecbCfC9a48f311768", + "amount": "7169551510700526130065" + }, + { + "address": "0x147447ea1DEe52D0BAa4B539C15BBF3a26Cb2817", + "amount": "6139186176033104624999" + }, + { + "address": "0x11E062F804c185b77425E116DAd00e75F71B766A", + "amount": "60371357688571468160" + }, + { + "address": "0x265d3E6cF862AdD040C041B1D3128B2C9CD45bA9", + "amount": "101746505452287792435" + }, + { + "address": "0x970e3F0362c5b527D3981c31488B3E69169F7309", + "amount": "84519900764000055424" + }, + { + "address": "0xF43FC73ca1e6Ac81bb8e85a1b91c1DCb63e5C428", + "amount": "368538155607329683729" + }, + { + "address": "0x876cB26f9277BB9B5070CEE87D956D68429fBEA1", + "amount": "60371357688571468160" + }, + { + "address": "0xc4110A0b4b458648f5DC5C0Ed135C76F04D362f9", + "amount": "2745866805659874466454" + }, + { + "address": "0x87ea6E21AaCc22B7aBabBCb6b1F5Fc53521D4515", + "amount": "60975071265457182842" + }, + { + "address": "0x339EdA42B857675CF1b9484a997A4AA4763D46b0", + "amount": "680216162778714151596" + }, + { + "address": "0x5dE3750c78975bCc54ff75aefCCcaf58e76c5414", + "amount": "665242920759229199207" + }, + { + "address": "0x123FF9CcD89DCbBaF9C6b46632E7109AA5439781", + "amount": "124795362733482024507" + }, + { + "address": "0x190D96D02dAe21259c26b192582537f4CEF7A280", + "amount": "1328411342505055047688" + }, + { + "address": "0xFB2BF6FeE9b96f8D9AF0F0f426Dc0f5c0308A7Ba", + "amount": "1382770172688489033169" + }, + { + "address": "0x02Ed2C0F754abb7e087A5c0FE361DEcA2B291255", + "amount": "574175575217017527722" + }, + { + "address": "0xC413715893819FD3dCb7CD26836CB5c5f031C445", + "amount": "703851539431758099442" + }, + { + "address": "0x13be88DAAf43Dd38C3e0cd9357B66c2b352e1f25", + "amount": "625453289507670575803" + }, + { + "address": "0x68883EEDB488fF5540d9E6620EB3eB57A3E3866D", + "amount": "246908881689230983101" + }, + { + "address": "0x1347e2a53f74A8794833d31260F7742684FfB894", + "amount": "74739740818451477582" + }, + { + "address": "0xD9Ae66C00683da404c6FF3323954Ec8F55a022da", + "amount": "147789081206768646513" + }, + { + "address": "0xF3835081637ca330fd84cc79029AF30469BEEA75", + "amount": "155225936065592565636" + }, + { + "address": "0x387dA3C6147EB2baB0296cEf916cCDEE9A0F4653", + "amount": "573725213631640805029" + }, + { + "address": "0x05f0a1cb45615Dc5bbCDdee2394A7dc6d26b5556", + "amount": "60371357688571468160" + }, + { + "address": "0x52Fe377b0eB5D41EB23e05372359DBbFf3ef0bAD", + "amount": "62786211996114326886" + }, + { + "address": "0x8CD847c6f791CF2978E2115C5FdE007805eB0868", + "amount": "107099250984125678974" + }, + { + "address": "0x50F510E44944D9180404f188E5f84330E8619DFb", + "amount": "2176572254951639911270" + }, + { + "address": "0x40C6F299E5c29B4C5118a4b403A1EC1A12804429", + "amount": "1207427153771429363209" + }, + { + "address": "0x501073d5a69C2B8535a175cc249d5c24a7878369", + "amount": "329289754710015773775" + }, + { + "address": "0x8382ABe3d32D56538A918282b1fe432BC318D459", + "amount": "237156801993160990831" + }, + { + "address": "0x09f9b5D5C3BFbBe4c3f3E822316f3f2277c45d39", + "amount": "120743906203380770546" + }, + { + "address": "0xf88ED04c5556853862b79F37bB3C062dB8b5ebA6", + "amount": "60371357688571468160" + }, + { + "address": "0x62779e2649723399467F5B4ddB651d9690B0B51A", + "amount": "1094049623289576768861" + }, + { + "address": "0xee44F2C20126315B1C6fDAa53478c1F53Ab7Ecb3", + "amount": "60371357688571468160" + }, + { + "address": "0x1E469fC96772a8c107BAE097c6a4B3D8F1085723", + "amount": "63945339648880591532" + }, + { + "address": "0x863671C69CD0338F64144bD6686eBB2dEE798022", + "amount": "191558297419575654358" + }, + { + "address": "0x86c8B049F5DcE391f29C4DABAb8871C9445efc3E", + "amount": "150316228654466555714" + }, + { + "address": "0xf97de5062dAe00007bB01e2B90bE6e21c630e35A", + "amount": "81382401304924996224" + }, + { + "address": "0x2b60989A14D4B702ea125b02ee5edb3058Ca3b35", + "amount": "115814441280116694021" + }, + { + "address": "0x0A90265aff98cA7146F42422f2Ef46545867bA27", + "amount": "4690180627307483241342" + }, + { + "address": "0x0F899ff63c14c77C623F2e9e3D3D8466322de112", + "amount": "164137647283688107634" + }, + { + "address": "0x6fF871dA0a43E4D86afa03926ab35D16B07C3FC4", + "amount": "482968446654264202425" + }, + { + "address": "0x31020689920A94A7Bb8Bd6B843fBA902Ae28D87c", + "amount": "560873115781634458791" + }, + { + "address": "0x85a2D90dEc38E6800E00156C04eDc072DbE87d30", + "amount": "60371357688571468160" + }, + { + "address": "0x7F2779B85c08800FcA441AD30E8642e9fbf1A04A", + "amount": "65844101518100851158" + }, + { + "address": "0x165046605f46Ae09A45a2514fEe685947c776286", + "amount": "61239969433768613444" + }, + { + "address": "0x7752292451acEDD09Dba1D644C386B14c11A3fF4", + "amount": "79585441767551228696" + }, + { + "address": "0xADe8fd1564fB4d3Bd90bA848aA5C60441BddDC01", + "amount": "148711716744982474187" + }, + { + "address": "0x5c09776dA2d00117a0EF9146A18ACB1A878167eF", + "amount": "67615920611200044339" + }, + { + "address": "0xc0D45a47961973e713B1af755d887f2C8745428e", + "amount": "148482538898370983008" + }, + { + "address": "0x8642da39286ea52a323AF34Ce9674169fbe3122f", + "amount": "60371357688571468160" + }, + { + "address": "0x3706743104600beDC75DB84e0b980303FC1691FF", + "amount": "120742715377142936321" + }, + { + "address": "0xe3FdD31f86226C13397157293EFBb8D76073edB5", + "amount": "182775588216049039228" + }, + { + "address": "0x4d7C30D081BA7aCe555c73a3A69b5d49105Ad926", + "amount": "239216675132349356868" + }, + { + "address": "0x17D42C9a35F850349BEa06F17dD0EeCb47294f66", + "amount": "12515443766942618444378" + }, + { + "address": "0xA33e93c7767e3b3847A7B6eAE658E3080EF6b01c", + "amount": "5569574555332453708592" + }, + { + "address": "0xA715a9518aE38C245264942020fAB8b706Dd4e86", + "amount": "61581199696650440382" + }, + { + "address": "0x4f36492264fD0D5150Ad38a9065A57371D52752e", + "amount": "234368457009150197997" + }, + { + "address": "0x2187407A23E1a8b5458C08a395F1A63D20007eD5", + "amount": "347443323840350082067" + }, + { + "address": "0x64c26e0e2306399EaA9Be44F30ADd7fDaE5ce86b", + "amount": "63992431722731984821" + }, + { + "address": "0x43257fC9254e02778bA78a41378aF96721aD54ad", + "amount": "72665376138563546851" + }, + { + "address": "0x57AB4d0c9C0F975A8156Cd7CB057Db9c358CC583", + "amount": "36074776350873031297903" + }, + { + "address": "0x868822C4A79ee2a18bedfdd5f1EF3b23B190cf1e", + "amount": "14125827604687139341587" + }, + { + "address": "0x9Ba3d6247b9C541c54627a5dAbC8e5e9dD51587d", + "amount": "34254030765847029243206" + }, + { + "address": "0x69E131d6864006CBE9D5bD0dff723cCcACb9ea20", + "amount": "686254149466525589925" + }, + { + "address": "0x6fd29097e92e6145053344c3CFB57fF30A502B8D", + "amount": "153452656213925511706" + }, + { + "address": "0x31Ef126FA2938312CF401A86A8108511f3f4f5Dd", + "amount": "318001814384715310573" + }, + { + "address": "0x50f747c6A02EA53B7986cE21c18Bb848eFDFcdd4", + "amount": "511554850285669131211" + }, + { + "address": "0xf3047172Be67e3f44A1a56804cd2773DCE1D770A", + "amount": "54211015067288665286" + }, + { + "address": "0x97c85cd206Ed78Af692ab0d1a2b54caD4aA108E1", + "amount": "49282740970262422988" + }, + { + "address": "0x3B4E212c25d4469B4BEE5b5F8537B9874e69c305", + "amount": "190627918166575346771" + }, + { + "address": "0xE8b570A7A02cBEE7E743c4cb1679A21Cce615BF2", + "amount": "24802586651530182445269" + }, + { + "address": "0xA37836409eeE8CaEF6649DC79a5867EdFE815Dee", + "amount": "50211334372872476481" + }, + { + "address": "0x401104ff35a3536a8D1a908e6b228a0C71a5cA01", + "amount": "723460780895258316981" + }, + { + "address": "0x6F7522d342970BFE0243D27210c1017862f2bfB0", + "amount": "221856117982794807782" + }, + { + "address": "0x143A3f9E08FECed1A5111a3827761B807954DC24", + "amount": "109516106984117156365" + }, + { + "address": "0xE37ccbfa8923F0b993020C5A3E026A9C28e133b3", + "amount": "50087659265318128365" + }, + { + "address": "0x781deF0a0845ac75F10Bb65028EAFEb6E73eece8", + "amount": "28667942912241461075524" + }, + { + "address": "0xf234B4DCd1d51D46f75a60AB4a8C96794eC68Fd2", + "amount": "3024683873568637794120" + }, + { + "address": "0x49D424510DCAeCb1D7e26214aC23D2528C67C54c", + "amount": "49282740970262422988" + }, + { + "address": "0xf3158314781157942afe279c7977E5227a019f2D", + "amount": "2481011459021339003038" + }, + { + "address": "0x5F4E1FB306d4c071b962afcAeD7beE2287E84679", + "amount": "22945861071000755799190" + }, + { + "address": "0xDC17aDE3DDF495a2D8332BA21dE799861eF5469c", + "amount": "505148094945189835628" + }, + { + "address": "0xf09499EECE42dCC1635b02fD0e366232372bbCA0", + "amount": "101029618989037967125" + }, + { + "address": "0x47A214613f68ae4f3428EF9503cF38B9Ff323275", + "amount": "101029618989037967125" + }, + { + "address": "0x7eb71527EF0191A3172E2568ce13B6AbEDB5faCA", + "amount": "202059237978075934251" + }, + { + "address": "0xDAF7346b32a4860d1E44e73770180b2a9A9736Fa", + "amount": "101029618989037967125" + }, + { + "address": "0x8D49051A66516BE80220CFACf3753622dE799be0", + "amount": "50514809494518983563" + }, + { + "address": "0xeBB68135bcC10E36acD4DEC2D5EA5F3BC089E4F0", + "amount": "50514809494518983563" + }, + { + "address": "0xb6379cD18Bd767a56e323A2E6d33e709dA5b945C", + "amount": "16596195939163498100891" + }, + { + "address": "0x7adc29263d105b54e185585379F1Fa4992Fc0481", + "amount": "1686937381209069281150" + }, + { + "address": "0x73eEB273b13E4572684943321FcAd7bb2EdFaD92", + "amount": "49849487563146343826" + }, + { + "address": "0xbe303CC50e4A001e74ac26E186365B8488d52195", + "amount": "887099194012917666271" + }, + { + "address": "0x7fAD02560Ac4a7d1308787A2C9D0A12D6947feF6", + "amount": "136829534892983869087" + }, + { + "address": "0x363ADC334cd10bffD48e07b8F8a74A6cB761aD0a", + "amount": "1145360469793480867698" + }, + { + "address": "0xAb251CFb507D82a4FD5C97e0CC3d7BAFf61700AF", + "amount": "344988057685211608153" + }, + { + "address": "0x424559e59a6A2CE7742637677087C8e03A01D143", + "amount": "612781601224242967435" + }, + { + "address": "0x09eae10D1e9c2B0B1eA1Dea096Eb22336409F325", + "amount": "49282740970262422989" + }, + { + "address": "0x25A762a3AE37aD037221DAF623dAdfA8e3247Ca2", + "amount": "57597824053793072002942" + }, + { + "address": "0x0D427bC706E0D318916d6106195fC794B0Afc70c", + "amount": "116097817040695702954" + }, + { + "address": "0xDC0cB9060b36374E6C21fE18f0dc8cede76f04e4", + "amount": "762082925752538423940" + }, + { + "address": "0x15489Dd3330d2feb0d1a4b6A919Be452bE04fC25", + "amount": "493273736012463805724" + }, + { + "address": "0xA05DDCa55D496bcC9eE2217e047A50Ba446e1A1f", + "amount": "110886167183090451723" + }, + { + "address": "0xC655aAfB646C43c4860A54E9C1Df6F9a8A9d5Ca1", + "amount": "111218819031469692093" + }, + { + "address": "0xE3f7cdB87DdCAe894b258f3a5691992ea6Da68e2", + "amount": "264264324481236703479" + }, + { + "address": "0x586C271Af5856E9051F3c1d066cD37A891ccF331", + "amount": "57383591517249308766" + }, + { + "address": "0x8158124b0884b7FA4f62164a9FD262217103E2f0", + "amount": "160784914693939359226" + }, + { + "address": "0x62073ca865c20Df245304878D7844c7157ef63b2", + "amount": "67197017312952813744" + }, + { + "address": "0x48a2fE7fca245944d6b165FF194e19d025a71eB7", + "amount": "1050635345443063721032" + }, + { + "address": "0x0dC7690F69B12a154ACb18878Ad0d714f6B01345", + "amount": "746618832326115567109" + }, + { + "address": "0x58BF55d02549D5201829964Fdec4154320D2CE5C", + "amount": "111993919993249525335" + }, + { + "address": "0x3CA6f96562186C48C91Fe9eC3B98aA1deEC835B1", + "amount": "103752246923100314158" + }, + { + "address": "0x8563DeA7DEd87AdF87Ffd4190F4Da58d5A46Da85", + "amount": "337947771723904769717" + }, + { + "address": "0x6E381a5De1Be8d49A9564e3456796D97E55B9255", + "amount": "58215217811612394198" + }, + { + "address": "0xc70338eC91e514c1199E1Fa695e1C51db30328Cd", + "amount": "63409736651685095964987" + }, + { + "address": "0x9E84bF36d1500f55D534789C4aD5587fE0C9211D", + "amount": "1512731269945156560499" + }, + { + "address": "0x721adB015B110147F790Cd03afd3E2AF4e1A8F68", + "amount": "2778807349608246720185" + }, + { + "address": "0xe3822d4500D20c6e2f89cef98667EE902a90c001", + "amount": "9979755046478140655096" + }, + { + "address": "0xDCA19F0298b4b66a3F2Ff1C1D930a1c58c51A727", + "amount": "55443083591545225861" + }, + { + "address": "0xD60AFDF0f3a9e086920E1FfeB83120051c6dA35F", + "amount": "56030780277615605255" + }, + { + "address": "0x5d85732e7ec7076EbB58A870ae971F3D72Abf723", + "amount": "56301339198957330465" + }, + { + "address": "0x885dF9549A8035142AD8f20C7473bE2F13899450", + "amount": "554430835915452258616" + }, + { + "address": "0x9e7c1683fF4c6d84A827c35C4Eb422eEDEa8cCE9", + "amount": "185541276543749434702" + }, + { + "address": "0x31f2953ef2d549072efB6c585A8f02Cec92F35f9", + "amount": "788197606711282824616" + }, + { + "address": "0x0C45C81f5b4fc9E76bc5b32b7b73336Ec17669ba", + "amount": "55443083591545225861" + }, + { + "address": "0xfd2855C20b8C69eE341e6e5b4E680ec4B7eF8580", + "amount": "2005930764342106271674" + }, + { + "address": "0xc52EC0C9ea713427bA3068FfD5679eb5af101Aa0", + "amount": "165236163808867259701" + }, + { + "address": "0xa577589dd03241515E7567eCa17E73a4f48a6E46", + "amount": "223426737129904191860" + }, + { + "address": "0x4ac3A72102EA9f8ce1d729DdF07F01dea3E32559", + "amount": "74181699282518839047" + }, + { + "address": "0xc3c8557F3DeC8d6147699Dfb8079bc6bdA35646d", + "amount": "224661216858735608018" + }, + { + "address": "0x4cC6B7AAf57e0d0FF192737b6539db3BaC8Ea236", + "amount": "887089337464723613786" + }, + { + "address": "0x040a9f50fe3802b31653Caafe9600470D764ad78", + "amount": "3578816671122417571329" + }, + { + "address": "0x17Ff553CB867e1eCA1AcbBaCcE3D60BD7F64344d", + "amount": "60710176532742022318" + }, + { + "address": "0x7ea7E2a8795F13124Ae53b35E9B238841E440954", + "amount": "55879957348459852946" + }, + { + "address": "0xcae6602Bb7a4525F753a371D271f36DB9A0A2BcE", + "amount": "182427691598058517489" + }, + { + "address": "0x8C533d4904566e90afe0db5e1A39E401fDA19167", + "amount": "418696152044729568977" + }, + { + "address": "0xe5c65Bd76FaCD8013B0A8A9CfA9306C7b7e8491E", + "amount": "277215417957726129308" + }, + { + "address": "0x7dce3e38bC6Bb6936337999DB06998D3f55ff8bF", + "amount": "354342291541924693004" + }, + { + "address": "0xDD92cDf06fCBA4eB4e30f2a4012332FDdA6050bB", + "amount": "1663303596363075084894" + }, + { + "address": "0x38d854E83cd7C073A9F685fb4b532c99223DDA1b", + "amount": "287677527831450713428" + }, + { + "address": "0x665682a786236347604435a8bd203E342DAc04f9", + "amount": "55443083591545225861" + }, + { + "address": "0xC7bfCdED4160616414b934e696ceFfE0F603363D", + "amount": "74800451857432186584" + }, + { + "address": "0x91E2447bf8dD726B4D72313F900804593B98B96E", + "amount": "2170443685283081193858" + }, + { + "address": "0xCBD510235fCe7fF670656b1A2462530982726777", + "amount": "400719312124825397055" + }, + { + "address": "0x86AC2612edE6805f845bEE1D4b9b556C09E69FD7", + "amount": "133074489236426851113" + }, + { + "address": "0x80b6978eD12a06031F0856a11074C3806F450303", + "amount": "451797926155799229215" + }, + { + "address": "0x9C6B672A3968CD3C6DD6b908db623405A1c84294", + "amount": "126389645440247144461" + }, + { + "address": "0x8a2Ff4B35128833CF3f484F634c91b3C65561c43", + "amount": "166329250774635677584" + }, + { + "address": "0xaD96630D60b89D4fD47bfb0de3b557065c02Fece", + "amount": "77621415910080100632" + }, + { + "address": "0x744fC6e1AD778F1EDe007730973a343EEbC8E6f1", + "amount": "603245144432792337274" + }, + { + "address": "0xf64d454DE5F419FBd21585AE60d716bF4A1Db5B1", + "amount": "64036761548234735870" + }, + { + "address": "0x9e01bA64f07C71Bde9d61d47828784d263Edb7EE", + "amount": "641343135471415668649" + }, + { + "address": "0xd602dAE1faB01126C65CC81479cde76c33AFa535", + "amount": "930623232285603191331" + }, + { + "address": "0x4d55ecF942784cB8F35098a8a203540f032Bd59f", + "amount": "55443083591545225861" + }, + { + "address": "0x162b3Fb8BA5a7f81FE24edf38E79C1AFf404F554", + "amount": "2464137614122145164882" + }, + { + "address": "0xBC136971AffD11D675830197feBB1F945BE3284C", + "amount": "137590924675740563122" + }, + { + "address": "0x8622cFBd8ba8EC4C7CE60F726557f1ac7C4641Ac", + "amount": "110886167183090451723" + }, + { + "address": "0xE0ed3962Cc4c37D9f5a31eD0Ad82c2a377ba77ac", + "amount": "239135998352828371272" + }, + { + "address": "0xd9EBFc93A7E17Ad3B37EE73791A36030aE405bFE", + "amount": "4494128755858581366890" + }, + { + "address": "0x6A2bE0F1C2b6AA50d47E2f0Eb96B41E20160c98b", + "amount": "369239848102972895193" + }, + { + "address": "0xD95056CdB9110940b14d7400c51C8cB2E2Bfaa70", + "amount": "88321893341951486973" + }, + { + "address": "0xA481b2Bb334B93681459154c658E67E19a7A2D4d", + "amount": "116314832909593980177" + }, + { + "address": "0x061a57AE70756587956DDE1dee6015D70a876ED0", + "amount": "55443083591545225861" + }, + { + "address": "0xeB22483299c43D43c29fb97f76177B6b8EBdB991", + "amount": "424552408155972942933" + }, + { + "address": "0xaffaD7602367449b25C6dc39F65332c069F635AD", + "amount": "467631908636676927452" + }, + { + "address": "0x32Dc4278Fc0F096e260ACDc8714E812ca7d2D40a", + "amount": "55443083591545225861" + }, + { + "address": "0xB5F3d8d49B3b67fb839Dc2ad288782fC3B9efaeC", + "amount": "215967443514146118298" + }, + { + "address": "0xa741dec48B76753e834131756209Be353cE6a0F3", + "amount": "113213667832263520305" + }, + { + "address": "0x11E714Ed16d9e0155619823D56Af05740541D8ab", + "amount": "67640426892394281407" + }, + { + "address": "0xDC0614cB927b16F077ffB202527d069BBF481d94", + "amount": "366829507010615762488" + }, + { + "address": "0x781295aa5A831626303bB6e19d7096e06dbA0942", + "amount": "66531696983269255541" + }, + { + "address": "0xc7f10EC0559e9b8Ce3e000768d42d50Da596D036", + "amount": "89096748319402349607" + }, + { + "address": "0xD56409E3bcBb1eC3f7fEF83da04902903fbcde19", + "amount": "1003854657074873038164" + }, + { + "address": "0x2463b6779A0B08817c40e1009F0E0e499dE2dc2A", + "amount": "88780610564939511046" + }, + { + "address": "0xF6a523117fBE13D0987F09Fb3b862Cea738aAD59", + "amount": "55443083591545225861" + }, + { + "address": "0x69729cD82Accc43917F7Bc4462aB7b7fd171D03E", + "amount": "75393679527779871781" + }, + { + "address": "0x2B6Eb62b6116Fb4158451dAf70EF529183aCe1D9", + "amount": "279847855566652696632" + }, + { + "address": "0x9692d941e63c6dD9b7e03aC64e78Fa11d396D9Ec", + "amount": "166329250774635677585" + }, + { + "address": "0xE8fB6fCeCAD31B888A721a057CE5aEa769736c54", + "amount": "66430439280428422184" + }, + { + "address": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", + "amount": "106015088823600737925" + }, + { + "address": "0x4802c25Fb1Ad4ae7AAaCcdB364b6DB8c8cec59eD", + "amount": "110886167183090451723" + }, + { + "address": "0x2D073E8823387Ff6Adb9a917384CF4b16490ba7F", + "amount": "1809062354263575652782" + }, + { + "address": "0x0D130B0B7fc13e979C8aeA34338F9dd6060D2619", + "amount": "111972851621484738150" + }, + { + "address": "0x78ce3470B5ff9B0Bea5d46dFAaA309DA7E6a01aC", + "amount": "277215417957726129308" + }, + { + "address": "0xA4994dd835e653c3Ec094Ec61c48e4d335584769", + "amount": "665317003098542710340" + }, + { + "address": "0x5BD5E2478F7cE691b1ba0df3492e3515d908715A", + "amount": "95323292510082034993" + }, + { + "address": "0xCc542c3b7BfE3c8F556BE4298B42B09847873eA9", + "amount": "1130405704225025303356" + }, + { + "address": "0xc2e1b9e47f634F9688267B62D9bce7302B9BEC07", + "amount": "234335682773803131912" + }, + { + "address": "0xaD36b3f054f7d3ba39a064Fb0707915048aF4E4F", + "amount": "102046390839918768484" + }, + { + "address": "0xB36132D2a1c96E99F7Dcab07f977DDF1aEbA0929", + "amount": "108584733452798253864" + }, + { + "address": "0x6E59E13cB1fCf77cB64685d25943527eB582587D", + "amount": "964055426106506696328" + }, + { + "address": "0x2bb38818026cEFD6DCF96940dc64A4d0651D7846", + "amount": "57660806935207034896" + }, + { + "address": "0xCca0bEaba0ec1161c7cCEA92E65d78Ab030DB7d3", + "amount": "113161795600389708735" + }, + { + "address": "0xb353b8Cee6903A58deD74cBbF28AE09773CfeD7A", + "amount": "77620314810439972544" + }, + { + "address": "0xE0C8BEB6B35a209Fe46ee8232fcb1A9951Ba6eF7", + "amount": "292498835094476377820" + }, + { + "address": "0xdDFD8183e85C923FD6421D99950557598c764f7b", + "amount": "666265075392511446379" + }, + { + "address": "0xCD930F179061D8445497ab2ca57B897794521636", + "amount": "87600072074641456861" + }, + { + "address": "0xb497311cB3200b07168f83028c99991520f3B034", + "amount": "3538299974495388151179" + }, + { + "address": "0x38499A6f4210F750C85c38Cb807f0fa7D5DcD445", + "amount": "1170567417179397748418" + }, + { + "address": "0x5BcAFD536426C0e1024137Cb2e21b8381101dBCd", + "amount": "311396578671595768182" + }, + { + "address": "0x2c73C8BA2D7c5B6c7B1b6B4361D67d87969FecF5", + "amount": "332835886150914144966" + }, + { + "address": "0xca8195D07D32d239585762AC6CCce88cC40C5a5d", + "amount": "679412710158846243184" + }, + { + "address": "0x1eE0536ACd3Bb3442ABA8c8E438E6Ea51d3a045E", + "amount": "58204149154404178109" + }, + { + "address": "0x67873974337d602BBa1be025E9eF089d9b47c17B", + "amount": "88708933746472361379" + }, + { + "address": "0x1E7091f04ac6a4e585e84d430408Ec90B4F5930f", + "amount": "55454172208263534907" + }, + { + "address": "0x4db34eC67d015Fa0cDA7966eccaBcC168B107682", + "amount": "67080364826251779449522" + }, + { + "address": "0x661819452BBdF83F3a236B23e4D3daaD0D38975F", + "amount": "282948232801091905662" + }, + { + "address": "0x2b959D1DEEa93ee44111a276EF83F7B3A2Ed6ef7", + "amount": "417837189353191393533" + }, + { + "address": "0x4E4F7ddF982885FF4C5786f762F8e7b5dffDFA11", + "amount": "361595232530518213795" + }, + { + "address": "0x611C2d756f66b0Cd5b8CfE8B4CB13b8Bfeb5f94B", + "amount": "52362912280903824424" + }, + { + "address": "0x1Dab7c094f4Ae8d66E158381E6F2a6503202D3C4", + "amount": "67866516018226109434" + }, + { + "address": "0x81AB270076fcc4d0835d858D5Ac5B2791FF05F55", + "amount": "52362912280903824424" + }, + { + "address": "0xDB834A0EF529d255bd73696b8c75E51c636Af2dB", + "amount": "698393465470643191371" + }, + { + "address": "0x995E33a17CB1E91e180E5Bbc56F448e5437A58b8", + "amount": "166112961145202438376" + }, + { + "address": "0xe316081D28336E9806eC36056285CD1Fc839b8E9", + "amount": "422626301310402857315" + }, + { + "address": "0xFd890CE5Bc97B0141b2E9F9D52833A3DCF34cD58", + "amount": "61055155719533859279" + }, + { + "address": "0x8Ff00392865c86F6b89B9737DD40134C7C61CD92", + "amount": "104725824561807648850" + }, + { + "address": "0x13d62C679eF73b840F094aa47625104c30DfEB19", + "amount": "61425135347137671273" + }, + { + "address": "0x278F11EEEe212a796C750f03382Ddb0970F7A631", + "amount": "54262749212965844652532" + }, + { + "address": "0xE3570EF6Db10246e7065ce42eAFaF8D285005590", + "amount": "3229733931769493814928" + }, + { + "address": "0xf5714a7A6683772798BaA859A1502D52A6c22C81", + "amount": "4868085974184669160551" + }, + { + "address": "0x0E6b23E0b826014d0F69e4060aa2474EfDC9E521", + "amount": "270047058473322821400" + }, + { + "address": "0x260e2f87b8fa89b1a38BDc74A4672cE22E6b599C", + "amount": "46176530568998547484732" + }, + { + "address": "0xaeBAc365379876441b215639f4aF0e5ab620Fb97", + "amount": "276561046651397081882" + }, + { + "address": "0x0920f2823AC243868664E57E9A044aA2E313d403", + "amount": "8378066596635076791121" + }, + { + "address": "0xF02a279198eF0ae79406e67906Df6e9730853a8F", + "amount": "111645059790606280209" + }, + { + "address": "0xe037Baa3203DA31903B1cd778C8c23f9cC55c3f5", + "amount": "523629122809038244248" + }, + { + "address": "0xA5e2A47031FF63Cc6b53Cb7a92A0e9a3EB07d323", + "amount": "523629122809038244248" + }, + { + "address": "0xfdec2DEd137836d9d8F4692cbb105bCb50E44368", + "amount": "85951285392813169273" + }, + { + "address": "0xc70544a8C0BcBfa8F372155B9302c0d0A5773c0F", + "amount": "713927434460797172508" + }, + { + "address": "0x2D7D3CdB28836038067a4e64BE71165638bcf861", + "amount": "209449553559865815928" + }, + { + "address": "0x924Eaa0bD24c67f7a86EFcd6D78FBBaf557A41f2", + "amount": "423013848464707758443" + }, + { + "address": "0x74f9Fd5C86131Ba79ad84a5eF6E021926ddc17E4", + "amount": "3526595006072495551012" + }, + { + "address": "0x631C8Cd84c5Bd8dd7db369ab203322f6946a4df9", + "amount": "3816083376042796554909" + }, + { + "address": "0xD71A946e6c10c6CF0F809D3f28f0ec99d1ed2124", + "amount": "141811943657918381428" + }, + { + "address": "0x45d128E26FbB443CE295df9Ac533945646d87dd2", + "amount": "158316080568987788578" + }, + { + "address": "0x6f8b51C2E5Bf7E676C720b4dc5f7575C5a5C4595", + "amount": "159698117442484321198" + }, + { + "address": "0xE77B7Cec06Dd472aCef3163Ac3B302c9698Dc1a3", + "amount": "63649000753247728653" + }, + { + "address": "0xCCD123260f643FB248822110662a84b4c1DB802C", + "amount": "523629122809038244250" + }, + { + "address": "0x771757f1f37D351131405d87EbCCD736E21E5D27", + "amount": "104730013594790121156" + }, + { + "address": "0x8807340C9e57C66A178501Eb726f7878ff2FA985", + "amount": "55749663080715585165210" + }, + { + "address": "0xdEfe79004606284C3ce91a29D267Fab4792Ea820", + "amount": "2993926513943442196528" + }, + { + "address": "0xe52e460FeA4520bA01298e828B66b3Eb0019048A", + "amount": "101460842972527763326" + }, + { + "address": "0x563521860A21Dc99c5e14cdaF9C82C99b855642a", + "amount": "55443083591545225861" + }, + { + "address": "0x6810f8F4eA1C53c95adeF9c0416A6b228BD69E63", + "amount": "2795427239409101719498" + }, + { + "address": "0xbcFEb38E66CB358010d41B36fCC9fC601F3682CA", + "amount": "776203170281633162063" + }, + { + "address": "0x9c17dFAcaF9832949929910a38D0E7aaFBa0416a", + "amount": "55443083591545225861" + }, + { + "address": "0x5b348be8755dF31661F0Ee5dA4c4A9371A0254d3", + "amount": "1119390311187215611962" + }, + { + "address": "0x41adc4F0a9686c281A00543D5B138d2b72A1DE59", + "amount": "108252616277045366171" + }, + { + "address": "0xd781CaEdda0Df2f27955CA0689d0981F209d9A45", + "amount": "3592529408157685921511" + }, + { + "address": "0x5E49459561Cf9580e28F7630F7210326317058AE", + "amount": "110887276044762282627" + }, + { + "address": "0xDC7316CaED1CeA7dc7B6B040E827b1596fDbCEB3", + "amount": "7443257209470141460360" + }, + { + "address": "0xa312A0AD6eFd03260B8d678c7CdbE7532aBfA9d9", + "amount": "230966118279910252501" + }, + { + "address": "0x1e7B4F2Bfe2EA2fD73470A2257F5460A293613B7", + "amount": "498988861185578863659" + }, + { + "address": "0x087A28B0b6990cf74B7A8217171BeEe6Add2849E", + "amount": "256701477028854395739" + }, + { + "address": "0x36ba3AbC89D7D526056300715351A2d07A8d5E8F", + "amount": "112376433921729871114" + }, + { + "address": "0x9207CaCfbC8493B60962f6871Eaeeadc9A6D2D2b", + "amount": "582153482137450015128" + }, + { + "address": "0x528022Cf31b0CA8A0998AAdd7D659EB7133F80Ac", + "amount": "66532809171526101938" + }, + { + "address": "0xe7FF75cf787803840395E53E42E2553e85ff4cA9", + "amount": "335208881176759091897" + }, + { + "address": "0xD009aE9Db57cEAD628c7CbD7D0081c820756ba25", + "amount": "73240313424431243363" + }, + { + "address": "0x945f4787B84EC97e70600cf6ce47fE02c0F32B06", + "amount": "1644447025192408297753" + }, + { + "address": "0x7d6D970726D3D6464b1BaB09c7E9E981dF165F9F", + "amount": "57660806935207034896" + }, + { + "address": "0xF41719a196caD5A11202158b2f9dfE0B39600433", + "amount": "1021319064433292280038" + }, + { + "address": "0x3802C1733ad75FA886c0cac1b160Cd49B6D4F606", + "amount": "4701163776265212441821" + }, + { + "address": "0x2b01BD032F781c58F90d5120Ce64425bbD30035c", + "amount": "5921321327577030122024" + }, + { + "address": "0xdE4cAd6024B51f1E78188ee0dd43665cab24210B", + "amount": "61547867191588350966" + }, + { + "address": "0xe83fb0d25a2F6b497DF3983c64fF6E836fFAa49B", + "amount": "1308214038899308596567" + }, + { + "address": "0xb98F7705c9086E8c4E8B4Eda8982D540a459f6f0", + "amount": "94616358020088741215" + }, + { + "address": "0x5580e06302937B0B18a293322c7337eefEC7d600", + "amount": "1361486775448164284646" + }, + { + "address": "0xbA9797F784E1117da12b7e5C6d44a2e8fb4f3f74", + "amount": "555073409618992745262" + }, + { + "address": "0xC53cEBb642140F373f9f466Cae809D6270c90B95", + "amount": "228425457272763001080" + }, + { + "address": "0x5004ad4c95d30EEb3436B1209b4750Dc7aBA4AFC", + "amount": "332658501549271355169" + }, + { + "address": "0x3d24e32C0aD45253d5cC342Ea6D4548a5c8647dA", + "amount": "333015672095631420065" + }, + { + "address": "0xdaB54E5DeB3b7FCaf58139913aFe29e4c4fd89d0", + "amount": "221772334366180903446" + }, + { + "address": "0x43131e554343fc2C645A194b51095d614976270A", + "amount": "4156010709491261008874" + }, + { + "address": "0x6E95039c668A46F9C3B5a8fF2E427a2a0C5A0009", + "amount": "2409618855336554023912" + }, + { + "address": "0xacAD5783F500ebBc04c0a717BAF2d3c6b8D83880", + "amount": "155240634056326632412" + }, + { + "address": "0x12EaAB2ea26b63ca3163Fc2aD043c1f93e920360", + "amount": "66531700309854271034" + }, + { + "address": "0x23DC5fC77Ed4782b80239D4d43C55307bdfFf278", + "amount": "418225660558889487083" + }, + { + "address": "0x839b752520E92008059B41f9e6DffB39Ab00514e", + "amount": "1079920373325224534686" + }, + { + "address": "0x6De257252C6C2c13F59BF05ee9966a8E268B3A02", + "amount": "1647306046805847281765" + }, + { + "address": "0x7e0cCf88000f5e9c27Aa9374C124384097Fda5C6", + "amount": "4269783733959386691854" + }, + { + "address": "0xd87f72DaE1D2799364e4581747DB63CafA5A013f", + "amount": "51432338034265087141" + }, + { + "address": "0xda8E7b8B9EcDc48531697Dc5179F250F1f8645a6", + "amount": "37103795401770182482500" + }, + { + "address": "0xC66E09D33E0b433186801408146A9De7eEf53A58", + "amount": "401055011756908209359" + }, + { + "address": "0x0A411716f594B314eF6862B1c906F9057BA1D652", + "amount": "407107474195998284456" + }, + { + "address": "0x5EE5e301204C7a283Dfc5957cD796945C184A3fE", + "amount": "53594980805160384999" + }, + { + "address": "0x8034679296534b19572317C5b57547DD399e26a0", + "amount": "598016277020236393856" + }, + { + "address": "0xce910b1e400D6aD4447F0bDF915C7f9DBf8A6a0E", + "amount": "53594980805160384999" + }, + { + "address": "0x9ebecDD45D54D801DBbC67D91ECB7267ce4Bc957", + "amount": "54666875061765512183" + }, + { + "address": "0x292C3cd85e0C518C16fe2599Cfd38D0a95F54cBA", + "amount": "126484153628278892495" + }, + { + "address": "0x00062B7f0303533b1b8a089F3Cc51EF56B665422", + "amount": "481828524534936790015" + }, + { + "address": "0x7bf00d7F66c1937854aedbCD39c60f76c7bFdE4E", + "amount": "2510396095297059092203" + }, + { + "address": "0x70346EE386165eF6663A6eBe5B4968C1Ab4842A4", + "amount": "5359498080516038499959" + }, + { + "address": "0x732FACb0Bb4e772E470Bec18cf7DEb3DB73678b1", + "amount": "53594980805160384999" + }, + { + "address": "0x0FC6C05E9EF7090Ba2133b4e0CE7eD255E13B4f9", + "amount": "459297184957350819233" + }, + { + "address": "0xf0Ed7F25ba3285641E40c5985D074B72C69BD9F5", + "amount": "80394602144177390676" + }, + { + "address": "0x1C243CDF12B91aDe2Dd987A94A2CEe26FFA2C6Bd", + "amount": "855622409124071160300" + }, + { + "address": "0x34f8226EC78E6832c086922823172C199cf3c53D", + "amount": "53594980805160384999" + }, + { + "address": "0x547df3879A281aFBF4DeAa3F2FB6E718881dc51f", + "amount": "53594980805160384999" + }, + { + "address": "0x01EF0C7D465AF39D5c11C7beea73340f7B78767F", + "amount": "53594980805160384999" + }, + { + "address": "0x6baec5D8c99bC56e071509f62bFc8feFa6709865", + "amount": "283620032670847389377" + }, + { + "address": "0x0167F84D05F56012e8162F0055bB0A184adA8e50", + "amount": "74673859440336569060" + }, + { + "address": "0xC48531844bdfEcD9a014D928cCCC62ab3E5DdbA0", + "amount": "271671110707433278552" + }, + { + "address": "0x7eBF1779F5882b2BE657dEFDbA42150D31F6C152", + "amount": "2106965104075619039268" + }, + { + "address": "0xd7B1bF8D664EaddB429997F842A0B8601A151150", + "amount": "292819089374627432762" + }, + { + "address": "0x69aD9Eb0194C03362F334337053CE45E55478cFa", + "amount": "155746654061525068131" + }, + { + "address": "0xDD6473ad000531cA2544230677B495C8dF5689Ff", + "amount": "555265391970200544208" + }, + { + "address": "0x5669De1529cA202e1eab17fe60606b01A1d0E49C", + "amount": "262980530877102473507" + }, + { + "address": "0x4C90fBB6787EE664908715c05899ACe6bb028E48", + "amount": "686337324190883890305" + }, + { + "address": "0x7C126313B1115aAcAFB3B0F2566922a541e5b4C1", + "amount": "988409330351237681866" + }, + { + "address": "0x9a5fb558b227C9F8DDbC55861b1E078ad5059858", + "amount": "160041526657765979436" + }, + { + "address": "0xeAFFeb6dA2478d4de91773Da6ED1f45D22D1045d", + "amount": "1428676043825079866896" + }, + { + "address": "0xDCB1d8fa2d6d792163266038F59ECd8c1Db43A19", + "amount": "117273270702126065913" + }, + { + "address": "0x1686346C7A4f5bd401d3Af2bfa4B49D9375e8a06", + "amount": "246470637222373725769" + }, + { + "address": "0xB57159927057CC6b79aCF7b714C0342C5B8acDe8", + "amount": "88305733450720942605" + }, + { + "address": "0x410a6be22809389164cDc439f57433bbcC1B212c", + "amount": "53594980805160384999" + }, + { + "address": "0x5AcD5aCc5cA010F0fB91f7A8cB258e371e5ea77C", + "amount": "72892871184429253384" + }, + { + "address": "0x9319452DcF0F17D1dD87BC3196d4795CcDB1c953", + "amount": "62175531872568482122" + }, + { + "address": "0x508a4603FFB737Eb718E7b78bDf86658EfCE9450", + "amount": "632671031259539535581" + }, + { + "address": "0xFAd17b8D2576dA3Af8d5E81BEC12F81c4Cb7a474", + "amount": "375279558895045738221" + }, + { + "address": "0xb7438bd1D26516CF1Cf0832d516a424A648e2FcB", + "amount": "160463372530650192689" + }, + { + "address": "0x8796E1723f7F90918DEc62d36D718B4Ca1a8dD5a", + "amount": "128627953932384923999" + }, + { + "address": "0x856068563B587b1fe66C1470D568760D41698545", + "amount": "53594980805160384999" + }, + { + "address": "0x23aC8f525C73f2C59fEe815e59bF80fC4252d861", + "amount": "53594980805160384999" + }, + { + "address": "0x2CE4542DB807279ad62ecd34A42FBfab28556B69", + "amount": "107189961610320769999" + }, + { + "address": "0xaf05204BC952462EF5CEfB9A6230C62c5BF37aD6", + "amount": "147010948411311697860" + }, + { + "address": "0x0030b82c89603D54c28417d9f660bf488098b91F", + "amount": "86320050359200529603" + }, + { + "address": "0x2F5458FEeC304490505A006902f5d590d1d28aba", + "amount": "54987378406478451802" + }, + { + "address": "0xc629f6B65B029Bd306eAbE7d96D4fBbfB703A97f", + "amount": "535736490380902766738" + }, + { + "address": "0x37e5777330a2390c738B429B0e347Ed92a8EBAEA", + "amount": "535949808051603850000" + }, + { + "address": "0xD00c47DDd1513dfcAA68413659D6A3b1071A46e1", + "amount": "26690217300985854897086" + }, + { + "address": "0x7Db08708933BaB21002BFd25F9e11760B9719d3b", + "amount": "3802646164553317497006" + }, + { + "address": "0x1dDE862CCD1cB9f4B8707F750026160f805071DD", + "amount": "110887276044762282628" + }, + { + "address": "0xE96aA06057e3628864eB0fd497eE9a1f80956C80", + "amount": "24025336223002931206711" + }, + { + "address": "0xe96821B10436625dC28d80b2ADEf90F62B6745C3", + "amount": "16998509882582336089731" + }, + { + "address": "0x4539F87fbF894d83C094346DF98dA60864056022", + "amount": "209505054057850591510" + }, + { + "address": "0x9677c2A147eB910031AA23dE98e9B1607d19347A", + "amount": "196827554080186260445" + }, + { + "address": "0xb214f44Ee580BFf8617C8B3aa6D8EB551340e719", + "amount": "62835494737084589310" + }, + { + "address": "0x263A185d15EBd164922278E0241f6355160c0239", + "amount": "9278676510540076327963" + }, + { + "address": "0xA08E3D5eAeE38f4afEF12c41eC8616EAE2FEB223", + "amount": "63845790926974968981" + }, + { + "address": "0x3B635ea2d4eb3E4BA0fA2EDbB268d66b1c32Af65", + "amount": "148833877730192517424" + }, + { + "address": "0xf50E0EA0Efe44c4562eE30e82f409eaDF26AeDcf", + "amount": "98565481940524845976" + }, + { + "address": "0x8D77124459B882afa733cfB2530F8f281B502772", + "amount": "21684407012570285520025" + }, + { + "address": "0x10ba287FfF2250c95e0Bc39EE27fC30F14EAe2b1", + "amount": "62337739053284938837" + }, + { + "address": "0x2039F4dEc5EA45B3298D137ECB6bb7EAEA9ca03c", + "amount": "1821767056537710459761" + }, + { + "address": "0x6D4e76A03B1Ee140c8eBF47C6B165C10B04168B0", + "amount": "4101854630372730110681" + }, + { + "address": "0x03543BeE4679EE910da944A479f88FeC6605B94e", + "amount": "67430636124479413325" + }, + { + "address": "0xe0A29C99F6C1afe6397DA18aB434CfBFEF21cC02", + "amount": "1152509462599677295379" + }, + { + "address": "0xB8684909202DE3B9B781d6B42E303f2Aa208bE33", + "amount": "104725824561807648849" + }, + { + "address": "0x3c7A06fE35B83a2e812b4cb53DC867edCB781a50", + "amount": "95546596613640997865" + }, + { + "address": "0x9F8bB05F5f1D629d5E0a63C5212EfdBEAC9EE5f7", + "amount": "52362912280903824424" + }, + { + "address": "0xd99567B4c1444DAC11732Ba259DB60a05bA08d2e", + "amount": "52362912280903824425" + }, + { + "address": "0xFe17DC4e6783d5111c16026861bA6E0c38f101Ef", + "amount": "72725565722159944160" + }, + { + "address": "0xa1c3727f3ED4F639DF66f59323Cca74159069F33", + "amount": "98503460748223367981" + }, + { + "address": "0x4Ef5C3a6b1902d7F2a777E8c185cb2acf0ce1042", + "amount": "72685719535704843024" + }, + { + "address": "0xd6Bdd8D1e80fdcFc014Ae237b8804ef91025321F", + "amount": "57531331749353944949" + }, + { + "address": "0x8Ae314214d6dbF6d253918CDA933bC677907992F", + "amount": "22957294207781655586298" + }, + { + "address": "0xE74EDA2E18D61F7139C3C780bd6222991753144A", + "amount": "49282740970262422988" + }, + { + "address": "0x68c688BEF34D0629EAde191Ea897B17e4B9b6456", + "amount": "50268395789667671447" + }, + { + "address": "0x0C9BDf0a5246505c03292869F11B997796e0948a", + "amount": "507272158410947299739" + }, + { + "address": "0x4d53c435A63f8DBaDeb0B7F02791b0533A3Fd7d7", + "amount": "49282740970262422989" + }, + { + "address": "0x03b3BE825bbf52DF8f74AD9E4e247909F22309Ed", + "amount": "36290163455340383460619" + }, + { + "address": "0x08613433ad0037A0BB8c2217fAA81A0Cfb7d9d47", + "amount": "135427772925807335179925" + } + ], + "configFileData": { + "BOOSTING_FACTOR": 5, + "VOTE_POWER_CAP_BIPS": 500, + "UPTIME_VOTING_PERIOD_LENGTH_SECONDS": 600, + "UPTIME_VOTING_THRESHOLD": 3, + "MIN_FOR_BEB_GWEI": "1000000000000000", + "REWARD_EPOCH": 266, + "REWARD_AMOUNT_EPOCH_WEI": "8640408580495846075749597" + }, + "stakingVotePowerBlock": 37257815, + "stakingVPBlockTimestamp": 1739124023 +} \ No newline at end of file diff --git a/generated-files/reward-epoch-266/nodes-data.json b/generated-files/reward-epoch-266/nodes-data.json new file mode 100644 index 0000000..f4aa6de --- /dev/null +++ b/generated-files/reward-epoch-266/nodes-data.json @@ -0,0 +1,20998 @@ +[ + { + "nodeId": "NodeID-2a7BPY7UeJv2njMuyUHfBSTeQCYZj6bwV", + "bondingAddress": "flare1uz66xddzplexwfdsxrzxsnlwlucyfsuax00crd", + "selfBond": "13500000000000000", + "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", + "stakeEnd": 1744279253, + "pChainAddress": [ + "flare1uz66xddzplexwfdsxrzxsnlwlucyfsuax00crd" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Oracle Daemon", + "BEB": "13500000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "171499999999999997", + "totalSelfBond": "13500000000000000", + "delegators": [ + { + "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", + "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", + "amount": "367944437764804", + "delegatorRewardAmount": "407999484400762763856" + }, + { + "pAddress": "flare12djnz40av0yvnzq2qenjnzwfra4n44j04g35vd", + "cAddress": "0xe333ACd3a3Aaec34704de3cE739301BA976ce930", + "amount": "93575430066019520", + "delegatorRewardAmount": "103762207825302292809679" + }, + { + "pAddress": "flare12j0zhymmdsydy258ku8vc5zlycu63evacm4mwk", + "cAddress": "0x3148dB2D64e894fedaE3eCe2f731Ea6280260148", + "amount": "350000000000000", + "delegatorRewardAmount": "388101585140816581031" + }, + { + "pAddress": "flare13d4y4y3qlkcc69ay8agl4p537z4txh44typgx4", + "cAddress": "0xafc75aef3bb2afD72BD99910bB63F3877D8cCeBC", + "amount": "300000000000000", + "delegatorRewardAmount": "332658501549271355169" + }, + { + "pAddress": "flare1469yetxk0cxt34kvt9z9wfse8r9m6knjeqnfv7", + "cAddress": "0x493a30766b7E9733e4060C7192a820f5E386029C", + "amount": "160000000000000", + "delegatorRewardAmount": "177417867492944722757" + }, + { + "pAddress": "flare14xaxl35nqdrfz3gu3km6ze4jhmqkv623vuyn72", + "cAddress": "0x49d2Bff246ede47435ced3F8A4b18BBD6f25D57C", + "amount": "500005000000000", + "delegatorRewardAmount": "554436380223811413139" + }, + { + "pAddress": "flare156a6m4m4j2lgvqkhdt9g722de40dczqm6tw7h9", + "cAddress": "0xb06535b7F56e18028EE22af0808aC5555b696aF3", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare15egh8p09j9z9kmxmc0sdmndz8d668e0qshzaae", + "cAddress": "0x9dD084FA1486109Dcf76Dff15b25c1988464A0b0", + "amount": "3721939977000000", + "delegatorRewardAmount": "4127116585350498306758" + }, + { + "pAddress": "flare16j96722a25jemjeyv7hptyp220cej6ddvsfw96", + "cAddress": "0x230BE90734f636670251A6fa7b949377E6164228", + "amount": "731919683000000", + "delegatorRewardAmount": "811597683337325663856" + }, + { + "pAddress": "flare16kwvlq9mcpmyrpegamzrjhkyggcqwswptcsvrq", + "cAddress": "0x8D1BF8D8BAb0668a18d9D53957c0a59F44F9047B", + "amount": "57731965502000", + "delegatorRewardAmount": "64016763784631824766" + }, + { + "pAddress": "flare16x427jfysgg6ch03szulkypnxppv5ae2x5d77q", + "cAddress": "0x3BC5b15de5a2F24EFd4B72A3adF8fd9827F3952c", + "amount": "75900000000000", + "delegatorRewardAmount": "84162600891965652857" + }, + { + "pAddress": "flare16xn9l0deqgzpyhqvpcmtemn364524hqawxgy6c", + "cAddress": "0xD99603E81f9903568851f2537397c59c58cE1962", + "amount": "20131309990000000", + "delegatorRewardAmount": "22322838051657589698507" + }, + { + "pAddress": "flare17acw658rjp3kcx4ra5g8qzh8j7cqk6l8vpnhfy", + "cAddress": "0x617D1eba48b184E7194938B41230e89a4DfB1e1B", + "amount": "561499993000000", + "delegatorRewardAmount": "622625820971021183609" + }, + { + "pAddress": "flare17d5v9ncm63rsvn0w6jtrnkczvzsnyl598lfwrf", + "cAddress": "0xB7D8dC528D9e653c5D356a1c182274Fc6f0a15dE", + "amount": "50210000000000", + "delegatorRewardAmount": "55675944542629715810" + }, + { + "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", + "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", + "amount": "600000000000000", + "delegatorRewardAmount": "665317003098542710339" + }, + { + "pAddress": "flare19kf34vl36d52q9jfn3wluka3yl83akvqansye4", + "cAddress": "0x98f3C440432F400730ccabfC9ce373D4b71b4d24", + "amount": "350000000000000", + "delegatorRewardAmount": "388101585140816581031" + }, + { + "pAddress": "flare1am4wcytt6z83yz6a9k40s44qy32yee8q8nh5hl", + "cAddress": "0xF0FBaba99119bdE6646b480767AFE164731051b2", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1av33rfqzxxht2n0k6sqnjr06x3zp4ps2gtz9ld", + "cAddress": "0xBbE0798c1E4A77d2Ac2beD11DA560365b2C4c6ec", + "amount": "174410000000000", + "delegatorRewardAmount": "193396564184028056850" + }, + { + "pAddress": "flare1ck8z3qp0n2ecfu2dcch6dxllg35wj3u3u94nn5", + "cAddress": "0xbf7E8F8660A3319cC8D834e67D6fe0ACf348684d", + "amount": "85916444476000", + "delegatorRewardAmount": "95269452259424441215" + }, + { + "pAddress": "flare1ckd600l7qeswr6qqws5k5vemz5ankvh8e6hxsl", + "cAddress": "0xE546B0a6F93B8FaF929016b798C41AaB4EF9bC4b", + "amount": "300000000000000", + "delegatorRewardAmount": "332658501549271355169" + }, + { + "pAddress": "flare1e2m2zrmjje43hk6fjtdftq6k3mhngkqfp4zgkd", + "cAddress": "0x90FDCD443f7323220C6FA9DA95dabE533AEd312D", + "amount": "764030290816000", + "delegatorRewardAmount": "847203905603681933477" + }, + { + "pAddress": "flare1ehvh6fh8ggvgj60rrxflquwqmgr8hspzhargwn", + "cAddress": "0x64d5eAFF20b42D6f8FB82A98E67C16E44E033EFD", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1euv3ug3wdunltskvx7mqtsmxktqvg00p6ysggz", + "cAddress": "0x757A460D53E28D0230C6e01FFfeb725B7f9230fC", + "amount": "81486996000000", + "delegatorRewardAmount": "90357806617038229072" + }, + { + "pAddress": "flare1fe0tmhehakjr0uhjyua3jd0rr0mnrzaul88d9f", + "cAddress": "0x469F5C21A27e80aFeDE7806cCFd9B508E4Ef4455", + "amount": "204261588540000", + "delegatorRewardAmount": "226497846559300726955" + }, + { + "pAddress": "flare1gent5ln4jkfxrzuyjfan0apdcfj2kvcv77kyfm", + "cAddress": "0x85Fbc8d57D099923B1378402a91608Cca1e53F1e", + "amount": "60389998000000", + "delegatorRewardAmount": "66964154144144980133" + }, + { + "pAddress": "flare1jw4aalnm8hz5a7p0ry767844c2820p77pryr5v", + "cAddress": "0x7e4136EEDb698055F1E1Cab189Bddb563D0fB875", + "amount": "147589998572690", + "delegatorRewardAmount": "163656892562833844877" + }, + { + "pAddress": "flare1k6tn84zrhct37srflej0vnt9m3d9c2hg4n02qe", + "cAddress": "0xc39dc41Db0D63Dd065b9aEC4aDDc7BD2911ab352", + "amount": "685371781517000", + "delegatorRewardAmount": "759982499478666044153" + }, + { + "pAddress": "flare1kcczaw37jgfxnfe5krdh3ee0jkrpvzldw7339l", + "cAddress": "0xE5e8C9fB35ECF19D1d05854567A9043DfC8DAE40", + "amount": "1090189954000000", + "delegatorRewardAmount": "1208869855005696891420" + }, + { + "pAddress": "flare1kqe3lvwp8jppr2wssfktdvmc9upr7huuvhy7g2", + "cAddress": "0x5e6AE5b0f6839f50bCCe47768d5EB70a7c9c0cf2", + "amount": "81925013267000", + "delegatorRewardAmount": "90843507176014652754" + }, + { + "pAddress": "flare1lyxma7kzcmnmnvymaxk3cfezjneqag9r6zrv88", + "cAddress": "0xDd5199799484C80f828c176a667D6291089Eb7a6", + "amount": "120238980000000", + "delegatorRewardAmount": "133328396382042691629" + }, + { + "pAddress": "flare1ma64sfgpmtc5eep8vh7ez7v36qwmunjs8ten7k", + "cAddress": "0x65948797ce784D29D3a23061B0A1734220E45bF3", + "amount": "368000000000000", + "delegatorRewardAmount": "408061095233772862341" + }, + { + "pAddress": "flare1mhpzjv5kq970q650j8vu3tg4xurq7efwja3ey4", + "cAddress": "0x75a0f46BB5235b96dc3ABC8Df54a34acbb63dC41", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677584" + }, + { + "pAddress": "flare1name7sa9uw4uj7w8ge6ufaxv5f9cn5nchnfxrm", + "cAddress": "0x65df373e0AbB48b5661669582C6B67d333Ea87DF", + "amount": "51000000000000", + "delegatorRewardAmount": "56551945263376130378" + }, + { + "pAddress": "flare1net6ktpw5uz6fyvzhnxtum9eg0374sacku78d8", + "cAddress": "0x0Ff0d4a82012f588537bF1f9e86d1De6b776cBd6", + "amount": "57497092223000", + "delegatorRewardAmount": "63756321807811478288" + }, + { + "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", + "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1q7xatnwfmwdjdcynl6za9lwrmej533u5pqpff9", + "cAddress": "0x891222fbAd4D61feDe268D71aC3259DD788b53b2", + "amount": "100000974000000", + "delegatorRewardAmount": "110887247214358815024" + }, + { + "pAddress": "flare1rgjlucg0t2d6zenf534sqna2cp6vzeuaq3wuhe", + "cAddress": "0x938D7B51738d681b928cA0faFBfEeDF02d6544bD", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1rt3xwxz3sae0ahsvx5zfkphe0ns85luqrgdu3p", + "cAddress": "0x1eEB33F734caF7b8c823760825baE2fb3ACD0994", + "amount": "50001997000000", + "delegatorRewardAmount": "55445297988303872177" + }, + { + "pAddress": "flare1rwknyyq7aa8w84mmw5yag6mqsf8w0f457zjjm8", + "cAddress": "0x3875FBCC5178c4fe74b1C4C4e639e312f50b5A1B", + "amount": "38656390000000000", + "delegatorRewardAmount": "42864589242347459070931" + }, + { + "pAddress": "flare1t5mcsey2yp7qktr72d6klv337j57eevhhulxv3", + "cAddress": "0x3fF764A376A099111BD8c6ECA24AfEd5Ee54eF84", + "amount": "600000000000000", + "delegatorRewardAmount": "665317003098542710340" + }, + { + "pAddress": "flare1thrv5jn50yccl29tzpwlreha95z8udc6gud580", + "cAddress": "0xEB26dD0d4e25509851096BB9d55892681917a3bB", + "amount": "439829428862250", + "delegatorRewardAmount": "487709995808626423073" + }, + { + "pAddress": "flare1u8ujmtvxxppswtnecrgtt2ycetrzx406vhharv", + "cAddress": "0x597d41d4C647DdB04a4Bfc1D0C16bf67125c4d86", + "amount": "1200000000000000", + "delegatorRewardAmount": "1330634006197085420680" + }, + { + "pAddress": "flare1v9f2vppjqwwl9nxtlne727e0v6eaz5nkxz990p", + "cAddress": "0x3382646143eC122ee8f93aDf1520197B78F3F040", + "amount": "79989998649125", + "delegatorRewardAmount": "88697843631820541398" + }, + { + "pAddress": "flare1vy5k8vrjp6n32407av4l07lpxw3e2hqwg45kep", + "cAddress": "0x08aC21619ce9C924ad644d1ED02dB52260127593", + "amount": "189000017000000", + "delegatorRewardAmount": "209574874826689374882" + }, + { + "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", + "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", + "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", + "amount": "364404985000000", + "delegatorRewardAmount": "404074720890615683139" + }, + { + "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", + "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", + "amount": "631999995000000", + "delegatorRewardAmount": "700800571052823295737" + }, + { + "pAddress": "flare1x0tycdzznpaqxrddggar75jzmx9v3mxhjkznpm", + "cAddress": "0x316992e537F6a60914e2832B046690472B8224E0", + "amount": "100104472000000", + "delegatorRewardAmount": "111002012179669969980" + }, + { + "pAddress": "flare1xaa4meculrgzj4ycx8swynlk8uw9v8wq9e2pcu", + "cAddress": "0xB3E7aCA73cfd0FD8Ef7AAe7C7a8C4686046d974f", + "amount": "50031315643374", + "delegatorRewardAmount": "55477808308211379889" + }, + { + "pAddress": "flare1xtaqpku6x798dyhvl3smlu49nrlzuc2z9lx8yl", + "cAddress": "0x67316D58B6948d033aFE07293d13D709C2767c45", + "amount": "200000905672000", + "delegatorRewardAmount": "221773338631148953885" + }, + { + "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", + "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", + "amount": "2378041932768234", + "delegatorRewardAmount": "2636919553253379393070" + }, + { + "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", + "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", + "amount": "204004728707000", + "delegatorRewardAmount": "226213024535454140017" + } + ], + "totalStakeAmount": "199999999999999997", + "cChainAddress": "0xaDEDCd23941E479b4736B38e271Eb926596BBe3d", + "eligible": true, + "overboost": "0", + "rewardingWeight": "199999999999999997", + "cappedWeight": "199999999999999997", + "nodeRewardAmount": "246413704851312111244424", + "validatorRewardAmount": "56243928132311989865577" + }, + { + "nodeId": "NodeID-2hCHs6H4Vde8mdGGKidMvT4Fjit7goCBT", + "bondingAddress": "flare1sv39x5grnctjjjjc79n3ah88wdky45pj2jf8ws", + "selfBond": "3000000000000000", + "ftsoAddress": "0xB6d68Ea6C4dE734Ec481F92AFD1C35F712441b73", + "stakeEnd": 1740985200, + "pChainAddress": [ + "flare1sv39x5grnctjjjjc79n3ah88wdky45pj2jf8ws" + ], + "fee": 20000, + "uptimeEligible": true, + "ftsoName": "HEWG", + "BEB": "3000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "41999999934074477", + "totalSelfBond": "3000000000000000", + "delegators": [ + { + "pAddress": "flare10d28pv63zqyszqtv7jj27ml9693mqy5zp88ag2", + "cAddress": "0x2E7eF81929CC91CB20DAe97faF6030589A12e2dc", + "amount": "452079540931000", + "delegatorRewardAmount": "545853113384611731823" + }, + { + "pAddress": "flare10mc043hqwaqswt3n99mpnkhk22dsmltjpdxsuc", + "cAddress": "0x978c6401CEE48699595E498ee8E8D7F04B414851", + "amount": "255000000000000", + "delegatorRewardAmount": "307893924211714487618" + }, + { + "pAddress": "flare10taydvpyn2gg7cc63usu4z8u820feekvvta50z", + "cAddress": "0xC8717f46e03327FA3c1aE045fd3d1F9cAD67dfF7", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare10uwqfpv46wawhq335g55umc4tt73pm4pkn42dx", + "cAddress": "0x330E03eAf71dea0E2CA2675dA7E3176E9F2CC84c", + "amount": "290000000000000", + "delegatorRewardAmount": "350153874593714515330" + }, + { + "pAddress": "flare123nnsh0g6z6fsuugwjkj9j2yd4gs4720acz82y", + "cAddress": "0xbe3940A3dDe8eb2E394D9459dE90d0dE648Ba1A1", + "amount": "59600991000000", + "delegatorRewardAmount": "71963854925086577533" + }, + { + "pAddress": "flare1262uu9p8amxk4r26wfx2djnxwquw4ugl0xmmfg", + "cAddress": "0x97B8853E6f46EE7d70e23C07Cb1dB02ad79afF6F", + "amount": "56949998000000", + "delegatorRewardAmount": "68762973992428594691" + }, + { + "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", + "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", + "amount": "253389996000000", + "delegatorRewardAmount": "305949961664433871257" + }, + { + "pAddress": "flare12jk8afgqu6kne5syuw48vnc2rmsverw6sc6c8p", + "cAddress": "0xf655A4685DD579b1CD90df819eB32e711D9Db56A", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare12lk23gnsmzcqs4w2c2e2m0z9nvj5q6pc3y74lp", + "cAddress": "0xbA67Af2F07Eb85fD79772ab8911d1aDEc36A21Ac", + "amount": "87789033030000", + "delegatorRewardAmount": "105998862283758901437" + }, + { + "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", + "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", + "amount": "50006000000000", + "delegatorRewardAmount": "60378602251494096736" + }, + { + "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", + "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", + "amount": "300000000000000", + "delegatorRewardAmount": "362228146131428808962" + }, + { + "pAddress": "flare12x5c925zp2xer5jel8xlpy5sg4npc7lzknnj43", + "cAddress": "0x1023993e27375b5a86C7C8Fd1aF1E00975BC1ADC", + "amount": "247411000000000", + "delegatorRewardAmount": "298730759541743110180" + }, + { + "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", + "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", + "amount": "400447626070000", + "delegatorRewardAmount": "483511337380225735887" + }, + { + "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", + "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", + "amount": "160671509150000", + "delegatorRewardAmount": "193999142985144669939" + }, + { + "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", + "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1465ezfrjsvd63n53d00lz3ryle7susfa5pf6su", + "cAddress": "0xb8AA79263Cf19BF8C4819082791622300c3Bfb62", + "amount": "1600000000000000", + "delegatorRewardAmount": "1931883446034286981134" + }, + { + "pAddress": "flare14mp85sdhvaq9hrf0qaz8fch6gyjvktxkmt0n5t", + "cAddress": "0xaa76CC79718E17c816caCDb80e0CC7033CE57D58", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare14qxgc4uzf5vtp33c4kkhdx2m9427cfn7z9sxlu", + "cAddress": "0xed8b2a1D1bc80f70BEa9aE4b11Cd5BaaC64888D7", + "amount": "75300000000000", + "delegatorRewardAmount": "90919264678988631049" + }, + { + "pAddress": "flare15fpv0enhghvg48ycek2gyd3x5qqw0tt9w2k2uw", + "cAddress": "0x65491ACefA1ce88b5F7eD3ed244bA7Aa29328759", + "amount": "93319998000000", + "delegatorRewardAmount": "112677099575095480631" + }, + { + "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", + "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare15re874g2x6xj6qdwz9wxeed9p95mclqgk3fkdj", + "cAddress": "0xe3794481059D3894483A298c0897112BF83EAD09", + "amount": "50349991000000", + "delegatorRewardAmount": "60793946325547084494" + }, + { + "pAddress": "flare15zv00mjm9qk0ylvwwflk92sn2h37gxh773h9dk", + "cAddress": "0xFeD0A62C6b2C7B9D42e55BE1dc7e64D16248aa4F", + "amount": "242488000000000", + "delegatorRewardAmount": "292786595663726363425" + }, + { + "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", + "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare16ss2v7wrce6fnpm6aj60v47tqnc4fex9xpe6yn", + "cAddress": "0x0c71d89263Af8fC7A3A8849D1efb7bc9Ca0Dc7a1", + "amount": "53663471710000", + "delegatorRewardAmount": "64794732908298919438" + }, + { + "pAddress": "flare179t0nygd5mkmemy6cykjnz6f0fn0z93rwcza4x", + "cAddress": "0xF5afA65b1f2ffdD62848a10416058565f875AB9e", + "amount": "102000000000000", + "delegatorRewardAmount": "123157569684685795047" + }, + { + "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", + "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare17yz2pzv37pjags7fw6k8zd62wf82z2z4mgu7qa", + "cAddress": "0xA7B685e40A92110DAfa356E62F472a1417bD80b3", + "amount": "519782000000000", + "delegatorRewardAmount": "627598900841621097267" + }, + { + "pAddress": "flare18gn0kljg4qdj6jkwrlwgcpq7c9sapjmc4z3z2j", + "cAddress": "0x263C2B6F55020B6E44D589E560BF0A7c819Fc13B", + "amount": "201220990000000", + "delegatorRewardAmount": "242959687234769250180" + }, + { + "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", + "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", + "amount": "67835138000000", + "delegatorRewardAmount": "81905987601032131310" + }, + { + "pAddress": "flare18w5wtkh3scw89vsqvq3ut6vfwx2xphup5srldq", + "cAddress": "0x8b2270C8eCaf1af6cE18EbcdC6f509Ad433b98CA", + "amount": "53445156440000", + "delegatorRewardAmount": "64531133123217978319" + }, + { + "pAddress": "flare19asm2ux6fjc7qg9xf5ypx90makdx733d7l043r", + "cAddress": "0x8B9005236748A4987A4463E0EC67b069702Bb82A", + "amount": "83249076585000", + "delegatorRewardAmount": "100517195595126294642" + }, + { + "pAddress": "flare19c83tus8w69px979u6czdz52yt0x3gsh939zme", + "cAddress": "0x964c4017c562C0bB02BB5a9C85Db84d1e61C7A2e", + "amount": "4866324000000000", + "delegatorRewardAmount": "5875731736649597224491" + }, + { + "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", + "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", + "amount": "139457533440000", + "delegatorRewardAmount": "168384812673443132536" + }, + { + "pAddress": "flare19ttnzgx6dakppj8dmgfkwqlce7lw8fssxs0trs", + "cAddress": "0x1Bb648F2c3090d9a973d6EF864a1278F41d4b2B7", + "amount": "80000000000000", + "delegatorRewardAmount": "96594172301714349056" + }, + { + "pAddress": "flare19uptlwgwhcnmwhdn4rqehtqzvsq9kngs9sdgs4", + "cAddress": "0x5970A0e9cd3f7417DF763AB0398bDC0B31C6024C", + "amount": "271220998000000", + "delegatorRewardAmount": "327479597658186535776" + }, + { + "pAddress": "flare1ajq0usu00stjx9drhgr20a04l8d87h5njarvqt", + "cAddress": "0x9F2583db3AE715EC5045883E3CB6aeA718B392D4", + "amount": "50000997000000", + "delegatorRewardAmount": "60372561493443778275" + }, + { + "pAddress": "flare1akm74tuv25vmfdy32tzuud5c4p7njg609fqt22", + "cAddress": "0xa49C0428307f9E1f9cD12bFaCB88506Cb24673F9", + "amount": "321000935871600", + "delegatorRewardAmount": "387585246357411109103" + }, + { + "pAddress": "flare1atd72wj8p2vzntquc4wtkg47v3m4eny755t3nw", + "cAddress": "0xAa3128f0F0B98eF4A284C82d7A303d1137709868", + "amount": "3000000000000000", + "delegatorRewardAmount": "3622281461314288089629" + }, + { + "pAddress": "flare1azr5ae49dyfc364mhgzyu8j8evdk7456qjc64a", + "cAddress": "0x505B6F62E4eed5C5E78c3c97Cac48e5B1A778dbC", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", + "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", + "amount": "260000000000000", + "delegatorRewardAmount": "313931059980571634434" + }, + { + "pAddress": "flare1c75ydf7g8rq56l3mkvdc6swz4rwxqlpqyqsgxw", + "cAddress": "0xa6475eb10e6B0BFA84C40e652A5F9e3A8500AF42", + "amount": "104857982000000", + "delegatorRewardAmount": "126608374756475772281" + }, + { + "pAddress": "flare1cd5x62rc23xzzyctdfna3jltnzedcv3eh37vry", + "cAddress": "0x58D6eBeE2F07c53559c2329AAa0f7Df233287cB4", + "amount": "1257400994000000", + "delegatorRewardAmount": "1518220103334786130100" + }, + { + "pAddress": "flare1cp0lyn6xlglkus2l05v7szwhsmt27laxh67e9s", + "cAddress": "0x580f6Cd88d86163962940e1ABC3d749c58EDA80A", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1cyvaw8qjdlc0vsnz6hqqyep07ld7nqfuuysa2p", + "cAddress": "0x27Ec7a2a878999657E888bC365331eF73edbbf5e", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", + "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", + "amount": "82499996000000", + "delegatorRewardAmount": "99612735356434307379" + }, + { + "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", + "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", + "amount": "113200000000000", + "delegatorRewardAmount": "136680753806925803915" + }, + { + "pAddress": "flare1djywxkdgldz2tzd5c80d55wdtmvy8meu23v4n8", + "cAddress": "0x72EA25A4cF4C2BE3D22830b135EDCa856c800bB9", + "amount": "400000000000000", + "delegatorRewardAmount": "482970861508571745283" + }, + { + "pAddress": "flare1dtwj64cnchkfhthgk4a7f4j8aqmnz9kwakd8rq", + "cAddress": "0x6F645ba08480dCD33231F01644A90Cd80dCE3F51", + "amount": "182739492900759", + "delegatorRewardAmount": "220644625794797761550" + }, + { + "pAddress": "flare1dx094vcq87dl740yvnlpv76967qscj66h2her9", + "cAddress": "0xf2a5B9c0404CaEbAFDf06b12165fBdBbACd6B658", + "amount": "53482564661000", + "delegatorRewardAmount": "64576300825027660932" + }, + { + "pAddress": "flare1dxe4awuhars2pk8lfvvafhsrtw8n7ju7e5cswl", + "cAddress": "0x51905F6727b5de3D54081C3952a52fEff4bd2c93", + "amount": "3147833920350918", + "delegatorRewardAmount": "3800780150994469198343" + }, + { + "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", + "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", + "amount": "449000000000000", + "delegatorRewardAmount": "542134792043371784081" + }, + { + "pAddress": "flare1euv3ug3wdunltskvx7mqtsmxktqvg00p6ysggz", + "cAddress": "0x757A460D53E28D0230C6e01FFfeb725B7f9230fC", + "amount": "52372998000000", + "delegatorRewardAmount": "63236579909616762496" + }, + { + "pAddress": "flare1f322pn2lykr0mt3gjg2dlc20wnnszjqgc7zcux", + "cAddress": "0x73edAE94Fc39a6a86b6044a7820cE7c92ffC7903", + "amount": "75599000000000", + "delegatorRewardAmount": "91280285397966288429" + }, + { + "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", + "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1ggz38lyyyp87qrl3mauuq0ep7x40vfz245m8mf", + "cAddress": "0xce4e60a122b0ffa95c2CA1Ef156b4B1A2B73D674", + "amount": "50014995000000", + "delegatorRewardAmount": "60389463058742270743" + }, + { + "pAddress": "flare1ghujcl04hy2jmdv5scw4xt4ddvqkrch8ayksee", + "cAddress": "0xeB1bFe6A7Ff5Be8c40fd3cD0E9843335D8FEb62d", + "amount": "683039000000000", + "delegatorRewardAmount": "824719835684883340817" + }, + { + "pAddress": "flare1gkm53aysgje53y0sxawhgwht3mdjvcfdr6pudh", + "cAddress": "0x388037f6C0Ba6e9Df6f1Aee39Cd3EfeC83A59A72", + "amount": "112776998000000", + "delegatorRewardAmount": "136170009706026181751" + }, + { + "pAddress": "flare1gp2s77kegrw56qrw4swajuwuam8an4q8vmlk0l", + "cAddress": "0xb107DFea8aEC9E61B7a87127d8AFdCE5F6AA57dC", + "amount": "113999999000000", + "delegatorRewardAmount": "137646694322515793634" + }, + { + "pAddress": "flare1guswzmwyk2y0c0vx23ttyqedr0z3zta7mu57v7", + "cAddress": "0x2Cd2902dC836DC8CDA9e694BeceA220E63225f14", + "amount": "768000000000000", + "delegatorRewardAmount": "927304054096457750945" + }, + { + "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", + "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", + "amount": "100450000000000", + "delegatorRewardAmount": "121286057596340079534" + }, + { + "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", + "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", + "amount": "50001000000000", + "delegatorRewardAmount": "60372565115725239589" + }, + { + "pAddress": "flare1h288wtgadl34r9c74xvdselsxvvaeaexw22lfv", + "cAddress": "0x96C781236C5f3E7Ab9a6fc2e160eAE02E0B607BA", + "amount": "975999000000000", + "delegatorRewardAmount": "1178447694653761287063" + }, + { + "pAddress": "flare1h86u9ah5hvx8kuf56fegyu8mqzp87f2hhlttxw", + "cAddress": "0xAB7b350117FeE05974b93d69700F200E5D59A60F", + "amount": "231600000000000", + "delegatorRewardAmount": "279640128813463040519" + }, + { + "pAddress": "flare1hm9wh4shmdaemrp66mna56sx6zqdgck7wvu5l0", + "cAddress": "0x196C2d3322925080A10b143B3B5F1670B45b970c", + "amount": "104004000000000", + "delegatorRewardAmount": "125577253700843739491" + }, + { + "pAddress": "flare1j7r3h82jlupn2n0a6fs4s8kk8rq7xday3g0vku", + "cAddress": "0x2c3a68A873a344aa7f3C0D140E9763EF77E1a336", + "amount": "676091179530000", + "delegatorRewardAmount": "816330848589876366186" + }, + { + "pAddress": "flare1jvm6lkl54jfqjfjzedgd59z6wj4leu0rsq8zf7", + "cAddress": "0x2800EfB7025910611FB75A830F643c4A26Aafbb5", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1k3qxrg5tu56jlcetlzsckmkzuf4q6tv2uq0y6w", + "cAddress": "0x2903DfA12444f8EAaD56bD320b9d9905a6eaA480", + "amount": "150000000000000", + "delegatorRewardAmount": "181114073065714404481" + }, + { + "pAddress": "flare1ke576xwggvy2t6kshgw03ayz7szldmc27d7es3", + "cAddress": "0x53eC0eF1B7321AC80b71dBc574A2836C917cdb73", + "amount": "101000000000000", + "delegatorRewardAmount": "121950142530914365684" + }, + { + "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", + "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", + "amount": "50558000000000", + "delegatorRewardAmount": "61045102040375925745" + }, + { + "pAddress": "flare1kvslxx5r0z8yz2dmzczs4k3f239zq96j4q53x3", + "cAddress": "0xe5eB4FE3Bfb58FF77E0CB8adC9E8Ed775e78Fb1b", + "amount": "67001997000000", + "delegatorRewardAmount": "80900030534711848879" + }, + { + "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", + "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", + "amount": "462425801000000", + "delegatorRewardAmount": "558345468731903394197" + }, + { + "pAddress": "flare1l8y5zplv2c7c70a3a3n8u0jkwd7dvhugqqdzrt", + "cAddress": "0x9D26Ac9173fb8a48F79C7f9b5BdF03Cf3ab9eB55", + "amount": "136000000000000", + "delegatorRewardAmount": "164210092912914393396" + }, + { + "pAddress": "flare1ljf2ytc85q50wmym9xvtxh7v6kqupx82gmzjzp", + "cAddress": "0x2b8328AaCA09810bc41a7a35D79Eb7AA07369Ed3", + "amount": "500000000000000", + "delegatorRewardAmount": "603713576885714681605" + }, + { + "pAddress": "flare1m42nw6za4r872p5dkndmcgvkupf7ukv0u3pll4", + "cAddress": "0xd66C5fC960550154495a4F9949dA2b9fdca00558", + "amount": "51900000000000", + "delegatorRewardAmount": "62665469280737183950" + }, + { + "pAddress": "flare1mjmr0tc40jg5sdyls44lgn04kct32t7z5epjfk", + "cAddress": "0xb2b65d8215C3E0101A2271Cb265ad990d2e5Df25", + "amount": "51283996000000", + "delegatorRewardAmount": "61921689324305368377" + }, + { + "pAddress": "flare1mkkjralv0z2pysw7nxq7q6x3xme3xv8gc2sde6", + "cAddress": "0x6f0b454D65F6a075D2E514C23095756F33f8bdfE", + "amount": "162831047276426", + "delegatorRewardAmount": "196606627958596100306" + }, + { + "pAddress": "flare1nj8l22krvc3ap5canshk753lqau84zk9lp4vcr", + "cAddress": "0x838c7c88748929538B1789EB6513243d6DB518A2", + "amount": "91574516104000", + "delegatorRewardAmount": "110569557337448642556" + }, + { + "pAddress": "flare1nl5zwsm825fs8zqesf9kflnmrk4saffr8kld49", + "cAddress": "0xA965598bAC6B627Ef57B09497d717D02bEd63111", + "amount": "150000000000000", + "delegatorRewardAmount": "181114073065714404481" + }, + { + "pAddress": "flare1nx2qfjxsxgf582jjrdrrwnjuts5xvkmpe8huk0", + "cAddress": "0xC77eea5eE92BbE1b22Da3417710B2dbDbDe5C8E1", + "amount": "110000000000000", + "delegatorRewardAmount": "132816986914857229953" + }, + { + "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", + "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", + "amount": "450000000000000", + "delegatorRewardAmount": "543342219197143213444" + }, + { + "pAddress": "flare1pvuqn366yh3qpnkzcusxlrg8erjwfhl78u6gp2", + "cAddress": "0xb27ed54A89EEec2808CEaeC6d0e6830358F0724E", + "amount": "51000000000000", + "delegatorRewardAmount": "61578784842342897523" + }, + { + "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", + "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", + "amount": "794830971000000", + "delegatorRewardAmount": "959700497043911512818" + }, + { + "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", + "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", + "amount": "60000000000000", + "delegatorRewardAmount": "72445629226285761792" + }, + { + "pAddress": "flare1qehmu6pcmf5g7pktau4q9aeyzmn7sw5rhfkak0", + "cAddress": "0x5b660C62AC21f83d6616f3270dcFF10f0E2C12B1", + "amount": "420606991000000", + "delegatorRewardAmount": "507852301999495206229" + }, + { + "pAddress": "flare1qgks8mz3r6uycfcwv9kqtfzzptqj9tnh90d8wa", + "cAddress": "0xAB52Ba1dF93a53B2C6f5f7aBD147629C415dCCa9", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", + "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", + "amount": "250000000000000", + "delegatorRewardAmount": "301856788442857340802" + }, + { + "pAddress": "flare1qmqrvet7rz7dfdywu78fw0dx63f55e68r9psdj", + "cAddress": "0xE39C1715cc4F1A58E1D638090cb9761a2dB29488", + "amount": "118439739055000", + "delegatorRewardAmount": "143007357020609452893" + }, + { + "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", + "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1r3u9csgne347p4yt7xv6x2qcyy4jk65cdnflfe", + "cAddress": "0x185178dfd671c4340cD2ef152DBf28BEdf7134A9", + "amount": "74999999000000", + "delegatorRewardAmount": "90557035325430048469" + }, + { + "pAddress": "flare1r5ejvl3s2l5c25keu2q2t0ffp9g542k0cfyp6d", + "cAddress": "0x77ac1E3c4133ad03348c6078Ca2f9E90fE2ADDb3", + "amount": "153739998000000", + "delegatorRewardAmount": "185629848205965242757" + }, + { + "pAddress": "flare1rhtym8x4mv84zw9r25a7m9qrx4d9h5jax4v6ct", + "cAddress": "0x489554d07290B3350D18D95AeFc6769940A9A8A9", + "amount": "127000000000000", + "delegatorRewardAmount": "153343248528971529127" + }, + { + "pAddress": "flare1rk0tgnyuw7p88qccx77taw2q8uwephg2a65rfd", + "cAddress": "0x2193bc6C4b6dCDeFd6A17AFe56c9d3a627427d52", + "amount": "50665769147000", + "delegatorRewardAmount": "61175225434802510520" + }, + { + "pAddress": "flare1sann6d2ll9he90zlurpcpujcngeuxt2ufpq7h3", + "cAddress": "0x85cDa2D7db50D72A29740C2146F5FeDB7dd1bdfD", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1sgvha4esvg4a4vf7zmllsf5zx4tnx4qsplkcu3", + "cAddress": "0xb6EF750371165BdC189E2996a4C6cF1701a6d961", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", + "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", + "amount": "1900000000000000", + "delegatorRewardAmount": "2294111592165715790101" + }, + { + "pAddress": "flare1spsnv8pc6cwdyl3vy3ewhwv75fpwhdwkd0p4un", + "cAddress": "0xE54C5D05aea6A740D519e74BF58e2F7C3Ed10918", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1stx3tj0r9djucqvv9020k7yuha3w6xp7trrm7w", + "cAddress": "0xf9C2bbDEA296afb0FeDd364095303Adbf734aaAc", + "amount": "77200000000000", + "delegatorRewardAmount": "93213376271154346839" + }, + { + "pAddress": "flare1stxpd0vxqe9xuja3ek4dutf5shpv78qg2e6a30", + "cAddress": "0x0c99DD909e9fA69A277d3b540dFd910Dd258FE92", + "amount": "56503990000000", + "delegatorRewardAmount": "68224451822429307024" + }, + { + "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", + "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", + "amount": "358036062334000", + "delegatorRewardAmount": "432302463691471686675" + }, + { + "pAddress": "flare1uajm8numvd4p5wuqsg9fnqscux2pe5t6nwqefk", + "cAddress": "0x4c6FF89674cCd7137f42d0a257ED82Bd7E2BaF4a", + "amount": "535200000000000", + "delegatorRewardAmount": "646215012698468995190" + }, + { + "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", + "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", + "amount": "444867000000000", + "delegatorRewardAmount": "537144495616834466523" + }, + { + "pAddress": "flare1upclufy090605fzc556qwya0762sdf9f56ru7m", + "cAddress": "0x00EcE59264615fCECf033A93649B3b97920186a8", + "amount": "724461540080000", + "delegatorRewardAmount": "874734535355660696775" + }, + { + "pAddress": "flare1uqfdtrd3xphq9qjmjvp7j3jmw4zrj6x9zyfa7j", + "cAddress": "0x2aB5D776229A26C5bC64b5aA55D97046b464D027", + "amount": "406467706872662", + "delegatorRewardAmount": "490780146409257936470" + }, + { + "pAddress": "flare1vu2de65zvvgemfmvyup0q5r7z4l3nt8pt9jlwh", + "cAddress": "0x4c254A6Cae5a01A6feA6BdcCB0D72D84023387f7", + "amount": "58958291389259", + "delegatorRewardAmount": "71187841963359566332" + }, + { + "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", + "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1wxxwrvlentu0vez8zlptjmqfs239g8mxtlvhcm", + "cAddress": "0xd6e068bcF9071b1dF73CcdFeefCd82c4DA82BC60", + "amount": "162184098000000", + "delegatorRewardAmount": "195825483835126569443" + }, + { + "pAddress": "flare1x02kxx3ex0wts2n646y647wfsyp5urrg88whq5", + "cAddress": "0xC5C6A2eeD2530Fabc28b6d5Af701C12e637a14F5", + "amount": "62168042749000", + "delegatorRewardAmount": "75063382911965617227" + }, + { + "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", + "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", + "amount": "5862507000000000", + "delegatorRewardAmount": "7078550140975081041836" + }, + { + "pAddress": "flare1x978g9pfsn2vzgtppap7atju8rl5nw3yfa3jud", + "cAddress": "0x0be1bEc9AFb0D361e815985881d4FD8d36F88728", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1xd534t5ut96063ctmeqcvtxkymhrcuwedgxn3y", + "cAddress": "0x184D25eaBd6919b8B07cfd16ed68B675a0581002", + "amount": "340005992000000", + "delegatorRewardAmount": "410532467185791381897" + }, + { + "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", + "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", + "amount": "130057488656615", + "delegatorRewardAmount": "157034943355316609722" + }, + { + "pAddress": "flare1xymnsyeqztqgg22wmylydgamxe6xeqfqncanx2", + "cAddress": "0xd174A53e75C90135b292826c68005A903A095743", + "amount": "65999932263205", + "delegatorRewardAmount": "79690110361668745523" + }, + { + "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", + "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", + "amount": "127500000000000", + "delegatorRewardAmount": "153946962105857243809" + }, + { + "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", + "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1ys9ar00wtnk895uw4xhhumvaaqt55fdrgammed", + "cAddress": "0x7B19d588BC87EF24Aae5CdcEA357B38fF5633798", + "amount": "61557701772000", + "delegatorRewardAmount": "74326440643276433795" + }, + { + "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", + "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", + "amount": "60744012000000", + "delegatorRewardAmount": "73343969517817550496" + }, + { + "pAddress": "flare1zattjunvye58zyh0ulf9khq6hggm00a3v06rz6", + "cAddress": "0x3343FcAd15Cc7311ec27C67b28D29BD2296c0B70", + "amount": "85968857299000", + "delegatorRewardAmount": "103801132681513740589" + }, + { + "pAddress": "flare1zfefgqv07ttkdstz9ksg2qz2ksgfjdqxdvttnw", + "cAddress": "0x547Eb31C40A33E6403844a0c42baa848140F6C8a", + "amount": "110773000000000", + "delegatorRewardAmount": "133750328104722544852" + }, + { + "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", + "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", + "amount": "204013294406033", + "delegatorRewardAmount": "246331191396209097007" + } + ], + "totalStakeAmount": "44999999934074477", + "cChainAddress": "0xb595192f238808EbAC932AA94824B6EEe065AaD1", + "eligible": true, + "overboost": "0", + "rewardingWeight": "44999999934074477", + "cappedWeight": "44999999934074477", + "nodeRewardAmount": "55443083510320464028189", + "validatorRewardAmount": "4731143131520697370190" + }, + { + "nodeId": "NodeID-2miZhA7JAnyf9s5rYzDeNciwg4448LKsP", + "bondingAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", + "selfBond": "13500000000000000", + "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", + "stakeEnd": 1739272244, + "pChainAddress": [ + "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr" + ], + "fee": 110000, + "uptimeEligible": true, + "ftsoName": "Oracle Daemon", + "BEB": "13500000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "0", + "totalSelfBond": "13500000000000000", + "delegators": [], + "totalStakeAmount": "13500000000000000", + "cChainAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6", + "eligible": true, + "overboost": "0", + "rewardingWeight": "13500000000000000", + "cappedWeight": "13500000000000000", + "nodeRewardAmount": "16632925077463567758492", + "validatorRewardAmount": "16632925077463567758492" + }, + { + "nodeId": "NodeID-2q436GJKA5faTceNaAbu7CYxftv3K8fS4", + "bondingAddress": "flare1s880acgq84yjqm29zdjjygnu3yfl54gd8djxu7", + "selfBond": "7750000000000000", + "ftsoAddress": "0x8863eAD675DfF5Cf260D5FdC079d50996D1F3cd4", + "stakeEnd": 1767649500, + "pChainAddress": [ + "flare1s880acgq84yjqm29zdjjygnu3yfl54gd8djxu7" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Solarius", + "BEB": "7750000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "54350518459574528", + "totalSelfBond": "7750000000000000", + "delegators": [ + { + "pAddress": "flare127yrkh9vcdg9gufqyanhfllvpctwutpxxkd5gw", + "cAddress": "0x0BB95a64AC985a371C8B02A1664E809009CA4ff7", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare140r5uxjex5t5gx5jalqgknguz53nn5psjnvkrw", + "cAddress": "0x954be33F20f9A188F9C22B0751C08304b3F3A639", + "amount": "1354887970000000", + "delegatorRewardAmount": "1418917598471237048805" + }, + { + "pAddress": "flare193cp78snlzp8lh7atp4kuaa8spkgyppzjyn6wq", + "cAddress": "0x01f975FBdD5944A74A9B27b74423E23ca40E776D", + "amount": "700821969000000", + "delegatorRewardAmount": "733941585745545986661" + }, + { + "pAddress": "flare19j76y2kndh5nztn4flktxxrc7aq06utmxrcja2", + "cAddress": "0xE204ad1c8d1ccd2dE403DD7564C80c5113894933", + "amount": "77995986000000", + "delegatorRewardAmount": "81681939463612055143" + }, + { + "pAddress": "flare1a82ttp9vtyyzn4h66af9n4wgc80f2ejprrc3wh", + "cAddress": "0xef380916e58Cb53B1F1cBA69D5844E9d893d0368", + "amount": "75344500673000", + "delegatorRewardAmount": "78905149591775963288" + }, + { + "pAddress": "flare1amceq5e8ppnpkzqaqth3s3l5naqh8l4e9yd7g8", + "cAddress": "0x5cd69F2Ef72c6A8842A73A80BAF29870b74FA98f", + "amount": "344638000000000", + "delegatorRewardAmount": "360924987253322644842" + }, + { + "pAddress": "flare1apgauvuwdhryl9agv2qwstqk8c242pfeflqh8n", + "cAddress": "0x882385cc017338bAb95ef6C75AbFE011b25BC773", + "amount": "349874388885000", + "delegatorRewardAmount": "366408838690401740522" + }, + { + "pAddress": "flare1attj9fgjmw2z4a99pfn9gng29q0vp78xp7yp49", + "cAddress": "0x5784934A23166B483b95422aF697CB1e068031AF", + "amount": "274445982000000", + "delegatorRewardAmount": "287415817626250198836" + }, + { + "pAddress": "flare1cq8ffjzc5zu5ptsp5nrey948dkne57khe0apxr", + "cAddress": "0x53E1F373940728E289d47245C466de2e4691A9B4", + "amount": "777279986000000", + "delegatorRewardAmount": "814012874492403054326" + }, + { + "pAddress": "flare1d68lwr55ts3zua2kdj5ycp9l7n03y2p3zj3czt", + "cAddress": "0x7C4e923AEF5740eC2d25AB2D629Fa30Ea044F8D5", + "amount": "160000991000000", + "delegatorRewardAmount": "167562357131813645673" + }, + { + "pAddress": "flare1dkq4392jmt8rqkzaz8f7lxzu0decz2c8s4plj6", + "cAddress": "0xdd6AaAB146138d34467FA43e0EE0c2c2AC20FaC9", + "amount": "3000000000000000", + "delegatorRewardAmount": "3141774736854229465493" + }, + { + "pAddress": "flare1evvu8wsdzahz3v3e6p74xt9kma3l2wru9zv3gt", + "cAddress": "0xDEa71Fcf730e3fAaA424d0ef26514FFd085a00a4", + "amount": "226628501625000", + "delegatorRewardAmount": "237338567018850896602" + }, + { + "pAddress": "flare1fxdvn5tnvq3c0ptwxd0pw2s9n62htk6n42855n", + "cAddress": "0xd8A0D653f33DAfa287aD00c15f2451B67FAA513A", + "amount": "73622748524000", + "delegatorRewardAmount": "77102030456825070261" + }, + { + "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", + "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", + "amount": "80000000000000", + "delegatorRewardAmount": "83780659649446119079" + }, + { + "pAddress": "flare1k69z6l5rt0j6nd6xc29p6wzzkqs765hewyhauv", + "cAddress": "0x62F8928B73ddF63EDbE3Facaa3304e52CCEd8336", + "amount": "223141973000000", + "delegatorRewardAmount": "233687271167736192108" + }, + { + "pAddress": "flare1muc0g9e3a88drffrckaml6zvycud5g7kxu7k9h", + "cAddress": "0xD33b75231dDBe4E8D1E8B9B7F75C62f2AE01fD74", + "amount": "94654961000000", + "delegatorRewardAmount": "99128188395907450913" + }, + { + "pAddress": "flare1stgahl7q9v5k7thn3g9cmr6rjp0cr8c2hhem9v", + "cAddress": "0xeD29772279FE0605470Ff7f76F2E068B7C5415Be", + "amount": "450000000000000", + "delegatorRewardAmount": "471266210528134419824" + }, + { + "pAddress": "flare1symrr4n7hp87va4d6rhu0xhfqet0kptmhkk8fp", + "cAddress": "0x007599946F7e8bf2Bf93129315EC32ffb42bA44A", + "amount": "1545814000000000", + "delegatorRewardAmount": "1618866457691861288990" + }, + { + "pAddress": "flare1uhe5lqpw2wzw58554vh0twryez3vr6k3r9xgd6", + "cAddress": "0x9392ED575b4032ECB958dc3d3DA0310A517AFD8c", + "amount": "43022013501867528", + "delegatorRewardAmount": "45055158382922986629112" + }, + { + "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", + "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", + "amount": "821061000000000", + "delegatorRewardAmount": "859862902405423499722" + }, + { + "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", + "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", + "amount": "416000000000000", + "delegatorRewardAmount": "435659430177119819215" + }, + { + "pAddress": "flare1zvck3463ctkf3uvj2jcc4m88dahypgmwvhdqwr", + "cAddress": "0x0B88e66c6db5e84439767ceDA3c750f3BbDBEAB5", + "amount": "232292000000000", + "delegatorRewardAmount": "243269712391114223667" + } + ], + "totalStakeAmount": "77100518459574528", + "cChainAddress": "0x5ae2F4DEBCE13c568A460152345650eCD44e2C85", + "eligible": true, + "overboost": "0", + "rewardingWeight": "77100518459574528", + "cappedWeight": "77100518459574528", + "nodeRewardAmount": "94993121997903695706856", + "validatorRewardAmount": "38074093387496794469350" + }, + { + "nodeId": "NodeID-2xbUrUGcj9HuntjA4YPHQFWiMuQz428SL", + "bondingAddress": "flare18gdh9zj7zvjfr0ce7mj9m704nmrv8kkwlv7uym", + "selfBond": "1330500000000000", + "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", + "stakeEnd": 1745247600, + "pChainAddress": [ + "flare18gdh9zj7zvjfr0ce7mj9m704nmrv8kkwlv7uym" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "sToadz FTSO", + "BEB": "1330500000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "16346718918562000", + "totalSelfBond": "1330500000000000", + "delegators": [ + { + "pAddress": "flare10ka4px0zf2cj5dckzrymek6lcz9wdhmut3fksw", + "cAddress": "0x239d66E153Be508BD20A6B9bACddFca351BB4425", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1246kp4l5kh2c6y72g3jdj4jlwsz480f8nwue9y", + "cAddress": "0xA29073E603114eCdcac2A0930190Db14Bdd54658", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare12j8045ehsuaknmpq5u9hkddwz3alff560ufsym", + "cAddress": "0x14f46A3DA7a17330e20eC4754e783777aa61FE13", + "amount": "206114913344000", + "delegatorRewardAmount": "203158157688808755902" + }, + { + "pAddress": "flare12yj9eu5526hk0aks4wttcazgqjaytrvnj4rmta", + "cAddress": "0x7d41D87F8e3c84f68FB0cDd042aD920C187412df", + "amount": "93852879108000", + "delegatorRewardAmount": "92506542607858356154" + }, + { + "pAddress": "flare13v9tnphkwft5g7j3r95ygqylzs4vth9kzf92v3", + "cAddress": "0xA87833C7ab8Bc5e2f75d3837F1e0936DF28AdA94", + "amount": "50283097309000", + "delegatorRewardAmount": "49561777197238929807" + }, + { + "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", + "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare187dcd8tpyzp9fw386s99jjv9j26q5zf0hly67k", + "cAddress": "0x631e0E85fF006d89EB3FAd9d9285DE07a57F2712", + "amount": "60693984000000", + "delegatorRewardAmount": "59823317838505039532" + }, + { + "pAddress": "flare19wsc3dnvswekux0qudccm32l7tn68guqrhq8dv", + "cAddress": "0x6031b4C5ACCfEE45866d3F80397A7391de82f0Bd", + "amount": "59298744801000", + "delegatorRewardAmount": "58448093597787571015" + }, + { + "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", + "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1hq70slga3c5uv43hvvt9p96w3ugjq8ycxhdnyd", + "cAddress": "0x362D2770028e1BBc5F936A0Faf4BA45EE359091e", + "amount": "610713000000000", + "delegatorRewardAmount": "601952211723437502607" + }, + { + "pAddress": "flare1jas5pxrxtr7v8e9etfhuc0jw84e8d3xhx4umqs", + "cAddress": "0xa1e14ddB9f3B814d34453629DB8d78F187f896c6", + "amount": "650000000000000", + "delegatorRewardAmount": "640675632613411498845" + }, + { + "pAddress": "flare1kxcn4s62nfykdeuw3cmzzjacrgd3v8xhd76jry", + "cAddress": "0xd63FD88Cc5225B9F0A32d422C03e1474Ce827724", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1n0j3tf0phflcvxcsalzv9e7ksxdkl7rd4lcxzg", + "cAddress": "0xd288e9Aa97019fed7cb46e19d8171Aa1190C1abc", + "amount": "229029000000000", + "delegatorRewardAmount": "225743537633564649491" + }, + { + "pAddress": "flare1t79w6e7urczy5609kch52aecu9ytl033p7wnnm", + "cAddress": "0x9926A7EDDD62f2773390a5259929D4a85278c21b", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1upthd6v9zuwehvkdghqvpnquksuwsfqdvwt4rg", + "cAddress": "0xbC11734b9f47AF0916D1B1f28d503E602Fe8dd8F", + "amount": "727849000000000", + "delegatorRewardAmount": "717407874649290686189" + }, + { + "pAddress": "flare1vas4gp4j0fa5lnnan82l6s2u9fmkfq7w6ea72u", + "cAddress": "0xf8F603Dc252A405df06EC8d68D277F188062Af12", + "amount": "53600000000000", + "delegatorRewardAmount": "52831098320121317443" + }, + { + "pAddress": "flare1wyh5p06pdl4dv463mjl2z8pr4hwdgwevc44ce3", + "cAddress": "0xF66095b87168c082f3278FE98D3bf594CC8181FA", + "amount": "13255284300000000", + "delegatorRewardAmount": "13065134852881725246294" + }, + { + "pAddress": "flare1xrxvajmqa5r3eyhc8uxzsjv5qsrmf0xunuzva0", + "cAddress": "0x32D573d79990A8035781236e5f5e83CaBeAb1dC7", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422989" + } + ], + "totalStakeAmount": "17677218918562000", + "cChainAddress": "0xe72f3012c8Fb18276CeC11D1A7efc0EE4256a804", + "eligible": true, + "overboost": "0", + "rewardingWeight": "17677218918562000", + "cappedWeight": "17677218918562000", + "nodeRewardAmount": "21779545025952836987387", + "validatorRewardAmount": "5667322742409250473191" + }, + { + "nodeId": "NodeID-3phxSiKoYMj1dNSJysZhHYQKUbLX786jy", + "bondingAddress": "flare1ysd4vw287u88nu0f0vh3zrxg4ett3ansnn0v8v", + "selfBond": "7000000000000000", + "ftsoAddress": "0x9269fb79B098AB314de8A1E2AFb8705678520443", + "stakeEnd": 1744399249, + "pChainAddress": [ + "flare1ysd4vw287u88nu0f0vh3zrxg4ett3ansnn0v8v" + ], + "fee": 170000, + "uptimeEligible": true, + "ftsoName": "Aureus Ox", + "BEB": "7000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "1870000000000000", + "normalDelegations": "40648375153657318", + "totalSelfBond": "8870000000000000", + "delegators": [ + { + "pAddress": "flare13y0kygxz4luu7wmxkpq8kfvayph7ta8s0lv0vu", + "cAddress": "0xcd17cB61daC93d3dc5596F4aDDE2Ea50Fa76626c", + "amount": "119920525045000", + "delegatorRewardAmount": "122632752585820001795" + }, + { + "pAddress": "flare1420rs2xkj9ghpp5zpa6rhfhl60j9s92n4j4es6", + "cAddress": "0xD05f1E87F5D0dAEc515B716C2d38527E8a023132", + "amount": "374986567684073", + "delegatorRewardAmount": "383467592061915411645" + }, + { + "pAddress": "flare145a8rq6fxkhrggnmhh39csjy9uzxnnn72xy8kc", + "cAddress": "0x1aC6d149f76CA1C4f7A899465621286C37430D7F", + "amount": "163600000000000", + "delegatorRewardAmount": "167300120771749847317" + }, + { + "pAddress": "flare15wf0285spm8x9g0hnxnhwnuc2zez7u3pzhctsg", + "cAddress": "0x5b61d4fa8D4a76B09D1Ae70E457141d71120F968", + "amount": "8000000000000000", + "delegatorRewardAmount": "8180935001063562216029" + }, + { + "pAddress": "flare168ewpaad5jevcgywsus2huzyd4ppmwugftpl48", + "cAddress": "0x3d21d038152C71BEaA1425fEA8EC17C83c7Aa13C", + "amount": "100050000000000", + "delegatorRewardAmount": "102312818357051174964" + }, + { + "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", + "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", + "amount": "50000500000000", + "delegatorRewardAmount": "51131355065084830322" + }, + { + "pAddress": "flare18seaveq7a06x7t3k7vfuzzuwz8pncx4dpkgj4y", + "cAddress": "0x41fEE376CeB3778c793477c6F5a250eC404F19BB", + "amount": "50000000000000", + "delegatorRewardAmount": "51130843756647263850" + }, + { + "pAddress": "flare1a06sztf08x57zg4g22qryr0r98tu9tkjd0eyfm", + "cAddress": "0x8374AB8d7406456abF882964ccfb0fEceb1064E8", + "amount": "1024600702432687", + "delegatorRewardAmount": "1047773968580735101996" + }, + { + "pAddress": "flare1dt6rful7vgslxl4983fkzz5dcgaw5q2e95tajf", + "cAddress": "0x94CAcDda3C60e9c94B92E01Bcd33BA4989f74068", + "amount": "117396650720000", + "delegatorRewardAmount": "120051796110360230249" + }, + { + "pAddress": "flare1ej02f65m34uastyly2dr3xd0xhshc6dph5kzxh", + "cAddress": "0x1E2Cd1f542c0099762cCe9FD905760D5a3993D35", + "amount": "176000000000000", + "delegatorRewardAmount": "179980570023398368752" + }, + { + "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", + "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", + "amount": "300000000000000", + "delegatorRewardAmount": "306785062539883583101" + }, + { + "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", + "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", + "amount": "1000000000000000", + "delegatorRewardAmount": "1022616875132945277003" + }, + { + "pAddress": "flare1frdxxndts2lkq4mkan46tg4trhgmg253utas3s", + "cAddress": "0x118645886cAB846eA00C04e28677eF6f10B8aF85", + "amount": "530843732701321", + "delegatorRewardAmount": "542849759118933356481" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "200000000000000", + "delegatorRewardAmount": "204523375026589055400" + }, + { + "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", + "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", + "amount": "235000000000000", + "delegatorRewardAmount": "240314965656242140095" + }, + { + "pAddress": "flare1gygcfkxp6a5plljflyrv43aafhcgc374p7z972", + "cAddress": "0xAc97F9b50736eb5Ec19aECc9FB4095fB634967D3", + "amount": "159786054431000", + "delegatorRewardAmount": "163399915672051924392" + }, + { + "pAddress": "flare1j7v4xf49ynhggaxxmzhzpwkvt8gdjr4c2ytvsz", + "cAddress": "0xfF26215FC65dAEC6B03ba42fbaAc85092B7f3559", + "amount": "279149996000000", + "delegatorRewardAmount": "285463496602894173543" + }, + { + "pAddress": "flare1j9m9pgl03g7axu2u5awr27kq4h5d5crz66lp5q", + "cAddress": "0x3c7904F8C7b3cFc88509ee0F887919A9dfe8d649", + "amount": "1200000000000000", + "delegatorRewardAmount": "1227140250159534332404" + }, + { + "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", + "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", + "amount": "435485000000000", + "delegatorRewardAmount": "445334309867270673956" + }, + { + "pAddress": "flare1p3k4t6gne923hf33a3qut3wht2gan6ns08k4j5", + "cAddress": "0x7c3cCD055591f92C1E8dF0767aDce30b504dA12d", + "amount": "200000000000000", + "delegatorRewardAmount": "204523375026589055400" + }, + { + "pAddress": "flare1pkgawj8lsqsfnsmmm7d79naa4n3v0x2z5zfx3a", + "cAddress": "0x3bF7fb2D2bD036B47538C0B4ccB0ba64542Fa5A9", + "amount": "21221070630000000", + "delegatorRewardAmount": "21701024934626122363226" + }, + { + "pAddress": "flare1q4cpyy75r6lvn7e200z8jkry40nalstztyrk6d", + "cAddress": "0xcC187c1AC17e360714E8a8066B03B7C16a59eD70", + "amount": "2000000000000000", + "delegatorRewardAmount": "2045233750265890554008" + }, + { + "pAddress": "flare1rkp4dmm8sua35q4deza2w89tppka4u74a0e20g", + "cAddress": "0xca8F388b22433701BFcfF21e74495646Aa7f001F", + "amount": "279289011038000", + "delegatorRewardAmount": "285605655726650221186" + }, + { + "pAddress": "flare1s30t87gegalz9syr4589g700xx3cddca5hpjq2", + "cAddress": "0x75E1484739bA1210Bb4EFCA8e5e8E07BDB2d013E", + "amount": "311705000000000", + "delegatorRewardAmount": "318754793063314707568" + }, + { + "pAddress": "flare1sm4kesu03etpr42rcc22ljxrxl3hvug9lxe6qk", + "cAddress": "0x0F93136dDb0B36b7C1B4201D2C6ED9E78e0d7D9c", + "amount": "50000000000000", + "delegatorRewardAmount": "51130843756647263850" + }, + { + "pAddress": "flare1suc7num8jfecr44qf0zrw5s5keze2mrmu5g45m", + "cAddress": "0x930577dB9Bff3689245B3A9D2B068C3749D96783", + "amount": "324040015878631", + "delegatorRewardAmount": "331368788455835602169" + }, + { + "pAddress": "flare1uxmqs2ruk24s30g7xnzj057nlakgacqa6399cv", + "cAddress": "0x674d59B57B29efd6cE7F1E8a84550BEb8F14bB7F", + "amount": "53450767726606", + "delegatorRewardAmount": "54659657066038709197" + }, + { + "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", + "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", + "amount": "1136000000000000", + "delegatorRewardAmount": "1161692770151025834678" + }, + { + "pAddress": "flare1z4vw0jaehfzswjnnzafpah9krwegueyxum635w", + "cAddress": "0x27aD6D636ACAC9b3ADe2260d6b2C565841DBe1B5", + "amount": "50000000000000", + "delegatorRewardAmount": "51130843756647263850" + }, + { + "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", + "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", + "amount": "506000000000000", + "delegatorRewardAmount": "517444138817270310166" + } + ], + "totalStakeAmount": "64518375153657318", + "cChainAddress": "0xB514d30ab6D6AaA7E71ED6bBA5C9Ed6d49F54973", + "eligible": true, + "overboost": "0", + "rewardingWeight": "64518375153657318", + "cappedWeight": "64518375153657318", + "nodeRewardAmount": "79491059262997716398394", + "validatorRewardAmount": "37923344884133015549802" + }, + { + "nodeId": "NodeID-3qpQ3cVcU8UxvmCtkwGV4ZB3RYcKoDBRn", + "bondingAddress": "flare1e9ahmxyn6dsurf3f03dggxsygjr05cg5up42jd", + "selfBond": "14000000000000000", + "ftsoAddress": "0xCaA49C97318b6Bb62b7F9241891D70F87FC05D35", + "stakeEnd": 1743992138, + "pChainAddress": [ + "flare1e9ahmxyn6dsurf3f03dggxsygjr05cg5up42jd" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "DataVector", + "BEB": "14000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "185999999945417803", + "totalSelfBond": "14000000000000000", + "delegators": [ + { + "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", + "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", + "amount": "804098925850385", + "delegatorRewardAmount": "891634479235892436884" + }, + { + "pAddress": "flare12n7s0e8sgs5h8x7fmaptc5ml4r30fqgh8eh6te", + "cAddress": "0xadeB4415bf773da39e05b47edDe32943201bC5B3", + "amount": "89859264027000", + "delegatorRewardAmount": "99641493738473877512" + }, + { + "pAddress": "flare13797c7az6wflphqng087eavf3j69f67wusaxa0", + "cAddress": "0x69542fA33270A78e24c4C99660b2CdaC19Ea5705", + "amount": "7165044143758000", + "delegatorRewardAmount": "7945042827989727644839" + }, + { + "pAddress": "flare13qtxh6hf9jacelq4z3kdyl6pe53h8vvgadeyay", + "cAddress": "0x6E737C17a50911d2956F2587c4FEa20f440bF97c", + "amount": "359810847281047", + "delegatorRewardAmount": "398980457658956041404" + }, + { + "pAddress": "flare15knd97lmyzl75ds0dkmcd6fpmvh5v32runcpln", + "cAddress": "0xB8258E4245f44033Bb98Ee5f5c071f6817536f4a", + "amount": "2620881916818000", + "delegatorRewardAmount": "2906195503954193106695" + }, + { + "pAddress": "flare16svh8n7fzatgaxyytkkzlw2sd2k6z859gncf2m", + "cAddress": "0xA5B91E09189a8226E984759E6C6Ea01A930a0c8b", + "amount": "150000999000000", + "delegatorRewardAmount": "166330358527445836658" + }, + { + "pAddress": "flare176nyuw252zyw7jjvugv6xr85k62p5u8fyhfuqs", + "cAddress": "0x6ec0F21bCde2076a46c3baC800c3204eC54309Da", + "amount": "74459314124935", + "delegatorRewardAmount": "82565079543957907322" + }, + { + "pAddress": "flare184u7m7skht2t293ddss7ertwgngy4xfh6dc66k", + "cAddress": "0xb93E7Ad18E00C19aCc7f8D7287f391E1Cf9d4D4a", + "amount": "50139000000000", + "delegatorRewardAmount": "55597215363929721589" + }, + { + "pAddress": "flare18usqymv2emzx3wzzdrc7ju460278qp4a8cedga", + "cAddress": "0xeD1047c9c45fCB7Ffa97de979A4f2cE85C29b343", + "amount": "50039999000000", + "delegatorRewardAmount": "55487436949556790211" + }, + { + "pAddress": "flare1ascezmxu33twsh53spwg4purvqlmp0e2wzetp8", + "cAddress": "0xD6ed3a61908B3249FdE2e85f25D21aE86571ea3C", + "amount": "55250000000000", + "delegatorRewardAmount": "61264607368657474577" + }, + { + "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", + "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", + "amount": "303334900000000", + "delegatorRewardAmount": "336356444338660238644" + }, + { + "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", + "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", + "amount": "930000000000000", + "delegatorRewardAmount": "1031241354802741201026" + }, + { + "pAddress": "flare1crfwmvtnw5h30ky5jhgkxmtfrphfz6z9wlxgr4", + "cAddress": "0x3333B449C51a105D40c396dEAa440d1795Ca0605", + "amount": "430700000000000", + "delegatorRewardAmount": "477586722057570575572" + }, + { + "pAddress": "flare1d45n38vhkr5vetpscq7el6k64g2r95k57e5med", + "cAddress": "0x181f6F4F1656B1cD7dB8d73af17E94f6d61F4a36", + "amount": "55897781631000", + "delegatorRewardAmount": "61982907590989484661" + }, + { + "pAddress": "flare1djuen9j7f2lv37y8gl0m76f329myyh5vy6fky2", + "cAddress": "0x3B258675928438aF3320d5B75e887566788379C4", + "amount": "849895444232000", + "delegatorRewardAmount": "942416483172564795460" + }, + { + "pAddress": "flare1f4s7kr7h5mea928xsrv34d3plt6zpz3ecjagxr", + "cAddress": "0x07aF3e9A498e42Bc8c58Fd4D4e1304A9F34c6D5f", + "amount": "705464978000000", + "delegatorRewardAmount": "782263074923232274969" + }, + { + "pAddress": "flare1f9etvryqwamcyhtr2hmqc8y5ntrdhauu0rwlzx", + "cAddress": "0xbF6A058994b821e9bC332F2A85e7CacacE88DaE5", + "amount": "80274493778996", + "delegatorRewardAmount": "89013309377157048761" + }, + { + "pAddress": "flare1fh89zpea5en3velkshxx2yj0q6cmz4rlclzaft", + "cAddress": "0x0F6cDf2e6cD544425c9ac46410F5134E436Fc261", + "amount": "80000000000000", + "delegatorRewardAmount": "88708933746472361378" + }, + { + "pAddress": "flare1glag5y4rycvuxj8kyxcm7cwrwynrk2vdekw5a3", + "cAddress": "0xBF95028ab6BDADC4cCF0EB1ac592Aa52349cB232", + "amount": "840000000000000", + "delegatorRewardAmount": "931443804337959794475" + }, + { + "pAddress": "flare1gwjzy44ukunfdzs27duy30a5nmtaszzy4nlmhf", + "cAddress": "0x0968438CE241Eb2631EC8a7fC72DD4040A80C750", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1h92jsdzfx7y9ylmfgjznlt47pvyssreqsgyqyc", + "cAddress": "0xea0486440F03dD92cc7354a90e1C18d71E397DB4", + "amount": "138418000000000", + "delegatorRewardAmount": "153486414891490141466" + }, + { + "pAddress": "flare1kv9v54lu8ud6u8p6zhs4rjearau2ggwxg25r2j", + "cAddress": "0x2fBACbA8d5518b71c46ab0700Dd5d0a8E6540e5c", + "amount": "250000000000000", + "delegatorRewardAmount": "277215417957726129308" + }, + { + "pAddress": "flare1lnumtjg8spxjczrfct5q0fe8hg0jpdryv5d6mx", + "cAddress": "0xb9d9Ac8a02fEed905d526dC3a70dc7539A4ee6C2", + "amount": "50278000000000", + "delegatorRewardAmount": "55751347136314217317" + }, + { + "pAddress": "flare1n5z6n8cldzwk3uvfkekmfqqmkns87ek4j2rwt0", + "cAddress": "0xd8a5B1B433cc4E2853A193B739122eF44CC335cE", + "amount": "153338539239398", + "delegatorRewardAmount": "170031228977107620233" + }, + { + "pAddress": "flare1nh2d4qxapd9982vv6vh6xwuydrz2r34zj02znd", + "cAddress": "0x2365AEE6c826a4e3C6244c237315Ac5d5e475171", + "amount": "886686106225000", + "delegatorRewardAmount": "983212238137888493005" + }, + { + "pAddress": "flare1nu4upte7c6ka9hpq372jetx9hfws3g8addv30n", + "cAddress": "0x2b00B2fac5EFcDdb4477264bD62f9E88FFFC3fBB", + "amount": "51334000000000", + "delegatorRewardAmount": "56922305061767652487" + }, + { + "pAddress": "flare1pcd2029twu4uapjyj6ysmu40arday2yzz6lesh", + "cAddress": "0xBE4d53DF9960CA62667083c14010f1BC5a3fC396", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", + "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", + "amount": "930000000000000", + "delegatorRewardAmount": "1031241354802741201026" + }, + { + "pAddress": "flare1puhax0v92nerwrhm9upkmgr0v5mdtxk7e3e6a9", + "cAddress": "0xdcfB1c9F1BAc1b8e117d6E09E71963C9a8B99174", + "amount": "450001000000000", + "delegatorRewardAmount": "498988861185578863659" + }, + { + "pAddress": "flare1q03ztypwht45cjlv3l4k3avc2v9prjw25p6pxw", + "cAddress": "0x977c62a6418aB80f26E5688a75Bf9355956F649C", + "amount": "150440000000000", + "delegatorRewardAmount": "166817149910241275572" + }, + { + "pAddress": "flare1s8u48ej9p44ms57wtkramjwqtdfusw484kuhew", + "cAddress": "0xe87C2d0ACcA05411f03437fbB9F7ec11C9175575", + "amount": "52510000000000", + "delegatorRewardAmount": "58226326387840796199" + }, + { + "pAddress": "flare1sewadlyzg2drw8wdfmgssuy6cgcx4frwf8ucdj", + "cAddress": "0x7c7b33cC7A1FE5F622eA74b667503AC4fa1CDA4c", + "amount": "1000000000000000", + "delegatorRewardAmount": "1108861671830904517232" + }, + { + "pAddress": "flare1sru0p28uevaww0p0z2q908hgzvvy73nx6p9p5k", + "cAddress": "0x53dc8744DDd13536DFB450f1245f79B6E922310D", + "amount": "162094000000000", + "delegatorRewardAmount": "179739823833758636816" + }, + { + "pAddress": "flare1stkjf7mtmqdt0hk2a56sz5swn4hqse4lhzhdj5", + "cAddress": "0xABe0Faf2EB82a9cFc01633F4178A056Ae5C29067", + "amount": "160000000000000000", + "delegatorRewardAmount": "177417867492944722757270" + }, + { + "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", + "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677584" + }, + { + "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", + "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", + "amount": "800000000000000", + "delegatorRewardAmount": "887089337464723613786" + }, + { + "pAddress": "flare1ultt4lvhmmwaxgkg6nksjw58kwglmc6qtrw007", + "cAddress": "0xa8A2dFB9048bfE731F539C2BD42F6A5CfC11ec64", + "amount": "70835996000000", + "delegatorRewardAmount": "78547320950367265059" + }, + { + "pAddress": "flare1uzu6fppvdzcx2hgdllrdjs4kar3tfk4s6t9gn6", + "cAddress": "0x151E80Ed218E09De16E8bCc3dC88Af482a527e97", + "amount": "591870315666330", + "delegatorRewardAmount": "656302307736851881140" + }, + { + "pAddress": "flare1vwseeyqeagkh66r58vvjl7fgd2hk8fxe0vst2u", + "cAddress": "0xbBAF5DC49289966E81DB4032c2Fd7d600edeDEAD", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1wngknrcvldqmxngp5q5pg7r2y49uener6jje2v", + "cAddress": "0x3e2F2d4C1d94FD379001dFf184C2145DD00B3072", + "amount": "690202000000000", + "delegatorRewardAmount": "765338543621033959603" + }, + { + "pAddress": "flare1wq06u2y95rcquazyhle3myzl88hpkr5mhm63ml", + "cAddress": "0x2894E48528C3D968eaFC406C713d2c183F686736", + "amount": "1185500000000000", + "delegatorRewardAmount": "1314555511955537305180" + }, + { + "pAddress": "flare1xwzcdt9qu939ge7n5qkt70zegpm447vp7ppfva", + "cAddress": "0x217F7139bb2ED365E8B7eAD262dd985d09b9f66C", + "amount": "880246068151000", + "delegatorRewardAmount": "976071126752498174625" + }, + { + "pAddress": "flare1y6shyzgt73trwr8m45dw347kl0ae656k2em7g5", + "cAddress": "0xf2064e64765DdBbe5978CdBA8f1169c387468620", + "amount": "850000000000000", + "delegatorRewardAmount": "942532421056268839649" + }, + { + "pAddress": "flare1yqd9edq3t9qrk9js5536sn2r8p3wuh9587fe7w", + "cAddress": "0x32e5da5D721D2A45822d53827610eE1Ac15B9ec4", + "amount": "50754433038000", + "delegatorRewardAmount": "56279645471346374178" + }, + { + "pAddress": "flare1zdmjffhjn29awm463cs9k6rsxalumr3usqmja3", + "cAddress": "0x9440AE12F4d804A2d2E9ddbC79Ba2CF096779181", + "amount": "250000000000000", + "delegatorRewardAmount": "277215417957726129309" + }, + { + "pAddress": "flare1zpp22caxwwgmkl3red2387xdu4zwtae6pwc3ct", + "cAddress": "0xf565c7F45BAed4e613cCF1f5c96a0A9ffA9B8ADd", + "amount": "260339479596712", + "delegatorRewardAmount": "288680470589197724038" + } + ], + "totalStakeAmount": "199999999945417803", + "cChainAddress": "0x714783a6e709b878F9181CE43222683Fd32EacCd", + "eligible": true, + "overboost": "0", + "rewardingWeight": "199999999945417803", + "cappedWeight": "199999999945417803", + "nodeRewardAmount": "246413704784063108032159", + "validatorRewardAmount": "40165433884038974044474" + }, + { + "nodeId": "NodeID-3RJrjDMzeZQVDyHDjZ6u1X3Y3WCKY5nbb", + "bondingAddress": "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt", + "selfBond": "13340000000000000", + "ftsoAddress": "0x00c0fFEf480E392f5Fe7af592214855Ff872fa80", + "stakeEnd": 1739192447, + "pChainAddress": [ + "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "NORTSO", + "BEB": "13340000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "163376606658079934", + "totalSelfBond": "13340000000000000", + "delegators": [ + { + "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", + "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare12wjh7ruu2nsja67eczrnphz5s7lqnev3fv07e5", + "cAddress": "0xD578b78Fba6b885A7DF693b16dba51Fe585C3695", + "amount": "1817265717739000", + "delegatorRewardAmount": "2015096301933056175750" + }, + { + "pAddress": "flare14cuxup6nmmq85dj98s6m9hwcvl0d6x95rxz8t0", + "cAddress": "0x5134Da103A0312b1B166a99a53319EFeF04BAC1d", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677584" + }, + { + "pAddress": "flare16ztay2eu09cu80eyq7ffq3pahte2tem8cqmv3n", + "cAddress": "0xCD19BbE8d897C8B8b96F4834636C15Ecb0a2C541", + "amount": "73148975825573", + "delegatorRewardAmount": "81112095626663295756" + }, + { + "pAddress": "flare17yvprxnwu0srgdcapdjmzremzkacjnkhh4ankg", + "cAddress": "0xEb111ba063736258f92622BA7a18A56AA9763cb8", + "amount": "149903981748285", + "delegatorRewardAmount": "166222779815512702070" + }, + { + "pAddress": "flare1889ez0mm5km9w2csvwzluyupn4ccf2zezuhk2s", + "cAddress": "0xCF2bf146861d7035325ac76b9B5e680549c50A67", + "amount": "433999957018000", + "delegatorRewardAmount": "481245917913520181843" + }, + { + "pAddress": "flare18vpn4m5c9hrsq64fm3js7hkk9zvm3xgt22avgr", + "cAddress": "0xD00Fa063A305b43fd408E551c481DB298691E1eF", + "amount": "51465000000000", + "delegatorRewardAmount": "57067565940777500979" + }, + { + "pAddress": "flare1965tza4w39tcp9cadhnz3grk9t2stnthgvtvmn", + "cAddress": "0xD2548A968c6b1150919046f09FC785F1e917C5E2", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare19ky9yfnf8tw5lp0fs9u2pussvgu4dqq8eqx6at", + "cAddress": "0x87e8684Dc160142FF1D2D0D35538737EE56B4640", + "amount": "151801446000000000", + "delegatorRewardAmount": "168326805197908773203880" + }, + { + "pAddress": "flare19lha35dcd4em89sym95h83v27gd5httxfr8v82", + "cAddress": "0xbb75d2A8B4869E19D7900A3387A15e8EC9b74751", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare19tgzun3fd3htq9dace73ncdtf0qp8g3a9372f7", + "cAddress": "0x6a8E003af899bEdA28cEb222115480521e48F0af", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare19w83s774khdgu69s5kr2kywa228npdykv5l5ml", + "cAddress": "0xBBca2DC5ec12d66DE023aBc443f0c014b2eF17F1", + "amount": "120741965000000", + "delegatorRewardAmount": "133886137170048559138" + }, + { + "pAddress": "flare1dk8xqn36mkm4v8pw986ejx74qkttak2gg6ay0v", + "cAddress": "0xe96BDB4Ee869E2A1Ac2C2C34D7eff1080B365BB1", + "amount": "86160900586000", + "delegatorRewardAmount": "95540520270248320711" + }, + { + "pAddress": "flare1dn94za5cqn5zx0mz4ad086h2sn0xrgycmar4yy", + "cAddress": "0x71CB1E6455fBf064B3e74Bd9d1A287A52d92B742", + "amount": "600699998000000", + "delegatorRewardAmount": "666093204051100999840" + }, + { + "pAddress": "flare1dpmwzwm3sqgeesnhthr8pu7ddv8xrkw7hpwvde", + "cAddress": "0x644889666e757a86c57acC7033D990693238F7A1", + "amount": "54593000000000", + "delegatorRewardAmount": "60536085250264570309" + }, + { + "pAddress": "flare1e7m9r6msc50muq7cezzgyaj9zh6dclnwywgpt2", + "cAddress": "0x949FA5Ec1e616a88c50A85797c155d4222Ba7f0C", + "amount": "55900000000000", + "delegatorRewardAmount": "61985367455347562513" + }, + { + "pAddress": "flare1ekr9dskcwar06jf64gvm87f89wrun5xwjauenx", + "cAddress": "0x37982C49A7d0C39174bFCb810441C8BeecBAd54D", + "amount": "150099981000000", + "delegatorRewardAmount": "166440115873447003249" + }, + { + "pAddress": "flare1fs38g2r3h4xpsxpp6esqtq8zua9pafkxtc3z8e", + "cAddress": "0x33361078e74d340f9217fF003eaD1da3145eF54b", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1h4lz3gjwv8ghjsddwav2my3wweumal5zte6vg2", + "cAddress": "0x03334eA003ca46fF9a072E154C684bca370bF3d8", + "amount": "900000000000000", + "delegatorRewardAmount": "997975504647814065510" + }, + { + "pAddress": "flare1j4yssyrd363yatdvngshf0n74epxc0rzy2rn34", + "cAddress": "0x12ffa86dE1a90F8118C995F9E9Bf6234B38B7798", + "amount": "88907000000000", + "delegatorRewardAmount": "98585564657470227913" + }, + { + "pAddress": "flare1j778tv9quldar4sthpmhurddquwvdce8gqadjj", + "cAddress": "0xa9945e92F5FaF334a3a44481fc7c7D4D59BFD8d3", + "amount": "124854203294000", + "delegatorRewardAmount": "138446040599700465786" + }, + { + "pAddress": "flare1je7r7rq38phzagdtpuxhtgfhzsqnm2r0xxw8k3", + "cAddress": "0x6780cC9b7CaE96C91a4EdE40e45960467f823aF0", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1jnf0yxphklcd300v8g2nny9wahh7ft5kp550wk", + "cAddress": "0x936f7d2513811B621c1f0924e3CCD9441A83179F", + "amount": "73349995000000", + "delegatorRewardAmount": "81334998084488487184" + }, + { + "pAddress": "flare1k0rtrg3g5a822yn4tweqtp4macr2e87krpqr23", + "cAddress": "0x8221B012560f1d8Ed7e36602c16F0280568Dd417", + "amount": "50099994000000", + "delegatorRewardAmount": "55553963105558285327" + }, + { + "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", + "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677585" + }, + { + "pAddress": "flare1kega5xjek8fl9tlkx7letmsg42r2p63fan9ven", + "cAddress": "0xBF0F85c1668E0CeB068c185aC6E6cA86e17E7db8", + "amount": "187483928754446", + "delegatorRewardAmount": "207893742680081183550" + }, + { + "pAddress": "flare1kysuhj5uhpp3qt7q3tcpgkv4h473j99ke5vjv9", + "cAddress": "0xA48E841404623aD68F8E9FE02B741bf0868C9bc9", + "amount": "77100000000000", + "delegatorRewardAmount": "85493234898162738278" + }, + { + "pAddress": "flare1kyvgzdt8euy62mtw4zrfhyk5fuenpnc8da9ank", + "cAddress": "0xd619B083880c106dC1fb520F8A24adD95f1ec27F", + "amount": "50766238112000", + "delegatorRewardAmount": "56292735665438101722" + }, + { + "pAddress": "flare1l5q3kl2jllnkly4n9s88u5l6m3jdp8umtslynn", + "cAddress": "0x0ddf294e133b3BA08D7d4fF99a3d73F7bB305311", + "amount": "374034000000000", + "delegatorRewardAmount": "414751966561600540199" + }, + { + "pAddress": "flare1lgt2k2md27rej72fpk9tkuxpw3tkxgzx2wk62h", + "cAddress": "0xA0d2B4cc187c96337322c329308616Ef66B7f160", + "amount": "50990000000000", + "delegatorRewardAmount": "56540856646657821333" + }, + { + "pAddress": "flare1lln86kuxwvsvhmvjma2f8rax32j59dt2lk4n4k", + "cAddress": "0x79bb252C9681BFb56d519A916bB4d64b03cfBDda", + "amount": "348322300379098", + "delegatorRewardAmount": "386241248334353114591" + }, + { + "pAddress": "flare1nt24mcth7w3cyzemkxgd9hquf7r9280gkwpj5h", + "cAddress": "0xd8E9717522bfEA2E2aED2eE47a42ed9d2e87F3a2", + "amount": "182300000000000", + "delegatorRewardAmount": "202145482774773893491" + }, + { + "pAddress": "flare1pafa6pp92ptqp5vn03lp2a9j0u30vaz5xgheqx", + "cAddress": "0x9E046467Af62242876D59c7DE7F4983870FDc9BD", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1pcl0m5m5a9f9k8hdpkcjrm7ay3vqvak7zm407v", + "cAddress": "0x58b41cCFf4477B63C2104716C2086fCFC553A627", + "amount": "156334727216000", + "delegatorRewardAmount": "173353586985962168980" + }, + { + "pAddress": "flare1r0nefgqkd56wfwjfstfd05wt4app78aem9pj56", + "cAddress": "0x4Cf7890CDA0499CdEeE991A31706d88eC3D8b082", + "amount": "63759998000000", + "delegatorRewardAmount": "70701017978215128357" + }, + { + "pAddress": "flare1r5tf45n98v2l6c8ucq5h80d7ql8ckkgpxj9nck", + "cAddress": "0x20B981Bd35c7BfBcad97E98831E96402e0FD5cd0", + "amount": "186190000000000", + "delegatorRewardAmount": "206458954678196112063" + }, + { + "pAddress": "flare1rkne0nzghtpqa9mk9d0h5np7a0n6jhg953rdql", + "cAddress": "0x928633e8501B197CDC4eED45364c762e70902F00", + "amount": "88530000000000", + "delegatorRewardAmount": "98167523807189976910" + }, + { + "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", + "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", + "amount": "120920142666000", + "delegatorRewardAmount": "134083711554652247651" + }, + { + "pAddress": "flare1ucsk2wt9wjg4tlvh560csmhchcv0s68epskvz9", + "cAddress": "0x1c9ee1e1158bC71ee2ae11702fCEC8ed2cF57550", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1v7u7mmyq3ev4m4kyetkagwa2jmc4mtqmc20f3c", + "cAddress": "0x46bCF52beBB75e5d99450740D1aBC34f0F29D914", + "amount": "101199992000000", + "delegatorRewardAmount": "112216792318394162497" + }, + { + "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", + "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677585" + }, + { + "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", + "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", + "amount": "294000000000000", + "delegatorRewardAmount": "326005331518285928067" + }, + { + "pAddress": "flare1wlt6g34qejsh3zruen5nn5venyhxq8rne85v4z", + "cAddress": "0xA6fF4f0520C8A1390a8Fc82B5ACF1B0dD9547573", + "amount": "83725873298000", + "delegatorRewardAmount": "92840411840722767290" + }, + { + "pAddress": "flare1ww0zqrjp2vp786jpdl2tajd85t7cx53sk8waz8", + "cAddress": "0x3A0D9c760171f806cbdd31BB3b85653AF487296e", + "amount": "2445019000000000", + "delegatorRewardAmount": "2711187855998326331828" + }, + { + "pAddress": "flare1xr8tx94xvcwdw038670s974dg7vl2h7v8x0a9x", + "cAddress": "0x28580DDd4b31d9A547619289D29BD531D2981967", + "amount": "220000000000000", + "delegatorRewardAmount": "243949567802798993792" + }, + { + "pAddress": "flare1xun3w5l0jlx94t7rz6n52qawraly9sxr2sm73c", + "cAddress": "0x07b7b5716C90381FCf20F7BEC3AFa52BAA1E4753", + "amount": "186082256921000", + "delegatorRewardAmount": "206339482507487962844" + }, + { + "pAddress": "flare1y47cr4us7967hlk32suxx4ly62lg6npur6y6fp", + "cAddress": "0xA1396035d7b714F43Fd050b4E7de7500516c0BC5", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1y9s5xq067387ukp4ul3jjmacq4l82j495taduz", + "cAddress": "0xb9b6A9945dD373e02A8C171A75E80a1E20Dda698", + "amount": "58659992000000", + "delegatorRewardAmount": "65045816798707484333" + }, + { + "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", + "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", + "amount": "396687339750532", + "delegatorRewardAmount": "439871386749928939189" + }, + { + "pAddress": "flare1z4jv9kumlkmwxpdk9mvcqez2husgdupctvjvj7", + "cAddress": "0x5472DC0A733968A24E6fDb86869bd013034D0480", + "amount": "71864201772000", + "delegatorRewardAmount": "79687458921693370892" + }, + { + "pAddress": "flare1zytgs3r5q9ylsvyanw8hh6ftysmpcqdnsyj29h", + "cAddress": "0x672303ae629DFF83044241ea58440fc4143F12c7", + "amount": "99999998000000", + "delegatorRewardAmount": "110886164965367108063" + } + ], + "totalStakeAmount": "176716606658079934", + "cChainAddress": "0x5406C889F64c0191C26D2774F3F4992d042E4f6A", + "eligible": true, + "overboost": "0", + "rewardingWeight": "176716606658079934", + "cappedWeight": "176716606658079934", + "nodeRewardAmount": "217726968776847631121185", + "validatorRewardAmount": "36564911579909029372004" + }, + { + "nodeId": "NodeID-4e5tHaeoLvpXjtY5uMXtuYJgEWZ2JiC4D", + "bondingAddress": "flare1s5e3wmra32hm0t7tc57ryk7yj3t6h9amh4rfhk", + "selfBond": "2250000000000000", + "ftsoAddress": "0xA9C69eb9De79188A9ABa46c5336607F88A80eC89", + "stakeEnd": 1745514024, + "pChainAddress": [ + "flare1s5e3wmra32hm0t7tc57ryk7yj3t6h9amh4rfhk" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "LightFTSO", + "BEB": "2250000000000000", + "boostDelegations": "11250000000000000", + "boost": "11250000000000000", + "selfDelegations": "746024000000000", + "normalDelegations": "18248354389427000", + "totalSelfBond": "2996024000000000", + "delegators": [ + { + "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", + "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare10g7kq75568h65fmrsgut76vve8y77g2ff6mh6w", + "cAddress": "0xDFf351C31c6e5447CC7CE25dcf75d33E53547F72", + "amount": "3537193040000000", + "delegatorRewardAmount": "3704354577482870653301" + }, + { + "pAddress": "flare12m66ql7r984unmn6mcetrh8kysa543gyqkkxlt", + "cAddress": "0xF386C0cBFA8f32408f1FA94BE4d43566B47B5d18", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare13nccx764p0r3h5psj5xywwrhrkwvuh094tcg09", + "cAddress": "0x8bdac835DfFb3CaC12Cca0bb2b4cA297A913c905", + "amount": "120027000000000", + "delegatorRewardAmount": "125699265446800866684" + }, + { + "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", + "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", + "amount": "914683886913000", + "delegatorRewardAmount": "957910242703631452593" + }, + { + "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", + "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", + "amount": "120999996000000", + "delegatorRewardAmount": "126718243530754272635" + }, + { + "pAddress": "flare14jd4j9z6yuppuzqs9fuyuh6e7yml9rfc4kgv6u", + "cAddress": "0x82846899C161C03ED7440D32c4D03d89Ab08E7C9", + "amount": "400000000000000", + "delegatorRewardAmount": "418903298247230595399" + }, + { + "pAddress": "flare14xwx68hs5qqhq872gf9elsf8236casxk7dszrg", + "cAddress": "0x1D3901bEDC2162E12eda9006fcaFe1F8D2dB2cEB", + "amount": "500000000000000", + "delegatorRewardAmount": "523629122809038244249" + }, + { + "pAddress": "flare15m3epq6f8w60x4luls7xd74wjmv9curm88s73r", + "cAddress": "0x5c4C55ad9dC2aa4DC85b1df134f157527d69C2C1", + "amount": "98302995000000", + "delegatorRewardAmount": "102948622082702544958" + }, + { + "pAddress": "flare178heykrkjkqtk80xzpe3dc40mn34czwyq0as9r", + "cAddress": "0xafd7884f7C515A8Ec10287C17cEf868f452783EB", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare178n4qm37mj3p4xyacyymkkxavj5frdx2ehl2em", + "cAddress": "0xD3147e4185aFbb1df41cc93350C06Fb6E229d370", + "amount": "50050000000000", + "delegatorRewardAmount": "52415275193184728249" + }, + { + "pAddress": "flare17tqev2z48prgctwjsrdusr69z8qy60n025dyfc", + "cAddress": "0xb65Bc374546D9F5d46041F09c97B89c4f9b8F9aa", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare18833wqa224ejg8prmartykaqt2pk7ja6wcj8hx", + "cAddress": "0xd0557A5B16b67212fDff07906CDbf9a11ec942fe", + "amount": "206223587650000", + "delegatorRewardAmount": "215969352607404625150" + }, + { + "pAddress": "flare18c0pduwttk70ezvc2cvn0974ukdxp9606rwxsk", + "cAddress": "0xCE57b8652457FA976213434eE8e4166cddf9FF82", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1cw666qnw3eumcj9c47uv4647jpkssytdv4hhha", + "cAddress": "0x13D0C03EC0DDf1fdFECcF0eBE347c5c2661eb6C6", + "amount": "210998995000000", + "delegatorRewardAmount": "220970437330877292906" + }, + { + "pAddress": "flare1dp93th77dzap0lrxktvrekltewtglyv9nfw7fz", + "cAddress": "0x82d83A144332C57903A479545c8897c7CfF99F12", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1e2d8rnk5ak6urxtnpr4fsw6sdhtvahzdcze9xg", + "cAddress": "0x526Da6AF0c227885B14bAde8B43dFf975b94Ad83", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", + "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", + "amount": "156300000000000", + "delegatorRewardAmount": "163686463790105355152" + }, + { + "pAddress": "flare1hc94lsyvf7cp2h0c7zzvemffl67wm2geum0uyx", + "cAddress": "0xd7eB2aA24Dc5A0f475Bb9d449e87c3b1Ac43a9f7", + "amount": "51000000000000", + "delegatorRewardAmount": "53410170526521900913" + }, + { + "pAddress": "flare1hksmum9jj4xlp25e8ss9dzq2mltk8lw5xmuv07", + "cAddress": "0x085379f03A7eadc2A072E67878c5AFb49775b4d9", + "amount": "65593382499000", + "delegatorRewardAmount": "68693210680058181778" + }, + { + "pAddress": "flare1l5q3kl2jllnkly4n9s88u5l6m3jdp8umtslynn", + "cAddress": "0x0ddf294e133b3BA08D7d4fF99a3d73F7bB305311", + "amount": "6638520000000000", + "delegatorRewardAmount": "6952244808700513130428" + }, + { + "pAddress": "flare1m55c8fgrautgsmlczg0ymyywlx0stqvf0qdf3l", + "cAddress": "0x72eE54791cD61477d56a78FaE3962B9bAb9E365C", + "amount": "68000996000000", + "delegatorRewardAmount": "71214603771241836822" + }, + { + "pAddress": "flare1mkgnqprhace98dqjvw3s920knp7xu32kw9m8mg", + "cAddress": "0x9592a4526F4337054b7dDd72E3D38D20906ea430", + "amount": "76141964000000", + "delegatorRewardAmount": "79740299636554737736" + }, + { + "pAddress": "flare1mu5666sfc8fkeym5ujamd3e5px20y0zwcap7jt", + "cAddress": "0xD211e82bd10cCA1d917AB806072B8FA16F9e8749", + "amount": "60000000000000", + "delegatorRewardAmount": "62835494737084589309" + }, + { + "pAddress": "flare1q3s4t3f0r2suznhzz4hy9nc45uqpy3qtupltve", + "cAddress": "0x5Faf217757CDD0af338FaA313dDCd191E4836616", + "amount": "53253832000000", + "delegatorRewardAmount": "55770514672759781481" + }, + { + "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", + "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", + "amount": "250000000000000", + "delegatorRewardAmount": "261814561404519122124" + }, + { + "pAddress": "flare1stgahl7q9v5k7thn3g9cmr6rjp0cr8c2hhem9v", + "cAddress": "0xeD29772279FE0605470Ff7f76F2E068B7C5415Be", + "amount": "450000000000000", + "delegatorRewardAmount": "471266210528134419824" + }, + { + "pAddress": "flare1tcpx7zapnnpyua27xamlx9sr6wm30wn7g72m2l", + "cAddress": "0xdA43E7c5D86034F234C31E5668f4074C88050d6B", + "amount": "203482753834000", + "delegatorRewardAmount": "213098991793729767289" + }, + { + "pAddress": "flare1vhy4tmlsj534khgp4nf0wppur0mq8w47netk36", + "cAddress": "0xb7675Da2d6Ed9D452fa7bca88a77AadF46555796", + "amount": "299999997000000", + "delegatorRewardAmount": "314177470543648209695" + }, + { + "pAddress": "flare1wr3e26efwlrdk5hjkep8zht8xd0f0jdsnk9axt", + "cAddress": "0x485bf6D4ff8422daBB5dE2750e611e1e79DDDf11", + "amount": "102999996000000", + "delegatorRewardAmount": "107867595109628895843" + }, + { + "pAddress": "flare1wuw00m8p3twc02vsls28gxtn0x3hlym7yls9nj", + "cAddress": "0x413d8CEDf7A8963aB3058b1087538C1795ff97ab", + "amount": "200000980000000", + "delegatorRewardAmount": "209452675436696003415" + }, + { + "pAddress": "flare1xrxvajmqa5r3eyhc8uxzsjv5qsrmf0xunuzva0", + "cAddress": "0x32D573d79990A8035781236e5f5e83CaBeAb1dC7", + "amount": "99411975000000", + "delegatorRewardAmount": "104110010531928079422" + }, + { + "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", + "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", + "amount": "455065991000000", + "delegatorRewardAmount": "476571611375111384753" + }, + { + "pAddress": "flare1yg650xurvjlrqp4nuy43nfkjtgc4hj8xgkzvg3", + "cAddress": "0xB30D485DAf2A8b418669e4e92978935ad8BC6a3C", + "amount": "181101021531000", + "delegatorRewardAmount": "189659538088196556546" + }, + { + "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", + "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648850" + }, + { + "pAddress": "flare1z5lkqctp38hda4mmmd2x30mn365ymnfeyxzv4k", + "cAddress": "0xb9fBe36eaC84fB9224f9242cb63c2D2e0D906E3d", + "amount": "69000000000000", + "delegatorRewardAmount": "72260818947647277706" + }, + { + "pAddress": "flare1z8hrs3f99etlkfeynw6zv7k0vlstuhdw9amcer", + "cAddress": "0xFdFeB243017b0a403b94fbED64A000623954f4E5", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824425" + }, + { + "pAddress": "flare1zrerz4z3t8tmx6gqec28dyqpxgsjmwugjkfljp", + "cAddress": "0xD95e577Adda0F102F42E8bb6dA18BB8322936F51", + "amount": "2110002000000000", + "delegatorRewardAmount": "2209716992770632626891" + } + ], + "totalStakeAmount": "32494378389427000", + "cChainAddress": "0xF3F551cBe72A32649c721939DE3b6C1B3bD50Ccd", + "eligible": true, + "overboost": "0", + "rewardingWeight": "32494378389427000", + "cappedWeight": "32494378389427000", + "nodeRewardAmount": "40035300828895597489961", + "validatorRewardAmount": "20924561225607352112467" + }, + { + "nodeId": "NodeID-4h6PNpK5oo9pjmE8zKSbm31S2LStg4tyF", + "bondingAddress": "flare14dqj5g8cwxpnegzckyvuyferwe9w2ywl6ekr3x", + "selfBond": "1250000000000000", + "ftsoAddress": "0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5", + "stakeEnd": 1739900122, + "pChainAddress": [ + "flare14dqj5g8cwxpnegzckyvuyferwe9w2ywl6ekr3x" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "InGen.FTSO", + "BEB": "1250000000000000", + "boostDelegations": "6250000000000000", + "boost": "6250000000000000", + "selfDelegations": "0", + "normalDelegations": "1095179351119000", + "totalSelfBond": "1250000000000000", + "delegators": [ + { + "pAddress": "flare18l239uvd4jqv2x6nw4vcggp36s657475mp8lcz", + "cAddress": "0xf0b0152eD07d160FFA1b05399eFB87F46a50FaDa", + "amount": "500000000000000", + "delegatorRewardAmount": "492827409702624229881" + }, + { + "pAddress": "flare1arqlxjpykywpkl77q7fs5fv3ljn7c7la5v64hl", + "cAddress": "0x32009A38299569A0cEe331C6B3d32eEBa85A85cF", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1awsnhlqskxrdls0f0nnne9fpv7n9elsk5aqfcp", + "cAddress": "0xf09607bdf5c529E248b93a792BC6546af979Bbc9", + "amount": "59660000000000", + "delegatorRewardAmount": "58804166525717123109" + }, + { + "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", + "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", + "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", + "amount": "57461504343000", + "delegatorRewardAmount": "56637208685953565047" + }, + { + "pAddress": "flare1v6r3pyj2cnt3nlvw549l8c2y64rfpxyguc9lra", + "cAddress": "0xbA63eE05f6eA43241054954A3AB5BB9d8AFfC31f", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1v9yz9kprn0uf3l7nmjhedlh7lfxq5pc08d06dg", + "cAddress": "0x7F6Edd1165C11943f0f5afAfF9219301Ce4A3E71", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1wrneccyj2dg9vr3nuggzd7ptc3t7w7248vnvah", + "cAddress": "0xF057f94D73BD7c51537B2fD3AF32506cFb25209C", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", + "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", + "amount": "228057846776000", + "delegatorRewardAmount": "224786315777948104689" + } + ], + "totalStakeAmount": "8595179351119000", + "cChainAddress": "0xdd7B2Bac728f027f23aDD7128711ecB60f761aD5", + "eligible": true, + "overboost": "0", + "rewardingWeight": "8595179351119000", + "cappedWeight": "8595179351119000", + "nodeRewardAmount": "10589849938853648232355", + "validatorRewardAmount": "9510381133310093094689" + }, + { + "nodeId": "NodeID-4hyFQEeDqpG9yyEnafTwqQQTTFex32KG2", + "bondingAddress": "flare1ewq55d8gwfd7dy06fe9wu34ge8dklhljk65dhx", + "selfBond": "8000000000000000", + "ftsoAddress": "0xF0F095bbd5e2E33e9c1703cdEDd0015280406E90", + "stakeEnd": 1744459225, + "pChainAddress": [ + "flare1ewq55d8gwfd7dy06fe9wu34ge8dklhljk65dhx" + ], + "fee": 180000, + "uptimeEligible": true, + "ftsoName": "Flare Oracle", + "BEB": "8000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "2000000000000000", + "normalDelegations": "10391564463210830", + "totalSelfBond": "10000000000000000", + "delegators": [ + { + "pAddress": "flare10gqst4a4mr7taf9zq5vhs4dsrdua2y2wu7e8rf", + "cAddress": "0x3aFcd19383baeDD8010d3F3F0006C03C069072B3", + "amount": "750810328599604", + "delegatorRewardAmount": "758540814314523881663" + }, + { + "pAddress": "flare10t6uwzaxcws9tn5xnedtawuxpmxacfxqhnj2zf", + "cAddress": "0x726aC935c5e5f603ed9eB09034Ea2601732Bc97e", + "amount": "83699972000000", + "delegatorRewardAmount": "84561762805531461553" + }, + { + "pAddress": "flare123320nw7y2gvdjm4vq0grufczmwk4cjel9pj2k", + "cAddress": "0x2531E6220E411213c08cd91e08Eb3eBaaa23EbEE", + "amount": "355660000000000", + "delegatorRewardAmount": "359321942896412433879" + }, + { + "pAddress": "flare13vj4lvwqewrlrnmvjd90vvvwus2ud57mkzc57k", + "cAddress": "0x1fA764aFb89C4eD8F0D04Ec74C4ea227621f3Fcf", + "amount": "100000000000000", + "delegatorRewardAmount": "101029618989037967125" + }, + { + "pAddress": "flare16hstm7w8yckew4ayxezwgeh02lqyhsk66vf3tp", + "cAddress": "0xD5f689d7f3FEe8ecB3cb48E6E716EF670e495a6B", + "amount": "305492990000000", + "delegatorRewardAmount": "308638403835219858007" + }, + { + "pAddress": "flare1834qzvmuayrjm2d0tu4dmnxfv8ge5ayr8xvtwu", + "cAddress": "0xe1b658c58Ad1Cb40C17F06434AA57b7107BCe880", + "amount": "63061263413683", + "delegatorRewardAmount": "63710554156517532341" + }, + { + "pAddress": "flare195qukaw5gvv23rcwe2ugrfzn7wvrs7ac6dutr3", + "cAddress": "0x733dF11080fa72572FdCd3C7d2F3dB59FE9315de", + "amount": "799200966000000", + "delegatorRewardAmount": "807429690906510867375" + }, + { + "pAddress": "flare1cadgm0gxd0dl3js4g2u79uepu5j4dwd3lqrcjq", + "cAddress": "0xBb6056EC703395F3d884aEa64F2Aa20F6910B8dE", + "amount": "52485237675543", + "delegatorRewardAmount": "53025635649092100073" + }, + { + "pAddress": "flare1d7z4320qzj6ar0x65e97tcv9prjqc595ny96ed", + "cAddress": "0x24472d6ae74eF4488E4A239843673Ba25AA3D799", + "amount": "60499983000000", + "delegatorRewardAmount": "61122902313332741974" + }, + { + "pAddress": "flare1ekrj7y89pzf25rs2lqmv2uysehdnw3xz3pukjf", + "cAddress": "0xBBc4B3f0acdB5af3444559Ed915Dfd8355687591", + "amount": "60499994000000", + "delegatorRewardAmount": "61122913426590830768" + }, + { + "pAddress": "flare1ez7au47gqvkge6tcq4xsxv92nja8t76tzhryt4", + "cAddress": "0x5801D09a05209e034E39b5134251fe3736e77D61", + "amount": "5329250680000000", + "delegatorRewardAmount": "5384121656974714988505" + }, + { + "pAddress": "flare1hdx6ecym3pkpxkckm8x2zstyzf3cefyrqjtjkz", + "cAddress": "0xf9aB95086A530f5F732A2e82C833fE47195a793d", + "amount": "156004754024000", + "delegatorRewardAmount": "157611008595233076138" + }, + { + "pAddress": "flare1kvc0wz6hzgvur28hcfrd8aeqfvpy9zhehgzy9p", + "cAddress": "0xf6Ea7b1ABB950232c9C75bF472c9cB75f98988Dc", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", + "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", + "amount": "435484000000000", + "delegatorRewardAmount": "439967825958222100758" + }, + { + "pAddress": "flare1ll5dqx064zkv62exm95eawzg25g57fs989e76e", + "cAddress": "0xdd41AA6aE91EA1f4e1917585C89870D85c17c9f7", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1mrwsh9g84rjvtzx5pmq46d6nf5wfe8jp9yy2p2", + "cAddress": "0x894Ba3c2f5305601B0C253b4fA5ad1E6Ab9ed9B7", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1p7nk4phrzp7z53hqa3rv9yq8r72kc4sq4dmld8", + "cAddress": "0x7D86518DB76Fa124c72D260522F39BBFD9677a00", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1pr0lq5wvx844hjcq2j9pdn86saeeq0khqrfzqh", + "cAddress": "0xEf00c0312cf953D6B8978edE3Df96de2F3d9496A", + "amount": "100000000000000", + "delegatorRewardAmount": "101029618989037967125" + }, + { + "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", + "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", + "amount": "113900000000000", + "delegatorRewardAmount": "115072736028514244556" + }, + { + "pAddress": "flare1tegl864s5ay8zz7h4zf0mhs8fk3rvn2lkk567g", + "cAddress": "0x508e7b989Fd886A2ea2e72842C4EbB22488577c0", + "amount": "199999995000000", + "delegatorRewardAmount": "202059232926594984800" + }, + { + "pAddress": "flare1wv6jn3wq2u9kzd2zpctemf05juefx9wzq5rvjr", + "cAddress": "0x164C935302e700eA04485B2A43184Da514f91635", + "amount": "598000000000000", + "delegatorRewardAmount": "604157121554447043414" + }, + { + "pAddress": "flare1yt08kkertvjcwfftxtgkeeaxc8lhs8xud53xra", + "cAddress": "0x9C95c6B14eBE4549379C938D9F3eeA9Fe7D26784", + "amount": "329100000000000", + "delegatorRewardAmount": "332488476092923949812" + }, + { + "pAddress": "flare1yvu0k6zk9yefpdllmlfya8je8ch23flz2jsyuu", + "cAddress": "0x99Ef53E33112abEd7e2fbF4B9B00440aF75Bf0FA", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983563" + }, + { + "pAddress": "flare1z5zyndx25kelz0jhvc5q40f74eyquwynzq5ra5", + "cAddress": "0xB09f0896DAd6A2f39A8D76878daE5DeE700E46A7", + "amount": "100000000000000", + "delegatorRewardAmount": "101029618989037967126" + }, + { + "pAddress": "flare1zu97kj9dwyecs4x73l52mc37k4frmgtngwgg9s", + "cAddress": "0xD19d14e09bDC975C5DEa2332dDb411dC372B9224", + "amount": "148414299498000", + "delegatorRewardAmount": "149942401308079088320" + } + ], + "totalStakeAmount": "20391564463210830", + "cChainAddress": "0x4EEE5c3d3De96418BeF8f4dAFAF24bE5bDe24dA2", + "eligible": true, + "overboost": "0", + "rewardingWeight": "20391564463210830", + "cappedWeight": "20391564463210830", + "nodeRewardAmount": "25123804735470691116692", + "validatorRewardAmount": "14625246751288521113569" + }, + { + "nodeId": "NodeID-4zWvBNmsbaS9UKQf6wcWgWGWRfitcGAuV", + "bondingAddress": "flare1zudxqy4pu62a8m4rzfwwatgqwpr3wvjgp75wdf", + "selfBond": "14999995000000000", + "ftsoAddress": "0xB1Aa0F2691Db6bBb2969EfC7BE70787F58DD2461", + "stakeEnd": 1758444921, + "pChainAddress": [ + "flare1zudxqy4pu62a8m4rzfwwatgqwpr3wvjgp75wdf" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "InfStones", + "BEB": "14999995000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "25707972000000000", + "totalSelfBond": "14999995000000000", + "delegators": [ + { + "pAddress": "flare1kcsl4xx8cgsk74sgnqm3erdt2q3rmrzgs2sws7", + "cAddress": "0xFb3213AfA7984D1A22E1772AD8AE94F9809621A3", + "amount": "20534470000000000", + "delegatorRewardAmount": "22769886734361553881982" + }, + { + "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", + "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", + "amount": "3252784000000000", + "delegatorRewardAmount": "3606887504344816919183" + }, + { + "pAddress": "flare1pm9acx9pfkfulhlpmzh27nd5rk0d4d2pp5czzw", + "cAddress": "0x9D6599c7cDb32f4FFE497E263Ba2e250856BE7A2", + "amount": "60000000000000", + "delegatorRewardAmount": "66531700309854271033" + }, + { + "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", + "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", + "amount": "1680718000000000", + "delegatorRewardAmount": "1863683771356294178395" + }, + { + "pAddress": "flare1veyd3dqtwxt0x440nxphxnyqrux2n0h33g2mmr", + "cAddress": "0x07195Fa254f49D6533fdACc95CD568F02FFB7Ab0", + "amount": "180000000000000", + "delegatorRewardAmount": "199595100929562813103" + } + ], + "totalStakeAmount": "40707967000000000", + "cChainAddress": "0xcCFC7e7f1a3cDD5F2a7fA9797dBdD6019806EF23", + "eligible": true, + "overboost": "0", + "rewardingWeight": "40707967000000000", + "cappedWeight": "40707967000000000", + "nodeRewardAmount": "50155004827174767408517", + "validatorRewardAmount": "21648420015872685344821" + }, + { + "nodeId": "NodeID-5JkXthgpWVDq6utrtV1YVG7aspsHjhezM", + "bondingAddress": "flare1296uk26exmrjaxvnd669ra092r0t4h7ggtl32r", + "selfBond": "15000000000000000", + "ftsoAddress": "0xB1Aa0F2691Db6bBb2969EfC7BE70787F58DD2461", + "stakeEnd": 1758444921, + "pChainAddress": [ + "flare1296uk26exmrjaxvnd669ra092r0t4h7ggtl32r" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "InfStones", + "BEB": "15000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "118204910467357615", + "totalSelfBond": "15000000000000000", + "delegators": [ + { + "pAddress": "flare12g5rgag2hgzshgtj6vc79wcq34f5cns8zhr5q9", + "cAddress": "0x962D880d4D1DeDb248e08807dCE9aeE84fD4D132", + "amount": "896590868655105", + "delegatorRewardAmount": "994195249565222655855" + }, + { + "pAddress": "flare12p2cr4hnyfsvp2demsfz28rdwdu9utl5dz7m88", + "cAddress": "0x2Ac1200E5cdbb166d940BBF401808C3119372Bb0", + "amount": "298450241468722", + "delegatorRewardAmount": "330940033713344224960" + }, + { + "pAddress": "flare13dqr0gzjd4furddxn7c7xa6cm5dkjw2a07k92q", + "cAddress": "0x0F55E4e897Ce9CF67e7B2B8c3Cc28cF0451d7d0B", + "amount": "106149052550117664", + "delegatorRewardAmount": "117704615873990011413536" + }, + { + "pAddress": "flare1575m2hwnx06p7avs805jrd0mzqxcrkyxaudn2z", + "cAddress": "0xf2608cb4a9065558d7C08dcab32690663b7AeBE4", + "amount": "145720000000000", + "delegatorRewardAmount": "161583322819199406251" + }, + { + "pAddress": "flare17fs5g5mrw9f0eghfaq2a32mjsd62ts5sh8cddw", + "cAddress": "0x4F50A6C435824c94d133C0bD07439f248B0d4d99", + "amount": "246194010000000", + "delegatorRewardAmount": "272995101523354425024" + }, + { + "pAddress": "flare18hz83gqv8ea6l6d7f5rp7vj46hduj5uwc504mq", + "cAddress": "0x6fbdC4FaE582eCb75BC5CF26C72859Ab522Ab5a3", + "amount": "60000000000000", + "delegatorRewardAmount": "66531700309854271033" + }, + { + "pAddress": "flare18rxwux9nk7ydpu7asznm5wrjkf4xfgssha9s2g", + "cAddress": "0x266238fd6E6a96d910e8ac29cdB0FCDfA706c1d5", + "amount": "89890000000000", + "delegatorRewardAmount": "99675575680880007054" + }, + { + "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", + "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", + "amount": "5000000000000000", + "delegatorRewardAmount": "5544308359154522586165" + }, + { + "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", + "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", + "amount": "439500603712560", + "delegatorRewardAmount": "487345374203401122239" + }, + { + "pAddress": "flare1f2f54q43tt32vdl4jhp7d7c0x9qza2jym7vwf7", + "cAddress": "0xF439237a8705933e988FF601DB89eF760FBA8A8d", + "amount": "367500000000000", + "delegatorRewardAmount": "407506664397857410083" + }, + { + "pAddress": "flare1f9etvryqwamcyhtr2hmqc8y5ntrdhauu0rwlzx", + "cAddress": "0xbF6A058994b821e9bC332F2A85e7CacacE88DaE5", + "amount": "919093744088768", + "delegatorRewardAmount": "1019147825639596800535" + }, + { + "pAddress": "flare1ffy4sde9jk9mekp2lzrfxs68tgug945zxrjmj2", + "cAddress": "0xb1E6cD6cFB6A12F517C3bf6dcaf839c1e71C84A2", + "amount": "300300000000000", + "delegatorRewardAmount": "332991160050820626525" + }, + { + "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", + "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", + "amount": "100000000825570", + "delegatorRewardAmount": "110886168098533382136" + }, + { + "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", + "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", + "amount": "103637300298099", + "delegatorRewardAmount": "114919430072591556235" + }, + { + "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", + "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", + "amount": "1500000000000000", + "delegatorRewardAmount": "1663292507746356775850" + }, + { + "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", + "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", + "amount": "840333675152254", + "delegatorRewardAmount": "931813803925136596524" + }, + { + "pAddress": "flare1nuwneum3znzzz73d582je7lkj7vh6uym7jr0av", + "cAddress": "0x72501C4F933535bbd31ca785D1A5B0572CdF030e", + "amount": "201537851641077", + "delegatorRewardAmount": "223477599107933445781" + }, + { + "pAddress": "flare1qgem2cec6a5k9v8u5lezpfjv56kpgd409hvknr", + "cAddress": "0x597ef567226831a800Bc5C0AF495Ef8a39167c6C", + "amount": "200000000000000", + "delegatorRewardAmount": "221772334366180903447" + }, + { + "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", + "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", + "amount": "233659621397796", + "delegatorRewardAmount": "259096198422536263192" + }, + { + "pAddress": "flare1xx963vnd4q08autw0t948phxg5lv0hxr3ap8dy", + "cAddress": "0x76b1bAE0dA82A528A91CfD98abF8f72b3ab4Ec40", + "amount": "113450000000000", + "delegatorRewardAmount": "125800356669216117481" + } + ], + "totalStakeAmount": "133204910467357615", + "cChainAddress": "0x7b0b9b23f70e0fB6100b408d03d10E9BF4888397", + "eligible": true, + "overboost": "0", + "rewardingWeight": "133204910467357615", + "cappedWeight": "133204910467357615", + "nodeRewardAmount": "164117577463244575275997", + "validatorRewardAmount": "33044682823788025286091" + }, + { + "nodeId": "NodeID-5jV2rg4CGt6ewiDbB9QeWDEptVudskJeY", + "bondingAddress": "flare19dc6w5s84wddducwhxjl9lw3vawcpcnjvqm6wj", + "selfBond": "3000000000000000", + "ftsoAddress": "0x64D998BC81424131E5aF05071263fDeBD1a82986", + "stakeEnd": 1739948705, + "pChainAddress": [ + "flare19dc6w5s84wddducwhxjl9lw3vawcpcnjvqm6wj" + ], + "fee": 170000, + "uptimeEligible": true, + "ftsoName": "Ivy Oracle", + "BEB": "3000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "8928886358679000", + "totalSelfBond": "3000000000000000", + "delegators": [ + { + "pAddress": "flare103vcej4pepv83mzvzhsaj3ayh8lg826xhl9nn3", + "cAddress": "0x2bc701A2824863AB27833AAaF0f9b90ef2c132EF", + "amount": "52504992000000", + "delegatorRewardAmount": "53692490847920290705" + }, + { + "pAddress": "flare192ahptheknfhl8wutq4yma0s6z2j80ts83e9gt", + "cAddress": "0xcF5E01d5E5A0f4A4FBC1435E0C079dD4B834093c", + "amount": "300005962000000", + "delegatorRewardAmount": "306791159381693125720" + }, + { + "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", + "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", + "amount": "200000000000000", + "delegatorRewardAmount": "204523375026589055400" + }, + { + "pAddress": "flare1m79fezxk4erzkfwyyvvz5xdqq2eajy00xau0q0", + "cAddress": "0xcd350059472123d1A5a2bc222ba9403382080B58", + "amount": "52775600971000", + "delegatorRewardAmount": "53969220148227252515" + }, + { + "pAddress": "flare1nj45nluvjfghvmkucp68wslvvkl5jz2p3a6c6p", + "cAddress": "0x6a5299097B930a4EDB283e0e0101E51EaD07949b", + "amount": "52000000000000", + "delegatorRewardAmount": "53176077506913154404" + }, + { + "pAddress": "flare1phwc04zjqtlf6caayrkk0ynfp3hf27lletj377", + "cAddress": "0x690Edd3c103556E07A37b787a0AAd6B6EfDFd9B9", + "amount": "58000534708000", + "delegatorRewardAmount": "59312325559134894653" + }, + { + "pAddress": "flare1tktjeu3e5wnryhlsg3wxa84r9scyn9hgge4fyt", + "cAddress": "0x6d9B26d20c4aDE06452e5E6dc824d11e76B83f0d", + "amount": "7896515040000000", + "delegatorRewardAmount": "8075109534645104379358" + }, + { + "pAddress": "flare1upc2j99zpk5fgzglj20xm2sg24unk3eap66sp9", + "cAddress": "0x5e45e23a693f93340cE684B627579C11a89b69D9", + "amount": "99999999000000", + "delegatorRewardAmount": "102261686490677652567" + }, + { + "pAddress": "flare1uwl449l5dnsafylfqfaymtn6ynv379l3t220ss", + "cAddress": "0x1FAF7B400699A9669323674E1272083CAD14e0B9", + "amount": "115900000000000", + "delegatorRewardAmount": "118521295827908357605" + }, + { + "pAddress": "flare1yr4v2vvq0qk3zk4707ytlujtr7893w2qnahkyn", + "cAddress": "0x5a01e449ab3003358564dAC21b721B282F79BFd0", + "amount": "101184230000000", + "delegatorRewardAmount": "103472701095333215487" + } + ], + "totalStakeAmount": "26928886358679000", + "cChainAddress": "0xf5520b813E7825845a59744144c64D4032688c9D", + "eligible": true, + "overboost": "0", + "rewardingWeight": "26928886358679000", + "cappedWeight": "26928886358679000", + "nodeRewardAmount": "33178233275810260680094", + "validatorRewardAmount": "24047403409280759301680" + }, + { + "nodeId": "NodeID-5V2bQbryZTU4pAe59KNHNBru1BwEfcXqg", + "bondingAddress": "flare1xsuurmk7pyf59uez6kcl3em92hey4aeh49w2j0", + "selfBond": "8000000000000000", + "ftsoAddress": "0xDe40311b4b538392e0e7dCC134426C397c956cA9", + "stakeEnd": 1746792000, + "pChainAddress": [ + "flare1xsuurmk7pyf59uez6kcl3em92hey4aeh49w2j0" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Flare Dienst", + "BEB": "8000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "10732959999000000", + "totalSelfBond": "8000000000000000", + "delegators": [ + { + "pAddress": "flare102rqulun05s9lv6m9lh9tnwgwhz9ucen662p26", + "cAddress": "0x35650B764Cf76aae899A099D68920ab7f348c466", + "amount": "10000000000000000", + "delegatorRewardAmount": "10472582456180764884976" + }, + { + "pAddress": "flare17tpau3ye8qk08rtprangna8zwzu7djlke3h6es", + "cAddress": "0xD15b434f4880352A0727b7dB60999D98C95BD587", + "amount": "168599999000000", + "delegatorRewardAmount": "176567739163949450342" + }, + { + "pAddress": "flare1rzrqcuve9l08cc84rwhv5fdnwrndy8x2fqyffu", + "cAddress": "0xa85adee061A29D042cB946A96F20389D8727b780", + "amount": "564360000000000", + "delegatorRewardAmount": "591030663497017647050" + } + ], + "totalStakeAmount": "18732959999000000", + "cChainAddress": "0x15C978f2364C54d3db744E6a07863A2a3f3E8d5C", + "eligible": true, + "overboost": "0", + "rewardingWeight": "18732959999000000", + "cappedWeight": "18732959999000000", + "nodeRewardAmount": "23080290380925110459234", + "validatorRewardAmount": "11840109522083378476866" + }, + { + "nodeId": "NodeID-66rV9yEWSVGLC8fs9ynKptVf9f6bSbHC8", + "bondingAddress": "flare15t8hn6pmv6fd6r4g8z5xqdrhd00v9ddmuh84y4", + "selfBond": "12000000000000000", + "ftsoAddress": "0xf8B1Dcf2594AfD082aae088661bF574CB9BbDC61", + "stakeEnd": 1741251603, + "pChainAddress": [ + "flare15t8hn6pmv6fd6r4g8z5xqdrhd00v9ddmuh84y4" + ], + "fee": 140000, + "uptimeEligible": true, + "ftsoName": "Flaris", + "BEB": "12000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "950000000000000", + "normalDelegations": "17251238118344902", + "totalSelfBond": "12950000000000000", + "delegators": [ + { + "pAddress": "flare10g5y742dsgakpcmunw9ek46rkrd96pt0nsgkn0", + "cAddress": "0xa0F4F9f5b78B5d42570b5e030254d27b6973D04A", + "amount": "100000000000000", + "delegatorRewardAmount": "105957893086064209424" + }, + { + "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", + "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", + "amount": "50799997000000", + "delegatorRewardAmount": "53826606508983825805" + }, + { + "pAddress": "flare127y5m673uphxgrk0qju73me4h66sss3lptps8a", + "cAddress": "0x81A242681053E28AfD7EBc9bc07D279D16edAe69", + "amount": "72805993000000", + "delegatorRewardAmount": "77143696223187392289" + }, + { + "pAddress": "flare13sa8ypqve6xvq5kwsm5k67urwrl3m28v5hkmfx", + "cAddress": "0xaCAbC0e90374769Da5d9586A0843aFadEE914238", + "amount": "54601133613000", + "delegatorRewardAmount": "57854210777441608070" + }, + { + "pAddress": "flare16f3awpzaaepy26fedatwzewn2ghdzdxmagxu0x", + "cAddress": "0xaCAE0cc5d9f8300CE9A950c61B79dB1f25385B7c", + "amount": "50000000000000", + "delegatorRewardAmount": "52978946543032104712" + }, + { + "pAddress": "flare179t0nygd5mkmemy6cykjnz6f0fn0z93rwcza4x", + "cAddress": "0xF5afA65b1f2ffdD62848a10416058565f875AB9e", + "amount": "111405000000000", + "delegatorRewardAmount": "118042390792529832509" + }, + { + "pAddress": "flare17ss2qfswk736r36addl03pfjdzk3juhpa3fac9", + "cAddress": "0x7BC173aDE72DE1D0B4430fB736BA040c31fBb157", + "amount": "149541644729000", + "delegatorRewardAmount": "158451176041095794266" + }, + { + "pAddress": "flare1atmcra4spys2slvv6y8s0s0wjyc0atxl47u5mh", + "cAddress": "0xE7873448BD13f4bd7D433E874F7AA09F11fAA512", + "amount": "68982528790000", + "delegatorRewardAmount": "73092434103371662744" + }, + { + "pAddress": "flare1ccjeg0vkxjmswv004azpr85dak0vyj0zxsn9ug", + "cAddress": "0x95427ecB84Be756d11Ff73a4ede1973fB69e7477", + "amount": "50000000000000", + "delegatorRewardAmount": "52978946543032104712" + }, + { + "pAddress": "flare1ex6ttjmfxktaqljrk298zuukvf3tw0n3xmqrdx", + "cAddress": "0xB857Bc0650cEc996F0FB30C1e160dE30705e5087", + "amount": "50000000000000", + "delegatorRewardAmount": "52978946543032104712" + }, + { + "pAddress": "flare1fv2m6rlvzp65hh6fj83nxutnkgnm7h2en7nvv9", + "cAddress": "0x445C00aFd7dcdd99415d3284bf8fBa1521d224f5", + "amount": "50000000000000", + "delegatorRewardAmount": "52978946543032104712" + }, + { + "pAddress": "flare1g9aquyskpu8na0kyfv5f8grrr7xaxmgl90tnpj", + "cAddress": "0x1D98bce7b3697D3443632663A0cbb51e3855f9aF", + "amount": "50121730349000", + "delegatorRewardAmount": "53107929456078817544" + }, + { + "pAddress": "flare1jvdpnzvxjutk9ddg4lnhed24c5r32narq366lp", + "cAddress": "0xA0aB2C8e83Bc846daddDF189d98ef7851e550351", + "amount": "233667788729000", + "delegatorRewardAmount": "247589465758044215019" + }, + { + "pAddress": "flare1kdgmtsmcrg6dl6us73fdztqaqrefnxrvrar24l", + "cAddress": "0x70d6376338ab23AEfCB94b71C60AddD973dDBa65", + "amount": "168800000000000", + "delegatorRewardAmount": "178856923529276385508" + }, + { + "pAddress": "flare1lln86kuxwvsvhmvjma2f8rax32j59dt2lk4n4k", + "cAddress": "0x79bb252C9681BFb56d519A916bB4d64b03cfBDda", + "amount": "464336662620902", + "delegatorRewardAmount": "492001344539254014547" + }, + { + "pAddress": "flare1m0y823vjwcjc9aetlaeemjf7mv9ns0ysnk8zph", + "cAddress": "0x21a88953DCD564094FA5D9AfCc6718741807969C", + "amount": "69299980000000", + "delegatorRewardAmount": "73428798717063879918" + }, + { + "pAddress": "flare1nt9z99ew36vep9khtg2yqx7n5z5qhqscq7gdae", + "cAddress": "0x6b70DDde371F77E58891245F88AB6a97B60889C7", + "amount": "50002000000000", + "delegatorRewardAmount": "52981065700893825996" + }, + { + "pAddress": "flare1nypyqtcaumnztp3a0sjec5fwks7x9cq32nfd2k", + "cAddress": "0x57bCcb19C5A7ee612Bef7A7Cf7dAbA4E54B1B4fc", + "amount": "151770953000000", + "delegatorRewardAmount": "160813304115440760835" + }, + { + "pAddress": "flare1pxylh8w24mt500egavcdh5vgdu67qnpmuftyy3", + "cAddress": "0xde694bD8354f0d88c3Ee52FE1592dbB3812b0C10", + "amount": "50999995000000", + "delegatorRewardAmount": "54038520175998092503" + }, + { + "pAddress": "flare1pz7kzkxfek0eqd8477s5tm3wwxmg09fmwc6ul0", + "cAddress": "0x830e4605967A3527cb5d956466Eb693d7c13fcDD", + "amount": "50000000000000", + "delegatorRewardAmount": "52978946543032104712" + }, + { + "pAddress": "flare1q7mrw6cd6rm630e8utac6y50n0vtsyx7c94rx2", + "cAddress": "0xBe444734903b84228DB6abA31379368685B87f40", + "amount": "201665816480000", + "delegatorRewardAmount": "213680850217016857033" + }, + { + "pAddress": "flare1q92mgvsc2tzs83ly390y57m3drjyqrn0hhm4fq", + "cAddress": "0x767D4e1FcD412E26010DC446E99A171eE44C97bD", + "amount": "50000000000000", + "delegatorRewardAmount": "52978946543032104712" + }, + { + "pAddress": "flare1rypk4smrvcenrc82jmyj4w56sucj4262s9sx79", + "cAddress": "0x38b970957208CAd75Eedc44b721571CBDd2D3815", + "amount": "511140966000000", + "delegatorRewardAmount": "541594198273355811432" + }, + { + "pAddress": "flare1s7xtqvvjrc27e2qx7gt552dngjvcfp8mu7va2q", + "cAddress": "0x6549eDd41D5f73Fd3bB2Ba61e0C4085850b7Fcf9", + "amount": "13696804470000000", + "delegatorRewardAmount": "14512845436529863583529" + }, + { + "pAddress": "flare1shqur2ltsmlghhnxzn4praa4c7xlaxzfsqmc4e", + "cAddress": "0xe58Fde4A9986616dFF28A78aF087331CBF16E96f", + "amount": "50000000000000", + "delegatorRewardAmount": "52978946543032104712" + }, + { + "pAddress": "flare1v6txazn4kkfk5pfk65mameuhqk9l7cnz0y7ctr", + "cAddress": "0xfb20abF91D27fED2F8259E70EaF0FD5492A99870", + "amount": "84491474034000", + "delegatorRewardAmount": "89525385723785422778" + }, + { + "pAddress": "flare1x8c04dcc6lqflnsz7af6wg6x3neveyv9360snd", + "cAddress": "0x50EAd867C1B80960ffDa1beF1F212B9E1C9606b8", + "amount": "100000000000000", + "delegatorRewardAmount": "105957893086064209424" + }, + { + "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", + "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", + "amount": "359999985000000", + "delegatorRewardAmount": "381448399216147191020" + }, + { + "pAddress": "flare1yran6xpvsza9409dj9g42j2rr5xp2ca6gjmzpp", + "cAddress": "0x15B9A5144Dcf5b4Fb5D5E120ec669193d16e6286", + "amount": "50000000000000", + "delegatorRewardAmount": "52978946543032104712" + }, + { + "pAddress": "flare1yylf20x8dzcyxdv4zt8nzl94gnxfjma7k7ptew", + "cAddress": "0x713865AE73dEA7E6326FcF2A3940389fce5803eC", + "amount": "50000000000000", + "delegatorRewardAmount": "52978946543032104713" + } + ], + "totalStakeAmount": "45201238118344902", + "cChainAddress": "0xbc1682730aE5BD0Aed7d210da330Ed581D9F2c4D", + "eligible": true, + "overboost": "0", + "rewardingWeight": "45201238118344902", + "cappedWeight": "45201238118344902", + "nodeRewardAmount": "55691022743038596359001", + "validatorRewardAmount": "37411974301580350024399" + }, + { + "nodeId": "NodeID-6cnsMcUNTJwCcDuAyPwJqEaVa6yMrk8eq", + "bondingAddress": "flare1shr6l602f2cyg8fda4w50n2u02qscx7xnd6f2g", + "selfBond": "13333334000000000", + "ftsoAddress": "0xAF7504242064532CbD3370aD7591452B1D09BBdc", + "stakeEnd": 1756886400, + "pChainAddress": [ + "flare1shr6l602f2cyg8fda4w50n2u02qscx7xnd6f2g" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "A-FTSO", + "BEB": "13333334000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "163290573973247931", + "totalSelfBond": "13333334000000000", + "delegators": [ + { + "pAddress": "flare1006md29xh72tzrmfuhvnn0q2qxgk5df0nnsdqv", + "cAddress": "0xF571984995c342EE84ea20C9C63fC7d3F1BA89e2", + "amount": "178233942000000", + "delegatorRewardAmount": "186656965408513999002" + }, + { + "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", + "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare10enpjra2cfvdc83n6a3v7zvrgcnqj5xqlsca9r", + "cAddress": "0x515f8564A9B206e2031AAc4010ac20119266866B", + "amount": "85811064000000", + "delegatorRewardAmount": "89866344339260481111" + }, + { + "pAddress": "flare10h7lpdx4srewf3av7pmxunnrme0tqmhqafeygm", + "cAddress": "0xEf7D0505e3f9225C40Af92DfCFA276766b87bB6E", + "amount": "3833480965000000", + "delegatorRewardAmount": "4014644550016190878569" + }, + { + "pAddress": "flare10l4jrvdd2nc0xtrsm8jxm0n5nf0l2fmw65uc0z", + "cAddress": "0x2C27d9Ee0BBBb350B8F503EA134d618956cebcD9", + "amount": "155889964000000", + "delegatorRewardAmount": "163257050208105101541" + }, + { + "pAddress": "flare12em33gjdt8d4lrp3684893nmwr07mnagthsc4q", + "cAddress": "0x5b16c6480F73AF75d61ECbca76833dDB8b81BD8e", + "amount": "2850310000000000", + "delegatorRewardAmount": "2985010650067659595929" + }, + { + "pAddress": "flare12keaufrznakj8drukg98slt5chzpyk3776p9y0", + "cAddress": "0x48D1F722850B3c95603F889DD77a919E7Cf0E4AF", + "amount": "50050124271011", + "delegatorRewardAmount": "52415405337025689293" + }, + { + "pAddress": "flare12qad80ger76yh8204vguufsf2hllwywqmnlf4a", + "cAddress": "0x474361291c87aB60C2A7C46505E722c807B05FA2", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648849" + }, + { + "pAddress": "flare12zr5qmmgjeweeuqyv66dykl6xgrs7sg26wd34m", + "cAddress": "0xd57686f6545d50bABD08B15c6A9eb7f292EFE28f", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare13e5cc7avdr96wruyf5ree5004ykjwazysq9jcd", + "cAddress": "0xd0E68a76fbb23125323bE092476221dFC34e670B", + "amount": "77014073000000", + "delegatorRewardAmount": "80653622977882472804" + }, + { + "pAddress": "flare13elhmduqew6f4r6vv6mmjqpeq7d6vv46k6efc0", + "cAddress": "0x7E619E9C280f8C65fD1B6202deF63B5e3B584Cf6", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare13g0fw5ypr2v5d3qzuw3nhlxgpk42lqf2yglhrs", + "cAddress": "0x27600F2da6e9A1798f26a4a6e47bdA09e0A62616", + "amount": "56392908769321040", + "delegatorRewardAmount": "59057938703059393220290" + }, + { + "pAddress": "flare13hey5yjmtu7ea8p3vev7r656kksda64002l2sn", + "cAddress": "0xc4C5E0F499A26917e91c9aA368A026e582a28D5d", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare13shtpwvryyq9hf982al8v6n47qptdfjpqwc4z3", + "cAddress": "0x487011B01e860B1128125008353Ee3D56CC0430c", + "amount": "60000000000000", + "delegatorRewardAmount": "62835494737084589309" + }, + { + "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", + "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", + "amount": "599999984000000", + "delegatorRewardAmount": "628354930614713963209" + }, + { + "pAddress": "flare14603sfxc9ttcwek5l4zwneut8ac9ttq7yckgyd", + "cAddress": "0xaD079b3545253f6658c5282C5Cdde5b73A239156", + "amount": "405950000000000", + "delegatorRewardAmount": "425134484808658150505" + }, + { + "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", + "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", + "amount": "7904261783091000", + "delegatorRewardAmount": "8277803327865889702354" + }, + { + "pAddress": "flare14gqw3emr9lal9zdfcthw7vj4zdygze7nhl8dr5", + "cAddress": "0xB48bAeb3AC5940666644c2fcf4Ec275B2e426ABa", + "amount": "2162506050379478", + "delegatorRewardAmount": "2264702292458887860269" + }, + { + "pAddress": "flare14h7aa9806shktwfq7yz6l03q2m2umez959lcsz", + "cAddress": "0xAaa4bbF3124783841562A016f4596EE803252D9F", + "amount": "432634000000000", + "delegatorRewardAmount": "453079523834730903524" + }, + { + "pAddress": "flare14jd4j9z6yuppuzqs9fuyuh6e7yml9rfc4kgv6u", + "cAddress": "0x82846899C161C03ED7440D32c4D03d89Ab08E7C9", + "amount": "400000000000000", + "delegatorRewardAmount": "418903298247230595399" + }, + { + "pAddress": "flare14qnppqnmsvmqlqjk8ylrc7v2ndhdqlpudqr3v6", + "cAddress": "0x6026f1331130DA7323a1C89aA63934BC46f00FE8", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare154etkfn0ggecgu92c748d7jacvtwlw9ahdpad3", + "cAddress": "0x42F8BA994D76524CF13eC55dCD6983ebb4054Cc4", + "amount": "350694450000000", + "delegatorRewardAmount": "367267654454996244191" + }, + { + "pAddress": "flare1580ux8pr74vhsqazqt0j3yfzc0jlmeh54ex778", + "cAddress": "0x9CCfbc6D9993b40e6CEA064Fcc160d228e743CD5", + "amount": "299999998000000", + "delegatorRewardAmount": "314177471590906455313" + }, + { + "pAddress": "flare15g3k2gke35z9u0jsqqxq05u62r467yunpqm0gt", + "cAddress": "0x21804807F7a74c3De57B69c4aF46CfcBe9E5d666", + "amount": "51529121186000", + "delegatorRewardAmount": "53964297051491616848" + }, + { + "pAddress": "flare15g92xwwpy3m868msv5x889ndjzm4fngxgh9l6d", + "cAddress": "0xa6E8c074c73c10c12E9714D6ad48EdfA900C2677", + "amount": "50999997000000", + "delegatorRewardAmount": "53410167384747164059" + }, + { + "pAddress": "flare15hns7kn8lqkn9mrku0vyhvv6pk35svutpm45mj", + "cAddress": "0x44d75A5a3F90dF2d2d68A9745D36849E2DDd6C45", + "amount": "3863362429238000", + "delegatorRewardAmount": "4045938159830578051367" + }, + { + "pAddress": "flare15jx9hunya4uqac6lvd0p9kwmqk02j876w0gnur", + "cAddress": "0x39A2Cf73DA71387D3efBE03D9c8ec56C40d65064", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare15zwvyg4yn4dk5q2vqyfe60p466e2sjn8j8nfy3", + "cAddress": "0xaF59eF2E0527aCa57BbfACe87F83141f7Be9D733", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", + "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", + "amount": "250000000000000", + "delegatorRewardAmount": "261814561404519122124" + }, + { + "pAddress": "flare169yt6v5jwrgmyjcfylf2zn8fpye89fxv685kx2", + "cAddress": "0x3FA84B70A195bBAAff5d2419D7F48a108a8Ed7C0", + "amount": "77595649832000", + "delegatorRewardAmount": "81262684110654911610" + }, + { + "pAddress": "flare16h7xzcxcjz5n5876ejexmg4a6ze3adzmue0qxw", + "cAddress": "0xC0aCe27701E89ba5435E382BfBDF8DEd8509258E", + "amount": "639704630020000", + "delegatorRewardAmount": "669935948548505906298" + }, + { + "pAddress": "flare16nsh3ejhlrgfn53zjp0wc8pz958amue3u7558p", + "cAddress": "0x41F63D324C236257897C5e9b93c3539EBa2f09B1", + "amount": "270739877116000", + "delegatorRewardAmount": "283534568727355773964" + }, + { + "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", + "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", + "amount": "503250000000000", + "delegatorRewardAmount": "527032712107296992836" + }, + { + "pAddress": "flare16q9c8yx3ckdwkyeh9h34jj5weztv6sga9nxnaw", + "cAddress": "0x956647Ef4F3F7cDcB1CB42CeC653F63ce104f84E", + "amount": "150000000000000", + "delegatorRewardAmount": "157088736842711473274" + }, + { + "pAddress": "flare16uzuezefgh9dsv4yhtpwq0tgu652hncj0jmyup", + "cAddress": "0x86449A46C5928037559264Ac3aE2863406AAE762", + "amount": "2063521652250000", + "delegatorRewardAmount": "2161040065330249518012" + }, + { + "pAddress": "flare170s30r8ukcpp204p6mwlxqygnefanmakrfpv53", + "cAddress": "0x85b418A043139F1659F3fBFc52F4D674ec444838", + "amount": "53000000000000", + "delegatorRewardAmount": "55504687017758053890" + }, + { + "pAddress": "flare180l8cw4h0na8ulqa8ez49340lygvdnyx4wefnf", + "cAddress": "0x9Dda2F149a6A028056ccEf03Fb8c811a64af00EC", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare184mvjja60dnatfy7nhlmfycr8q7xtdfceapv5f", + "cAddress": "0xb69b8ae8899a4c6371b5ADA33fB29bD3961cb9b7", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648849" + }, + { + "pAddress": "flare18833wqa224ejg8prmartykaqt2pk7ja6wcj8hx", + "cAddress": "0xd0557A5B16b67212fDff07906CDbf9a11ec942fe", + "amount": "53128624995000", + "delegatorRewardAmount": "55639390604364387750" + }, + { + "pAddress": "flare18vlz3apu5au6hmf0rtnmvmyvxtgq0p283d9lcx", + "cAddress": "0x36EC72053F6E26BFB8Ef275A57D0Ad84B84ac646", + "amount": "112044975000000", + "delegatorRewardAmount": "117340023948821239701" + }, + { + "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", + "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", + "amount": "107055015647000", + "delegatorRewardAmount": "112114247871092947662" + }, + { + "pAddress": "flare19acwktse4sp6zmwlr05zuhpsa8dh6hzh6y320j", + "cAddress": "0xF8b6134d068Bc9478C17314f7DBe509769c4fFF5", + "amount": "50010000000000", + "delegatorRewardAmount": "52373384863360005189" + }, + { + "pAddress": "flare19kzyd53kl2rpa6juv9zkclgue23g5es3khx6fy", + "cAddress": "0xaef9e414e305572c03f32472D570353CFe572DB5", + "amount": "88059977000000", + "delegatorRewardAmount": "92221537022188166361" + }, + { + "pAddress": "flare19pkqvvjf6qc2guudeq84mxvzgtqqchh0tmz2aw", + "cAddress": "0x4c78Ef34eCccA0f35f91bE0d488feD33e274E60A", + "amount": "113549990000000", + "delegatorRewardAmount": "118916163317350129088" + }, + { + "pAddress": "flare19uvhftn6fsuph8337zh4587pax8cxu5vyfvapw", + "cAddress": "0x14f5653C359B232aD73796eaDBc2eA68E74C67B7", + "amount": "968580974862000", + "delegatorRewardAmount": "1014354412473024364958" + }, + { + "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", + "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1aa3tktja0ya8xzgjv8kj73e9wwqwgfyrxrj4t8", + "cAddress": "0xd22F20f36b4745e84785968fc9FCbA33e2690235", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1aetc6xwg72s8u7pd5p62v7cy7vqyvpaesh86mn", + "cAddress": "0xee31E2408965dC56f7040ff5fC9adA1e1B7cc5f9", + "amount": "83470000000000", + "delegatorRewardAmount": "87414645761740844494" + }, + { + "pAddress": "flare1an7990npt3dtkv7gtjgd4kp6zs8ytntx749tzu", + "cAddress": "0xDB997cD209523a1b279C7D095C879ecd00b2E254", + "amount": "190667653680017", + "delegatorRewardAmount": "199678272489049588846" + }, + { + "pAddress": "flare1c0d82j3ct04wekea3rrt59fuzp4jxc3wv4fks9", + "cAddress": "0xc1052e29C1Ced80f81F14116A029013e3B24c7F9", + "amount": "55769400262000", + "delegatorRewardAmount": "58404964277554415269" + }, + { + "pAddress": "flare1cq8ffjzc5zu5ptsp5nrey948dkne57khe0apxr", + "cAddress": "0x53E1F373940728E289d47245C466de2e4691A9B4", + "amount": "4481990925000000", + "delegatorRewardAmount": "4693801952991639837403" + }, + { + "pAddress": "flare1ct70x450kxxa0ht3cvr4n7stj93885rsduyhjy", + "cAddress": "0x5E55DFa773089eFe37396B9faE9d4F31C81Ce0eA", + "amount": "191030669950000", + "delegatorRewardAmount": "200058444271082803428" + }, + { + "pAddress": "flare1d9x87mx4fh0cccrvtku3p6umrsxv9e0jhc4w0m", + "cAddress": "0x77Fa775e158eFFf790a82Bf5eeBAAE249BEf233c", + "amount": "8000000000000000", + "delegatorRewardAmount": "8378065964944611907984" + }, + { + "pAddress": "flare1da385jdn45gcf2as4p8zr90eh6vla0qqg6ywa7", + "cAddress": "0x6D179F338fB4beCaF0987Fc657Ab6F2C324f998d", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1dn8qvdw87sq4esrxgqh5mhrlujv8cf5qa92q2s", + "cAddress": "0x973B2A256e7D81F321a4Cc0268f6167b598635fB", + "amount": "259025000000000", + "delegatorRewardAmount": "271266067071222262433" + }, + { + "pAddress": "flare1dvgw9n8uazknh9cle5th6wn6zdcggfzdmhh9tj", + "cAddress": "0x31c85360A302057031a1119B8BB1B573746Ab0B8", + "amount": "166658984000000", + "delegatorRewardAmount": "174534995200331079607" + }, + { + "pAddress": "flare1e4l66vt4yr6rr786z2fr8hxujdma5ufdpxklqt", + "cAddress": "0x2554bfcdb2436fAa0b1831F3619e5Cd829B1079d", + "amount": "1909382998000000", + "delegatorRewardAmount": "1999617088698463248601" + }, + { + "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", + "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", + "amount": "250000100000000", + "delegatorRewardAmount": "261814666130343683932" + }, + { + "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", + "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", + "amount": "831200000000000", + "delegatorRewardAmount": "870481053757745177239" + }, + { + "pAddress": "flare1eqtmray6cusdph2ksd40x8490ky56rj98yxpam", + "cAddress": "0xBD2d49103cd698c53010e641D59Ed420D4533229", + "amount": "300000002339000", + "delegatorRewardAmount": "314177476134959983050" + }, + { + "pAddress": "flare1exur6tmdfgxzpdjr6g9090nx2afk2rv9qgr9g2", + "cAddress": "0x128C6783d274b541Cbbb4F4133E1fbb2a599965A", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1f289kanxtqpfqk0tcvrdv52jr46kt5d8l3cjc2", + "cAddress": "0xb53c8522Ded2d4Fd8A6dceEE7E6C7163774B48B9", + "amount": "82211114664000", + "delegatorRewardAmount": "86096267713327161747" + }, + { + "pAddress": "flare1f47dhm37atr9gkvlsyxw60ht47lze4tl44rtwl", + "cAddress": "0x13c379d3b6243f23A4dfbE652Da4a1E808AF08f9", + "amount": "233879957000000", + "delegatorRewardAmount": "244932713453051167552" + }, + { + "pAddress": "flare1f4w980dhnykc8jzzmq87dfph5krxxvf8ydmkhk", + "cAddress": "0x25820aE02D575e324561636fB621bEd25C936043", + "amount": "71797996000000", + "delegatorRewardAmount": "75191043329853673248" + }, + { + "pAddress": "flare1f70fhky49gsypgy8w7qg4ztxnax8raumvzhzjq", + "cAddress": "0x930912A1Ad1ED915fCe2346Eff955E9865234076", + "amount": "72182963000000", + "delegatorRewardAmount": "75594203194894527300" + }, + { + "pAddress": "flare1f7f0fmvvxg34d0zuxtkapnd2e0yjn74lcvra67", + "cAddress": "0x6cbc6412FadBC4aaCABCCb415B73BbABb1B57DfD", + "amount": "90249997000000", + "delegatorRewardAmount": "94515053525256666232" + }, + { + "pAddress": "flare1fd95sxqs530jjhd62p7ugj82udn5yxhe2el0qa", + "cAddress": "0x38Ffd385b2c6ba91eC1a1a01B0747ee95a31b1AF", + "amount": "200987596385000", + "delegatorRewardAmount": "210485917581149152130" + }, + { + "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", + "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", + "amount": "1000000000000000", + "delegatorRewardAmount": "1047258245618076488498" + }, + { + "pAddress": "flare1fgx0ajjdpy39ljsxhrtl0lhp2pvvnvfzwszdhw", + "cAddress": "0xd438eC32D5E3b60eDf3fd986F69873C307f6721d", + "amount": "114521922413000", + "delegatorRewardAmount": "119934027551047852846" + }, + { + "pAddress": "flare1fmunu2z9xwdzmarzu0vs5p48vseefugs8ar6dz", + "cAddress": "0x558ebf487A1220Ae6fF58328048f37323Bc656F8", + "amount": "700000000000000", + "delegatorRewardAmount": "733080771932653541948" + }, + { + "pAddress": "flare1fs38g2r3h4xpsxpp6esqtq8zua9pafkxtc3z8e", + "cAddress": "0x33361078e74d340f9217fF003eaD1da3145eF54b", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1fyhcmgn8wvwytkyh8f9gamx5sdd6a5tlc5r0ey", + "cAddress": "0x19daCF0C7404241c8323DeFD08E58C55820aFd2f", + "amount": "204678893350000", + "delegatorRewardAmount": "214351658764770382421" + }, + { + "pAddress": "flare1fzsq5skzesrjth4fhyqhkpcz55xnwrwnun9x52", + "cAddress": "0xf9CA159Aa8209E3996c2F2FcDfB05ADA8229B738", + "amount": "1195000977015000", + "delegatorRewardAmount": "1251474626700616246300" + }, + { + "pAddress": "flare1g4hr5kwkrwvh60j9pmgtvsxejdrtdle6a04ql2", + "cAddress": "0x06Cb66E56D2B29bf99bf80C6B50721F4B0dEb368", + "amount": "70000000000000", + "delegatorRewardAmount": "73308077193265354194" + }, + { + "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", + "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", + "amount": "80000000000000", + "delegatorRewardAmount": "83780659649446119079" + }, + { + "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", + "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", + "amount": "500000000000000", + "delegatorRewardAmount": "523629122809038244249" + }, + { + "pAddress": "flare1gpar5z4x38k78tw2mg5ahj306lhezj2clg9a68", + "cAddress": "0x0989671cb1c720328A3109Cce2cD4E40d53197c1", + "amount": "116765984000000", + "delegatorRewardAmount": "122284139551708389366" + }, + { + "pAddress": "flare1gpnmjclggphdldy5rx092qqzftwqg7z678lmts", + "cAddress": "0x161fcB1d8f60049EcdB2153720320882eeAD226d", + "amount": "1500000000000000", + "delegatorRewardAmount": "1570887368427114732747" + }, + { + "pAddress": "flare1gpny8mlhg5wvhmla7zeqgyfur7a753vf5tpwt4", + "cAddress": "0x9f096346CcC67B25Be60B6f590FB68F63ffFe29b", + "amount": "63147718559574", + "delegatorRewardAmount": "66131968953483515331" + }, + { + "pAddress": "flare1gqnxd6wh8vyfcd4tra9x7ugemc2t48p2sz5wec", + "cAddress": "0x0BD3A28C148A9f5075358B3156Eac85f608Eb61a", + "amount": "203476000000000", + "delegatorRewardAmount": "213091918785383731573" + }, + { + "pAddress": "flare1gtyl9fts86nxe38tfen8gxjtf2rl0mga5sjpc7", + "cAddress": "0x06Ad7734782a6DCb8F837e11a80fa512b9a07f04", + "amount": "772217836388134", + "delegatorRewardAmount": "808711496570824040335" + }, + { + "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", + "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", + "amount": "1400000000000000", + "delegatorRewardAmount": "1466161543865307083897" + }, + { + "pAddress": "flare1hjakr2lcv79drzf5zu7jdqemldcf0xstqjayw9", + "cAddress": "0xEa54089AeA82fF3e4da3D80000b213D095A06591", + "amount": "72350000000000", + "delegatorRewardAmount": "75769134070467833942" + }, + { + "pAddress": "flare1hm6me5k4n75a66gwkhqep4fggvwspjzrgpjese", + "cAddress": "0xc35D55f075D0ef43Ee9e9c2183ce38Ac58f209A9", + "amount": "1597917000000000", + "delegatorRewardAmount": "1673431754063299928271" + }, + { + "pAddress": "flare1j4ulq4fk2aak93qftnmej649w56ce5dx3qh8sd", + "cAddress": "0x187a9e4f8dd811cfca029B1898125De594b3994E", + "amount": "7578669000000000", + "delegatorRewardAmount": "7936823601060102123011" + }, + { + "pAddress": "flare1j82e3qduv7868jyv7w3lrevyn44tgu6pazqgu9", + "cAddress": "0xbB35aD43DB34433CDbd189695D91c4644842973F", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1je0ly86cua0ns4cnalxfj9e7qrxsv5xn4d7qkx", + "cAddress": "0xe44C49F4127e6174ebA67059A82c3c09412bD02A", + "amount": "300000000000000", + "delegatorRewardAmount": "314177473685422946549" + }, + { + "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", + "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1jnm4gk30g8zcgggyq6xlperpnklh36m5hreuag", + "cAddress": "0xA314AF25870746cD949a2cFe2E7d07923EdA6321", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1jnuygfpw2g66d4znjnlf899ghgss7zzv5dse3s", + "cAddress": "0xc391f45E0CE1EFe30778082A9e9c982FDf4F4232", + "amount": "50009989000000", + "delegatorRewardAmount": "52373373343519303390" + }, + { + "pAddress": "flare1jqexqu4vj0pr5drl4yfcwvtv9gnkw7fxr4sqe0", + "cAddress": "0xEf01281e7B22FF3E3bd232c66FbE6148fE24613A", + "amount": "75000000000000", + "delegatorRewardAmount": "78544368421355736637" + }, + { + "pAddress": "flare1k7nuznx2kpezwq7pddznqyvgxy8kaaefhpf4s9", + "cAddress": "0xaf07a0626441F784c2BB2Bc3aea7b6c64Fa7B172", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", + "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", + "amount": "299900000000000", + "delegatorRewardAmount": "314072747860861138900" + }, + { + "pAddress": "flare1kdaj5afd3zfj99xk629pqyx5hy4cj5ha9x5st3", + "cAddress": "0xbeA1d7BEB5cc34Fad18E4E44fa2724f7EFD61316", + "amount": "67508161730490", + "delegatorRewardAmount": "70698479018774327937" + }, + { + "pAddress": "flare1kkggt5379uy0ds8302hzpscfhuwm2txrtsx97g", + "cAddress": "0x86d15E3Ec9ae92E6596E6a6527Eb619c07038b95", + "amount": "118437922868316", + "delegatorRewardAmount": "124035091317721675736" + }, + { + "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", + "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", + "amount": "62646693854651", + "delegatorRewardAmount": "65607266699994539901" + }, + { + "pAddress": "flare1kuycww9mzy0fh3lhh9uy0g2kft0pm9ygy66qlq", + "cAddress": "0xdC5CB4651570D70145bD00C405b03eD7E735A6ae", + "amount": "129767148151000", + "delegatorRewardAmount": "135899715911477278246" + }, + { + "pAddress": "flare1kz2v9258txnx0y8r2p4w4sr8tyaqs9a6y9hg2t", + "cAddress": "0xE0a598dD7a75e70acC99958a5E7C3A529f3D4441", + "amount": "827002993000000", + "delegatorRewardAmount": "866085703570078390891" + }, + { + "pAddress": "flare1l7uqfsq9ffyfvqqsgfhw6cg4q5rrgyzx88hv7w", + "cAddress": "0xA8Cf24EB0F02bd1DA037d9625808D52de63Cbb30", + "amount": "50008000000000", + "delegatorRewardAmount": "52371290346868769036" + }, + { + "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", + "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", + "amount": "702024000000000", + "delegatorRewardAmount": "735200422621784528761" + }, + { + "pAddress": "flare1lc5huux0ydpg44k87hurn32ngdv7rgna342d96", + "cAddress": "0x8A2B259A87F08fbcb63500Da471A2856133AeD0F", + "amount": "241230340162000", + "delegatorRewardAmount": "252630462827907937256" + }, + { + "pAddress": "flare1m2v59xa5pra8k29sup3g0nmg289mffw5wjlpks", + "cAddress": "0xd2d169E55f23Ce26f56Fb45723BB77173B112Eab", + "amount": "58165681558000", + "delegatorRewardAmount": "60914489623610785918" + }, + { + "pAddress": "flare1m5d2nzr6f5smec6ja8pvw3d0aewgvdkwnq5jyj", + "cAddress": "0x81105CFb28feAc3dbd8f47D77e58dCaAc8F0b493", + "amount": "84568979000000", + "delegatorRewardAmount": "88565560581251952576" + }, + { + "pAddress": "flare1mjvgrqetapwj0nyt9j0pq3s8y6c00jc3d4sxgt", + "cAddress": "0xd343D6DC7e50314F619010BF5cfa923161c9DA04", + "amount": "387302983000000", + "delegatorRewardAmount": "405606242499227702717" + }, + { + "pAddress": "flare1mkcd8gm5rvt88x25eas087hq4mq3y5wpmnlytv", + "cAddress": "0xF1c26Ce42cB2eb8AcF6CdC8F0626530AF1eC138a", + "amount": "50230322341670", + "delegatorRewardAmount": "52604119252367795818" + }, + { + "pAddress": "flare1msgwtynf3d0w0afzzmfxamnwaldha25zhnqk0y", + "cAddress": "0xE968f7F5F0F357a3743D7F592AFC429f9a23699C", + "amount": "164328000000000", + "delegatorRewardAmount": "172093852985927273202" + }, + { + "pAddress": "flare1mtuda2zd9k8ej42enysptaemf4dq0rauzqyftw", + "cAddress": "0x7af18fD206127cF406729f6180a2dA7C4687dEE5", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1mvmfw734vc793zsk49h7uyqxf0ptuthh4kdzf5", + "cAddress": "0xdEa62Eada1aEf16829D6dcB7008DB157E83F1635", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1n5gqj0wkg0gh2s2ce0vtqcreqs0jnamkfcm2aq", + "cAddress": "0x909A1477824e9214851913B65f1672DDD3989E3c", + "amount": "123087998000000", + "delegatorRewardAmount": "128904920842121307580" + }, + { + "pAddress": "flare1nduyezajcql7j546w2h842we0nq48400087qm3", + "cAddress": "0xDd629E7B4949a332aA80fed1bc8eFb96cA115f96", + "amount": "51000000000000", + "delegatorRewardAmount": "53410170526521900913" + }, + { + "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", + "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", + "amount": "4768921725069359", + "delegatorRewardAmount": "4994292599286067803371" + }, + { + "pAddress": "flare1pcxs6qwuyjwnu6k04r7qhfft54hu07f7yzmt7a", + "cAddress": "0x65b34F76a4D5bEdF2C5ecA8c3260A52fd03fb867", + "amount": "64335000000000", + "delegatorRewardAmount": "67375359231838950887" + }, + { + "pAddress": "flare1pkzncdlywxfw4z0vqewpsl7e47n32zjhcv9wdy", + "cAddress": "0x29F6D8648ABcb33d0d17d5067Dc533e116b7CF15", + "amount": "250000000000000", + "delegatorRewardAmount": "261814561404519122124" + }, + { + "pAddress": "flare1pss3m7q436nd44cc8y9v33jffs7nu8jye24yy8", + "cAddress": "0x0898d3c7486c3fC4619701e78a7d9eF1F91c6CEb", + "amount": "1559449991000000", + "delegatorRewardAmount": "1633146861703785169426" + }, + { + "pAddress": "flare1q0u73q9mw9pwgq8lcddq0v6yrd2vhec0698fcx", + "cAddress": "0x058Fc775F8819532A8449B152F83D33612433344", + "amount": "162073000000000", + "delegatorRewardAmount": "169732285642058510720" + }, + { + "pAddress": "flare1qegjh489yqw0cz630gpqz6yca5zmx86h02sycs", + "cAddress": "0xE9B479469F8308Da2DF880522B2f59539c518a60", + "amount": "250000000000000", + "delegatorRewardAmount": "261814561404519122124" + }, + { + "pAddress": "flare1qk47jz66c5ngajfl6h0zk75lx6u7j3jzpkjglu", + "cAddress": "0xa5742045395838A148d430651D17c3Fe1E923345", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1qntscv6gr2rddjqcwaadgfu6uj0m5hm9e6dkpd", + "cAddress": "0x9a70dADaDD78AE2caea35fefd1d58e6BB8F055e1", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", + "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", + "amount": "250000000000000", + "delegatorRewardAmount": "261814561404519122124" + }, + { + "pAddress": "flare1r3u9csgne347p4yt7xv6x2qcyy4jk65cdnflfe", + "cAddress": "0x185178dfd671c4340cD2ef152DBf28BEdf7134A9", + "amount": "74999974000000", + "delegatorRewardAmount": "78544341192641350567" + }, + { + "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", + "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", + "amount": "1328577146000000", + "delegatorRewardAmount": "1391363371088231067099" + }, + { + "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", + "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", + "amount": "570000000000000", + "delegatorRewardAmount": "596937200002303598444" + }, + { + "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", + "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", + "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", + "amount": "75050000000000", + "delegatorRewardAmount": "78596731333636640461" + }, + { + "pAddress": "flare1rhd08e04acjdf33mu423456thcf3cvhagm59kz", + "cAddress": "0x4a04b932202469f3675D1A1efeD6d60381a2b0b0", + "amount": "681094622148000", + "delegatorRewardAmount": "713281959090621182652" + }, + { + "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", + "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", + "amount": "1700000000000000", + "delegatorRewardAmount": "1780339017550730030448" + }, + { + "pAddress": "flare1rynpmc5fzfy4xen9k3r6vx6h26c9u4vkylhlmf", + "cAddress": "0x424456c44FC32f9f8C6292cEAc5d16323D907871", + "amount": "240228995000000", + "delegatorRewardAmount": "251581795850293668665" + }, + { + "pAddress": "flare1sfexpqf48jsvv7ltcahex93jx26uyu7ahfe9ap", + "cAddress": "0xe01a1296BA44EE51EBc9Da978E2e95BBeDFb40eb", + "amount": "134485731017000", + "delegatorRewardAmount": "140841290725527953545" + }, + { + "pAddress": "flare1sfnu6e5hnfmmgjfqhj5gvyzhe62vx5r9nu6qmz", + "cAddress": "0xA0BA1672aAEb5C764523466e8C3a28625B9A507d", + "amount": "101419979000000", + "delegatorRewardAmount": "106212909278162159483" + }, + { + "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", + "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1tnnelmazadnwmg39xkhudnt2uqvc98v7ahrgjp", + "cAddress": "0xb020cB5C1f050f5edd4584693784CA882F6f6F65", + "amount": "700002000000000", + "delegatorRewardAmount": "733082866449144778102" + }, + { + "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", + "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", + "amount": "150000000000000", + "delegatorRewardAmount": "157088736842711473274" + }, + { + "pAddress": "flare1u6f8wkvvnyaru6tv4fl7px4y6d7lps6grc0xmg", + "cAddress": "0x236066A85426c4Abe4B75a45E2De45db7d8298a8", + "amount": "50001000000000", + "delegatorRewardAmount": "52363959539149442501" + }, + { + "pAddress": "flare1u7vrjgtucw72dxl93zp9zp5fptw5x48kmffthw", + "cAddress": "0xBaDB542F685CFa7C0cfC62ceFf2d0A6809Dfe11a", + "amount": "80000000000000", + "delegatorRewardAmount": "83780659649446119079" + }, + { + "pAddress": "flare1uagw84kfjjfyujvsmge8ncxeld20mwjt309ck8", + "cAddress": "0x377e47eA006e467Ec186b5ed4C4BcdDB1A831Bef", + "amount": "3973739985000000", + "delegatorRewardAmount": "4161531965233501581137" + }, + { + "pAddress": "flare1uc4umk6mfcte8kk5tpfeegnvultf53p627lzy9", + "cAddress": "0x471eAB2C25048E236bcF4B2Dfe615Fb55bAAbA12", + "amount": "50000996000000", + "delegatorRewardAmount": "52363955350116460029" + }, + { + "pAddress": "flare1ugp4nkvg08j76s547r6jg0ryrcdmsndjwc27t9", + "cAddress": "0x98aA8783bD0a511D4d32802950F6298Db5cEfb2B", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1unxe2frn3fh7sdssyjggv8emxlmxujw7jk8lp5", + "cAddress": "0xa1D409dC422382851381d1E70F79d65210347d47", + "amount": "60000000000000", + "delegatorRewardAmount": "62835494737084589309" + }, + { + "pAddress": "flare1utx5d5cvf2074llkcz6hxjkjaqvwwc9mqh3n34", + "cAddress": "0x056D11E02668d4A068875B41C108dCAD42b1e368", + "amount": "117969991000000", + "delegatorRewardAmount": "123545045810240272785" + }, + { + "pAddress": "flare1uz4emx0vd079vrgk8zlrardyqxgccvgqhrnume", + "cAddress": "0x5B416D5270157C261e3BEe6C0e5D7E076996c960", + "amount": "600000000000000", + "delegatorRewardAmount": "628354947370845893099" + }, + { + "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", + "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", + "amount": "752000000000000", + "delegatorRewardAmount": "787538200704793519351" + }, + { + "pAddress": "flare1v22h6ca72jfvkc5s53yd0w49un0q3tevm9kvpf", + "cAddress": "0x848A584C158e85ae2871bCe07F703bD86B127fE4", + "amount": "700000000000000", + "delegatorRewardAmount": "733080771932653541949" + }, + { + "pAddress": "flare1v99a78merl79cry70833836defzldcq7wfdmjn", + "cAddress": "0xBCc104AE0301d21008bD15f9de3296D83128cB6c", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1vax0hflkp0224u856tvy7us6tcg9ucmrsypxvp", + "cAddress": "0x3441d1EFB5b4a66c07a190CfaB824773aF59cdC9", + "amount": "101723981000000", + "delegatorRewardAmount": "106531277879346545972" + }, + { + "pAddress": "flare1vlyjdzwdh38ylxgrx3peetqwc4nj4pf29rz8mc", + "cAddress": "0x86c22169ddddB819276A4cB3DB06FF8c0695E9D7", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1vmlh28thwmws2pjqvd78gek0edq77l6v7a6szr", + "cAddress": "0x3f30BCABFD0b1c2f941284CC3B93095A5c53eBB5", + "amount": "199999973000000", + "delegatorRewardAmount": "209451620847642666011" + }, + { + "pAddress": "flare1vurvrmdu09v9lwmhjul0arukdymkttet0y4quj", + "cAddress": "0xE858254fCe3697bdb28e19f6AcAdC21984E24530", + "amount": "13625005000000000", + "delegatorRewardAmount": "14268898832837520246190" + }, + { + "pAddress": "flare1vvep3a7394hl5sr0883xszp5qm8tv2k9dskv93", + "cAddress": "0xa39920849b02CaceB28748D94b2d9adBD0cF7907", + "amount": "90316287670191", + "delegatorRewardAmount": "94584476976221739412" + }, + { + "pAddress": "flare1vzkckh2t0ztqsadw2g55evdk0rjgfg76serlhj", + "cAddress": "0x4719ac741d80E68f5Ba848866c96a4D01FDa6eba", + "amount": "911025419705000", + "delegatorRewardAmount": "954078882753730110070" + }, + { + "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", + "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824425" + }, + { + "pAddress": "flare1wa34teseglnlfgwnpptjkjf5racnhhgzr2qnlt", + "cAddress": "0xcE23A5E98C120d6De7bf119f126487915Ac0bE11", + "amount": "106000302758000", + "delegatorRewardAmount": "111009691101328034618" + }, + { + "pAddress": "flare1wnyl92jfffygmjxwd0sc5xpxqse0hn6fqkvljl", + "cAddress": "0xbaC14b097fE2f1206672f2015dd2F063F57dA9D8", + "amount": "100000975000000", + "delegatorRewardAmount": "104726845638597126474" + }, + { + "pAddress": "flare1wq9lawvhjn9cqlqfnqdgh3x6uxq7jx8nx5ucac", + "cAddress": "0xbf9307c2b1C4bc25e3349449C5498187587F1bC9", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824425" + }, + { + "pAddress": "flare1wv6jn3wq2u9kzd2zpctemf05juefx9wzq5rvjr", + "cAddress": "0x164C935302e700eA04485B2A43184Da514f91635", + "amount": "598000000000000", + "delegatorRewardAmount": "626260430879609740123" + }, + { + "pAddress": "flare1ww0zqrjp2vp786jpdl2tajd85t7cx53sk8waz8", + "cAddress": "0x3A0D9c760171f806cbdd31BB3b85653AF487296e", + "amount": "550000000000000", + "delegatorRewardAmount": "575992035089942068675" + }, + { + "pAddress": "flare1x4h89gur43z3hhp3areyzvh60sl6yt667yt29u", + "cAddress": "0x1682Eb9B28d718516554eA8CB81152836e37c4a8", + "amount": "214549975000000", + "delegatorRewardAmount": "224689230415902170155" + }, + { + "pAddress": "flare1x7dqq4pqaejerjjfsm2fz99h68l5jna93v8spm", + "cAddress": "0x709465e5355A7f000fd98d9B2CAAC4b642b4540B", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824425" + }, + { + "pAddress": "flare1xahq4sm7czewqq07502x4z7pday6grl6cf9z5r", + "cAddress": "0xE7d9294B83f8901531759bA1fad96B69B6c191b0", + "amount": "80000000000000", + "delegatorRewardAmount": "83780659649446119080" + }, + { + "pAddress": "flare1y6dw4sh6quyjwmht775ukummvme94e5g4gtyyd", + "cAddress": "0x24e260f48Baa5a53fC87040a32eEB21128513685", + "amount": "58800990000000", + "delegatorRewardAmount": "61579821628006059419" + }, + { + "pAddress": "flare1y6yl4sd4khggwmygtaq0pqp2cuv23kgzdl26vm", + "cAddress": "0xb79b7aEC0A18Df3bF6d037878A54Ba95ac4FeB9C", + "amount": "117740000000000", + "delegatorRewardAmount": "123304185839072325756" + }, + { + "pAddress": "flare1y9hj8phw6u3yqgxxpgemkl2q6s4uw8zjvp6wje", + "cAddress": "0x855B9a0679fa989C2B107684fcd6B5BF74C75F9b", + "amount": "199999998000000", + "delegatorRewardAmount": "209451647029098806464" + }, + { + "pAddress": "flare1yg643qy0m9xcmt69xmdzjnhqhxpr0x4f00p0dw", + "cAddress": "0x1d6566b68E1A1eC40E8ef08c3F217CF0E840AdE2", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648850" + }, + { + "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", + "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648850" + }, + { + "pAddress": "flare1ywcwxvuuk43g94pmem2ngzkvksmuf7dl5tyezu", + "cAddress": "0x7e63259055f26A569AB8EB787822a94cc054471D", + "amount": "56145004000000", + "delegatorRewardAmount": "58798318389259886919" + }, + { + "pAddress": "flare1ywk26gwjfapl57fftkqe6undsn5wgj8lgr9zm8", + "cAddress": "0xe05848dCF80dCFEF493EFb6b0fD654F41499E807", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824425" + }, + { + "pAddress": "flare1z8f68z4yv9sg5u7ux5muc9v8nnpyky6eu59kz5", + "cAddress": "0x2620eaAF2c51921025043CD861840bC050DdFaB9", + "amount": "441615977000000", + "delegatorRewardAmount": "462485973309932817331" + }, + { + "pAddress": "flare1zgx2stzl5qddnnw85tnsa5ajzzan6zcch95tmt", + "cAddress": "0x8Ccf9B061cfB4F5617A07f220D6bbF4f358aaF78", + "amount": "121500000000000", + "delegatorRewardAmount": "127241876842596293353" + }, + { + "pAddress": "flare1zll3yfnahrttv829ymxxlul5s7wc80qttuf8cn", + "cAddress": "0x59bB624841caf0f73f84494f4397f5ec4f5924c6", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824425" + }, + { + "pAddress": "flare1zzq2gw00pvl59zzjlkjqegwjxmy9lqct2qd42g", + "cAddress": "0x21cfC00363c51d0fe65539B166839E76acbE1A46", + "amount": "61783000000000", + "delegatorRewardAmount": "64702756189021619689" + }, + { + "pAddress": "flare1zzrejt36cnkx7ark96ze7hefglxelemfzhy7u4", + "cAddress": "0x2F69527B887Ebd1371FEC590577285FC2eccb4EC", + "amount": "74668972000000", + "delegatorRewardAmount": "78197696618825276015" + } + ], + "totalStakeAmount": "191623907973247931", + "cChainAddress": "0x4705B22512229FC92B50d6d263Ae16e57a6E51ea", + "eligible": true, + "overboost": "0", + "rewardingWeight": "191623907973247931", + "cappedWeight": "191623907973247931", + "nodeRewardAmount": "236093785508874549789704", + "validatorRewardAmount": "65086385483682180054606" + }, + { + "nodeId": "NodeID-7HLcuEFt7c1qTggK8AkLim9ekhPu2NYLM", + "bondingAddress": "flare16rg8a4lj05uxmdvrj3a5s4uks4cgha3r0v2eal", + "selfBond": "30000000000000000", + "ftsoAddress": "0x6434b1ED626585D3e58E995aD3C2cc0D6718755c", + "stakeEnd": 1761969499, + "pChainAddress": [ + "flare16rg8a4lj05uxmdvrj3a5s4uks4cgha3r0v2eal" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Chainbase Staking", + "BEB": "30000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "1052369000000000", + "totalSelfBond": "30000000000000000", + "delegators": [ + { + "pAddress": "flare1m3kgzn878ackqgtr20yg4n7e66rupfqsqd77kn", + "cAddress": "0x993A7995be8821C1D49e4e1D7DcaE940D502484E", + "amount": "882229000000000", + "delegatorRewardAmount": "923921594773390002370" + }, + { + "pAddress": "flare1rc5n3gx8ekc7jk23q07w5fre9f59vslv5q9m8v", + "cAddress": "0x17F7Ffec85d54bE5d3985a1F2720D60790de39Bd", + "amount": "120000000000000", + "delegatorRewardAmount": "125670989474169178620" + }, + { + "pAddress": "flare1ykhuzgspurm0nfnsh30a58jathd3kk84x2vwua", + "cAddress": "0x7187E970383dc109cb51511968db319deA0f8d10", + "amount": "50140000000000", + "delegatorRewardAmount": "52509528435290355134" + } + ], + "totalStakeAmount": "31052369000000000", + "cChainAddress": "0x15646dDb42Ee60B26A0BA727CFeB4E8b1A319cdE", + "eligible": true, + "overboost": "0", + "rewardingWeight": "31052369000000000", + "cappedWeight": "31052369000000000", + "nodeRewardAmount": "38258646448500169636534", + "validatorRewardAmount": "37156544335817320100410" + }, + { + "nodeId": "NodeID-7joNh7X4xsHBSXCpLQig22nSqU6xp41k8", + "bondingAddress": "flare1yy8k3ejh39de9qr6kfygsccuv6esfpqmk6xysd", + "selfBond": "8730800000000000", + "ftsoAddress": "0xCaA49C97318b6Bb62b7F9241891D70F87FC05D35", + "stakeEnd": 1739244632, + "pChainAddress": [ + "flare1yy8k3ejh39de9qr6kfygsccuv6esfpqmk6xysd" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "DataVector", + "BEB": "8730800000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "11972633223124166", + "totalSelfBond": "8730800000000000", + "delegators": [ + { + "pAddress": "flare10c3nsz8874x35zvuvg50rc0rexmer40ht5c7rl", + "cAddress": "0x1C544dBD208E17Ab18D26CdB8BbdB7928c16f2ce", + "amount": "73207966000000", + "delegatorRewardAmount": "81177507570100015646" + }, + { + "pAddress": "flare10yljv356a3zj8c4a3nctvx32xe7kjasyte0gfu", + "cAddress": "0x8d17Aa0eCe992dF87F10DACa223AF0CB5834d188", + "amount": "142424250000000", + "delegatorRewardAmount": "157928791964262702688" + }, + { + "pAddress": "flare12x5c925zp2xer5jel8xlpy5sg4npc7lzknnj43", + "cAddress": "0x1023993e27375b5a86C7C8Fd1aF1E00975BC1ADC", + "amount": "250000000000000", + "delegatorRewardAmount": "277215417957726129308" + }, + { + "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", + "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", + "amount": "360000000000000", + "delegatorRewardAmount": "399190201859125626203" + }, + { + "pAddress": "flare15mw52p02ru3kndt2spg7ts4w4gsj9qaautydys", + "cAddress": "0x04dE9F11549c06a849713CC7E94B3062fCb427B6", + "amount": "346872386203000", + "delegatorRewardAmount": "384633494077033757812" + }, + { + "pAddress": "flare162r0fuqzmxj9wsacjm9fa27q37ftd38yuud5gr", + "cAddress": "0xCdf75862Aa6D3e39cc1fcA149b18899b5366Acd6", + "amount": "1280000000000000", + "delegatorRewardAmount": "1419342939943557782058" + }, + { + "pAddress": "flare17u6a5z4eaad8u9lne8n697lqy7ftsftt5wqaz4", + "cAddress": "0x5D1470ddE778504199b9440e14A59b0180496002", + "amount": "68999998000000", + "delegatorRewardAmount": "76511453138609068027" + }, + { + "pAddress": "flare189nezdjfhsn2qm7q6rwnrg93lsv4ggc5v0w8vh", + "cAddress": "0xF4E1E0c6f42b4fc7747556A5f07e38b58Ac6070f", + "amount": "63420998000000", + "delegatorRewardAmount": "70325113871464451725" + }, + { + "pAddress": "flare192s0w06kwjlhfqufm98e6nmr5n9rj4fjde87h9", + "cAddress": "0xb88D306A514dbAE3fB293Cfc3a6B081FFE2B09b9", + "amount": "60901000000000", + "delegatorRewardAmount": "67530784676173916004" + }, + { + "pAddress": "flare1956v6w53qkr7cxaz4fmcnjd3m6p7q0u3lyf6tk", + "cAddress": "0x6E5E312086CfeA6adF6561C9399Ee22c901bADd0", + "amount": "207186376162862", + "delegatorRewardAmount": "229741031452537821325" + }, + { + "pAddress": "flare198mlse6r8x39s987mzvjw5pgmnxjtw2mzv9g4q", + "cAddress": "0xECD3ba1B00fab097a4D4E577cD7CcB8e3C32295f", + "amount": "336689982000000", + "delegatorRewardAmount": "373342616329237148951" + }, + { + "pAddress": "flare1adp0xfalw30xur52h8rgch5pa9jxvney87y38k", + "cAddress": "0xDAF1DBE2f0B63050a21f8D1A7D2f34840c44C303", + "amount": "778022981824304", + "delegatorRewardAmount": "862719864348563171961" + }, + { + "pAddress": "flare1apxf76h5nuagd9c3kd587eqk5svecyzmsaayq0", + "cAddress": "0x3F37eca2D25c2b513E6cbcAe79b079E6fD47b951", + "amount": "401317110000000", + "delegatorRewardAmount": "445005161528947009542" + }, + { + "pAddress": "flare1cgt092c26kfqnlu56xf9dngp2de78h8f0rqj4w", + "cAddress": "0x6fE52F00Ccbbd5DEf586fdFa9588D9e4701a067F", + "amount": "51899996000000", + "delegatorRewardAmount": "57549916332577257120" + }, + { + "pAddress": "flare1lxal68k3vy776cl3l0uwmgd3u4dg20e6chtg54", + "cAddress": "0x40ada26B347d9cc25Af9C41a85BEEa2664D5BA73", + "amount": "116999987000000", + "delegatorRewardAmount": "129736801189014094714" + }, + { + "pAddress": "flare1n59cynmjg8zdxsg7pp7tez9s45zw8st5nm5ky2", + "cAddress": "0x6Afa7820c9a9eC8B2Ebd27Bb54217862F6d59a21", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1nqs54shg6p6rhgvrgz63mnf44zqe690gxy5jta", + "cAddress": "0x033d8e968e081d089880c26CEae5a07Fcb06Dff8", + "amount": "2854444992000000", + "delegatorRewardAmount": "3165184645978472870047" + }, + { + "pAddress": "flare1p0ndqvp45wsxvjudvu3hxjrk4zey4sk6kt4wu9", + "cAddress": "0xb56176f0D7fddc8246d2117f65E5D7371f7BF4cF", + "amount": "57986766098000", + "delegatorRewardAmount": "64299302399495895648" + }, + { + "pAddress": "flare1pq6z7jhavz8fs39jw22dscnsw273mjxuy6qas2", + "cAddress": "0x8a31959A732e009cAF2F504c1937043a646c38b4", + "amount": "2566745000000000", + "delegatorRewardAmount": "2846165151863615015087" + }, + { + "pAddress": "flare1pt60l62km6wryhgzmdgzy8j7rvyj9wte4ayktn", + "cAddress": "0x09fEcA812F9DB6ECc6cB91C0a753A64A127E2Eb8", + "amount": "54006445836000", + "delegatorRewardAmount": "59885677819352151760" + }, + { + "pAddress": "flare1qtx7ecax6ssdfxhqn5x9h5tnnmsczeqlw83wmu", + "cAddress": "0x6D537DABa0420FC2193B32D00C1d64c012c98f30", + "amount": "403000000000000", + "delegatorRewardAmount": "446871253747854520445" + }, + { + "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", + "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", + "amount": "200000000000000", + "delegatorRewardAmount": "221772334366180903447" + }, + { + "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", + "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", + "amount": "900000000000000", + "delegatorRewardAmount": "997975504647814065511" + }, + { + "pAddress": "flare1waj2pdsp2z56gexk0wjscq9t3umjm2u8flmrya", + "cAddress": "0xCF5aa529e6333B280ce71127713eEBFEaADFF282", + "amount": "51221988000000", + "delegatorRewardAmount": "56798099248182529211" + }, + { + "pAddress": "flare1x84956nvkayu5j5hczj5smleqh365x4pty6q6t", + "cAddress": "0xd4e1383cBa0ef905a35cCbb3E42f0B1E61a0B458", + "amount": "173270000000000", + "delegatorRewardAmount": "192132461878140825701" + }, + { + "pAddress": "flare1y0a98wuapegnkaz8wnuv8e9sgf9436vmdjg258", + "cAddress": "0x25De42b15a2Bb43f96B88ae7899D78C469D24891", + "amount": "74015000000000", + "delegatorRewardAmount": "82072396640564397843" + }, + { + "pAddress": "flare1yfhwhndqn7dan5wgamd7lsaqh436kk3vh7peva", + "cAddress": "0x8cE5c5188449552133Eb48C3b43c977eD2ca12a5", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225863" + } + ], + "totalStakeAmount": "35703433223124166", + "cChainAddress": "0x82ebF2f88E70f74B9943E4b6510225d0102589dC", + "eligible": true, + "overboost": "0", + "rewardingWeight": "35703433223124166", + "cappedWeight": "35703433223124166", + "nodeRewardAmount": "43989076282107247218951", + "validatorRewardAmount": "30713082190095553639443" + }, + { + "nodeId": "NodeID-7niiMEHRfGLgT6VZ7bwb6Xa6vpGn8upVw", + "bondingAddress": "flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn", + "selfBond": "8340000000000000", + "ftsoAddress": "0xB95f930711DA83226416FFaAB084249B2e01e1F2", + "stakeEnd": 1767178829, + "pChainAddress": [ + "flare15er27a84wdxzan3lsh83l8gg4sglekwwjxr0qn" + ], + "fee": 125000, + "uptimeEligible": true, + "ftsoName": "PRICEKRAKEN", + "BEB": "8340000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "5985000000000000", + "normalDelegations": "100827006309022144", + "totalSelfBond": "14325000000000000", + "delegators": [ + { + "pAddress": "flare12mhnzq63jlawvk2pevxuvkwnxg5zmxl7cmq07w", + "cAddress": "0xB815F9a76d29B719b200c82016F33Af5E6cADc16", + "amount": "130061000000000", + "delegatorRewardAmount": "140213556291665959293" + }, + { + "pAddress": "flare12r5j5x0rxan9qd5av756s7kxny5zw4fevhz9kq", + "cAddress": "0xFa069cc7D5643f6AAB51073ed30A026b125B7c9e", + "amount": "80000500000000", + "delegatorRewardAmount": "86245335727938602474" + }, + { + "pAddress": "flare1395qwueuctwl7jj04xp07mt8suvd0xpjgly9sw", + "cAddress": "0x986Ab401DBd27c3D84F483D2Db90ffC0F653c718", + "amount": "50444000000000", + "delegatorRewardAmount": "54381656557898198926" + }, + { + "pAddress": "flare13wcz5eg3hhf2frxgs7j8hj4qgetecs4unl24sd", + "cAddress": "0xAC899C1C7b1cD31Ab024f56401B7b53A756e4684", + "amount": "165000000000000", + "delegatorRewardAmount": "177879893189540932972" + }, + { + "pAddress": "flare16nrawqly3rc9swq0aqwk89qf7fg068trngm4pz", + "cAddress": "0xE3D69450e9B94e8B62B9C0606F4D759E7401Bb55", + "amount": "4400000000000000", + "delegatorRewardAmount": "4743463818387758212607" + }, + { + "pAddress": "flare17zx65ulvsz4pxqwx6unud8jl44dvlsueza0gle", + "cAddress": "0xD55C19068c4bdF2f73E90d6964d73e30fc6A1326", + "amount": "99999998000000", + "delegatorRewardAmount": "107805993716329132837" + }, + { + "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", + "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", + "amount": "600000000000000", + "delegatorRewardAmount": "646835975234694301719" + }, + { + "pAddress": "flare199kzascjsrp4y63g3r8zpyw6qxwhwk47l0chda", + "cAddress": "0x929BF1f0AeBb7a22331Bbc9144C0A1db4210241C", + "amount": "100000000000000", + "delegatorRewardAmount": "107805995872449050286" + }, + { + "pAddress": "flare1a93kxv0f4pwyv0w8zcz7q7mqrpsugmad440zyc", + "cAddress": "0x16b57a4C93E53785Cc4cf9A6BCd42B600cd57aF2", + "amount": "52499995000000", + "delegatorRewardAmount": "56598142442735957777" + }, + { + "pAddress": "flare1axeyvufctxl7y769enfkstl6unxqzjskrwwy5z", + "cAddress": "0x9fBC96366B3840dD942036e81022568e8fA0aDa2", + "amount": "80000000000000", + "delegatorRewardAmount": "86244796697959240229" + }, + { + "pAddress": "flare1cnzsrxztzl6v0l9zl0xmr89canwrk62zuct26m", + "cAddress": "0x9a5f27CD3169BBA7AAEC562C35D25E920AB805cc", + "amount": "145785977000000", + "delegatorRewardAmount": "157166024347229521787" + }, + { + "pAddress": "flare1eshs4q9rqfdvsggxpfz5ewclfcl75k9kcf8756", + "cAddress": "0x0D43E74766424EBeA04Bac1cC5e896667a7b5442", + "amount": "55000000000000000", + "delegatorRewardAmount": "59293297729846977657592" + }, + { + "pAddress": "flare1ftch65mul4klgumxuyx76g2ak4re9xpmt4wf8a", + "cAddress": "0xBe45aFCb3F53FD53b9a2e1A5B731B8a5dA8dA1De", + "amount": "56221994000000", + "delegatorRewardAmount": "60610680531048552705" + }, + { + "pAddress": "flare1lvx3ml58qnmjsmpelq68p42lxtftcx6xmezvjf", + "cAddress": "0xC608e849603Bf012BC3aF7AF0b2a14E6a00CFfC0", + "amount": "90000006000000", + "delegatorRewardAmount": "97025402753563897604" + }, + { + "pAddress": "flare1m02snesu93e9t3w8jcmgc0mr9rygjnp24v0gue", + "cAddress": "0x20864C8Aa16bE02FD14fEb8BAD4894835876DB69", + "amount": "1121408000000000", + "delegatorRewardAmount": "1208945062193313445837" + }, + { + "pAddress": "flare1m68cpvlajje6dg0zpvyvv5xzn9g2yf5lewkkxq", + "cAddress": "0xc7E0bA5F3d45e77D87AeeF227D043342662dC2a9", + "amount": "173199998000000", + "delegatorRewardAmount": "186719982694961837647" + }, + { + "pAddress": "flare1m7xlwgr9qfjh2dkxqyd2k7vj4kpelv88pk8vzr", + "cAddress": "0xcd2D7Bd83d5Ee91546fDb5E5d3eF45698d670189", + "amount": "100200000000000", + "delegatorRewardAmount": "108021607864193948387" + }, + { + "pAddress": "flare1ndfxnvnsr6su9eu278rwkfhss4a5nwc6uzqztl", + "cAddress": "0x852cD2d90cDe379BD74A4F2c81285A9f5794f506", + "amount": "50000000000000", + "delegatorRewardAmount": "53902997936224525143" + }, + { + "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", + "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", + "amount": "177606994000000", + "delegatorRewardAmount": "191470988620820832395" + }, + { + "pAddress": "flare1qdvkrqg69wq2lcd4aqm3ty2hh6wmnql05evkyt", + "cAddress": "0xFd9eE2470501A628E7DfdaAbb77b46E0990aEB9f", + "amount": "100011996000000", + "delegatorRewardAmount": "107818928279713909274" + }, + { + "pAddress": "flare1rnak5cp9kjcmsh9nw8z659536h2rhlmvhv2zf3", + "cAddress": "0x692464a9dEB22497CCe40023973C1dC6DE30e2F0", + "amount": "36250585943770144", + "delegatorRewardAmount": "39080305186279437041861" + }, + { + "pAddress": "flare1u6f8wkvvnyaru6tv4fl7px4y6d7lps6grc0xmg", + "cAddress": "0x236066A85426c4Abe4B75a45E2De45db7d8298a8", + "amount": "120002000000000", + "delegatorRewardAmount": "129369351166856309324" + }, + { + "pAddress": "flare1u6jhchut0w6wcxxdlypu9pu5guj7t0yek83esh", + "cAddress": "0x0EB70D854F875be2F00De68DBf397aCf9663147E", + "amount": "50000000000000", + "delegatorRewardAmount": "53902997936224525143" + }, + { + "pAddress": "flare1ujl8mc48p0at9072c62mecgean6f965c32309y", + "cAddress": "0x1343A0F8D469888A52bA3f9d7E946adAf5714130", + "amount": "50000000000000", + "delegatorRewardAmount": "53902997936224525143" + }, + { + "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", + "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", + "amount": "266667000000000", + "delegatorRewardAmount": "287483015013183708927" + }, + { + "pAddress": "flare1vvw73xg3y2kzm34tq8tzemjz43ranlll54470d", + "cAddress": "0x3cDF058eFb4a09Ed78A40F8e6941B5814187d9cd", + "amount": "169000000000000", + "delegatorRewardAmount": "182192133024438894984" + }, + { + "pAddress": "flare1wa8kmcl2nkfy2fp467drw0twm5rt0tty0m2pfr", + "cAddress": "0xDd7D568326ea9b126091Ca1F030b456BE04Aa54c", + "amount": "601624957905000", + "delegatorRewardAmount": "648587777286687636280" + }, + { + "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", + "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", + "amount": "244208000000000", + "delegatorRewardAmount": "263270866400190376724" + }, + { + "pAddress": "flare1x9gdutq7ct8erpzydf3za2px82hc74gaeyqaan", + "cAddress": "0xAB37CA7005D8e865bd98cdC265Bd2484bFBC13EA", + "amount": "50000000000000", + "delegatorRewardAmount": "53902997936224525143" + }, + { + "pAddress": "flare1xjd263vug6p9t6k0zf6hxftdkdsr4zxuh5an9l", + "cAddress": "0xa26E604adA8f979185145FFfEEA42F59B02Cb1eC", + "amount": "52477949347000", + "delegatorRewardAmount": "56574375906972723338" + }, + { + "pAddress": "flare1ycg82xvhctxwxy6utnnstpzrwr3vmzde6rsqhe", + "cAddress": "0x41BCce1a069CFEa219Cb01b2b81a142fb346550f", + "amount": "200000000000000", + "delegatorRewardAmount": "215611991744898100575" + } + ], + "totalStakeAmount": "115152006309022144", + "cChainAddress": "0x5f3CF159075EabB0f5Db4B07230C4F7E8fC4D90f", + "eligible": true, + "overboost": "0", + "rewardingWeight": "115152006309022144", + "cappedWeight": "115152006309022144", + "nodeRewardAmount": "141875162478339065758259", + "validatorRewardAmount": "33177604218520709673326" + }, + { + "nodeId": "NodeID-7vz3A92AkLi9YRYTauPgvkdiMmhnuDRzj", + "bondingAddress": "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j", + "selfBond": "11000000000000000", + "ftsoAddress": "0x111246F191a2A20012723369d3CEc77777E774E9", + "stakeEnd": 1743498000, + "pChainAddress": [ + "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Flare.Space", + "BEB": "11000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "149278131044238395", + "totalSelfBond": "11000000000000000", + "delegators": [ + { + "pAddress": "flare102mdym69z3zy3g5zt7tk9aykzy88e9p8cp8ljk", + "cAddress": "0x55CE731C654161Cb1E7758E6a82f390dB9564282", + "amount": "50664185320169", + "delegatorRewardAmount": "49717673878964128841" + }, + { + "pAddress": "flare192vanv3n7ehcy7shhj692jrfujtaq8ng8vz7ul", + "cAddress": "0x6eb75fBe63Cd5A790E331c8F1a6450de3b86E848", + "amount": "13722982960000000", + "delegatorRewardAmount": "13466609344259085494084" + }, + { + "pAddress": "flare19yfgmf7vxgy4f07jjhyhstqx7l49hxk9zn5kle", + "cAddress": "0xfCaBa748fF1774ba65D4AC67e5f3A59d370e4304", + "amount": "91852522778000", + "delegatorRewardAmount": "90136528270963129861" + }, + { + "pAddress": "flare1ej02f65m34uastyly2dr3xd0xhshc6dph5kzxh", + "cAddress": "0x1E2Cd1f542c0099762cCe9FD905760D5a3993D35", + "amount": "175960000000000", + "delegatorRewardAmount": "172672704405648309829" + }, + { + "pAddress": "flare1fek006lyzc8jddzp5ag9llzdrrmsjf7t5wwmkq", + "cAddress": "0x030708881062EA9DEc55F44E2203f0268526d14f", + "amount": "77074000000000", + "delegatorRewardAmount": "75634098768816423231" + }, + { + "pAddress": "flare1s0yghx4ukjxclm5uyn9m24nssramhrvmhry0jg", + "cAddress": "0xe4d9D0bE192f728E5a926D4e947e4c1A7E60B630", + "amount": "57097376140226", + "delegatorRewardAmount": "56030679430548765162" + }, + { + "pAddress": "flare1vxsy2wcatnsepxp05snzjrgzwsmmusetuf937c", + "cAddress": "0xff71960A8a2597fbD18F81A79D5171CBf27C5665", + "amount": "135000000000000000", + "delegatorRewardAmount": "132477921656981824431371" + }, + { + "pAddress": "flare1wh3rh7qg22hemz6yjde6j9jfhaj948zqegh8az", + "cAddress": "0xB2145DA747954452FF580d92Ef421fc1643538C7", + "amount": "102500000000000", + "delegatorRewardAmount": "100585088665486200032" + } + ], + "totalStakeAmount": "160278131044238395", + "cChainAddress": "0x9Fd5cccC7f75409F78f9FBb865C2bd14424D5486", + "eligible": true, + "overboost": "0", + "rewardingWeight": "160278131044238395", + "cappedWeight": "159572907267643746", + "nodeRewardAmount": "196604756368574819887690", + "validatorRewardAmount": "50115448593913483005279" + }, + { + "nodeId": "NodeID-8aGBxZssVWRvEr57YGRsWjZTHbnoWrfcc", + "bondingAddress": "flare17pmwqezk53uwa7g4wmrs7ry4fy5el8v62ps2pc", + "selfBond": "6000000000000000", + "ftsoAddress": "0x184DbC7F2D96aBDfDe5CDa8c56F3F13DbF138cdF", + "stakeEnd": 1740124800, + "pChainAddress": [ + "flare17pmwqezk53uwa7g4wmrs7ry4fy5el8v62ps2pc" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "FlareFi", + "BEB": "6000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "20955236430000000", + "totalSelfBond": "6000000000000000", + "delegators": [ + { + "pAddress": "flare15765j7tmmefludxwcc6usl95n0lcyxt2exyqt3", + "cAddress": "0x8B6bE5399e08B20944e539fa554865A27f4E2391", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648849" + }, + { + "pAddress": "flare15sdml9mjg3kw9c3h26h6mp5t2c6uhh8gw9mafy", + "cAddress": "0xA7847F8343a1f994BF7df86335640608a0deBBd6", + "amount": "20855236430000000", + "delegatorRewardAmount": "21840818315631996649444" + } + ], + "totalStakeAmount": "41955236430000000", + "cChainAddress": "0x54093543a5c38ed404622c625904cF739ca5382C", + "eligible": true, + "overboost": "0", + "rewardingWeight": "41955236430000000", + "cappedWeight": "41955236430000000", + "nodeRewardAmount": "51691726233145188890287", + "validatorRewardAmount": "29746182092951384591994" + }, + { + "nodeId": "NodeID-98RaC6gbJMhin1NXsBFUoicEqiF7VKWbL", + "bondingAddress": "flare13yt3jfxhczfmn7t9054868jknymrwjevk30rge", + "selfBond": "7000000000000000", + "ftsoAddress": "0x96616c93747baBE136bB56310bE2AE665b18dA63", + "stakeEnd": 1741271459, + "pChainAddress": [ + "flare13yt3jfxhczfmn7t9054868jknymrwjevk30rge" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "TempestFTSO", + "BEB": "7000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "51321463581616000", + "totalSelfBond": "7000000000000000", + "delegators": [ + { + "pAddress": "flare13hx8h8gtzx7pvekjsr58yrww5lj5phnpsmwk45", + "cAddress": "0x94117DB32F41cD6D370DA3B861571D5b39F29B5A", + "amount": "1414545000000000", + "delegatorRewardAmount": "1394253096515597182514" + }, + { + "pAddress": "flare13yr9hgsgee5eq5c0uagx8t8nd3z7z2ydgk4q9a", + "cAddress": "0x45B626C08093dc0D2F9474c507a4d8d5f7AA9066", + "amount": "410000000000000", + "delegatorRewardAmount": "404118475956151868502" + }, + { + "pAddress": "flare14862anm00r0kfx78m7uetx2hsnc07e3ctcl58d", + "cAddress": "0x90A36616d52Bad220B0e3981a78d52E03221c570", + "amount": "60000000000000", + "delegatorRewardAmount": "59139289164314907585" + }, + { + "pAddress": "flare14jxag0pl8fyn2ples44tpdughclt9d73mdpghl", + "cAddress": "0x0b9Cc8422ecdA4CC1fDf8A45a4C2c7814B97Ad51", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", + "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare172zejcwzkfjusggprlflccxp66x9m2x45knet2", + "cAddress": "0xeeCB4fd9F4d5011D62b705Ec1756ab3F741A0433", + "amount": "1305878000000000", + "delegatorRewardAmount": "1287144944255287048137" + }, + { + "pAddress": "flare1805a8fzaewrq3amqm6wm0m07mzfx9qlmfa5wp3", + "cAddress": "0x3FBB7Ed52757e1eeF86E42501aaDb0E56F2709B1", + "amount": "73469964000000", + "delegatorRewardAmount": "72416024098130105749" + }, + { + "pAddress": "flare186sfp3gck8jzqf525lpr2gyc8a37zxph4ff4al", + "cAddress": "0x4b84a16DBC41279Cbf0D40EE8e1Ae0d6dD8c890e", + "amount": "895634000000000", + "delegatorRewardAmount": "882785968523200299011" + }, + { + "pAddress": "flare19uxg3laeycj808cf0dpqmvgldfzevvm5y2hpl5", + "cAddress": "0xC0d94Cb3dfECdEb578a0e4328d857cc03A79010A", + "amount": "57648991000000", + "delegatorRewardAmount": "56822005812999793809" + }, + { + "pAddress": "flare1awxnrr4zmr6m6j8y9z8fstk5fpujuj0aflz3c6", + "cAddress": "0xee6ae8A142259c6E11E5a38a3746Ae1cf6FcF426", + "amount": "1118600738271000", + "delegatorRewardAmount": "1102554208667080104222" + }, + { + "pAddress": "flare1exnz56pgy9ycdc7mzp87dgsg0dhvw7zcejfv2f", + "cAddress": "0x3776a63FfAb5C29B3D151545E6f58dc4Da37ab93", + "amount": "50572000000000", + "delegatorRewardAmount": "49846535526962225107" + }, + { + "pAddress": "flare1exzw2ckz8rmmpcckljcm4g2yjj0zqqutg92v0e", + "cAddress": "0x5461aA34d74d2cA83026b8e45E5aE1001b45C00a", + "amount": "560622000000000", + "delegatorRewardAmount": "552579776164609202009" + }, + { + "pAddress": "flare1f5rhfz4kxlrfydpjwps646ycc39uhwq5j3mrxx", + "cAddress": "0x4Cf39F138d88ebf4657657bbe4924BB37e6Af13A", + "amount": "99104000000000", + "delegatorRewardAmount": "97682335222337743356" + }, + { + "pAddress": "flare1g84lfw5jdzh7j7e2e88kcsr6ntzt3eenuegr7x", + "cAddress": "0x6Ce47B0029f400f6C9a6AA6d979e2057E279106F", + "amount": "60000000000000", + "delegatorRewardAmount": "59139289164314907585" + }, + { + "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", + "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", + "amount": "143000000000000", + "delegatorRewardAmount": "140948639174950529746" + }, + { + "pAddress": "flare1k8hxmruaqytxaj9lksp4kpknc06te9ftpem0zg", + "cAddress": "0xa87f6E2F1B5089cd6FfA5C71378F506727BBDac8", + "amount": "492514000000000", + "delegatorRewardAmount": "485448797724556539911" + }, + { + "pAddress": "flare1kdgmtsmcrg6dl6us73fdztqaqrefnxrvrar24l", + "cAddress": "0x70d6376338ab23AEfCB94b71C60AddD973dDBa65", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1ljk99f3wd2y8fdjyar8u2lnynxnj3fmnheqj0p", + "cAddress": "0xC8264B7882cDb71D6F4aac8a49E0dbdDaaE47F23", + "amount": "1067540985921000", + "delegatorRewardAmount": "1052226917685664143577" + }, + { + "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", + "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1mekpexeayklxcqlksuye73tpgr8myaf72rtfy3", + "cAddress": "0x52716A84D6004a15A9Bd0C66664658B4F86D6449", + "amount": "1323822000000000", + "delegatorRewardAmount": "1304831534334694826499" + }, + { + "pAddress": "flare1mmrka73js7nkallyren9jvf6cncw6c0cmq7mpg", + "cAddress": "0x99640616370CbB437808aCaCDb44288876cB42B5", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", + "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1nmtqczaslta8g2w7e556h68r9x6txp87ng0dyu", + "cAddress": "0x544Cd0011f851c7513EAf245821f586689fFb562", + "amount": "50471000000000", + "delegatorRewardAmount": "49746984390202295012" + }, + { + "pAddress": "flare1nrc7qdgw0xez70vxjf3qw5l6r67t052esfp96p", + "cAddress": "0xdc4AC69fA7e54eeF5d5B2B923b288A8B7d80e4F7", + "amount": "3377412000000000", + "delegatorRewardAmount": "3328962414917119010984" + }, + { + "pAddress": "flare1q2562q27ur42swy3nhxsjqau8u6gfuws3ryc97", + "cAddress": "0x28B159ea06d6fD6169E13746b23CCD995C40010d", + "amount": "130113998000000", + "delegatorRewardAmount": "128247489200784859283" + }, + { + "pAddress": "flare1q298p83wacez5rqmu6dd2wdv3feexu57rfx9d9", + "cAddress": "0x05eF376b21042C3D9C7172801414a8A8AF40b7c9", + "amount": "382077719424000", + "delegatorRewardAmount": "376596745537631911562" + }, + { + "pAddress": "flare1qdcd306xt2r4qv9zy272ht4twunupmnxrsm6sm", + "cAddress": "0x8DE636b8eD4811D8349E6516c867334551Bb2843", + "amount": "170702985000000", + "delegatorRewardAmount": "168254219852111836748" + }, + { + "pAddress": "flare1sy9jck7du6r5g4e4z4ngu3c3a87sec6rtgkgjm", + "cAddress": "0x95B985ee05824d1B59B5dF09b29A1DDb63eb47CE", + "amount": "128016430000000", + "delegatorRewardAmount": "126180011192554631081" + }, + { + "pAddress": "flare1tlh52t9f36c3hdvcnu9hkvr4hsr3lcwva9pl3s", + "cAddress": "0x0EC611aC8DfaDC15ca6a5099145be54a79C775A3", + "amount": "96460000000000", + "delegatorRewardAmount": "95076263879830266428" + }, + { + "pAddress": "flare1tzt5myfmqv09rjawtq7tz3yl6wh5c7vnhcrh2c", + "cAddress": "0x3976faF6b95e1EC96F06b06967ce0e3aE6B3afAc", + "amount": "1555047000000000", + "delegatorRewardAmount": "1532739569951673401608" + }, + { + "pAddress": "flare1u5kku76v6kg2uwtglwwahnzzpumgqdcrccrjkd", + "cAddress": "0x3598775513E42a39b08521a48DdD6172D9e73e66", + "amount": "3040312000000000", + "delegatorRewardAmount": "2996698175295609755198" + }, + { + "pAddress": "flare1uku3zcxmvppdc46rf8f86g9t896pklenjw8cht", + "cAddress": "0x221d57Ef52259C3e4e84363a5f4BA6b61AfE9BeB", + "amount": "104480000000000", + "delegatorRewardAmount": "102981215531460359076" + }, + { + "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", + "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", + "amount": "150000000000000", + "delegatorRewardAmount": "147848222910787268964" + }, + { + "pAddress": "flare1w6ez07xmvdksrx2s0daqhaqxsk79psq56900gf", + "cAddress": "0xb2B7b71b550271dB3B258F7379b26FE00a1BBD23", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1wwxdlxpsvx4xul88pn5ws9f5tyu089tl5j5shl", + "cAddress": "0xCFE72F12a4901dB696a484731471Ef5604AcA51D", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1wyh5p06pdl4dv463mjl2z8pr4hwdgwevc44ce3", + "cAddress": "0xF66095b87168c082f3278FE98D3bf594CC8181FA", + "amount": "31928428770000000", + "delegatorRewardAmount": "31470409693187689211691" + }, + { + "pAddress": "flare1x6v2dvgnszkk6cylsynj89l6wnvtcjr38nwc8c", + "cAddress": "0x3e745FB691a9C7E549ea35432Fe530D74abD42A5", + "amount": "57000000000000", + "delegatorRewardAmount": "56182324706099162206" + }, + { + "pAddress": "flare1xcqghnjgv8ukp37tavwpc28m50mn45ysjnt8mm", + "cAddress": "0x2f3275A3C8F5FE2284B0eB3e121d722cD4cbc3F4", + "amount": "133000000000000", + "delegatorRewardAmount": "131092090980898045148" + }, + { + "pAddress": "flare1xh0ql3u48sp4zfap3f728s5rmnuyw3wk5pr356", + "cAddress": "0xEb4C1010E298F614338f92557B0828ADb896814E", + "amount": "60000000000000", + "delegatorRewardAmount": "59139289164314907586" + }, + { + "pAddress": "flare1xjevjc4w0jx27lz9gkcv8n40as7f96metwjqfa", + "cAddress": "0x454f4118451B535Aa86DB073668d88C0DF515071", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", + "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", + "amount": "124990000000000", + "delegatorRewardAmount": "123196995877462004987" + } + ], + "totalStakeAmount": "73321463581616000", + "cChainAddress": "0x438331baa70e55A89cC03E6430AC40F426C6e7c7", + "eligible": true, + "overboost": "0", + "rewardingWeight": "73321463581616000", + "cappedWeight": "73321463581616000", + "nodeRewardAmount": "90337067431332775489359", + "validatorRewardAmount": "39751819513182021212646" + }, + { + "nodeId": "NodeID-9fsCXCFJ7hzgsGK4FVpuNt1FVjJ9ScfVU", + "bondingAddress": "flare1yu0cptq33paad4pr7ff93s923w6rr4kf5adfee", + "selfBond": "30000011240000000", + "ftsoAddress": "0x1c2bB2CA14914a462AB7268DE4A48eF6445116c2", + "stakeEnd": 1751670016, + "pChainAddress": [ + "flare1yu0cptq33paad4pr7ff93s923w6rr4kf5adfee" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Encode Club", + "BEB": "30000011240000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "134927914283684624", + "totalSelfBond": "30000011240000000", + "delegators": [ + { + "pAddress": "flare12mxetd67eh9mwqzrpvzy2degjmaz3qnhv67njp", + "cAddress": "0xD4B3ECBc30eA0e447fc9DE70E1083eD9CF9d930F", + "amount": "30000000000000000", + "delegatorRewardAmount": "33265850154927135516985" + }, + { + "pAddress": "flare12v7950p7slwzev4lrf9th0jsn9lrfg93vwndvj", + "cAddress": "0x092E8ee3cd01F9d37ebA38C2e5d7dEBcCd6FBd81", + "amount": "63239751132073", + "delegatorRewardAmount": "70124136166480803358" + }, + { + "pAddress": "flare17m08c58l3jkmk28vh0za8g4e5m6vtgxguyvlgs", + "cAddress": "0xE9e11C8E916f32714108b173E6315ebd44FFee44", + "amount": "42999000000000000", + "delegatorRewardAmount": "47679943027057063336495" + }, + { + "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", + "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", + "amount": "200000000000000", + "delegatorRewardAmount": "221772334366180903446" + }, + { + "pAddress": "flare1a4586zhdqzm834yqtncc02zl0snt8mz7796uhc", + "cAddress": "0x6286F345b39DB226A76fc0c11428b9ae3f5D67Df", + "amount": "1747866000000000", + "delegatorRewardAmount": "1938141614896395754917" + }, + { + "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", + "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", + "amount": "4600000000000000", + "delegatorRewardAmount": "5100763690422160779271" + }, + { + "pAddress": "flare1dm98960nk9jujjlnuedxu027093lra4z3jc8up", + "cAddress": "0x8CAC08a3893F28e78EA085dAb04941AB32B53746", + "amount": "75000000000000", + "delegatorRewardAmount": "83164625387317838792" + }, + { + "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", + "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", + "amount": "3252783000000000", + "delegatorRewardAmount": "3606886395483145088278" + }, + { + "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", + "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", + "amount": "1590021000000000", + "delegatorRewardAmount": "1763113344306246631395" + }, + { + "pAddress": "flare1nennsg9gweqcwjue36zz0347see2xtp340le38", + "cAddress": "0xe8D1af512b66755CBD84Ae5B12351aa42ba4950d", + "amount": "1196874747449714", + "delegatorRewardAmount": "1327168533429281488730" + }, + { + "pAddress": "flare1s286csrntzxn55kuz04fpw8djuejx3da52zsnk", + "cAddress": "0xEEC5Be1f3d7b53Dac37301dF14a5AFf9DCF54eE2", + "amount": "71415190000000", + "delegatorRewardAmount": "79189566977521693970" + }, + { + "pAddress": "flare1t29t3885cr93tr7wllvd6t8u3fxx030dr5x2pn", + "cAddress": "0x98aA0190B6E7897E08B58BCEb975bAC4D28b5F78", + "amount": "57240000000000", + "delegatorRewardAmount": "63471242095600974566" + }, + { + "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", + "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", + "amount": "699552000000000", + "delegatorRewardAmount": "775706400252652916839" + }, + { + "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", + "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", + "amount": "1680718000000000", + "delegatorRewardAmount": "1863683771356294178394" + }, + { + "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", + "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", + "amount": "1334035000000000", + "delegatorRewardAmount": "1479260280380940707646" + }, + { + "pAddress": "flare1vf4lyfpxjcmep0m9hqzrrlls7jpcxswsxsyayp", + "cAddress": "0xC60bf8E848e9FE12577cE111eb457BCe62df5FDB", + "amount": "29999999999000000", + "delegatorRewardAmount": "33265850153818273845157" + }, + { + "pAddress": "flare1vgt74rqqwh8qr5pmkklljrr98pdg7frrrvl070", + "cAddress": "0xEeea994ccC3093c9D14274b894AAC9B00a756b1b", + "amount": "14418329995000000", + "delegatorRewardAmount": "15987933503265377168801" + }, + { + "pAddress": "flare1x4weupc6azatzyys0a3qej4277fva87cxu0zq3", + "cAddress": "0xCd153D4acA137246D277f1735B47a61563234C98", + "amount": "590000000000000", + "delegatorRewardAmount": "654228386380233665167" + }, + { + "pAddress": "flare1yemnf2d3lpch994tqmflfqmyzr2mhwew3878e0", + "cAddress": "0x289BA6a0b2aFE004A96d1781856d011282bDC49c", + "amount": "64200000000000", + "delegatorRewardAmount": "71188919331544070006" + }, + { + "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", + "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", + "amount": "287639601102837", + "delegatorRewardAmount": "318952528963666322553" + } + ], + "totalStakeAmount": "164927925523684624", + "cChainAddress": "0x865E3638beCc43150e9B42C4422cE68081aa3A76", + "eligible": true, + "overboost": "0", + "rewardingWeight": "164927925523684624", + "cappedWeight": "164927925523684624", + "nodeRewardAmount": "203202505808662045090130", + "validatorRewardAmount": "53586113199398531405364" + }, + { + "nodeId": "NodeID-9jaZDNBCn4AwMzRqFBhxfem2ZZtiArRm2", + "bondingAddress": "flare1lrpxldsg9zf5yep0as934azpynfcw8d4q8patj", + "selfBond": "3250000000000000", + "ftsoAddress": "0x670a7Fd22cAa9C2Fb5B798078d084B29AB4bC63C", + "stakeEnd": 1741874405, + "pChainAddress": [ + "flare1lrpxldsg9zf5yep0as934azpynfcw8d4q8patj" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Burst FTSO", + "BEB": "3250000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "29729550911414073", + "totalSelfBond": "3250000000000000", + "delegators": [ + { + "pAddress": "flare1w8wp57dwuuv79yllfjp3l84ry2hw4kzklc4x2c", + "cAddress": "0xd010e5FDBb3240AE917EacFa84CD4Eb1F03FDca1", + "amount": "226000000000000" + }, + { + "pAddress": "flare1xxta9ws430f0ae9ryp5dldtq2yktw9k9jkrlcy", + "cAddress": "0x23ED49F7ecD7099E8688c5D4B2f4111Edf8468Dd", + "amount": "50000000000000" + }, + { + "pAddress": "flare1e0732phzuc772lauqd6rm96g8ldxh37fqp8v3c", + "cAddress": "0x1D40eae4067B61e013Fa62A5FA5f2Fb1056B351c", + "amount": "263126000000000" + }, + { + "pAddress": "flare1cmsyvmf65x96fta5y5y8wv5ckyldnp26d8vjqu", + "cAddress": "0xdc3Fd7d96F2fA4A1D0aAF1Ecf5b6d2091998f159", + "amount": "55999998000000" + }, + { + "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", + "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", + "amount": "611262000000000" + }, + { + "pAddress": "flare1kv9v54lu8ud6u8p6zhs4rjearau2ggwxg25r2j", + "cAddress": "0x2fBACbA8d5518b71c46ab0700Dd5d0a8E6540e5c", + "amount": "750000000000000" + }, + { + "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", + "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", + "amount": "185000000000000" + }, + { + "pAddress": "flare1asv4ajkqkn94p5dy4u2druunk478x9l52s9u68", + "cAddress": "0x0EBfa86Ca6E7E65e946c50E7cd36213037404Af9", + "amount": "18470115730000000" + }, + { + "pAddress": "flare1y6shyzgt73trwr8m45dw347kl0ae656k2em7g5", + "cAddress": "0xf2064e64765DdBbe5978CdBA8f1169c387468620", + "amount": "150000000000000" + }, + { + "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", + "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", + "amount": "189077584000000" + }, + { + "pAddress": "flare1zdmjffhjn29awm463cs9k6rsxalumr3usqmja3", + "cAddress": "0x9440AE12F4d804A2d2E9ddbC79Ba2CF096779181", + "amount": "750000000000000" + }, + { + "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", + "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", + "amount": "1032599995000000" + }, + { + "pAddress": "flare15l8pyt5kw0vjg0lpkhpwwd9mmr2d3u5dree0vw", + "cAddress": "0x37DDD9686932D5D36D572354bBb63A1b66C6FBFf", + "amount": "162591542156073" + }, + { + "pAddress": "flare1jyad8jcytmd82q2jx7fqdeuv689j9jz6w0mlly", + "cAddress": "0x4c83A74E1076ced299D2D2D2B379b96a79FB630A", + "amount": "2000000000000000" + }, + { + "pAddress": "flare1rzs3q920n3vmaxuphp9vmswkw9l8chedn9qhvt", + "cAddress": "0x26ce2168fc17001E5e9Be5e84BF8Ee0A87E195Bb", + "amount": "2071811514800000" + }, + { + "pAddress": "flare1ynpmcplp2srs337jsw0ddlvf78a3drzd9as2df", + "cAddress": "0xC9C795F82Ae54523cE4eF2e95e97B765bd6a1759", + "amount": "52300000000000" + }, + { + "pAddress": "flare1c3j4zexzjk0xqf8ngsvtcxyc5zautvw03tx3tc", + "cAddress": "0xFE00394AeA2f8Ed73DE2dd594a032e5Ba4492209", + "amount": "231699998000000" + }, + { + "pAddress": "flare1v3azdvh9eryjkj6xj8c7mkf8wxx59gsyusf2pd", + "cAddress": "0xFb9c8d1336a9cbE9F97E1c649eC8338Dbe5797D0", + "amount": "200000000000000" + }, + { + "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", + "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", + "amount": "180662600000000" + }, + { + "pAddress": "flare1j5q6eq6pr38c5er4m824yxfcxh25q7jraszhlm", + "cAddress": "0x0deb598308c82E3b79888f6312C4B8fE05928C04", + "amount": "1952896405918000" + }, + { + "pAddress": "flare159cu5dquavjts20634h26a2cfhmujzjtnxywrh", + "cAddress": "0x4eB96d90b04d38C44c8df5Ab049209FAA9CbeD09", + "amount": "144407543540000" + } + ], + "totalStakeAmount": "47979550911414073", + "cChainAddress": "0x3D1d7F2E99E669BC6E2823F2bD57C811dbFDBfC1", + "eligible": false, + "overboost": "0", + "rewardingWeight": "47979550911414073", + "cappedWeight": "47979550911414073", + "burnedRewardAmount": "59114094485918452829769" + }, + { + "nodeId": "NodeID-9so5xxbAxuoqz5MANESDbLEQKetKP7AiW", + "bondingAddress": "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt", + "selfBond": "12000000000000000", + "ftsoAddress": "0x00c0fFEf480E392f5Fe7af592214855Ff872fa80", + "stakeEnd": 1741597206, + "pChainAddress": [ + "flare1p4f43v84c99wgscr559rmx3nvwntn73kw496gt" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "NORTSO", + "BEB": "12000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "133431308556278993", + "totalSelfBond": "12000000000000000", + "delegators": [ + { + "pAddress": "flare166qu6093h0tyuxcpqgyzu2uwn8w2400nrju4le", + "cAddress": "0xc9F314887750169424bd78770ccfd5AAC87A4b5F", + "amount": "106000000000000000", + "delegatorRewardAmount": "117539337214075878826681" + }, + { + "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", + "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", + "amount": "698295692035956", + "delegatorRewardAmount": "774313328503308607119" + }, + { + "pAddress": "flare18usylrnsan4nkqhv32f0yah5k0jl29ntvcyq90", + "cAddress": "0xf483DAA945205c0Ec8D1AD5bbF6d4A034665CBdB", + "amount": "117154037987381", + "delegatorRewardAmount": "129907622424428591949" + }, + { + "pAddress": "flare1ns97d9pqsqe928yegxvug8nn29plrzzpgujvv9", + "cAddress": "0xE366b667cFF9f389403dec51F179B0566C650E0d", + "amount": "400000000000000", + "delegatorRewardAmount": "443544668732361806893" + }, + { + "pAddress": "flare1pkgawj8lsqsfnsmmm7d79naa4n3v0x2z5zfx3a", + "cAddress": "0x3bF7fb2D2bD036B47538C0B4ccB0ba64542Fa5A9", + "amount": "22250761000000000", + "delegatorRewardAmount": "24673016041969888826769" + }, + { + "pAddress": "flare1qpj2t6uerlpmfrmvyawdget0nqzats7d639k7h", + "cAddress": "0x4F157eEB62c1c40a8A6669862Fda3AbF58Ee46b0", + "amount": "576610000000000", + "delegatorRewardAmount": "639380728594417853681" + }, + { + "pAddress": "flare1utqwj7gzsrtsyjgx0sfkhfcqmt82ej5z3udl0c", + "cAddress": "0x79CC08F995fA0e655fC3fB2f803174bf8F53bdAF", + "amount": "682519000000000", + "delegatorRewardAmount": "756819159396357120197" + }, + { + "pAddress": "flare1z2nh3pzw7r3w9s7yc02s6a4uhqp4xv2znpue5u", + "cAddress": "0xF8922eB3a6f85002b90c4f5A98Cc05099BD60a26", + "amount": "2624917826255656", + "delegatorRewardAmount": "2910670769240590464563" + }, + { + "pAddress": "flare1zwhsscjc8ydvv5yhlrz4rvhvwutr0st9d7jhfc", + "cAddress": "0xb13f9a18EdF6b5967f1bE73f96995C9C7fFd0E5c", + "amount": "81051000000000", + "delegatorRewardAmount": "89874347363566642027" + } + ], + "totalStakeAmount": "160431308556278993", + "cChainAddress": "0x5406C889F64c0191C26D2774F3F4992d042E4f6A", + "eligible": true, + "overboost": "0", + "rewardingWeight": "160431308556278993", + "cappedWeight": "160431308556278993", + "nodeRewardAmount": "197662365577483578561294", + "validatorRewardAmount": "49705501697182779821415" + }, + { + "nodeId": "NodeID-9WF8MvjNhmR45AdNjVfAWp27KKq7KCGpm", + "bondingAddress": "flare1w69rq8dwpyrrw7xkkasm34phunw927c0cj546w", + "selfBond": "4130006689658323", + "ftsoAddress": "0x3fE77e9be1ECcDe815311f9bcc40814F4eC6AE09", + "stakeEnd": 1744275600, + "pChainAddress": [ + "flare1w69rq8dwpyrrw7xkkasm34phunw927c0cj546w" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Defi Oracles", + "BEB": "4130006689658323", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "1000000000000000", + "totalSelfBond": "4130006689658323", + "delegators": [ + { + "pAddress": "flare1lz0yp5wtz27940296dqjkvp6jr8hf9zf66n39l", + "cAddress": "0xAd9362402e224419F124783282B5e80d88ed399d", + "amount": "1000000000000000", + "delegatorRewardAmount": "985654819405248459763" + } + ], + "totalStakeAmount": "5130006689658323", + "cChainAddress": "0x365623E776bC0C4dA02ecc097690F5455C3149e9", + "eligible": true, + "overboost": "0", + "rewardingWeight": "5130006689658323", + "cappedWeight": "5130006689658323", + "nodeRewardAmount": "6320519771553613547455", + "validatorRewardAmount": "5334864952148365087692" + }, + { + "nodeId": "NodeID-A7jk7Z5GA2aVe5ecuupNXWtSLfVjLDWFC", + "bondingAddress": "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz", + "selfBond": "13000000000000000", + "ftsoAddress": "0x90C6423ec3Ea40591bAdb177171B64c7e6556028", + "stakeEnd": 1756962038, + "pChainAddress": [ + "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz" + ], + "fee": 75000, + "uptimeEligible": true, + "ftsoName": "A41", + "BEB": "13000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "181926631244628000", + "totalSelfBond": "13000000000000000", + "delegators": [ + { + "pAddress": "flare1028d25sfd4362wh5t6veyv822mkxcqlrlxfk89", + "cAddress": "0x8D77edd9Edc5F96b7d4c3bC185e656CB0DFBd71f", + "amount": "100490000000000", + "delegatorRewardAmount": "105511673873781104347" + }, + { + "pAddress": "flare102qfacmcae32tdthhm3gvr3v4nlmw536sefn99", + "cAddress": "0x3B09E586B77c83F6C3899dd2c793027b8300FE79", + "amount": "132412975000000", + "delegatorRewardAmount": "139029899839358448854" + }, + { + "pAddress": "flare1040wywrh6dcxvg8lhtw9sdfy4jke0qupsywptz", + "cAddress": "0x7416877437A1a2a6597195C64f6E40193B2b0E7B", + "amount": "129999998000000", + "delegatorRewardAmount": "136496341850613949821" + }, + { + "pAddress": "flare104zkxweh3ljgmg9zm6smrghtzdwhp0pfetgxwt", + "cAddress": "0x16a0b492b604738C1efcD60911189000B3DE1FA1", + "amount": "187233675370811", + "delegatorRewardAmount": "196590093481086790857" + }, + { + "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", + "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", + "amount": "151154523011000", + "delegatorRewardAmount": "158707998173784191925" + }, + { + "pAddress": "flare108n7mw2ucrjvk5jevafymzsxnuzf33ce4rcs9q", + "cAddress": "0xBEa6014EcC8612c63C954eDB99FD36d4B80bE148", + "amount": "409999995000000", + "delegatorRewardAmount": "430488464132668757224" + }, + { + "pAddress": "flare10m6t2qv0d46uv2dl82dyc5fsun4gwexkljwavg", + "cAddress": "0xb5d97a524Cf48BBDdfD573e8880B097ee09f8272", + "amount": "200000000000000", + "delegatorRewardAmount": "209994375308550312164" + }, + { + "pAddress": "flare10mpv6fkj4u7y8rutc2796dhk887qltf4qxwa0u", + "cAddress": "0xCdB283e93347cd0F3469581A6A081eA8b1eaDCd6", + "amount": "141631546000000", + "delegatorRewardAmount": "148709140131271038653" + }, + { + "pAddress": "flare10p5vajk265j8u5fnm924cxydqs6zqs5k7mkh7d", + "cAddress": "0xf64583641d08319E5133f78B7c1ffd5Ea63D4B46", + "amount": "1643540000000000", + "delegatorRewardAmount": "1725670777973073900278" + }, + { + "pAddress": "flare10qpex55zqjntp3cnf68gkdnzuqwk4je9pd4ya0", + "cAddress": "0xb262C5C5cF41968e0aA604Ab59B6E6AE8CF5d3AD", + "amount": "166004996000000", + "delegatorRewardAmount": "174300577165591966683" + }, + { + "pAddress": "flare10xpfmmyg2tzj0472v6a9vuy0cylxk84p9vjt6n", + "cAddress": "0x745a5077e1aBf9Bc8d7Fe0578C60F28A0f731611", + "amount": "116770157778000", + "delegatorRewardAmount": "122605381686359836919" + }, + { + "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", + "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", + "amount": "56133811191889", + "delegatorRewardAmount": "58938923074644202953" + }, + { + "pAddress": "flare12k9ddj3mmcheumzc4ylpvz7hsl52l3d9x7xx2k", + "cAddress": "0xFE3336E6d96c141E0c3475c2FaD8bf179e442aF9", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare12lr9v2a2aj56202k670pql2ytxyndazp6eyfct", + "cAddress": "0x42e473B914e4ea9cb2E2813a5553759b0e719685", + "amount": "500000000000000", + "delegatorRewardAmount": "524985938271375780412" + }, + { + "pAddress": "flare12nwppz7tqg0th8xu5wyzde63dakr89tejf52g7", + "cAddress": "0xB78053673C45E29fbAC3028A8fc440179739448a", + "amount": "5374502830596129", + "delegatorRewardAmount": "5643076822525347564431" + }, + { + "pAddress": "flare12rjcnjyxvkwkgcd0ff5fe7x5k4et2xcxytwuu7", + "cAddress": "0x9E27B6e99810da9481E8502580Cb961d5c5Ac7B0", + "amount": "60380000000000", + "delegatorRewardAmount": "63397301905651339242" + }, + { + "pAddress": "flare12trtg3wqkrrf9zh39mezw4z4z5r2hex53ppm4v", + "cAddress": "0x0C5DC7e633fB5a05f91083bed0D87eA95640F99a", + "amount": "133311000000000", + "delegatorRewardAmount": "139972800833790753325" + }, + { + "pAddress": "flare132j6azfjz6cpq4hy4pmk6umln5un2f9wy300ne", + "cAddress": "0x18946738fFde9b75c743B2310117dCD590bB4D4d", + "amount": "256280103556277", + "delegatorRewardAmount": "269086901251554859479" + }, + { + "pAddress": "flare13h97x95e26zrd8wu86au3d05p8244xln35wz8k", + "cAddress": "0x98F3F8e945895E2A8B58de8594965B0548e76374", + "amount": "4247739998000000", + "delegatorRewardAmount": "4460007536765763761892" + }, + { + "pAddress": "flare13hvyvqaskhautkykksmwx43pvjtz08shyz4237", + "cAddress": "0x3eB3Fe08Cc41b8c96b23edD1a61d6C5b43a57E3A", + "amount": "66665996000000", + "delegatorRewardAmount": "69997420921711569382" + }, + { + "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", + "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", + "amount": "81197991607000", + "delegatorRewardAmount": "85255607619104381412" + }, + { + "pAddress": "flare13mvzh4r4tclvpqsxzcld3ex3nk5y58g3cr0jpk", + "cAddress": "0x371F9b8CE9487D4E473749F71C9Be7D6C2e4e01a", + "amount": "562083994000000", + "delegatorRewardAmount": "590172385954824709058" + }, + { + "pAddress": "flare144a52eqfth5c2av99l2nrhpw87qc8zukgm8kf7", + "cAddress": "0xAd86CcA860b78Cacf0e0030e2EE28E3f8Bd0385B", + "amount": "171389992000000", + "delegatorRewardAmount": "179954671520887177667" + }, + { + "pAddress": "flare1469yetxk0cxt34kvt9z9wfse8r9m6knjeqnfv7", + "cAddress": "0x493a30766b7E9733e4060C7192a820f5E386029C", + "amount": "940000000000000", + "delegatorRewardAmount": "986973563950186467175" + }, + { + "pAddress": "flare14pxzxgwtapd49de5vt50gz5e6t2s3x3jf76plk", + "cAddress": "0x28423baA1bf00A5CF962F6C721c30FbA7F2AAFA7", + "amount": "68740009000000", + "delegatorRewardAmount": "72175076243295631175" + }, + { + "pAddress": "flare14qxgc4uzf5vtp33c4kkhdx2m9427cfn7z9sxlu", + "cAddress": "0xed8b2a1D1bc80f70BEa9aE4b11Cd5BaaC64888D7", + "amount": "1085800000000000", + "delegatorRewardAmount": "1140059463550119644743" + }, + { + "pAddress": "flare14v0pz58zj00us8367dwc6jyla8xwus8wezaecn", + "cAddress": "0x81957a4386cb0787032Bd9CDE148Cf6aa1984594", + "amount": "747800000000000", + "delegatorRewardAmount": "785168969278669617184" + }, + { + "pAddress": "flare158e4wcn52m48yj8f6vdrgl7pl0uhf2jdd2a0cj", + "cAddress": "0xC73DE3E90Bd6608a35BFE257431786A9ea4BD862", + "amount": "53000000000000", + "delegatorRewardAmount": "55648509456765832723" + }, + { + "pAddress": "flare15altelke796kccywmjmxs3j4z2rkzqfk75959v", + "cAddress": "0x20c507483DE398447AbCB8766E7C3514bb789518", + "amount": "75000000000000", + "delegatorRewardAmount": "78747890740706367061" + }, + { + "pAddress": "flare15l75hzqgpf6jhdqlkckwlzt6d4plmxdwn0h48l", + "cAddress": "0x55640eA26f400A92b1a54AA438d5F16DfDB47A78", + "amount": "104300000000000", + "delegatorRewardAmount": "109512066723408987794" + }, + { + "pAddress": "flare15qfnjzj3clmawfel9urs362qnrhw3jp24nlj8r", + "cAddress": "0xD7a21FE80774d7894f10a7C7539cA4547148C58e", + "amount": "61050000000000", + "delegatorRewardAmount": "64100783062934982788" + }, + { + "pAddress": "flare15ssk4yamnexntksdns2ngq7hsjmhjvc8cwl6g6", + "cAddress": "0x886B589F7758c7A42c0e4D3D2017b3170935230a", + "amount": "105196722000000", + "delegatorRewardAmount": "110453599604486157059" + }, + { + "pAddress": "flare15yfj4k27rxaxa300xkczu0kt2jqzsz942rwfe3", + "cAddress": "0xd6B640894BD8527464eE56606F1491456F047639", + "amount": "54400000000000", + "delegatorRewardAmount": "57118470083925684908" + }, + { + "pAddress": "flare15ym7n7h7qnz9kx9vypgvqr37aj03rpn3w6gjw8", + "cAddress": "0x820daB1D580E5F12aBe6EaA6f0009aDe4Ba7C679", + "amount": "300009971000000", + "delegatorRewardAmount": "315002032232406476023" + }, + { + "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", + "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", + "amount": "90000000000000", + "delegatorRewardAmount": "94497468888847640474" + }, + { + "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", + "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", + "amount": "86446567987000", + "delegatorRewardAmount": "90766465209990943314" + }, + { + "pAddress": "flare16d2dv7m57rvk458g24z0dkzmg6n6af5pmnq57d", + "cAddress": "0x929F34BE63fa8da803A754e739324702a54929a9", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", + "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", + "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", + "amount": "727555000000000", + "delegatorRewardAmount": "763912288638061611835" + }, + { + "pAddress": "flare17gm2lh6586sa63sgu0sesgpvallpdu06keq6x7", + "cAddress": "0x5006ffAEC38FbFA960eb82fF4BA4a95f98fba6aA", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare17m0tm4ucw89pgzkyajz0n624ptzlh07q9k24yu", + "cAddress": "0x0002a0B89BA2De2f9B2aA276045A47570978ce80", + "amount": "81400000000000", + "delegatorRewardAmount": "85467710750579977051" + }, + { + "pAddress": "flare18ft4yqfl8xrtdgst2rc6qj9hdezllgn7tfrnc6", + "cAddress": "0xbf2c003207BFEaE6d9356e67A85A58e2B80Aa9dF", + "amount": "173000000000000", + "delegatorRewardAmount": "181645134641896020022" + }, + { + "pAddress": "flare18h4rz33ut8xgzlgak5460jax4qresxd786ml6u", + "cAddress": "0x0cD5f79aFF1A153bF477A47ca7D6d5f66D814E7E", + "amount": "4725399990000000", + "delegatorRewardAmount": "4961537094915399460094" + }, + { + "pAddress": "flare18m20srl3fa7p8dnggk0zkz5kf4n49p556eagzy", + "cAddress": "0x5cF590de324Ea955E7Fe997363F601F32f81D10B", + "amount": "120000000000000", + "delegatorRewardAmount": "125996625185130187298" + }, + { + "pAddress": "flare18u7kzvwl4rwlfppy4wfr3eyprckdagy9t7mnr7", + "cAddress": "0xaF0c648cF27205Cd904Dd84d21A5a34009F5667C", + "amount": "614249642819000", + "delegatorRewardAmount": "644944850136380310820" + }, + { + "pAddress": "flare199kzascjsrp4y63g3r8zpyw6qxwhwk47l0chda", + "cAddress": "0x929BF1f0AeBb7a22331Bbc9144C0A1db4210241C", + "amount": "100000000000000", + "delegatorRewardAmount": "104997187654275156082" + }, + { + "pAddress": "flare199ltkkj4z4av3h6n04tq5c92vn30n24vk9gyzf", + "cAddress": "0x3Ec5990bBa13566A31Ee8Ba9Cab06C1C3A6d2af1", + "amount": "108597199780000", + "delegatorRewardAmount": "114024005640294686961" + }, + { + "pAddress": "flare19avsqwl8nyzlmpkglp7zt42anzkxuj3x0y9n55", + "cAddress": "0x1e7be36690F1712F156F31E247E36f6031AA8216", + "amount": "774865716044000", + "delegatorRewardAmount": "813587209943361555356" + }, + { + "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", + "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", + "amount": "1643050290013981", + "delegatorRewardAmount": "1725156596260091806217" + }, + { + "pAddress": "flare19jz2jgtel3ydg45p8ck7kdjm3t2up99l5r69df", + "cAddress": "0x7B1173635fA5555B2482E37b463f08782F2f6629", + "amount": "4188712000000000", + "delegatorRewardAmount": "4398029798937141975846" + }, + { + "pAddress": "flare19pdclmn7dwzjg2hltn9u893rkc2u30fs2xc98v", + "cAddress": "0x449967f987ae0AEea8cF313f17EeD0F897847D25", + "amount": "472000000000000", + "delegatorRewardAmount": "495586725728178736709" + }, + { + "pAddress": "flare19u779ut599tkcsmh7h3wh5zd9cf8zhgd563ylk", + "cAddress": "0x4F3EA077C76f20E40725E82232C69E9A98889ECF", + "amount": "1081994000000000", + "delegatorRewardAmount": "1136063270587997932303" + }, + { + "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", + "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", + "amount": "157632000000000", + "delegatorRewardAmount": "165509166843187014035" + }, + { + "pAddress": "flare1anfdlfxqyv4dr96zgn2ycc2sdcs6s8ypqel24c", + "cAddress": "0xfF87B38d2eB383c99a34380F86f5dE58a02f9099", + "amount": "91567000000000", + "delegatorRewardAmount": "96142774819390132170" + }, + { + "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", + "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", + "amount": "1798270991000000", + "delegatorRewardAmount": "1888133966952663503151" + }, + { + "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", + "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", + "amount": "159720000000000", + "delegatorRewardAmount": "167701508121408279294" + }, + { + "pAddress": "flare1c6ukjx57m2mxnwz96mz4zdx4ppmg7szmy77klq", + "cAddress": "0x4f945c9F7F714A6EeB02c0AF0021b2D949ce6b91", + "amount": "1136080827602000", + "delegatorRewardAmount": "1192852918461514163756" + }, + { + "pAddress": "flare1ccnaj9cqtngxeydlkeahqlwpxlmzzsgjav88aq", + "cAddress": "0xa5848899443980B8F6EaB07b4cB79d2106FD69d3", + "amount": "100444000000000", + "delegatorRewardAmount": "105463375167460137775" + }, + { + "pAddress": "flare1cdja6nnsqa5qnhk29xzeeyr8h5670g9lu3jvzm", + "cAddress": "0x0FC616eCa88b83b1BfB8341D200E9d637D255A1E", + "amount": "94707000000000", + "delegatorRewardAmount": "99439686511734372071" + }, + { + "pAddress": "flare1djuen9j7f2lv37y8gl0m76f329myyh5vy6fky2", + "cAddress": "0x3B258675928438aF3320d5B75e887566788379C4", + "amount": "25039300459594000", + "delegatorRewardAmount": "26290561290877693784754" + }, + { + "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", + "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", + "amount": "1200000000000000", + "delegatorRewardAmount": "1259966251851301872990" + }, + { + "pAddress": "flare1dttps4qm8wxsjpzc35el27py5nt5xffgdqhexg", + "cAddress": "0xe85582561111c725da8BF00Dad723b1A722F2bae", + "amount": "150000000000000", + "delegatorRewardAmount": "157495781481412734123" + }, + { + "pAddress": "flare1dz87km72jafyz6q0mlzjvpnzytjtrtsenxtxhk", + "cAddress": "0x981259b6f1Be610A34aD64418c5Bc5eB6E74F947", + "amount": "55150001000000", + "delegatorRewardAmount": "57905950041304625122" + }, + { + "pAddress": "flare1e0fpn5058xndm2hs7253vs4gdss8a9g4u6jxk9", + "cAddress": "0x1739c5E6a1947487D375D598F083039B66fe06ae", + "amount": "307299998000000", + "delegatorRewardAmount": "322656355561643801556" + }, + { + "pAddress": "flare1e4fn50lklq8qate9w8h2f2sek8halavsc6hmkt", + "cAddress": "0x5FE558A60BD10253FCd82a78cBE877a1E582a9FA", + "amount": "608344924491601", + "delegatorRewardAmount": "638745061953704805501" + }, + { + "pAddress": "flare1e4w9uwpy57hgz4judyszv24f8jswyj6vzy38hu", + "cAddress": "0x13971a0979116f370e58Aba650A93fe9F436Ef01", + "amount": "55493907187000", + "delegatorRewardAmount": "58267041865823677554" + }, + { + "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", + "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", + "amount": "550000000000000", + "delegatorRewardAmount": "577484532098513358453" + }, + { + "pAddress": "flare1eflf796sdkuz7fgt8x4d8ec336ttgp5nklrgec", + "cAddress": "0xfb143952935DA91bA1a6487AA07Afb4427F42673", + "amount": "407870000000000", + "delegatorRewardAmount": "428252029285492079113" + }, + { + "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", + "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", + "amount": "845440000000000", + "delegatorRewardAmount": "887688223304303879583" + }, + { + "pAddress": "flare1ew05wlu453rv6l6ju9paqehxtd2su9vds3m77w", + "cAddress": "0xeA04b9A96145146f9094B7BA0F26E4Eb7Bf0C4dc", + "amount": "106262367488000", + "delegatorRewardAmount": "111572497397250833299" + }, + { + "pAddress": "flare1f7lalggydyz5xvs2hl7elntgjqvxkcj29awru9", + "cAddress": "0xdffBdB7fB22F9235fd55F0CB117205E59F432d42", + "amount": "171372992000000", + "delegatorRewardAmount": "179936821998985950891" + }, + { + "pAddress": "flare1fcqcmaqt70gstl90g4xerdpmqmsqn6qzjmh3g9", + "cAddress": "0x928d87E4a191A824f444cAd1Edc57C0eE4b3E4dD", + "amount": "76318457503000", + "delegatorRewardAmount": "80132234039273147557" + }, + { + "pAddress": "flare1fu89f8js375mc6x0yruyhut5r3y25hdymrnzfq", + "cAddress": "0x28ff20bf0cEfd220F6884Ba60D88B42D214166aD", + "amount": "16232716000000000", + "delegatorRewardAmount": "17043895279905547945429" + }, + { + "pAddress": "flare1fwexxms5vpvkpwlytcylfd82z70dwc0u3d89u8", + "cAddress": "0x7B455faAFBAcc1283aD0c3c3F3595CFDa27C73a7", + "amount": "9328787317830000", + "delegatorRewardAmount": "9794964325970187226437" + }, + { + "pAddress": "flare1g2mpamcexhqx0hc2quucneqxs3a6jxl8u8m90r", + "cAddress": "0x240Ba8f07Fd198EE9b79f3C2e0CD37958cA85926", + "amount": "500000000000000", + "delegatorRewardAmount": "524985938271375780412" + }, + { + "pAddress": "flare1gfwvjcw7wqt8gs6vk5astzfj6d5zapl8g28dqs", + "cAddress": "0x000D02B7d1821d39323BC2D49Bc5D2155b1D5d3d", + "amount": "2828105819315000", + "delegatorRewardAmount": "2969431574167646432551" + }, + { + "pAddress": "flare1gppnzsky0tzugadd43dzftt2azsnn2hp9gjdcd", + "cAddress": "0xE421afb9365F352E1E78873fF8449dBBa73abec3", + "amount": "332281000000000", + "delegatorRewardAmount": "348885705109502031382" + }, + { + "pAddress": "flare1gpywhyz2nwaztj7ywyuepy6vxk9lw4f5prj8mq", + "cAddress": "0x64b674062901aE8CE02C890fcfBe3c97e7e91048", + "amount": "600000000000000", + "delegatorRewardAmount": "629983125925650936495" + }, + { + "pAddress": "flare1gtsfnja67kp22y4che2yfa0en0usxs76kv8taz", + "cAddress": "0x4d7eAB18C126DA804F67Fb25C77BeeAa2cfA3cD3", + "amount": "51936970000000", + "delegatorRewardAmount": "54532357852844591532" + }, + { + "pAddress": "flare1gy0djyu2mt0vdyzkq9r6eyjvkpttwvcreaglpm", + "cAddress": "0x1F4FB5cE1c8EC71090CA2fE5072C14d93416454d", + "amount": "51000000000000", + "delegatorRewardAmount": "53548565703680329602" + }, + { + "pAddress": "flare1h068pyfft8vekr4ces96ffkplvekn23ls2ly64", + "cAddress": "0xB531ac8c8BFb161132E994fAB464f52257f117Bd", + "amount": "51793000000000", + "delegatorRewardAmount": "54381193401778731589" + }, + { + "pAddress": "flare1h0748dmtypelz3y7q7wuf2ywdk3w58rtgle2xp", + "cAddress": "0x9f54539D76Ed4a635A4D5E9f014b53a55e31F2F6", + "amount": "100001997000000", + "delegatorRewardAmount": "104999284448112611957" + }, + { + "pAddress": "flare1h83uu70cfjr0jk0ktc2kccp4kzm92y5f4ra56a", + "cAddress": "0xC93b87b3BF7D6e2D041bDA9920E430bAF75375D7", + "amount": "200008000000000", + "delegatorRewardAmount": "210002775083562654177" + }, + { + "pAddress": "flare1h9acaumy4ma3y24v9ffnspvlg35z3mr6w5spqy", + "cAddress": "0xdF01a391A0FB0F86EE09B70f82f8d8a864BCbC48", + "amount": "67886000000000", + "delegatorRewardAmount": "71278390810981232458" + }, + { + "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", + "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", + "amount": "152000000000000", + "delegatorRewardAmount": "159595725234498237245" + }, + { + "pAddress": "flare1hel20f5r4hphy2wjm354r95yz2flqzq0ttapvk", + "cAddress": "0x87F3db7b48034c00D6a54FE79E797374637d75B7", + "amount": "1000000000000000", + "delegatorRewardAmount": "1049971876542751560825" + }, + { + "pAddress": "flare1hf0hwrujra4u38dwnptsw7h2rhnf5lee2xwjup", + "cAddress": "0xA1A0EDf18FBDB59CDcCD8dE824564B7211368B5d", + "amount": "80450314160000", + "delegatorRewardAmount": "84470567327029097739" + }, + { + "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", + "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", + "amount": "218375000000000", + "delegatorRewardAmount": "229287608540023372095" + }, + { + "pAddress": "flare1hn06cy7e39d2zga53wedxys24fvzhtwg6w0vec", + "cAddress": "0xfb8f144B0Fab29a5a89D122e003c257B6Ac209f7", + "amount": "1149061573259000", + "delegatorRewardAmount": "1206482336337918626254" + }, + { + "pAddress": "flare1hqz9d9vrdpx7hftk7a8n32l0lf0s8cg2eynes8", + "cAddress": "0x5B3A527b2fB1aBd65ebC283540A438C8bFb14526", + "amount": "57990000000000", + "delegatorRewardAmount": "60887869120714163012" + }, + { + "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", + "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", + "amount": "144565995000000", + "delegatorRewardAmount": "151790229054420039428" + }, + { + "pAddress": "flare1hwpdlse399ltp7dfdelvng8883zdmd45a9f47m", + "cAddress": "0x0662bA946A3CbEa5E21D5d0Fd05f4e14f36d704b", + "amount": "51215219436188", + "delegatorRewardAmount": "53774540058963116935" + }, + { + "pAddress": "flare1j06dd4cscw8pd38t3jtw7evfwx535cr50ahc0e", + "cAddress": "0xEDb94A7642b6C6843f30E183bcFE336eFe0e0491", + "amount": "243791985000000", + "delegatorRewardAmount": "255974727976532340375" + }, + { + "pAddress": "flare1j3cl0urv6ugdwjh44eq8ndp7rgdgvp82xt6tl0", + "cAddress": "0x15D8d08FA5617F04551893DC4854B7e084979337", + "amount": "3000000000000000", + "delegatorRewardAmount": "3149915629628254682475" + }, + { + "pAddress": "flare1j875565kd8gt2xlsz3zgteyp9lvmqeev2ddnrx", + "cAddress": "0x3c9150c8858Db3AF963E1e5882e3E9D2ce9E6c6b", + "amount": "1808410165604000", + "delegatorRewardAmount": "1898779815138219993097" + }, + { + "pAddress": "flare1jcycp9x940zc38j7zaw5aq0r7dyycvh6hs4luq", + "cAddress": "0x4b2a55A5f2a36AF2f32C2e98784D67E2B63138F2", + "amount": "478007998649125", + "delegatorRewardAmount": "501894955344066829362" + }, + { + "pAddress": "flare1jdx0t2tatnmldaa4zxs8z0pjex30u000j8jres", + "cAddress": "0xfF5e112E6d4629E14B99edE618C09594FF29155c", + "amount": "1312195225813633", + "delegatorRewardAmount": "1377768083637979874303" + }, + { + "pAddress": "flare1jr3ghprrypxsh6yrnk49sgxvl9ezmhmjg2psz4", + "cAddress": "0x373b1A5D54b742B0BDF46d374b0b495F7Ec33E8C", + "amount": "164856188635000", + "delegatorRewardAmount": "173094361740776782953" + }, + { + "pAddress": "flare1jz0alk6zms6g8fzjdjjy7sm6ls3cuermzj2ev7", + "cAddress": "0xE95EA34f9B5532249E1c4cB9Dd00f01E9a952B46", + "amount": "2151748703357000", + "delegatorRewardAmount": "2259275623912181754982" + }, + { + "pAddress": "flare1jzs88lfwjctqfnzxuez89dfu2242tvkpruzmmw", + "cAddress": "0x1396779fDd7ca79D2F4872d524Fda641e377E7de", + "amount": "599999998000000", + "delegatorRewardAmount": "629983123825707183409" + }, + { + "pAddress": "flare1k7v2enxkfenfrr4354kd4ckz6mlck9fzg8xq4c", + "cAddress": "0x9209987190faD0D1Ff4645966CBDaef57f3FaB11", + "amount": "1000050000000000", + "delegatorRewardAmount": "1050024375136578698403" + }, + { + "pAddress": "flare1l6c8qr0ms9lyj6ejmhr83hramel8c7gfuweqt0", + "cAddress": "0x480b35b48EA560515ddf14518a8e809eAAB13797", + "amount": "250000000000000", + "delegatorRewardAmount": "262492969135687890206" + }, + { + "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", + "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", + "amount": "100004000000000", + "delegatorRewardAmount": "105001387541781327088" + }, + { + "pAddress": "flare1le6d86wyrp9st9xrknl7wple2ejyqtq6mhj6d9", + "cAddress": "0xc1B01d20204d2e7165bBA691f2bd5DEB04c97A6A", + "amount": "463631994000000", + "delegatorRewardAmount": "486800554765437732392" + }, + { + "pAddress": "flare1ljzeh83x6zgrkdy93ervzyjk7dsdgxq02v2fm9", + "cAddress": "0xe5852F3182aEF85edc5141fE1E28dD54b4508F9A", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare1ll2du66ssl69xlq0330f0a2j3jh3vymxhckd0e", + "cAddress": "0x25B960b7699327C57686F925a8DC7CE0D55eA764", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare1lmtchhz2mmfwupsgqqqf37pre8yu8fae5vuezs", + "cAddress": "0x41ABB071395BbBe0468D3D40549F66D0Ffa024C9", + "amount": "1000000000000000", + "delegatorRewardAmount": "1049971876542751560825" + }, + { + "pAddress": "flare1lsd0q44cft7p2h9pp2nl8z4hrkhfxelkm3pyx4", + "cAddress": "0x4A85591B4D4cc1FD8554063DaD88Ba5F2F0d9B82", + "amount": "20021851000000000", + "delegatorRewardAmount": "21022380466329366880859" + }, + { + "pAddress": "flare1m5du3jvkym9yfdamnfrc9w48p7svk36v883m0e", + "cAddress": "0x24B9D7f5ca269FC1495bb5D6804028AC5fC96aB9", + "amount": "61961006000000", + "delegatorRewardAmount": "65057313742296688716" + }, + { + "pAddress": "flare1md8zytggrmgczuj0h23vjqmxc94wtdaex0gz4m", + "cAddress": "0x3Ab636fb2D9fC72eB38BA567AF51AF469ed0ac49", + "amount": "1121212192168000", + "delegatorRewardAmount": "1177241269413247134483" + }, + { + "pAddress": "flare1mepna3j5wthwcn7s8z40c3nugqhff4mq86s3es", + "cAddress": "0x88cd0C441ba5452Ed0aE9cD4E91B22311CC534e1", + "amount": "290000000000000", + "delegatorRewardAmount": "304491844197397952639" + }, + { + "pAddress": "flare1mldz4y59q67p9a4qv4y7ggh2p8mtfhe6z7sn4v", + "cAddress": "0x1f56E518D2da23Ad89838269Ee8C2710f3F7faaE", + "amount": "1200000000000000", + "delegatorRewardAmount": "1259966251851301872990" + }, + { + "pAddress": "flare1n59ndyaehk2fn66vtcr6je07pwcl2qlavvq0l2", + "cAddress": "0xE77B2073f19DA72b38D3d2608f53B3D60E305Df2", + "amount": "963160000000000", + "delegatorRewardAmount": "1011290912610916593324" + }, + { + "pAddress": "flare1n5syzlh046hcwnaa7ktxc9azkemjf242c5jz27", + "cAddress": "0x87Cc6cb6c57b41dC9Dc8Cc624B23DE6c75c8Cd2B", + "amount": "92199814077000", + "delegatorRewardAmount": "96807211803320491450" + }, + { + "pAddress": "flare1n9xlkxdk7futzfh7w0qhzfda99y3w8wf78qqus", + "cAddress": "0x6c8C68C4De8F5decDC9529673923A80d46279AA7", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare1njzvres8a85waf8l2lelpdzzxzrf53xgfqxzxd", + "cAddress": "0x7DDAeF59B9159d22d448F0007644417bb6419d33", + "amount": "51644755746000", + "delegatorRewardAmount": "54225541104219671285" + }, + { + "pAddress": "flare1nljqfgcsl6cq3tcwz6s3g9uanhgj5yls2vq7ry", + "cAddress": "0x04CA5b4d18029DE724c00aDC8F7c320CcE2F2407", + "amount": "194000000000000", + "delegatorRewardAmount": "203694544049293802800" + }, + { + "pAddress": "flare1ntwpnyv0dt3zw800uutjl28a7pnvuk9ljv9cnu", + "cAddress": "0xFCD50096423588e7B0FBC4091693860E9Ca6e583", + "amount": "150600000000000", + "delegatorRewardAmount": "158125764607338385060" + }, + { + "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", + "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", + "amount": "90000000000000", + "delegatorRewardAmount": "94497468888847640474" + }, + { + "pAddress": "flare1nx2qfjxsxgf582jjrdrrwnjuts5xvkmpe8huk0", + "cAddress": "0xC77eea5eE92BbE1b22Da3417710B2dbDbDe5C8E1", + "amount": "331631005000000", + "delegatorRewardAmount": "348203228639608625581" + }, + { + "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", + "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare1phcjd48zk62hpycql0wh2rk3zf4jslvdrky9wj", + "cAddress": "0xe9a52f2134291D6989C9b101bF918EfeCDCe6d13", + "amount": "52989995000000", + "delegatorRewardAmount": "55638004488141022494" + }, + { + "pAddress": "flare1pq6z7jhavz8fs39jw22dscnsw273mjxuy6qas2", + "cAddress": "0x8a31959A732e009cAF2F504c1937043a646c38b4", + "amount": "64632000000000", + "delegatorRewardAmount": "67861782324711118879" + }, + { + "pAddress": "flare1pyu4jdjtrv0cv9dn693hw238p9ls8zs74gyj57", + "cAddress": "0x6D0F41e85FA9cC35CBdD4AfACC674E60A2C3a4C5", + "amount": "175000030000000", + "delegatorRewardAmount": "183745109894137819426" + }, + { + "pAddress": "flare1pzhxwl7ps6xval2wpuk0vxduuhjkcnyfhzjy4e", + "cAddress": "0x847794B1A9F8B2a183E9Af90f0f872abC53bFEbD", + "amount": "909604686241000", + "delegatorRewardAmount": "955059339324543521307" + }, + { + "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", + "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", + "amount": "120000000000000", + "delegatorRewardAmount": "125996625185130187299" + }, + { + "pAddress": "flare1q9v9us6ndg3c8qsn5f0e7agshfa4av46zd94tm", + "cAddress": "0xF0814C0E02618335a35f466e9224c5eE6260B975", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", + "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", + "amount": "550269976775000", + "delegatorRewardAmount": "577768000119583068669" + }, + { + "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", + "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", + "amount": "60700000000000", + "delegatorRewardAmount": "63733292906145019742" + }, + { + "pAddress": "flare1qf0n2r2pzas3dx8pm335pv05sl3curu06vml2m", + "cAddress": "0x09897972fFcaD7AFd630F0bAD9283724ccf38533", + "amount": "940254251347799", + "delegatorRewardAmount": "987240520714948506992" + }, + { + "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", + "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", + "amount": "492000000000000", + "delegatorRewardAmount": "516586163259033767926" + }, + { + "pAddress": "flare1qmqrvet7rz7dfdywu78fw0dx63f55e68r9psdj", + "cAddress": "0xE39C1715cc4F1A58E1D638090cb9761a2dB29488", + "amount": "450469998000000", + "delegatorRewardAmount": "472980829126269542519" + }, + { + "pAddress": "flare1qptx97g42atdsxfx7en4ur7w94t2j8m64h24lz", + "cAddress": "0xD3847C154774c252ca045b1A4FA7b4EcE7fe3942", + "amount": "150000000000000", + "delegatorRewardAmount": "157495781481412734123" + }, + { + "pAddress": "flare1qs42g3arkzelhwmxcu2u6urzc2kes6zcsy3e7n", + "cAddress": "0x0a852A20620d01A04cE0025e15339C5FE6AE0526", + "amount": "679402759083004", + "delegatorRewardAmount": "713353789882704657516" + }, + { + "pAddress": "flare1qs5mhetcqvzhy0h5wmygg86d65ya4ug4knhqkn", + "cAddress": "0x93262E0F3C85D476706E58E8B533Cd786A1064F1", + "amount": "63283997000000", + "delegatorRewardAmount": "66446417085215860147" + }, + { + "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", + "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", + "amount": "314000000000000", + "delegatorRewardAmount": "329691169234423990099" + }, + { + "pAddress": "flare1qvds933mu77cz28eylsj6zt6hydlyg4zhm6f8c", + "cAddress": "0xb2050D3F930C0E6566C60D1a9e6b67E48A3418Cb", + "amount": "563908976000000", + "delegatorRewardAmount": "592088565730021452887" + }, + { + "pAddress": "flare1qvlew4e0t5sy4p5t9w4y7gegrn3tte2csyymvp", + "cAddress": "0xb33966e39bF5825C64E25835922F96aaaf49fbE3", + "amount": "312246272875000", + "delegatorRewardAmount": "327849805074043815464" + }, + { + "pAddress": "flare1rccmjx34wj0gzm3u7c9tej3p809sqm956mu3nn", + "cAddress": "0x2504B51035502EE579b1e8AcE53d73460044093B", + "amount": "329228998000000", + "delegatorRewardAmount": "345681188842349800533" + }, + { + "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", + "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", + "amount": "103386550935000", + "delegatorRewardAmount": "108552970894504715948" + }, + { + "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", + "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", + "amount": "450000000000000", + "delegatorRewardAmount": "472487344444238202371" + }, + { + "pAddress": "flare1rz5hgkyx9a75ud0ek7s8lrheadmyzjxc3qwp66", + "cAddress": "0xe074B9d1D12be834Ef738a4D6b4cee7007deA8d9", + "amount": "511989506000000", + "delegatorRewardAmount": "537574582385016359507" + }, + { + "pAddress": "flare1s02zp3lr8q7p849lc0ury5wmrx3z56zz2wpjqf", + "cAddress": "0x78272Cc3d88c30be218aA0c1697395E90Ae8f154", + "amount": "200000000000000", + "delegatorRewardAmount": "209994375308550312165" + }, + { + "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", + "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", + "amount": "74845933063018", + "delegatorRewardAmount": "78586124789770182673" + }, + { + "pAddress": "flare1skz34q0d6ks0kuj32p57m6t9xda7rcq73gv3qx", + "cAddress": "0xade6B063077d7156bA541BBBbe015fdA01c7F0E8", + "amount": "250000000000000", + "delegatorRewardAmount": "262492969135687890206" + }, + { + "pAddress": "flare1slmk9v8p5u0zfawaa9zrfuuhas2d2mcwmp6ysp", + "cAddress": "0x1A03D40d57a63b299d9F9b94522F457af0CBc855", + "amount": "582716318922640", + "delegatorRewardAmount": "611835746871288811286" + }, + { + "pAddress": "flare1snzm6cz9jvmhx5xa9awltk05nmtgyluad32s7u", + "cAddress": "0xf06afa79d653A6F04D4d023416eAB53188124f11", + "amount": "52094994000000", + "delegatorRewardAmount": "54698278608663383304" + }, + { + "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", + "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", + "amount": "1000000000000000", + "delegatorRewardAmount": "1049971876542751560825" + }, + { + "pAddress": "flare1sv6vqkzvyr220q78srdhd2l32tc3pqszym5wew", + "cAddress": "0xcd114230e75A75967fA4F4B9577511C8b54F6566", + "amount": "250000000000000", + "delegatorRewardAmount": "262492969135687890206" + }, + { + "pAddress": "flare1t3spkp8gajpwjser6hcgecctfd5gk2sd0qwzls", + "cAddress": "0x795DC2AEB3bca32CB42A2a0C720Fb2008f5Fd77d", + "amount": "13906631040520000", + "delegatorRewardAmount": "14601571490002462118589" + }, + { + "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", + "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", + "amount": "108300430000000", + "delegatorRewardAmount": "113712405717486907420" + }, + { + "pAddress": "flare1temkz9z26qjyc9ksasypcpsd3d05apdfawpjmh", + "cAddress": "0x8Bf344920C76879D0CEa3A93919c65c53B16a69b", + "amount": "84684189204000", + "delegatorRewardAmount": "88916017052025302571" + }, + { + "pAddress": "flare1tlyr3xtz37e94aw0klk5r7pz45wxw42752enf5", + "cAddress": "0x2Ed133f284Ee692F1e68257D2bc2C4c6CD4DdD0a", + "amount": "441239195182815", + "delegatorRewardAmount": "463288745770313690393" + }, + { + "pAddress": "flare1tpzs0jzplw6gycqe95kxtyakrdlxkq7ytsvkyc", + "cAddress": "0x95E8529DB693260Cf8D621A1B8Fb19a48c5fa47d", + "amount": "815030379956526", + "delegatorRewardAmount": "855758977482305413504" + }, + { + "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", + "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare1u4rdlg9txsk3zc5kvq8l63xzqqzyrnnpydwcr8", + "cAddress": "0xF16C0904707b08F5Cd9D1309F57726509e5A5D54", + "amount": "682539695502000", + "delegatorRewardAmount": "716647484901153186811" + }, + { + "pAddress": "flare1ua2mc9d2l47a8gh8asu8jhcd0q0jphgakfwy94", + "cAddress": "0x178665C0973F4efcF3fd97c2aB535d73C37AdcdA", + "amount": "1000002944000000", + "delegatorRewardAmount": "1049974967659956102686" + }, + { + "pAddress": "flare1uajm8numvd4p5wuqsg9fnqscux2pe5t6nwqefk", + "cAddress": "0x4c6FF89674cCd7137f42d0a257ED82Bd7E2BaF4a", + "amount": "59000000000000", + "delegatorRewardAmount": "61948340716022342088" + }, + { + "pAddress": "flare1um0kv0khm6qu992pff59tjq2uvlmmdwere06fx", + "cAddress": "0xfDad422674977C04a6C5892DD717b049DE3A8244", + "amount": "54443806446483", + "delegatorRewardAmount": "57164465620744110038" + }, + { + "pAddress": "flare1umqsxn0pszampdu492s5sjac3qn50ajqxu6ppe", + "cAddress": "0x20D394193242BD37e51d44c1db3627e8D5B927a8", + "amount": "90000000000000", + "delegatorRewardAmount": "94497468888847640474" + }, + { + "pAddress": "flare1unea575kdka6mu7q46ms4cqmkpn0sqhws8m5x3", + "cAddress": "0xa1Db418AB5eD12C8230bAb6cC24c2c9dE82cC479", + "amount": "50140000000000", + "delegatorRewardAmount": "52645589889853563259" + }, + { + "pAddress": "flare1usu99utwk2azj8mkxexpsx8hd3w2cfdkhxdnzd", + "cAddress": "0x72c4Ab33E16D273505Fb1EC4dcC1C8D6dfa7dF4B", + "amount": "2539325501978000", + "delegatorRewardAmount": "2666220362464705250371" + }, + { + "pAddress": "flare1uv4v4sz43224sslgn9qplh2h8p8hj9l8e05sqn", + "cAddress": "0xEb83857D858Ff7Ae20895141238E8b86EC06AD24", + "amount": "177955071607638", + "delegatorRewardAmount": "186847820476171399660" + }, + { + "pAddress": "flare1uvagmak37ergsdl39tn69x9x7htv3ydnrzdxlf", + "cAddress": "0x77ad19b2ffB328d28778137a0Db89fC5D5ad721e", + "amount": "63094000000000", + "delegatorRewardAmount": "66246925578588366978" + }, + { + "pAddress": "flare1uxrascmg5t3w0xe2wfaem4fjgmz3r7r7ykv006", + "cAddress": "0x133d90912221Aa55e6F87Be546b97D5Cf34961fd", + "amount": "250000000000000", + "delegatorRewardAmount": "262492969135687890206" + }, + { + "pAddress": "flare1uy2lzhhlpywvugkvr4zwtavlktll9pzvvnqmuf", + "cAddress": "0x8cf53EB8762C9cC4D29e78c97D6ab9cc2C64E94c", + "amount": "436999998000000", + "delegatorRewardAmount": "458837707949238678995" + }, + { + "pAddress": "flare1uzglnulr3gf0rtwy69mf3jfuz28vd0cta2x7lh", + "cAddress": "0x977aE5c77c48909052efC3E5908AB5224E957bA3", + "amount": "226641989000000", + "delegatorRewardAmount": "237967714493711657278" + }, + { + "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", + "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", + "amount": "760500000000000", + "delegatorRewardAmount": "798503612110762562008" + }, + { + "pAddress": "flare1uzrrn76smwvez5hjuqdl6te8fm7xflh6xldasx", + "cAddress": "0x8e7C7d2fAc4d458a24C0F47Ded8556100D3158ae", + "amount": "467080000000000", + "delegatorRewardAmount": "490420864095588399030" + }, + { + "pAddress": "flare1v09vq0tp5q0y5ragj6jv363kv00hrnp0csddr4", + "cAddress": "0x1AE8e3655d882856842441c0eC0223973343C9D1", + "amount": "50999915348000", + "delegatorRewardAmount": "53548476821461036505" + }, + { + "pAddress": "flare1v8j90nxva9y89hagd9za8v7ps9a4gua828kw7f", + "cAddress": "0x24ee85804ebae72Db31DeBD94C8c9C50efA849cb", + "amount": "105357000000000", + "delegatorRewardAmount": "110621886996914676193" + }, + { + "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", + "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", + "amount": "340443362142550", + "delegatorRewardAmount": "357455955805336769099" + }, + { + "pAddress": "flare1vu2de65zvvgemfmvyup0q5r7z4l3nt8pt9jlwh", + "cAddress": "0x4c254A6Cae5a01A6feA6BdcCB0D72D84023387f7", + "amount": "164103020519000", + "delegatorRewardAmount": "172303556400668094167" + }, + { + "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", + "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", + "amount": "225000000000000", + "delegatorRewardAmount": "236243672222119101185" + }, + { + "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", + "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", + "amount": "177200941000000", + "delegatorRewardAmount": "186056004546911403307" + }, + { + "pAddress": "flare1wmt56yzvad02xj5hlnnmhy4k5ladkfp3ghfnw9", + "cAddress": "0x7e367d3Cf0ed261fAe613Fabf93e056C51d19aC7", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare1wpujm56gapgh3rt64vm8m4v3xm5jqw6z5kf5m0", + "cAddress": "0x3D85050c6a246D31C0BB71D5eeBF29a62B7a69d1", + "amount": "156656554546000", + "delegatorRewardAmount": "164484976549385537789" + }, + { + "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", + "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare1wqs95s9nx8934c45c8utkyu4v4k4zc7ulu94nd", + "cAddress": "0xCCCD5354573D36f0c3140E9d981f3C66BDf43e25", + "amount": "55756901536046", + "delegatorRewardAmount": "58543178536011645577" + }, + { + "pAddress": "flare1xgl4vz52qm7cevanrwpzyhlkqpuqzvhsjkk4al", + "cAddress": "0xa4f505FDd1D87596E4506eB145CC4E99F77f7cAf", + "amount": "55281987000000", + "delegatorRewardAmount": "58044531629401996729" + }, + { + "pAddress": "flare1xhcs3vvjr9kn9y79dqszhfrr7zvs0lccql3ast", + "cAddress": "0x4f3784e4818c7e614435D4354e7f1080189E30BF", + "amount": "234026127157847", + "delegatorRewardAmount": "245720851891957208500" + }, + { + "pAddress": "flare1xk7l2pfaqk6adalj2jzd5ahe3tuwsd69k2krt5", + "cAddress": "0xd7807e003c6E1361b12b70E632b601815C36F06f", + "amount": "52049984000000", + "delegatorRewardAmount": "54651019374500194057" + }, + { + "pAddress": "flare1xuv26t3cn9affc69ts04x7h587r02zjvkcjnnx", + "cAddress": "0x50d8F349Cf720DD203AD9e852999b37feB805ba0", + "amount": "471224397729000", + "delegatorRewardAmount": "494772365156246046971" + }, + { + "pAddress": "flare1xwhl2akedkvtyce8u922meret0hydct4z9ekk8", + "cAddress": "0xADE5Ffe4199FC2D6301e67f8723A1B68Cc36D905", + "amount": "50149996000000", + "delegatorRewardAmount": "52656085408731484604" + }, + { + "pAddress": "flare1y5ql0ysh0gtfwt5w46av94dse0kzaha7h9lfgd", + "cAddress": "0xF1e8105304c0184E6E16E31A1edA368D0039e8f4", + "amount": "1547532543404000", + "delegatorRewardAmount": "1624865648608875009267" + }, + { + "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", + "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", + "amount": "781321098000000", + "delegatorRewardAmount": "820365179449503093446" + }, + { + "pAddress": "flare1yd9armwaeht8td4ehpdq3kx780fxku7z5nvtjw", + "cAddress": "0x52A3A014ba535e5F349241163B1B25e6654E6a14", + "amount": "500000000000000", + "delegatorRewardAmount": "524985938271375780413" + }, + { + "pAddress": "flare1ye975m80gzmm6q46hajtw2tmkycf5qqsyzsenu", + "cAddress": "0x35aB933F276ED630AAfB20C77f414E5331a9C2Dd", + "amount": "428138903390000", + "delegatorRewardAmount": "449533807813354117705" + }, + { + "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", + "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare1yhq547q4trufqecvkplfjp9huylx8tunma5s9m", + "cAddress": "0xC5FaF0381A5050536350dCa2137eEDAc119854E6", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578041" + }, + { + "pAddress": "flare1ym8cc3y262ehuyqjf2vdlheflaz4dmet0nrfpu", + "cAddress": "0xB3aEbA90EB2659ff653DaE03439635699E6a43c0", + "amount": "5585419525630000", + "delegatorRewardAmount": "5864533420604256347291" + }, + { + "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", + "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", + "amount": "215580000000000", + "delegatorRewardAmount": "226352937145086381483" + }, + { + "pAddress": "flare1ytrfjm5jparnmgzps9ntlmttr02u7fqt7pf5p3", + "cAddress": "0xC55297248Da652D27143C96A64D48663c6a9bAB9", + "amount": "88422995000000", + "delegatorRewardAmount": "92841657989680338549" + }, + { + "pAddress": "flare1ywy274zx97wgwyl20rlp62edkfl484dyhkyc9g", + "cAddress": "0xCC53E0993d28005aa981F83d3F61c526702deF99", + "amount": "50012000000000", + "delegatorRewardAmount": "52511193489656091060" + }, + { + "pAddress": "flare1yyzt5rjgnjdlqqywynjtfxwqzke7ascgf6cg7j", + "cAddress": "0x2780FC072F79994Aa5f05063253aecc22BF825fB", + "amount": "97628651915000", + "delegatorRewardAmount": "102507338855531645748" + }, + { + "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", + "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", + "amount": "100000000000000", + "delegatorRewardAmount": "104997187654275156082" + }, + { + "pAddress": "flare1zj23mfrsgjnd0s0qav90w6uqfpxhvrek86t3k6", + "cAddress": "0x69B7B4544478c52f170434d20122638D6ffD4114", + "amount": "755796000000000", + "delegatorRewardAmount": "793564544403505458669" + }, + { + "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", + "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", + "amount": "100000000000000", + "delegatorRewardAmount": "104997187654275156083" + } + ], + "totalStakeAmount": "194926631244628000", + "cChainAddress": "0xbBc569CA9C9288B6772F467025Dc376b4cc5B107", + "eligible": true, + "overboost": "0", + "rewardingWeight": "194926631244628000", + "cappedWeight": "179585905365675776", + "nodeRewardAmount": "221262141401166496688078", + "validatorRewardAmount": "30244295000143257542327" + }, + { + "nodeId": "NodeID-AFor3TgDtzsV8kK8sjqkneuUKpv8tbNwM", + "bondingAddress": "flare19fmukug4wefeyf77qdz73eckvdnzq588qaeju2", + "selfBond": "13333334000000000", + "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", + "stakeEnd": 1748779200, + "pChainAddress": [ + "flare19fmukug4wefeyf77qdz73eckvdnzq588qaeju2" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "AFOracle", + "BEB": "13333334000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "25845059768577207", + "totalSelfBond": "13333334000000000", + "delegators": [ + { + "pAddress": "flare14cyrctgqy5jjjjzrsgcqapnjt5t0yencpl90gr", + "cAddress": "0x4CBC289fb8946D1684709113416Ccb26623Cf470", + "amount": "20692950330000000", + "delegatorRewardAmount": "17454732752157253327318" + }, + { + "pAddress": "flare15c062x5rgyyrgkzv3wqakdkw6wpnuzn8s4f3kz", + "cAddress": "0xD8a30F894FD8c8Dd5FB47a44966A918FDD8A6f1A", + "amount": "2000000000000000", + "delegatorRewardAmount": "1687022147523538111862" + }, + { + "pAddress": "flare17ytsqa28gzkk80dn54y8sz74a5tfxhraex47e6", + "cAddress": "0x78Cac9021D86c3D5BcAF0C407664E27Eb56040A6", + "amount": "1994207000000000", + "delegatorRewardAmount": "1682135687873236183722" + }, + { + "pAddress": "flare1j23ggez8yhfyq4muucaycw3lftlq73vatgpshe", + "cAddress": "0x308c271feB0FA3E4F5E9d5e5c9daC8f3194460b5", + "amount": "750000000000000", + "delegatorRewardAmount": "632633305321326791948" + }, + { + "pAddress": "flare1tr0p9xq8cgsfflhzpqr77sz8mkqw6wrvac6p7y", + "cAddress": "0xf3221526Fb23f73F3d002778CD888AE873a85C0c", + "amount": "407902438577207", + "delegatorRewardAmount": "344070223954303925461" + } + ], + "totalStakeAmount": "39178393768577207", + "cChainAddress": "0x90D38ffe3D03cC6AaeF01Bf039d7f936cBdD5109", + "eligible": true, + "overboost": "0", + "rewardingWeight": "39178393768577207", + "cappedWeight": "29803004139756681", + "nodeRewardAmount": "36719343328882179548785", + "validatorRewardAmount": "14918749212052521208474" + }, + { + "nodeId": "NodeID-AFor4y2SR55vTb8wtqrJ1gkxPiwdzFTEE", + "bondingAddress": "flare18565qkzyd7ma0qey6nur27qe4sdr6a7ned7um9", + "selfBond": "13333334000000000", + "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", + "stakeEnd": 1746100800, + "pChainAddress": [ + "flare18565qkzyd7ma0qey6nur27qe4sdr6a7ned7um9" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "AFOracle", + "BEB": "13333334000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "143075586290785524", + "totalSelfBond": "13333334000000000", + "delegators": [ + { + "pAddress": "flare1meu3qaghkjq2zj6cxnjz3mvn0dar0u2n03nrp4", + "cAddress": "0x1D4C7C59B5a6a876B0a495c7166CE5c811a7332d", + "amount": "50000000000000", + "delegatorRewardAmount": "42175553688088453275" + }, + { + "pAddress": "flare1nj23pp87amxjrlk2sfkefafkr0tszh4r807rgu", + "cAddress": "0x9cB8008958407C161E57c701a2a852d3D4C8d355", + "amount": "26589899180000000", + "delegatorRewardAmount": "22428874408538982790137" + }, + { + "pAddress": "flare1r88yreet3tgn4zthn8qct98gtwehhtr8kpnrjr", + "cAddress": "0x2d41bb357c5A997960D4E58F5C79D2DFEDf8a93C", + "amount": "250929006522972", + "delegatorRewardAmount": "211661395730166065675" + }, + { + "pAddress": "flare1stkjf7mtmqdt0hk2a56sz5swn4hqse4lhzhdj5", + "cAddress": "0xABe0Faf2EB82a9cFc01633F4178A056Ae5C29067", + "amount": "16070525104262552", + "delegatorRewardAmount": "13555665886611971002036" + }, + { + "pAddress": "flare1uzuvpq4jx3wcyrkjuf8sa0q8rwysppzeca0lju", + "cAddress": "0x186206B8dB235DAFf7F05F7F427066EC7F186c90", + "amount": "114233000000000", + "delegatorRewardAmount": "96356800489028165659" + }, + { + "pAddress": "flare1xxcqz5k8fezlm8tce2ws9tqs23f0u23d49q62r", + "cAddress": "0xe1d57b826Af6D5529A7e50CF07D9Ec28fB53a3C3", + "amount": "100000000000000000", + "delegatorRewardAmount": "84351107376176906550189" + } + ], + "totalStakeAmount": "156408920290785524", + "cChainAddress": "0x625d748e319326f8e0d466fF86923C794CEb90c1", + "eligible": true, + "overboost": "0", + "rewardingWeight": "156408920290785524", + "cappedWeight": "118980265665200548", + "nodeRewardAmount": "146591840333777162675749", + "validatorRewardAmount": "25905998912542019648778" + }, + { + "nodeId": "NodeID-AW81N9vGQttoQMMdpqbihU5hEwH793YXj", + "bondingAddress": "flare143aen950cgnymsl42d3d93ryyj3k764m0gwm69", + "selfBond": "2464475000000000", + "ftsoAddress": "0xC7cF3238D2ca63d01Ad4d42B4cCB9dB8b0adE702", + "stakeEnd": 1743250851, + "pChainAddress": [ + "flare143aen950cgnymsl42d3d93ryyj3k764m0gwm69" + ], + "fee": 90000, + "uptimeEligible": true, + "ftsoName": "Bushido FTSO", + "BEB": "2464475000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "30988540615844129", + "totalSelfBond": "2464475000000000", + "delegators": [ + { + "pAddress": "flare10apl603luz07t35h4hwtqj37zn2k4h67kgpj0c", + "cAddress": "0x0e2fa9aF5610d8D62203D9e176c4F641a1a59661", + "amount": "1185000000000000", + "delegatorRewardAmount": "1328601093132062095731" + }, + { + "pAddress": "flare15m29qhn4pmtt532cfk2g2g886d5nt7usqquzxe", + "cAddress": "0xD6fDfdBBa8FF86B25139544aa974924D548A791e", + "amount": "666226320973187", + "delegatorRewardAmount": "746961196893104064196" + }, + { + "pAddress": "flare17vh42a9d7v4fe6nzf4vnykc64epvzjscxcdnpc", + "cAddress": "0x584ebc298278A83d849E02B10c62bD04F73D347B", + "amount": "200000000000000", + "delegatorRewardAmount": "224236471414694024595" + }, + { + "pAddress": "flare1d9exgmyzwvgr6p2jy3p72kgsszvgajcskarezk", + "cAddress": "0x91B63f6405a0c10D6d70a633b2130292c2faE893", + "amount": "24462722530000000", + "delegatorRewardAmount": "27427172906619682442703" + }, + { + "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", + "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", + "amount": "825000000000000", + "delegatorRewardAmount": "924975444585612851458" + }, + { + "pAddress": "flare1mjtzwa6xdl370le677wmntd3etku4fau8njtge", + "cAddress": "0xDa72f7fee2D64D4cB097DD809a0C099D5507C629", + "amount": "50483997231566", + "delegatorRewardAmount": "56601767010577708166" + }, + { + "pAddress": "flare1syc8y6a9dveg6ak0xqwdt82dyd5uk7ulupsq50", + "cAddress": "0x9bB00529c014baa1C4C5A22f877cbe05945cBbd9", + "amount": "3541014000000000", + "delegatorRewardAmount": "3970122422950156734054" + }, + { + "pAddress": "flare1ytsc8wpsvcz4t0tz6tmwwfmj3mlwk8cr39flac", + "cAddress": "0xDac244E82fF83D43c18821D572345371007aEE08", + "amount": "58093767639376", + "delegatorRewardAmount": "65133707333194065943" + } + ], + "totalStakeAmount": "33453015615844129", + "cChainAddress": "0xB75879b43daA5C6718559da8e08f6F9Ad4Fc2DDE", + "eligible": true, + "overboost": "0", + "rewardingWeight": "33453015615844129", + "cappedWeight": "33453015615844129", + "nodeRewardAmount": "41216407581744751943050", + "validatorRewardAmount": "6472602571805667956204" + }, + { + "nodeId": "NodeID-B6sAUBEYn2fvHMeUnsUkh1yNrvTzKu8gZ", + "bondingAddress": "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw", + "selfBond": "4000000000000000", + "ftsoAddress": "0x112B1130BD78B5A520adeace6130151E07a270a7", + "stakeEnd": 1740816002, + "pChainAddress": [ + "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Xdrops Oracle", + "BEB": "4000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "1176000000000000", + "normalDelegations": "28411513046236000", + "totalSelfBond": "5176000000000000", + "delegators": [ + { + "pAddress": "flare108x7th3uwkhsuua7ly7xasfq0nhwpywrargg9s", + "cAddress": "0x4e18524dB4542F4d9A4d850317A242691490B879", + "amount": "180418974000000", + "delegatorRewardAmount": "177830831235250217325" + }, + { + "pAddress": "flare12yjtwd5trm4jmy0c6l4wckemf4ffx27peed03w", + "cAddress": "0x75537feeef4ea80Dca479dc007B10306F1442330", + "amount": "120190999000000", + "delegatorRewardAmount": "118466837413481398222" + }, + { + "pAddress": "flare1353a0fa4l7e82vaw9j039c7y8als5pzp4l6lsj", + "cAddress": "0x8a955B7b52B185427edE10d689eC6beA033AB78B", + "amount": "173999997000000", + "delegatorRewardAmount": "171503935619548773782" + }, + { + "pAddress": "flare13hnqxx7lyp8t6fwpf8txph67pm2hvewrev2mtz", + "cAddress": "0x609652E00A1303B31A385bBf95e7F6feA605B996", + "amount": "26876387450000000", + "delegatorRewardAmount": "26490840818295236168095" + }, + { + "pAddress": "flare14uwpgpnhveg5jnsc90qd2nm3rxh45zcsf5wh4q", + "cAddress": "0x2DCe927B863f8242a3A2636A3a7fB10a1Fafe22b", + "amount": "55554999000000", + "delegatorRewardAmount": "54758052506403758776" + }, + { + "pAddress": "flare172r3664hwflu0h86p5zn02j90z0j8wqte34z4f", + "cAddress": "0xA5E9ADd3894051B11358A8952Dae14C2204C8199", + "amount": "101212976000000", + "delegatorRewardAmount": "99761057580747746632" + }, + { + "pAddress": "flare17f6uv8zyngakck75zvxvf94z9wy8fd8mrz4hqm", + "cAddress": "0xC9313E1af029323A9bd75300f0285c8a86093bfd", + "amount": "310899993000000", + "delegatorRewardAmount": "306440076453508010303" + }, + { + "pAddress": "flare18gll0k5yku0lr0cprr3jkx07z7w63uxp5kavvt", + "cAddress": "0xb67c4d6Ce3C33468cCa88f35825dbF7D4574aC0F", + "amount": "84637580329000", + "delegatorRewardAmount": "83423438954077704517" + }, + { + "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", + "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1ary69sscvhqhvm4wq249v8xz6dheu582ucxsx3", + "cAddress": "0xA60BcC03DF08BB3B207D1fDFF628adEEE0004DcC", + "amount": "50278246118000", + "delegatorRewardAmount": "49556995597449924441" + }, + { + "pAddress": "flare1d3wxera6d793areekey4ju7p4048ltnhgnsuj2", + "cAddress": "0x772CB70126776D014ADB41e481C6f311Db2aceB3", + "amount": "50200000000000", + "delegatorRewardAmount": "49479871934143472680" + }, + { + "pAddress": "flare1dmcsgt0276nepus4scz48404g9kfv4wjnqulwc", + "cAddress": "0xEDE423D36448c49dD077268581D5278Bb9924fB8", + "amount": "100580849962000", + "delegatorRewardAmount": "99137999504921501407" + }, + { + "pAddress": "flare1ksk3u9pzzmwam6m6v0p5srezcz0dk5su96ytzq", + "cAddress": "0x51A65cde94de2F449Fa83E486e7838798a740EaD", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1mmrka73js7nkallyren9jvf6cncw6c0cmq7mpg", + "cAddress": "0x99640616370CbB437808aCaCDb44288876cB42B5", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1qulms2mmlsqzm6fvxaee56349sc73rpds57sff", + "cAddress": "0xc9982e2F223095AB77Ae19F3DbeF374FB864f23F", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1qzuj9pcm2x6vygwtlfx8n3a69juk52c3nhcjwz", + "cAddress": "0xC653970AD41803220FDc39e7C46CeBB69fF2E6A5", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422989" + }, + { + "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", + "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", + "amount": "57150981827000", + "delegatorRewardAmount": "56331140671524321674" + } + ], + "totalStakeAmount": "48587513046236000", + "cChainAddress": "0x216f3f9476cC26ec95AafB2A494e23979d0494e8", + "eligible": true, + "overboost": "0", + "rewardingWeight": "48587513046236000", + "cappedWeight": "48587513046236000", + "nodeRewardAmount": "59863145496172372546203", + "validatorRewardAmount": "31859200735554767433408" + }, + { + "nodeId": "NodeID-B9o4BTqdc1qkrAn5BxLHL7pimWf9UwBkd", + "bondingAddress": "flare1h6psvqnxsptc92e3yvl8sgf6lnm0ve2jlmqsfv", + "selfBond": "7000000000000000", + "ftsoAddress": "0xb0421af2cFfB21D8a0Be4087448146E4f9cbD306", + "stakeEnd": 1750626053, + "pChainAddress": [ + "flare1h6psvqnxsptc92e3yvl8sgf6lnm0ve2jlmqsfv" + ], + "fee": 130000, + "uptimeEligible": true, + "ftsoName": "FTSO EU", + "BEB": "7000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "82805033133638666", + "totalSelfBond": "7000000000000000", + "delegators": [ + { + "pAddress": "flare10knlks6gggvnjdra420kk86mpfdzc26v6qqkdp", + "cAddress": "0xd32739E06c6F3CB66e6Ca4f1495a57b84F3963b6", + "amount": "133935846600000", + "delegatorRewardAmount": "143565782552998116274" + }, + { + "pAddress": "flare12nwm86fjmxvkvnhs8fesn2usppdcx2cn4dymkk", + "cAddress": "0xD15c3714e575B4EF045beD42CCE79770C1C44C1f", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare13g8cevk9uswm6vu4t8htmwr7f7hhfjzfmpygv3", + "cAddress": "0x8e471b4D2c08cD29142adF30a31D294350f874c1", + "amount": "60999998000000", + "delegatorRewardAmount": "65385874438496437493" + }, + { + "pAddress": "flare13lcwckz83n2m8pkmpmkzklpf5drzleve3mr228", + "cAddress": "0xf5460a9225f258C080B506841be032539D95830f", + "amount": "60000000000000", + "delegatorRewardAmount": "64313976966192461999" + }, + { + "pAddress": "flare13plwpvjasdzg5xey5nejc4cjlumy3dtjcqp3yw", + "cAddress": "0xCE18eE399dFfC872664D56c9e3269fE0167B90cf", + "amount": "90700872780466", + "delegatorRewardAmount": "97222230713607386167" + }, + { + "pAddress": "flare15vxzp832tj7pmhpp9d0uts5ml6qwahm6rrpygc", + "cAddress": "0x461Df3491F64EddFf068B6F5E98a8692A546afC6", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare16etgp93kwxw86a2asf05sxxjay5ksgx7wanf7x", + "cAddress": "0x83B60fA132B17Ace5174962c2a28B00f75f6cba1", + "amount": "358009981000000", + "delegatorRewardAmount": "383750761195016682713" + }, + { + "pAddress": "flare178v7getmac6nppek3y0d83nwvz6d8hlm06wrme", + "cAddress": "0xFC3CA1656B2da82c6a218c64ae256c310623fB66", + "amount": "93370000000000", + "delegatorRewardAmount": "100083267155556502948" + }, + { + "pAddress": "flare17e6p2ph0dxa8fmchwm8e4qm4gzvysukuyv86rj", + "cAddress": "0x2c73d82F2d16B0b911369e82ceB354b1d759DE2A", + "amount": "80000000000000", + "delegatorRewardAmount": "85751969288256615999" + }, + { + "pAddress": "flare17pagn4rhz0l23x5k7fmvgva0mu5kh5s9aez9rc", + "cAddress": "0x25cDEae2F216400C74221B78D2dd8568DdfB8068", + "amount": "189931989249000", + "delegatorRewardAmount": "203588026361721672149" + }, + { + "pAddress": "flare18cl7ugx0urdsu5z7d3yw48u7s8czl3f83fnr5v", + "cAddress": "0xc93D18fff20C6bB7C3B262021216e2B306ea0Eb3", + "amount": "80310471530000", + "delegatorRewardAmount": "86084763602074591531" + }, + { + "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", + "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", + "amount": "40000000000000000", + "delegatorRewardAmount": "42875984644128307999672" + }, + { + "pAddress": "flare19a7e0rcdd5wa0rmgkq56m4f5qcd2t7arqgp92y", + "cAddress": "0x8E434A912e6C4e466b4236a08A4B2277059F7bc7", + "amount": "50011781426116", + "delegatorRewardAmount": "53607609311291273704" + }, + { + "pAddress": "flare19f89vr6cp8gfvm8m39qju47k0czs93jmy93upm", + "cAddress": "0x0a2B76B41F3466A692636322F169F83835F63915", + "amount": "50065000000000", + "delegatorRewardAmount": "53664654280207093500" + }, + { + "pAddress": "flare1cqzq4eqnu4rjvkaptctnc792ef2cwlr7qrt2yn", + "cAddress": "0x94d5FDF97b37D6b18a63fd320E001d325f8b212a", + "amount": "131502186070517", + "delegatorRewardAmount": "140957142765719759389" + }, + { + "pAddress": "flare1ctfrjhjxpeu9uhtyxw39cm5u8ww9g3pgcy740j", + "cAddress": "0x9351061D49b6c01f660872361b2658E9a6ea2532", + "amount": "324400000000000", + "delegatorRewardAmount": "347724235463880577877" + }, + { + "pAddress": "flare1es6c486memsg3rlgwachvhkjee006uct9l20re", + "cAddress": "0x3e64cd2CA96178F3Fa47e5A2112d8719EF07ca13", + "amount": "272000000000000", + "delegatorRewardAmount": "291556695580072494397" + }, + { + "pAddress": "flare1fhytpt44eml0r9mvng4ztptqsayfqetzara5dy", + "cAddress": "0xae94aB64f858A81e9F476d85384682764FbE1ccC", + "amount": "2000001977000000", + "delegatorRewardAmount": "2143801351351956436025" + }, + { + "pAddress": "flare1fjzawdkvjqegmawc49jxh7qczh8pn9jnw33t6g", + "cAddress": "0xd492aE7b0985695c74C6a95d459056F50fDb705B", + "amount": "150000000000000", + "delegatorRewardAmount": "160784942415481154998" + }, + { + "pAddress": "flare1g4qyaawkxs2889lfzj4xuy9rd90dw4jdjhhgw9", + "cAddress": "0x8Aa9F64042D468aF80251fC7CB53f2b68690827F", + "amount": "126587267275714", + "delegatorRewardAmount": "135688843196391983429" + }, + { + "pAddress": "flare1gent5ln4jkfxrzuyjfan0apdcfj2kvcv77kyfm", + "cAddress": "0x85Fbc8d57D099923B1378402a91608Cca1e53F1e", + "amount": "63023287455000", + "delegatorRewardAmount": "67554637628576605824" + }, + { + "pAddress": "flare1gf8u80vw5f8u5xfh57nwugfarta4e73nfn6gr6", + "cAddress": "0x38C3452D46c82e75bEA04a229639233E9027C727", + "amount": "100950000000000", + "delegatorRewardAmount": "108208266245618817314" + }, + { + "pAddress": "flare1ghmyksa4888kmjqx5vssc7ycarc92tppp5e9en", + "cAddress": "0xeCe104B5486F3D48bEd9521dBd0759d1780e106B", + "amount": "150000000000000", + "delegatorRewardAmount": "160784942415481154998" + }, + { + "pAddress": "flare1gpar5z4x38k78tw2mg5ahj306lhezj2clg9a68", + "cAddress": "0x0989671cb1c720328A3109Cce2cD4E40d53197c1", + "amount": "135794993000000", + "delegatorRewardAmount": "145558600865437776897" + }, + { + "pAddress": "flare1gtuq6x7h26jnfk4hk8ejx23y8gmcg607dfve04", + "cAddress": "0x96852b641C8f32F29845FB1C74eC84CE99FE0321", + "amount": "500000000000000", + "delegatorRewardAmount": "535949808051603849995" + }, + { + "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", + "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", + "amount": "50200000000000", + "delegatorRewardAmount": "53809360728381026539" + }, + { + "pAddress": "flare1hrgkft6pxat9p93rrjctshmz9ppe4laz3w7kdu", + "cAddress": "0x7De140ea256fb6B4F5163aaA877060c09CdfcA37", + "amount": "66077768147540", + "delegatorRewardAmount": "70828734310304891815" + }, + { + "pAddress": "flare1j4ueyqy40ua00ckheas3cqemvx6zlwdu2s8gf2", + "cAddress": "0xb687634f7D5417B8FDa1b0625ecD230a2287FDDf", + "amount": "57785959793000", + "delegatorRewardAmount": "61940748118272095490" + }, + { + "pAddress": "flare1jfvpfjy0pqykgz8mxnv57k4vmupqrgmaky8e8c", + "cAddress": "0x38d188d26EA95C9706A6083191A770B8b69A9312", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1jsxh5tpfhzmcwtll5h50227mk66v35d0z5k3qs", + "cAddress": "0x80A05CC212e3960ce90dbd7f776710efEa5fFBd4", + "amount": "61999998649125", + "delegatorRewardAmount": "66457774750396483496" + }, + { + "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", + "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", + "amount": "335435293145349", + "delegatorRewardAmount": "359552961949966530387" + }, + { + "pAddress": "flare1kt9epey96ef2fxz4vr9gmrpx6v8vwh3vz8atsh", + "cAddress": "0xEDb1f9F70b8058fC925cFF7C914fc8732B9DB9DB", + "amount": "473224412561000", + "delegatorRewardAmount": "507249066154801879776" + }, + { + "pAddress": "flare1ky0umtzwp70jynl45ujn7j84zyg025jmqqkjw7", + "cAddress": "0x61725372e5426e9e360774b733f467C64d2a500c", + "amount": "326050000000000", + "delegatorRewardAmount": "349492869830450870582" + }, + { + "pAddress": "flare1lhpyc7a2keesd3yrcfhg0qdnk3a99y3rd9gndu", + "cAddress": "0x293c17cA71322CCd1A3010C3757600Fe30d72199", + "amount": "75000000000000", + "delegatorRewardAmount": "80392471207740577499" + }, + { + "pAddress": "flare1lhr3v0tsusj6xm3cuelnnk6w65q5g89z35khmm", + "cAddress": "0x0EE699d199190aCCD85E37Bf519112fD499bABcC", + "amount": "69000000000000", + "delegatorRewardAmount": "73961073511121331299" + }, + { + "pAddress": "flare1mp5y9w7l9t5kgdyut3evmd5d9yrq8j9f64y0rq", + "cAddress": "0x82F9e14DFeb06020eF323a5617C9E71a2371210C", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1mu75fry3j3waaaxys3djzn90rj8fuhhukxmft7", + "cAddress": "0x9e1d5a3e28D2088233619eaB94DDbD87eA57599C", + "amount": "50095000000000", + "delegatorRewardAmount": "53696811268690189731" + }, + { + "pAddress": "flare1nz7whcsg7jjru35ujnzgl03wd2ydq3qwfymwep", + "cAddress": "0xdD6b673dA2B509d6b8c7CA1cBdD4e4a2f947CCEC", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1paappcmwnx65ptta5pk8036lmlhun5rsyu6y75", + "cAddress": "0x0297e817Ba04E283F45ABb88A3842EAc00B82d0a", + "amount": "50001000000000", + "delegatorRewardAmount": "53596052704776488207" + }, + { + "pAddress": "flare1pl3zqd97m5se4em38app2kmkyf9ewlua08y8k2", + "cAddress": "0x45F6dea23d4F1733fBB67F6B21b1F5a9F4dd2578", + "amount": "78388998000000", + "delegatorRewardAmount": "84025136862915116188" + }, + { + "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", + "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", + "amount": "159109191756000", + "delegatorRewardAmount": "170549081561748059424" + }, + { + "pAddress": "flare1q80ehhn87ru8dgd58gg3gvcuyul8t5e5rd6nuh", + "cAddress": "0x3407B58C43D56d6954E6A19Fa27dEF558E5E4b14", + "amount": "315212230788000", + "delegatorRewardAmount": "337875869172692906757" + }, + { + "pAddress": "flare1rsya3j4w9c90h427jzalqzmz09xy0evnuc8fmg", + "cAddress": "0x795EF8125697b5a8C037A957566f7bCe93076007", + "amount": "33799341247945604", + "delegatorRewardAmount": "36229500908214205987940" + }, + { + "pAddress": "flare1sdym44a9e5g7spdux25v5r30jajua4mjvshlxp", + "cAddress": "0x0903BEF27724b2AB36C53905863e4D68eF8b44e3", + "amount": "58000000000000", + "delegatorRewardAmount": "62170177733986046599" + }, + { + "pAddress": "flare1sm7ew6h6d47zqw0fsgpc4gvqnv0u3gsvz3477t", + "cAddress": "0x9D40eFEdF62BF29708240C1f9585A100a06f6603", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1t8e7eu46qjq0lyvx25a88d7anfylcnfyzwmuuk", + "cAddress": "0x80C8204b9b1d6605928f7dc90bE062Ea8E241c37", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1vscpfkhah52g7nfl7c3p0scwpx67px3mqf43ga", + "cAddress": "0xfFC4a5F9a76C7ea43A5519891B48081Df5DB5583", + "amount": "500000986000000", + "delegatorRewardAmount": "535950864944625327759" + }, + { + "pAddress": "flare1wfkzrr8ltgqtgwqkdteql2ss3ny7305f0ysv66", + "cAddress": "0x2De71bC2633022d92dddae6Dd836ff4826eA56dc", + "amount": "106367000000000", + "delegatorRewardAmount": "114014746466049893425" + }, + { + "pAddress": "flare1whhlc9rkuhyx48jt90gveesplk3wx6um55268e", + "cAddress": "0x9a9A7a20b3c589d8bcC93da89251bD14b76CE54d", + "amount": "54722332260085", + "delegatorRewardAmount": "58656846941857289678" + }, + { + "pAddress": "flare1x5r5qaefegvfp66ay5ted7862q877csxu5lum3", + "cAddress": "0xC927D925844aE039650edB44f1BB83F215771695", + "amount": "103211120638000", + "delegatorRewardAmount": "110631960589454057383" + }, + { + "pAddress": "flare1z2mffv8fazhq2lc8367kgahthulf7j2vvjdwra", + "cAddress": "0x0D4813ec907b97D27E21310713C606ff05fb2b90", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1zdu3me55ew8775nrsg2exz46xhnh7mruzfct9p", + "cAddress": "0xb78Ad2F2DDE461e22C5be18815fa539AFbacf852", + "amount": "250000000000000", + "delegatorRewardAmount": "267974904025801924999" + }, + { + "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", + "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", + "amount": "63215955665000", + "delegatorRewardAmount": "67761158608910898027" + }, + { + "pAddress": "flare1zqaa8yvlup38ppd9tz3dg7ja5yxg94d8e2auje", + "cAddress": "0x73Ea2D65e375D65dF75f1E6962D2234302a12799", + "amount": "100998986903150", + "delegatorRewardAmount": "108260775288299387332" + } + ], + "totalStakeAmount": "104805033133638666", + "cChainAddress": "0xB5027c6924e1699Ce333b700dE63274aBf1650BE", + "eligible": true, + "overboost": "0", + "rewardingWeight": "104805033133638666", + "cappedWeight": "104805033133638666", + "nodeRewardAmount": "129126982507622125500498", + "validatorRewardAmount": "40368299280261445714882" + }, + { + "nodeId": "NodeID-Bo98cjoi5LvF6jXAMHZZLQYutyeGutBQ1", + "bondingAddress": "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc", + "selfBond": "7000000000000000", + "ftsoAddress": "0x4990320858AE3528B645C60059281a66C3488888", + "stakeEnd": 1743897600, + "pChainAddress": [ + "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "AU", + "BEB": "7000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "97945881086717297", + "totalSelfBond": "7000000000000000", + "delegators": [ + { + "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", + "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", + "amount": "2673998998000000", + "delegatorRewardAmount": "2965094999396443504514" + }, + { + "pAddress": "flare109a6sa7xrl88vhcx7hncmwa2gxmlerhs2dmred", + "cAddress": "0xe6C477CD695873e7DC03714EaF8e22Bb99236BC3", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare10gqst4a4mr7taf9zq5vhs4dsrdua2y2wu7e8rf", + "cAddress": "0x3aFcd19383baeDD8010d3F3F0006C03C069072B3", + "amount": "750000000000000", + "delegatorRewardAmount": "831646253873178387924" + }, + { + "pAddress": "flare10ptfn68ddxlngtxry37m6m897gptltcym6sjua", + "cAddress": "0x593798fd09b74B5F371295AF4b1bbDE224948ECC", + "amount": "62193891496000", + "delegatorRewardAmount": "68964422501924435204" + }, + { + "pAddress": "flare123320nw7y2gvdjm4vq0grufczmwk4cjel9pj2k", + "cAddress": "0x2531E6220E411213c08cd91e08Eb3eBaaa23EbEE", + "amount": "355660000000000", + "delegatorRewardAmount": "394377742203379500599" + }, + { + "pAddress": "flare12s0z5myrje9fxetyl47cx0lv57q2dfhdefdw5c", + "cAddress": "0xD3192402915F0062C932fccEcF145588ef517e16", + "amount": "103999997000000", + "delegatorRewardAmount": "115321610543829054299" + }, + { + "pAddress": "flare135mmr50dcqttmtzvh8tcjkj05rljp5sq709f6t", + "cAddress": "0xB97a94f2f54b13124374185b333C4fF4bf79FB77", + "amount": "9802959249000000", + "delegatorRewardAmount": "10870125781736368201243" + }, + { + "pAddress": "flare13kzrzwlrxx0xd8wcpyaa4ey82alzw7y5dtwye0", + "cAddress": "0xa1379d0B315c7FfdD2ABcb71A8441bC47Bc22229", + "amount": "406144150000000", + "delegatorRewardAmount": "450357681173341658882" + }, + { + "pAddress": "flare14gayv7nglfq4zfmpyrnpwxunrhnm08x0zpnh5k", + "cAddress": "0x5baD58A4bf3a5c5C1774911E2265a0347602238a", + "amount": "1000034000000000", + "delegatorRewardAmount": "1108899373127746767986" + }, + { + "pAddress": "flare14l58546ykry684ejt9mpe647mqrw3nvdyy7gcw", + "cAddress": "0xA2FD14bD0CecF38bD4581B9664f5e41FB34342fE", + "amount": "291717724596000", + "delegatorRewardAmount": "323474603798227935039" + }, + { + "pAddress": "flare14vuh033jka8zy77e6gy77n0v8k82e3hcyjej9u", + "cAddress": "0x6fD76CA69f80fDBF8Cd6a1Dd02a4e03959613dA6", + "amount": "2209694125778000", + "delegatorRewardAmount": "2450245122545122085849" + }, + { + "pAddress": "flare15u7km4khlqvrq5yczuu9vjrl9xdwu8cz9k6j6q", + "cAddress": "0xaD37815f435577485766BE1bf2Cce769B15A791c", + "amount": "4054090074454009", + "delegatorRewardAmount": "4495425097712148588521" + }, + { + "pAddress": "flare163vr29akw77sxpg5rxl54lygqvl5uutsga8y0l", + "cAddress": "0x9614256715b73b45F53E64e4aF67F19DfD9EC363", + "amount": "259344682570229", + "delegatorRewardAmount": "287577378295279372060" + }, + { + "pAddress": "flare163yacgx3ygnfr7nzkryna2ycj2zsam8925m7wp", + "cAddress": "0x28B9081BCAa20f89B4800097153824158a40ac22", + "amount": "804366553689000", + "delegatorRewardAmount": "891931241488447557290" + }, + { + "pAddress": "flare16pdhh0kcjx8hfuh9ak5hg6s7v830ed9rlx5szz", + "cAddress": "0xcCa3319bD691f8ed61e828343EE5Fa25097B7bF8", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", + "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", + "amount": "698292000000000", + "delegatorRewardAmount": "774309234546145977147" + }, + { + "pAddress": "flare17xl6lhpuvdwg4sl3u97657ptl2uwh6alu230g4", + "cAddress": "0x63321a4B97D62E2E1e26Ceb911eFDDa960117E02", + "amount": "332175021452000", + "delegatorRewardAmount": "368336149627731292128" + }, + { + "pAddress": "flare18jnuhsrq0d6zjrrvut9p9yteq5rnr5ckf8qpj7", + "cAddress": "0xf581bE044E9A69B5a8B7020ED32723BCB4594A5b", + "amount": "1441895972000000", + "delegatorRewardAmount": "1598863178118167088514" + }, + { + "pAddress": "flare18xuluwmf2964aknwdp08ger5pmvp8akd2kc6ky", + "cAddress": "0x3a547fdFe1D59a41634d5Af3080D56D9e648b2E1", + "amount": "1618065000000000", + "delegatorRewardAmount": "1794210261031072517676" + }, + { + "pAddress": "flare19m6mvdr50y3cuvlm9d33ns4ew8lc8dlecen0c4", + "cAddress": "0xD29A0a87558aEEE92359cbB4f98043DE6FfD3dDE", + "amount": "1000000000000000", + "delegatorRewardAmount": "1108861671830904517232" + }, + { + "pAddress": "flare19pdclmn7dwzjg2hltn9u893rkc2u30fs2xc98v", + "cAddress": "0x449967f987ae0AEea8cF313f17EeD0F897847D25", + "amount": "400897000000000", + "delegatorRewardAmount": "444539317651994128245" + }, + { + "pAddress": "flare19wtdxakvhuk3qhpff5muuua596almfhuhuzulu", + "cAddress": "0x844a002dcc954bD5A7878815f54e5FcA8f2De58F", + "amount": "482023816802000", + "delegatorRewardAmount": "534497735361379362936" + }, + { + "pAddress": "flare1c9qn6p9263geux4grcg0ults89dmqzf3rrcaxy", + "cAddress": "0x34fA1F8Af237385d71238B6cEC2507d53e894Ecb", + "amount": "151757000000000", + "delegatorRewardAmount": "168277520732042576821" + }, + { + "pAddress": "flare1cjug340c03pptm5pel386rya4wreushnpp3cae", + "cAddress": "0x71B1059631692C6FF9c4e910F5DFb2CB78531ccd", + "amount": "3000000000000000", + "delegatorRewardAmount": "3326585015492713551699" + }, + { + "pAddress": "flare1ck7pztandlwudwet0kdctqnyl5fwfuhamhwp0e", + "cAddress": "0xA544c0eD10496632C3F13EC4f83c8077f033d402", + "amount": "259711584320000", + "delegatorRewardAmount": "287984221582928127309" + }, + { + "pAddress": "flare1d80dgwzvuhd34hdzz0tehfhjdwz2jtfvufyefj", + "cAddress": "0xEbae206B804491ce1E629fC3103Ec211E25392Df", + "amount": "2400000000000000", + "delegatorRewardAmount": "2661268012394170841359" + }, + { + "pAddress": "flare1d9exgmyzwvgr6p2jy3p72kgsszvgajcskarezk", + "cAddress": "0x91B63f6405a0c10D6d70a633b2130292c2faE893", + "amount": "9095262930000000", + "delegatorRewardAmount": "10085388458301451083959" + }, + { + "pAddress": "flare1d9x87mx4fh0cccrvtku3p6umrsxv9e0jhc4w0m", + "cAddress": "0x77Fa775e158eFFf790a82Bf5eeBAAE249BEf233c", + "amount": "16258423000000000", + "delegatorRewardAmount": "18028342109114030113785" + }, + { + "pAddress": "flare1fcjkrdsrpannsuj2l9qx2gajrk5gpk6cve39x4", + "cAddress": "0x8e8079AB80E5775746B9286E37d20e203cdE96b2", + "amount": "699999997000000", + "delegatorRewardAmount": "776203166955048146570" + }, + { + "pAddress": "flare1gd5xwt36pxa50suvxypj8vehsh69ttucr4ulhc", + "cAddress": "0xEfCa66c0A08d027652032e7010C4D464FbADBBf3", + "amount": "500000000000000", + "delegatorRewardAmount": "554430835915452258616" + }, + { + "pAddress": "flare1j29wqym6zm7p97lhf6xgt9acq3z7pjhn53s0jd", + "cAddress": "0xE4fA53C7B0226558b9D27F5b17dCA6Ec80ee59F5", + "amount": "1639216995000000", + "delegatorRewardAmount": "1817664897569331450870" + }, + { + "pAddress": "flare1j65pvm94vh42584v2s7ss7kck6nctuk278zp9j", + "cAddress": "0x1b2ACDFBCf55112bBF072Ad46b70D3cbD805D369", + "amount": "741000000000000", + "delegatorRewardAmount": "821666498826700247269" + }, + { + "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", + "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", + "amount": "319999793633000", + "delegatorRewardAmount": "354835506153432814786" + }, + { + "pAddress": "flare1k2l4za0elqy5d5ukjee9vmu0rvjlynnuyqfrgz", + "cAddress": "0x50397Eeba2fAe71BF81eF1a1a8f71537fc2042Cb", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1m7wneyvxx7fucqgtqzjgfngckfvzpf3fa0gugr", + "cAddress": "0x63cc4f541d571b40AA690c0C01813278d8289477", + "amount": "400000000000000", + "delegatorRewardAmount": "443544668732361806893" + }, + { + "pAddress": "flare1mnxcmw60vjvf2x799kjdy00k2634czvj503h86", + "cAddress": "0xfF0aCE724184414B8A4D05eeA38cB4262B0f4D6C", + "amount": "19025100000000000", + "delegatorRewardAmount": "21096204192750141530812" + }, + { + "pAddress": "flare1puhax0v92nerwrhm9upkmgr0v5mdtxk7e3e6a9", + "cAddress": "0xdcfB1c9F1BAc1b8e117d6E09E71963C9a8B99174", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677584" + }, + { + "pAddress": "flare1r2ffxnthl7gsaht6shtmgeapwm3j2zuvdmwm7q", + "cAddress": "0x462bA1F305C8bD140d1CF02d528B8129F136B8Ed", + "amount": "670730988000000", + "delegatorRewardAmount": "743747884702474355777" + }, + { + "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", + "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", + "amount": "1820931605369059", + "delegatorRewardAmount": "2019161264219267630911" + }, + { + "pAddress": "flare1rcv4neqn368v64gkjcsvy2wf0ezj9y6dm88zz0", + "cAddress": "0x7C2d7614cdB4858d3b9B8b29e80E9406b5daDaa1", + "amount": "1800000000000000", + "delegatorRewardAmount": "1995951009295628131019" + }, + { + "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", + "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677585" + }, + { + "pAddress": "flare1rn0j9cr4dt6cnrsy65kf63dwa84n8uzyu80zr5", + "cAddress": "0xF0D5735B074ef4D7eb5D7541B45EC681C87Ea9e2", + "amount": "400000977000000", + "delegatorRewardAmount": "443545752090215185687" + }, + { + "pAddress": "flare1rp76dfqczyrdr03zzxq6llu5sxa9vr7xktxxgn", + "cAddress": "0x6Da1F633AF85E482db8A681D000E96A87f9D6103", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", + "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1shc6k4tc36p3ug75saggercdddxy6zc69vpalk", + "cAddress": "0xAe1503224bfE7BDD73beD0B5dCdF33b72c90960e", + "amount": "3486899986000000", + "delegatorRewardAmount": "3866489747983117555508" + }, + { + "pAddress": "flare1snel605g0vd5x2rnfr4e27kywz7kas58w5fcpr", + "cAddress": "0xbA1A90Ff570AB6d193F1AE863fA7423a2fD726Fd", + "amount": "350000000000000", + "delegatorRewardAmount": "388101585140816581031" + }, + { + "pAddress": "flare1sru0p28uevaww0p0z2q908hgzvvy73nx6p9p5k", + "cAddress": "0x53dc8744DDd13536DFB450f1245f79B6E922310D", + "amount": "86134000000000", + "delegatorRewardAmount": "95510691241483129687" + }, + { + "pAddress": "flare1t25g52cs6dny70jchny4h8e60elv3pv9awsjsq", + "cAddress": "0x995B1126A3A2ebc33c1528CE6505Fab22aaa689a", + "amount": "1000000000000000", + "delegatorRewardAmount": "1108861671830904517233" + }, + { + "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", + "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1tra4ppaam2hnrevv3ktrstzv2mw72xq6rvvyc3", + "cAddress": "0x1bDDF0451968f75C0975621fB61352De1B3b5Cb6", + "amount": "50319976000000", + "delegatorRewardAmount": "55797892713850991365" + }, + { + "pAddress": "flare1v69smxayhf4cpeds5g3jqf0gga62a93mz6w8mw", + "cAddress": "0x2E3E6A7b70A9c029AE9A7eBfafFEa9b972d0D3a0", + "amount": "402100000000000", + "delegatorRewardAmount": "445873278243206706379" + }, + { + "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", + "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", + "amount": "1297149998000000", + "delegatorRewardAmount": "1438359915397734450868" + }, + { + "pAddress": "flare1vl46anyauk6vxupncd2ju0v9vj5cnaxfn95hhn", + "cAddress": "0x1680D75B912C2A0442d7Ef703B3541a485C60237", + "amount": "586299997000000", + "delegatorRewardAmount": "650125594867874302962" + }, + { + "pAddress": "flare1vm5h6tczhgy24njywdjssktfpu77ew3cs3tsr7", + "cAddress": "0x4010A4c1911A4768849D59aF8dd3C114771298b9", + "amount": "235865998000000", + "delegatorRewardAmount": "261542764870344781200" + }, + { + "pAddress": "flare1w44n528vtws9mtmtt77vpqrdsfz9yjd5tk2w0p", + "cAddress": "0x5B02D652dd6B15f7e2B934C4A6d028e07BB28589", + "amount": "120049992000000", + "delegatorRewardAmount": "133118834832406712646" + }, + { + "pAddress": "flare1wrznzm3guy7ntmv8jnmsnsgex6vx6edp0nvp88", + "cAddress": "0x679751569a7a1Bfac127d898534028CB65FA3c8E", + "amount": "531114028558000", + "delegatorRewardAmount": "588931989639670645914" + }, + { + "pAddress": "flare1xqv2gwxpsen434hn8qas585l8tvft2w03ug36h", + "cAddress": "0x35aa0A6e56c63017D6Fa4f7eDA7d37304E13050e", + "amount": "514189984000000", + "delegatorRewardAmount": "570165565296946044422" + }, + { + "pAddress": "flare1yf492ew7wmu39v95cnhtsmzvwl3hs7lu0ht7tv", + "cAddress": "0x1BB3f830F0Eaa442c33A2BcDE2856becB21a54F6", + "amount": "500400000000000", + "delegatorRewardAmount": "554874380584184620425" + }, + { + "pAddress": "flare1zjhpyw6u4lz4c4hzq0m8rnhqkr5e7jcdhhqqpq", + "cAddress": "0xe4BC88b85595Bd7F19f9aFb698c758d0e82704ef", + "amount": "105670000000000", + "delegatorRewardAmount": "117173412862371680337" + } + ], + "totalStakeAmount": "104945881086717297", + "cChainAddress": "0xD49E9e23De39c3852c1980659D82D057e791F491", + "eligible": true, + "overboost": "0", + "rewardingWeight": "104945881086717297", + "cappedWeight": "104945881086717297", + "nodeRewardAmount": "129300516837316271684396", + "validatorRewardAmount": "20692083386547958789068" + }, + { + "nodeId": "NodeID-C3FRhsMBh3KNLKiVbc8xLY7gnVzmJ7EY9", + "bondingAddress": "flare16l73k2h57xtup0r5g3687jwwrk8ddsz0eta9pf", + "selfBond": "3000000000000000", + "ftsoAddress": "0x4c1F288cAFECbbDac653C2170337c38e62c400E9", + "stakeEnd": 1747381461, + "pChainAddress": [ + "flare16l73k2h57xtup0r5g3687jwwrk8ddsz0eta9pf" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Wonderftso", + "BEB": "3000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "7462092242870168", + "totalSelfBond": "3000000000000000", + "delegators": [ + { + "pAddress": "flare12flehk9gpmvmme9k20h9keye232c4ztcczvlw2", + "cAddress": "0x76120CE7886BF8Eab3e052590cCEf7EC76125dd6", + "amount": "78689971000000", + "delegatorRewardAmount": "77561149155009238546" + }, + { + "pAddress": "flare144fly3777tte3uj4zf3ew8cwujzg07ra2v7pn9", + "cAddress": "0x25E4883b5E5eE02477458acE0e708F5eBB2Dc4D4", + "amount": "58703994437000", + "delegatorRewardAmount": "57861875035167945230" + }, + { + "pAddress": "flare14l5lramzvkfyr97fmars4wd74s7vq86qelcvps", + "cAddress": "0x4ff75a8aD64c0E9739E1D6047585aB5d1dC03121", + "amount": "50998000000000", + "delegatorRewardAmount": "50266424480028860950" + }, + { + "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", + "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", + "amount": "600000000000000", + "delegatorRewardAmount": "591392891643149075857" + }, + { + "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", + "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", + "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare16kg7hlwvh383y7hxtvgds8kklrhzdyvupzymqz", + "cAddress": "0x149AecB03fA024590e5A999132a5F89748559c85", + "amount": "91200987000000", + "delegatorRewardAmount": "89892692371065412510" + }, + { + "pAddress": "flare173r0wgkvl3rd69pdgcdwmty6xg3fzvwjss7vfe", + "cAddress": "0xaE0AFd6Afaa7787610E70902DFA03aEF62343E44", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare18ky6f6ek8l4lmk9l85sap027plmf2c8r68cqp4", + "cAddress": "0x300B678ee6F5172BD12216C8c53CaDAF97D66c92", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1c96yhtg77u2c0hnccgwt09r0hlu69nwph7v8k0", + "cAddress": "0x2772955a74fe3Ee64224eC8B64487203D6DB875D", + "amount": "50891634687000", + "delegatorRewardAmount": "50161584996652863224" + }, + { + "pAddress": "flare1cevpg4uver7fr6paf7pn6k0j6sdc7rf8gmwhax", + "cAddress": "0x455c7B038e40AB0e70037503EBc09C4af7A2D54C", + "amount": "136676714062168", + "delegatorRewardAmount": "134716061915848982646" + }, + { + "pAddress": "flare1d95huelwejvqutqmmsdg5zr2l5pyz4e7p9r3us", + "cAddress": "0x4423c81121f1C3bfF9d2ABBE6Cc15aaeA7E12bb5", + "amount": "64999997000000", + "delegatorRewardAmount": "64067560304376691668" + }, + { + "pAddress": "flare1g4hr5kwkrwvh60j9pmgtvsxejdrtdle6a04ql2", + "cAddress": "0x06Cb66E56D2B29bf99bf80C6B50721F4B0dEb368", + "amount": "79044988913000", + "delegatorRewardAmount": "77911074271932881756" + }, + { + "pAddress": "flare1g6gvgdv9ksgrwmsgjzj3qq97j0t8czetwlpasz", + "cAddress": "0xdf3f06b95A3a75Bc5aEb6F812859a8DCcb9336E8", + "amount": "273262000000000", + "delegatorRewardAmount": "269342007260317004611" + }, + { + "pAddress": "flare1gdaa5yfv2dncwhuquveejlj84u5uzw6uahgmcr", + "cAddress": "0x7049D2bEfC694f4851911Ab7a31634B7a267F5B0", + "amount": "62663188390000", + "delegatorRewardAmount": "61764273635902511988" + }, + { + "pAddress": "flare1htvmxfvzyec4k82nfn4h8c4sw9kv0ujth8ytfd", + "cAddress": "0x3Fa8d6222033FEb99F100eE672722ED887aF0C3e", + "amount": "143000000000000", + "delegatorRewardAmount": "140948639174950529746" + }, + { + "pAddress": "flare1j7z354lhxseak85r9f7575arwrjznnacm85yp0", + "cAddress": "0x515C8f24d971a3b5DA03CAe15267125e37eF09f6", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1jgzctz6f248nrknj0aza3kkxr6c4q63vaz7xr6", + "cAddress": "0x4f7eA4ca357F301cBC6249765bCaA08e229C6467", + "amount": "59199998000000", + "delegatorRewardAmount": "58350763337481070007" + }, + { + "pAddress": "flare1kedw65pt8lnrwl4usxfdlwghacyyfsjfq55clf", + "cAddress": "0x0fae606C1289BA11679dab8E310562DF21588784", + "amount": "80535437557000", + "delegatorRewardAmount": "79380142160967499209" + }, + { + "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", + "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", + "amount": "67350000000000", + "delegatorRewardAmount": "66383852086943483765" + }, + { + "pAddress": "flare1m0s0d9lkslhvyc7prf8vaxgwk7v5xpmmezsfg3", + "cAddress": "0x5A9196dBf7a4a636af09A6939698A87B847f21bd", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1m90uytczf5zzczrdv4vftkk6rugu8mqajrrhr3", + "cAddress": "0x62dbdF8769d835200e9c01000AF2E512C4b127ef", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1mygtlx3ehln4gwd4grphf692qzqupq5pj8yf4j", + "cAddress": "0x6ebcfC8db08145AeecD20f1B7BD7FdD63A1aa9fA", + "amount": "50176983000000", + "delegatorRewardAmount": "49457185117165222076" + }, + { + "pAddress": "flare1mz0frrq35l2mn5xr68u254vmq9du9kmaegz0jl", + "cAddress": "0x1d6B583ba52fa6fE962B7DaDe7372CC46F91290d", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1njzvres8a85waf8l2lelpdzzxzrf53xgfqxzxd", + "cAddress": "0x7DDAeF59B9159d22d448F0007644417bb6419d33", + "amount": "114144198892000", + "delegatorRewardAmount": "112506779745051021340" + }, + { + "pAddress": "flare1pru3k5z98rdt8eg2nq5zjma96j2p243m34ycwh", + "cAddress": "0xA5cccceb816D556B9ab52C07d75230c39560ecC7", + "amount": "400023954051000", + "delegatorRewardAmount": "394285538187911813016" + }, + { + "pAddress": "flare1pux9l7qqx4c9cf6g36zfvpxmr3j9pd5m80jdx2", + "cAddress": "0x593D575d3D69F51976eFD56202AF42b18656a4D7", + "amount": "1025329000000000", + "delegatorRewardAmount": "1010620470325963998001" + }, + { + "pAddress": "flare1r5l45pq9hmy27p6eqhawmgpg4k35xk5whlt9f0", + "cAddress": "0xC5cD81B33a36DB6fa298164D4A1305a215B466eD", + "amount": "56642000000000", + "delegatorRewardAmount": "55829460280752083257" + }, + { + "pAddress": "flare1rymsm24tpy9xw4p9mfxl3y36u739x4gdadlj69", + "cAddress": "0x75027B862C8B909cae05741596B6daF7536018CC", + "amount": "50472852456000", + "delegatorRewardAmount": "49748810272386431181" + }, + { + "pAddress": "flare1sw0sm96qvdx00tmvefwd0vchqz8ek6trtc4dd8", + "cAddress": "0x7dC4c91878A44e764b5F924CB56626Ee59aB35de", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1sxddj5n4cq2suw9ndu6x546hhqhev37fhsxs2z", + "cAddress": "0x3F2c8711081472e0f7c24404b511C0753E2cD5D6", + "amount": "51999994000000", + "delegatorRewardAmount": "51254044695144003476" + }, + { + "pAddress": "flare1t2t64wq69z0jj67qe9pkzkz3k6l6xn98xvp3hq", + "cAddress": "0xffBa66d97c0E7ab7434232d810257570451A7dfB", + "amount": "259600000000000", + "delegatorRewardAmount": "255875991117602500155" + }, + { + "pAddress": "flare1tu9dr3kuhkgzyqwar6kprpmjvem5qqzeu0pndv", + "cAddress": "0xB14dF38985408Db1f00DBa073FCdD382745c30eF", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1ud0l5xgyr78csddj9yxaaflz5mfwzmtjpjkm0z", + "cAddress": "0x0520b21CE5414B16Be5D60450D9548718c1eD51E", + "amount": "70257987331000", + "delegatorRewardAmount": "69250123814513039241" + }, + { + "pAddress": "flare1uumf37lut39q8ltw4267ar2lgf77xwds854tgl", + "cAddress": "0xC2a5B277886d52b90683CF269b00458f1D3E74A0", + "amount": "50015749289000", + "delegatorRewardAmount": "49298264332867479054" + }, + { + "pAddress": "flare1v7wdkwtxmr74jyh2n07uqemnucfu44c4ds9uwa", + "cAddress": "0xC0B8477904F80a8205F816c6E4F87CA8e7FC6E90", + "amount": "2497177000000000", + "delegatorRewardAmount": "2461354544957940133012" + }, + { + "pAddress": "flare1vyywmpngjke0sqycckkset8ygpqgugtekumcuy", + "cAddress": "0x3D0561e0A03c19acb278B8Ace142FA2d88f3ef11", + "amount": "114025678317000", + "delegatorRewardAmount": "112389959369103590134" + }, + { + "pAddress": "flare1whtdu8dq0hpw7gtqdcuafypy56yeztglauussx", + "cAddress": "0xd6401195f0e9F9d853aC3B641f57613a5913a3d0", + "amount": "50009934488000", + "delegatorRewardAmount": "49292532946237946596" + }, + { + "pAddress": "flare1x6lk943sms32washhyxzj069z7hkwq38wfazen", + "cAddress": "0x076881921B8d4F1EaA25Ba65f40C8C35724601Da", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1x96ajs8j87rng7yjtlqe3reenh2vnny2ldxn9s", + "cAddress": "0x7805294beB39d51c936343f9A0612027677F3C2d", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", + "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", + "amount": "75000000000000", + "delegatorRewardAmount": "73924111455393634483" + }, + { + "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", + "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422990" + } + ], + "totalStakeAmount": "25462092242870168", + "cChainAddress": "0x33901732fC71E4c8f243d88365895ca6E31133fC", + "eligible": true, + "overboost": "0", + "rewardingWeight": "25462092242870168", + "cappedWeight": "25462092242870168", + "nodeRewardAmount": "31371042414157466430367", + "validatorRewardAmount": "24015995232125965561798" + }, + { + "nodeId": "NodeID-C6i8mruq11VdxGQ7tiUBgrRqoLBot86df", + "bondingAddress": "flare1a39c7ht9l7ry9gvsrk7zyd7x9eaegaa6w7zdgw", + "selfBond": "1000000000000000", + "ftsoAddress": "0x0000000000000000000000000000000000000000", + "stakeEnd": 1747119600, + "pChainAddress": [ + "flare1a39c7ht9l7ry9gvsrk7zyd7x9eaegaa6w7zdgw" + ], + "fee": 200000, + "uptimeEligible": true, + "BEB": "1000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "0", + "totalSelfBond": "1000000000000000", + "delegators": [], + "totalStakeAmount": "1000000000000000", + "cChainAddress": "0xEBCfF277299009C208adfA571f70EA54E34AAC4F", + "eligible": false, + "overboost": "0", + "rewardingWeight": "1000000000000000", + "cappedWeight": "1000000000000000", + "burnedRewardAmount": "1232068524256560574703" + }, + { + "nodeId": "NodeID-CeX1NfNPHCdaJXUVtkLysShaZCtsHRK3D", + "bondingAddress": "flare1kdctcmkm97t0hkl7zkghr9k9qu5my76hn24raw", + "selfBond": "2650000000000000", + "ftsoAddress": "0xc0452CEcee694Ab416d19E95a0907f022DEC5664", + "stakeEnd": 1743732000, + "pChainAddress": [ + "flare1kdctcmkm97t0hkl7zkghr9k9qu5my76hn24raw" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "FTSOExpress", + "BEB": "2650000000000000", + "boostDelegations": "13250000000000000", + "boost": "13250000000000000", + "selfDelegations": "0", + "normalDelegations": "19397669480000000", + "totalSelfBond": "2650000000000000", + "delegators": [ + { + "pAddress": "flare1s3gn9sky9y729c0glactcth2wxxpqv89klrkqu", + "cAddress": "0xEcB4b9c9C6d33b4C5B98041DCEc84258bB04d233", + "amount": "19397669480000000", + "delegatorRewardAmount": "19119406408192099799753" + } + ], + "totalStakeAmount": "35297669480000000", + "cChainAddress": "0x74e90C9B4384498D907eBa09ff6f92cF11C192da", + "eligible": true, + "overboost": "0", + "rewardingWeight": "35297669480000000", + "cappedWeight": "35297669480000000", + "nodeRewardAmount": "43489147545919437887470", + "validatorRewardAmount": "24369741137727338087717" + }, + { + "nodeId": "NodeID-Cg8PLmdZ9JmEtUBCZhq2jt2JDS5gDaSsQ", + "bondingAddress": "flare1ca6wl3pl7rtf3m6jelgngs2kcavkdjcpsgvu7f", + "selfBond": "5000000000000000", + "ftsoAddress": "0x1E8F916CE03F4ce86186531a8994d366581Ed4be", + "stakeEnd": 1740729600, + "pChainAddress": [ + "flare1ca6wl3pl7rtf3m6jelgngs2kcavkdjcpsgvu7f" + ], + "fee": 50000, + "uptimeEligible": true, + "ftsoName": "Sun-Dara", + "BEB": "5000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "70000000000000000", + "totalSelfBond": "5000000000000000", + "delegators": [ + { + "pAddress": "flare10605204j79u7lwaqq2e4mkap86rjxw4y97y3kj", + "cAddress": "0x9Aab1d60A6BD0e28fF8808c89b962db97599348c", + "amount": "174847000000000", + "delegatorRewardAmount": "204652310997652504464" + }, + { + "pAddress": "flare10mc043hqwaqswt3n99mpnkhk22dsmltjpdxsuc", + "cAddress": "0x978c6401CEE48699595E498ee8E8D7F04B414851", + "amount": "291147440000000", + "delegatorRewardAmount": "340777916904781738803" + }, + { + "pAddress": "flare10pmej728pvkl2eexmdp7a40crzp7x9mtjx7wvk", + "cAddress": "0x3E9766A789553BD4689633209Ce27ce96296D717", + "amount": "63452000000000", + "delegatorRewardAmount": "74268351401070917506" + }, + { + "pAddress": "flare12egnu5lxqmpdlrxvv8q24temw2v25xguhr5ph0", + "cAddress": "0xa8883bd05Ad05EEE15458471f5554aF7E398b3e4", + "amount": "586551960488320", + "delegatorRewardAmount": "686538597940705007230" + }, + { + "pAddress": "flare12k9ddj3mmcheumzc4ylpvz7hsl52l3d9x7xx2k", + "cAddress": "0xFE3336E6d96c141E0c3475c2FaD8bf179e442aF9", + "amount": "106897000000000", + "delegatorRewardAmount": "125119207585580877966" + }, + { + "pAddress": "flare12mhejxwfwzy44alda0pzvr2z3syam9g4s6da4j", + "cAddress": "0x9120693BBE996cEdefD707607c4AA31a380A386D", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare12mya4dkr0lkx442ez4trusuu83qp0vmdmxdvfw", + "cAddress": "0x4d9409E4A1388bF7E7523EA6F2B91b8be8D84d17", + "amount": "97940509591000", + "delegatorRewardAmount": "114635948160882942755" + }, + { + "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", + "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", + "amount": "100000000000000", + "delegatorRewardAmount": "117046509804373254596" + }, + { + "pAddress": "flare12trtg3wqkrrf9zh39mezw4z4z5r2hex53ppm4v", + "cAddress": "0x0C5DC7e633fB5a05f91083bed0D87eA95640F99a", + "amount": "138477000000000", + "delegatorRewardAmount": "162082495381801951768" + }, + { + "pAddress": "flare12v06cl5g0l28ycldsd5y547wuaepkjtc6apsfl", + "cAddress": "0xD32065bA8E7eDDdFd554Fe0Ab1d0B4BE08529a45", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1396y3esvuv332wetpgt85kwxqxmge6q53jg8h4", + "cAddress": "0xc0fa17382047b1f71345d951093989Bf5837eFA3", + "amount": "135501431319000", + "delegatorRewardAmount": "158599696093859426835" + }, + { + "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", + "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", + "amount": "366328000000000", + "delegatorRewardAmount": "428774138436164456099" + }, + { + "pAddress": "flare13g8f3xglkpw2ur4d6eyyk25k5jgmufguy5497x", + "cAddress": "0xbB184962249Aa8a68B20D1B511C3b1e449971070", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare13hxe47q4ahajeh9r5zpe435puxqmfvjxafdcxl", + "cAddress": "0x172b8E8fA5A6729Fdcd494e9d4D702F670321F91", + "amount": "204036217255000", + "delegatorRewardAmount": "238817271033845889240" + }, + { + "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", + "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", + "amount": "200000000000000", + "delegatorRewardAmount": "234093019608746509193" + }, + { + "pAddress": "flare13nmx3k6aprc2yskzejgrc83u82s8l8rpexawxl", + "cAddress": "0x7b96aeFa86d3D17B6e670Bc4Ed73A0C322855FCE", + "amount": "575943357619282", + "delegatorRewardAmount": "674121598543489422181" + }, + { + "pAddress": "flare13p9v7gqnfz54ewsyvnedjjtlentxk54pfrsp57", + "cAddress": "0x39B17e6C1Fbf0877725527E5E6ea9AAB2fE78A93", + "amount": "183222000000000", + "delegatorRewardAmount": "214454956193768764537" + }, + { + "pAddress": "flare13xgklds63rdcufw8vq30sftuqt4fucwwsfqhr0", + "cAddress": "0x6389544E0A236F7A3C8B5F923C902E8F161A21B7", + "amount": "50990000000000", + "delegatorRewardAmount": "59682015349249922518" + }, + { + "pAddress": "flare13yen96ad6xnap4vg4w8jtj6q6usa9zdvdx5qny", + "cAddress": "0x50B97820cdc2CdA4E6a254Bc8c869802991f5292", + "amount": "98181964000000", + "delegatorRewardAmount": "114918562119386219253" + }, + { + "pAddress": "flare146clwjazlz43xmrz6vknygzgsvaqa8xkpphzxu", + "cAddress": "0x780a07d508B706619bCdDe2eCBD8CDe50FDbaab4", + "amount": "212500000000000", + "delegatorRewardAmount": "248723833334293166018" + }, + { + "pAddress": "flare147zmggyf97xdkckck8haes2k4aatyuzchm39hs", + "cAddress": "0xB7f8943E8fADDc17025EDEE5eF93E6842B0aD618", + "amount": "132153667625192", + "delegatorRewardAmount": "154681255533759197893" + }, + { + "pAddress": "flare14ek6xkts9ezwrjt3rzqjx6m5k5kszjft6zcl2y", + "cAddress": "0x4BeA9eeD6CC1D0323356feE49Fc9C5A7F2093EC6", + "amount": "51500000000000", + "delegatorRewardAmount": "60278952549252226117" + }, + { + "pAddress": "flare14fvtdmrnuuysptx80jyeryrgd8kcpk9ce4v5fw", + "cAddress": "0x5fAF2977F1a573B2736115aB384D66300b0dB14C", + "amount": "187449679686809", + "delegatorRewardAmount": "219403307712887157225" + }, + { + "pAddress": "flare14mp85sdhvaq9hrf0qaz8fch6gyjvktxkmt0n5t", + "cAddress": "0xaa76CC79718E17c816caCDb80e0CC7033CE57D58", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare14nxx2xlqjswf894djw4u4latlhs20l7cv7cunv", + "cAddress": "0x77dAa6e5Fed9E4e32199fBE611545bdA2dc20487", + "amount": "1000000000000000", + "delegatorRewardAmount": "1170465098043732545968" + }, + { + "pAddress": "flare14suxt0x0jzk88qls7499uqfsv8jq7l6jxxyg92", + "cAddress": "0xd5FeD174Ecd287eF563365E400dc8Fb2fDF1b670", + "amount": "50100000000000", + "delegatorRewardAmount": "58640301411991000553" + }, + { + "pAddress": "flare155l3enky9szdz3cprlr4r7dd4v2cew8h44wtng", + "cAddress": "0x547C1759D8786675E1800D1bfC0b3DEb033112D0", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare15eztz28l9yk8w5fl075fnr7ulqhffur9jcltuz", + "cAddress": "0xD9a40035C6bdA1d8eb4e1bAf2108E27442B661BB", + "amount": "197329975000000", + "delegatorRewardAmount": "230967848535342292202" + }, + { + "pAddress": "flare15jd2l0thftmd9396r7vm5xwja882vktjnxrtdh", + "cAddress": "0xe7c16B7bbf01cA5444472197b3D974716CA13fa9", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare15l75hzqgpf6jhdqlkckwlzt6d4plmxdwn0h48l", + "cAddress": "0x55640eA26f400A92b1a54AA438d5F16DfDB47A78", + "amount": "94000000000000", + "delegatorRewardAmount": "110023719216110859321" + }, + { + "pAddress": "flare15l8pyt5kw0vjg0lpkhpwwd9mmr2d3u5dree0vw", + "cAddress": "0x37DDD9686932D5D36D572354bBb63A1b66C6FBFf", + "amount": "139646453843927", + "delegatorRewardAmount": "163451300289891587721" + }, + { + "pAddress": "flare15re874g2x6xj6qdwz9wxeed9p95mclqgk3fkdj", + "cAddress": "0xe3794481059D3894483A298c0897112BF83EAD09", + "amount": "100000000000000", + "delegatorRewardAmount": "117046509804373254596" + }, + { + "pAddress": "flare15welx4uqs2pp6xqhml568p0w6h945yrk8fx07p", + "cAddress": "0xDa93265f1CCBC244046F4928Fc3B499b4B26b026", + "amount": "52395000000000", + "delegatorRewardAmount": "61326518812001366746" + }, + { + "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", + "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", + "amount": "300000000000000", + "delegatorRewardAmount": "351139529413119763790" + }, + { + "pAddress": "flare16hhzl565ym9flfk3h7vmdkkp8m532cha8umkjx", + "cAddress": "0x66279AC5C08fa34F7CcC30deFE736199CaaEe4D2", + "amount": "50499998000000", + "delegatorRewardAmount": "59108485110278297483" + }, + { + "pAddress": "flare172q5llf05kgj4gzn236jzgsr2j90dsqqrzh9r8", + "cAddress": "0x22cA67D2F2a8a81f76955C718D58fbb826F3b2f1", + "amount": "73341827894000", + "delegatorRewardAmount": "85844049776657268471" + }, + { + "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", + "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", + "amount": "50195000000000", + "delegatorRewardAmount": "58751495596305155144" + }, + { + "pAddress": "flare17d5v9ncm63rsvn0w6jtrnkczvzsnyl598lfwrf", + "cAddress": "0xB7D8dC528D9e653c5D356a1c182274Fc6f0a15dE", + "amount": "50000084427000", + "delegatorRewardAmount": "58523353721043459836" + }, + { + "pAddress": "flare17vjjkkzkt64232w5fv8j60zgkujh0vczyd036r", + "cAddress": "0x05C225D2BEe6d7A597783B579e74466AfA0D8DB1", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare17wnma8j44r7ps7lhh8e2d5yxsxt5w60x3ffyfw", + "cAddress": "0x1272cBa869be9Faf0FE7212A2Fde7245fc8c4C53", + "amount": "170445399400000", + "delegatorRewardAmount": "199500391119824152464" + }, + { + "pAddress": "flare1806epe5fd3wn6mmad6q9wh8ywjg6prxsrs2wkt", + "cAddress": "0xAf9eDa301aFB2Af1b585ac1D291321440ff5b59A", + "amount": "90351000000000", + "delegatorRewardAmount": "105752692073349279260" + }, + { + "pAddress": "flare183ym2psv89zs8d8uzjlmes7y80xknvpw72nlys", + "cAddress": "0x6e3bC45591Ce21dEb09AB4146E90bd226C36536A", + "amount": "60081177000000", + "delegatorRewardAmount": "70322920727887848834" + }, + { + "pAddress": "flare18g5hmshsddl7akwcnxahtkslcj2zv2dnvxgzwv", + "cAddress": "0x90a7ECAD46c2808e35099F816E80576ea0BAe99D", + "amount": "327899998000000", + "delegatorRewardAmount": "383795503307609705735" + }, + { + "pAddress": "flare18pf046j0wqmvr2g6axtdexjmsxftvsgvnyycms", + "cAddress": "0xBC948C0D1DdAadd19ee48e52E60911CE66519749", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare18q4wq3fqurxc336jejwl6sc05h3accfefnyq0w", + "cAddress": "0xfDc18dfc2190272ab22547FB28F42Addf970D1aF", + "amount": "75849807095036", + "delegatorRewardAmount": "88779551898089512229" + }, + { + "pAddress": "flare18waayc37l92p73x4ncgcryqq4439cy2hyml69y", + "cAddress": "0x61F10Ef3524eB1AAc8232E60AccDB259f7D90377", + "amount": "550000000000000", + "delegatorRewardAmount": "643755803924052900282" + }, + { + "pAddress": "flare197jc7dl3vzjn502fuytzfvmlnpre770nkxxa50", + "cAddress": "0xE55E6828cbc397F2f271c2fC27055Dc7D8fB8AdD", + "amount": "189292000000000", + "delegatorRewardAmount": "221559679338894221091" + }, + { + "pAddress": "flare19c83tus8w69px979u6czdz52yt0x3gsh939zme", + "cAddress": "0x964c4017c562C0bB02BB5a9C85Db84d1e61C7A2e", + "amount": "538893000000000", + "delegatorRewardAmount": "630755448080081162894" + }, + { + "pAddress": "flare19djld7kulfme3ngp28t0mnmgrxg37emld7jpc9", + "cAddress": "0x5eDaefe51c27966e7Bd981C0a6e43b0632EB90E9", + "amount": "69890461967156", + "delegatorRewardAmount": "81804346418709008162" + }, + { + "pAddress": "flare19e4a4pw3t85pvjr6cjjue45yuygdeafa7vh3tq", + "cAddress": "0xF5458C75273eD6111a1DebB123a454Bb0FA43052", + "amount": "434158080125621", + "delegatorRewardAmount": "508166879820713674272" + }, + { + "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", + "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", + "amount": "650000000000000", + "delegatorRewardAmount": "760802313728426154879" + }, + { + "pAddress": "flare19uptlwgwhcnmwhdn4rqehtqzvsq9kngs9sdgs4", + "cAddress": "0x5970A0e9cd3f7417DF763AB0398bDC0B31C6024C", + "amount": "189034729301936", + "delegatorRewardAmount": "221258552966060961818" + }, + { + "pAddress": "flare19wlj0axy5p77hah68l76cu3kfvleecs4apv8gj", + "cAddress": "0x771A8416Cfb77007A5D8338Cb3E72D8e413be799", + "amount": "99211998000000", + "delegatorRewardAmount": "116124180966184597263" + }, + { + "pAddress": "flare1ant94p79v6c7h6dg8828sy4a72twsyp56tmjnu", + "cAddress": "0xD5172A7090F25729555316e9699DB987a2D83924", + "amount": "80354718772000", + "delegatorRewardAmount": "94052393785745536088" + }, + { + "pAddress": "flare1apfpj9zgeff0e8f867cn72qz4yfencml6q5vtp", + "cAddress": "0xD15b82E9B33308F7C0bd8071D4ac9c8f582EF8E8", + "amount": "50164000000000", + "delegatorRewardAmount": "58715211178265799435" + }, + { + "pAddress": "flare1c2wqtcx0hylsgqrcq9carru75p5yur8wxjjjde", + "cAddress": "0x80e080F0479390184D4DDfA4D1e462D8ae109f26", + "amount": "800000000000000", + "delegatorRewardAmount": "936372078434986036774" + }, + { + "pAddress": "flare1c59z8zkf4dsfnsdrz73886vr26u0n239kqdxm8", + "cAddress": "0x98cd5127ac25DF6EBAb2F88Cea434f5fF20844eE", + "amount": "3350040000000000", + "delegatorRewardAmount": "3921104897050425778296" + }, + { + "pAddress": "flare1c9q4w8dh4dp8u9urshat04t0uhq6gsrasfwanz", + "cAddress": "0x55F446942dFC92B889Ae4D4eC71862937f6F7f95", + "amount": "450025000000000", + "delegatorRewardAmount": "526738555747130738999" + }, + { + "pAddress": "flare1ckaeqsntzgruw0sft4zcv20cxz93vuthflkhua", + "cAddress": "0x050aA48D50dEC8061114bB4eA2c24D56fe2bec84", + "amount": "195533000000000", + "delegatorRewardAmount": "228864552015785155910" + }, + { + "pAddress": "flare1ckp9gg739fumdw63v32upyy9yh6pxgnzhf0xeh", + "cAddress": "0xB5E1ae765B276e6382C8731af4b255dB9838916a", + "amount": "133951000000000", + "delegatorRewardAmount": "156784970348056018265" + }, + { + "pAddress": "flare1clpnurqyn7aa5gxr3qa5mg9x95lk4faja02pwj", + "cAddress": "0xe1A0B951Eb8e195a68FF81e02e3aa5f0E0A978c3", + "amount": "191881972053550", + "delegatorRewardAmount": "224591151232483149161" + }, + { + "pAddress": "flare1ct3c4ka8ksc73v44uf9qhqxw6azgxns6n9c245", + "cAddress": "0x517773eaC8d4e11db8B39EB79149815183a1Ca55", + "amount": "73580000000000", + "delegatorRewardAmount": "86122821914057840732" + }, + { + "pAddress": "flare1d7m3ge0pw7gx5ac5le77njwl92lzagc89ezwt8", + "cAddress": "0x31AEf6CB0CcC64E6170AaFE2777867980323Ef38", + "amount": "115342793089000", + "delegatorRewardAmount": "135004713621554341722" + }, + { + "pAddress": "flare1dqu5y0yrmywzqet6csd35q8mycaa20w07u8xlp", + "cAddress": "0xc670E9535E86e6D2230153Fe4609D72C1f58BA91", + "amount": "155000000000000", + "delegatorRewardAmount": "181422090196778544625" + }, + { + "pAddress": "flare1dx7ygxq7vfnk7yatq9lwxgr5erl32letu68zy4", + "cAddress": "0x6b47263f1274548EA498B16eD20252e7bdA959c7", + "amount": "979374000000000", + "delegatorRewardAmount": "1146323084931482518475" + }, + { + "pAddress": "flare1dxe4awuhars2pk8lfvvafhsrtw8n7ju7e5cswl", + "cAddress": "0x51905F6727b5de3D54081C3952a52fEff4bd2c93", + "amount": "6200848569775769", + "delegatorRewardAmount": "7257876829176934195731" + }, + { + "pAddress": "flare1e0732phzuc772lauqd6rm96g8ldxh37fqp8v3c", + "cAddress": "0x1D40eae4067B61e013Fa62A5FA5f2Fb1056B351c", + "amount": "1087177000000000", + "delegatorRewardAmount": "1272502733895891018128" + }, + { + "pAddress": "flare1e0ef9g5kcpn3a77vrngnf4qlmzx0nqqwdyhxpx", + "cAddress": "0xdB60a8C1CB246Da8300B4FE362F13b57d4e6c157", + "amount": "100000000000000", + "delegatorRewardAmount": "117046509804373254596" + }, + { + "pAddress": "flare1e4w9uwpy57hgz4judyszv24f8jswyj6vzy38hu", + "cAddress": "0x13971a0979116f370e58Aba650A93fe9F436Ef01", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1eccgy9w96j0za2vd8h9nqd6zfmxtxmxxp3e4wz", + "cAddress": "0xc249F7488Ec44D41c2b899f5ff66e81eeFc9cB70", + "amount": "72287658000000", + "delegatorRewardAmount": "84610180708321807326" + }, + { + "pAddress": "flare1ethekt5v94z6xmnnm3hjjhqplmjqpjw5uumtuh", + "cAddress": "0xacf281443BF9CEB33a98Ba48436654A452169bb9", + "amount": "2200000000000000", + "delegatorRewardAmount": "2575023215696211601130" + }, + { + "pAddress": "flare1eus3pltfj0ex2tzzg3v9e8sn6nj67vf0gft9ee", + "cAddress": "0x38867E93c41aeceab5baeAbCB9b33Ab72e7Bb749", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1evcz2t0jcggfqgzt6u3ysys7z0fu8hvgux75ng", + "cAddress": "0x4794dEeDbe466B6f96AD949a62Bd2c3A180Dd60B", + "amount": "414161000000000", + "delegatorRewardAmount": "484760995470890314970" + }, + { + "pAddress": "flare1f322pn2lykr0mt3gjg2dlc20wnnszjqgc7zcux", + "cAddress": "0x73edAE94Fc39a6a86b6044a7820cE7c92ffC7903", + "amount": "100000000000000", + "delegatorRewardAmount": "117046509804373254596" + }, + { + "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", + "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", + "amount": "356774570098512", + "delegatorRewardAmount": "417592182169865378021" + }, + { + "pAddress": "flare1f6r6nlwclgnt6uw9tk6mrfes20g5tcpdxmwuws", + "cAddress": "0x1839D984dE9528E46E75F4AB0825Cd5C08612B3F", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1fjt22e2920az5gkklur7vrqnd5anrs2t2seh55", + "cAddress": "0xD38B674DAA23a78d88b29c283D632F0944812DcC", + "amount": "61439221381000", + "delegatorRewardAmount": "71912464277442753911" + }, + { + "pAddress": "flare1fnqg374hykpy5j0guymwa0875whxeamdn64s98", + "cAddress": "0x9B3b6b7833101aC6cfdE31c61593542565456B1d", + "amount": "69546235918000", + "delegatorRewardAmount": "81401441842334423923" + }, + { + "pAddress": "flare1fnycfcnhx9vulnwlzla0mzyhkkjnl5n7lda2s2", + "cAddress": "0x0E474f8c68B0e43484926A461819E9579deEb490", + "amount": "587250286482000", + "delegatorRewardAmount": "687355964143364155384" + }, + { + "pAddress": "flare1fvrs68sn6rpthp60d8aj20vqph027z9h8w4nnq", + "cAddress": "0x2C4E994C14B7ad9786b05794665bc2535A2FaF3D", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1g7u5cy8r2d37w82m7kyxezewlyd5stxqytsft2", + "cAddress": "0x6b15a9169752663Ab98D37bbf3060382BF9FD491", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1ghujcl04hy2jmdv5scw4xt4ddvqkrch8ayksee", + "cAddress": "0xeB1bFe6A7Ff5Be8c40fd3cD0E9843335D8FEb62d", + "amount": "229000000000000", + "delegatorRewardAmount": "268036507452014753026" + }, + { + "pAddress": "flare1gneg2f2asfzryl0yhqtknej62ccwv6q4a94z4t", + "cAddress": "0x0Bf61E62224615fC83CF18665fe3b49ec4A59DbA", + "amount": "104701203383000", + "delegatorRewardAmount": "122549104282979876723" + }, + { + "pAddress": "flare1gtyl9fts86nxe38tfen8gxjtf2rl0mga5sjpc7", + "cAddress": "0x06Ad7734782a6DCb8F837e11a80fa512b9a07f04", + "amount": "721043447801866", + "delegatorRewardAmount": "843956189825202037999" + }, + { + "pAddress": "flare1gtym7gntuf69vtey5ft0nr43u6yfcn4rpsk3k6", + "cAddress": "0x8e7F4FD55884E86B58Dca35e52bbaf81f794F239", + "amount": "50730976000000", + "delegatorRewardAmount": "59378836797694242739" + }, + { + "pAddress": "flare1gxh7y8kx8yqghra0765766h4c46p5j6cftjzl9", + "cAddress": "0x1B8Ff197Ce954d0dbadCA2ddD6e4Bc53346caCD8", + "amount": "108061709711648", + "delegatorRewardAmount": "126482459652417441748" + }, + { + "pAddress": "flare1gxmd8x4nt6zlma2ur7qhxt08g7662llc468n9x", + "cAddress": "0x9d5dF1F83c518b5DA208ca089C9BF1C541Ebf8fB", + "amount": "146000000000000", + "delegatorRewardAmount": "170887904314384951711" + }, + { + "pAddress": "flare1h880wun4zkt5703a7txnmw7e9cg7kz4mjvq67a", + "cAddress": "0x1da6964C73E110a600A7Aef7b3390FBc92e635b1", + "amount": "249999998000000", + "delegatorRewardAmount": "292616272170002940404" + }, + { + "pAddress": "flare1hm9wh4shmdaemrp66mna56sx6zqdgck7wvu5l0", + "cAddress": "0x196C2d3322925080A10b143B3B5F1670B45b970c", + "amount": "235332000000000", + "delegatorRewardAmount": "275447892452827667507" + }, + { + "pAddress": "flare1hrqxcql33wu43uqalmzjds3lep6hd35ksjrvke", + "cAddress": "0xc6480D80EE7aD6148268297c99351ED92f815310", + "amount": "50797000000000", + "delegatorRewardAmount": "59456115585327482137" + }, + { + "pAddress": "flare1j87cpx8yuy0k8n0v7p2ygnneh0kl6x4fmfp8xc", + "cAddress": "0x7fDeA9AB0e5019152d16C7c7C180268c89805dE3", + "amount": "854102000000000", + "delegatorRewardAmount": "999696581169348054977" + }, + { + "pAddress": "flare1jmkassvxhtfglpu7cn97catpkamjajarlmeldx", + "cAddress": "0x69d5C1844D18FB4e621B52dA4576D1Cf4c5f8F06", + "amount": "373505990334797", + "delegatorRewardAmount": "437175725597139591307" + }, + { + "pAddress": "flare1jnt7q3zls4mftd7sext5lltx2hyemt7c30gkwj", + "cAddress": "0xE6559f032C1863a9E66e132642Cecd14a9E51A99", + "amount": "84282389212234", + "delegatorRewardAmount": "98649594952657495069" + }, + { + "pAddress": "flare1jvm6lkl54jfqjfjzedgd59z6wj4leu0rsq8zf7", + "cAddress": "0x2800EfB7025910611FB75A830F643c4A26Aafbb5", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1jzzecww6n366ds9axkd864r2g3ufmv5xm590ka", + "cAddress": "0x85CcD023824A482b92f31A3EFF113C72B2E59041", + "amount": "206730600000000", + "delegatorRewardAmount": "241970951997639655467" + }, + { + "pAddress": "flare1k3qxrg5tu56jlcetlzsckmkzuf4q6tv2uq0y6w", + "cAddress": "0x2903DfA12444f8EAaD56bD320b9d9905a6eaA480", + "amount": "50999991000000", + "delegatorRewardAmount": "59693709466044477450" + }, + { + "pAddress": "flare1k7rq3n99pj37u6tn4nu34zmxvk6ppwva8q2dqa", + "cAddress": "0x0FBFd8D79856f1e8c6b5f37441F6C6cE44025E68", + "amount": "200000000000000", + "delegatorRewardAmount": "234093019608746509193" + }, + { + "pAddress": "flare1kdhjxutn7uxlvdge22a4ss7q4lkljpafj4ymh7", + "cAddress": "0x8Fc0b99C5b6AC71F13F36C9D4AC219fafdFAb48E", + "amount": "55500000000000", + "delegatorRewardAmount": "64960812941427156301" + }, + { + "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", + "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", + "amount": "1688611700751000", + "delegatorRewardAmount": "1976461059877313177424" + }, + { + "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", + "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", + "amount": "1020000000000000", + "delegatorRewardAmount": "1193874400004607196888" + }, + { + "pAddress": "flare1kq289gaph35yrz2c6lnadg49d9daryhqzkqxe3", + "cAddress": "0xaF0de2D14aea8e1920A0E1d84Db498d3aA07163a", + "amount": "200099998000000", + "delegatorRewardAmount": "234210063777620686360" + }, + { + "pAddress": "flare1kr2uf0e69wvldc79retdgg669ratp5we4jk6uj", + "cAddress": "0xb798B8630A5C40632Fe1f7eB6F1E1afE0eDBaB9d", + "amount": "51999996000000", + "delegatorRewardAmount": "60864180416413700215" + }, + { + "pAddress": "flare1ktdr46xy34n6hrsgldxjw82s2gq5a9azr02t7w", + "cAddress": "0x25Dd118F210d486002c69d883f0110Fb92739774", + "amount": "50405989000000", + "delegatorRewardAmount": "58998450856876304231" + }, + { + "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", + "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", + "amount": "182186653839000", + "delegatorRewardAmount": "213243119647924697435" + }, + { + "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", + "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", + "amount": "200000000000000", + "delegatorRewardAmount": "234093019608746509193" + }, + { + "pAddress": "flare1l6leprqcqn0fxz5qsgdafr57y9a3z4amf7ywp2", + "cAddress": "0x4e63A0F1E5858EC414Bbb3D723b88038799eC338", + "amount": "69915977000000", + "delegatorRewardAmount": "81834210874128349678" + }, + { + "pAddress": "flare1l8y5zplv2c7c70a3a3n8u0jkwd7dvhugqqdzrt", + "cAddress": "0x9D26Ac9173fb8a48F79C7f9b5BdF03Cf3ab9eB55", + "amount": "214160000000000", + "delegatorRewardAmount": "250666805397045762044" + }, + { + "pAddress": "flare1ljf2ytc85q50wmym9xvtxh7v6kqupx82gmzjzp", + "cAddress": "0x2b8328AaCA09810bc41a7a35D79Eb7AA07369Ed3", + "amount": "1500000000000000", + "delegatorRewardAmount": "1755697647065598818953" + }, + { + "pAddress": "flare1ljwl0axln4fvre45ccx59697gqx5hcvjr3la78", + "cAddress": "0x1B26Ccf3bC57f947B82776dF549B159d9766A582", + "amount": "255009436808000", + "delegatorRewardAmount": "298479645455552739101" + }, + { + "pAddress": "flare1ll2du66ssl69xlq0330f0a2j3jh3vymxhckd0e", + "cAddress": "0x25B960b7699327C57686F925a8DC7CE0D55eA764", + "amount": "200000000000000", + "delegatorRewardAmount": "234093019608746509193" + }, + { + "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", + "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", + "amount": "359225980667000", + "delegatorRewardAmount": "420461472681256127078" + }, + { + "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", + "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", + "amount": "1221999994000000", + "delegatorRewardAmount": "1430308342786650582911" + }, + { + "pAddress": "flare1m4gtp3690ercc0udgxsar2u8kqvhh6z9wckujx", + "cAddress": "0xa96480729D57867cF0FCeA0663b34b1B7c964c7a", + "amount": "848708176626000", + "delegatorRewardAmount": "993383299165068568696" + }, + { + "pAddress": "flare1mkkjralv0z2pysw7nxq7q6x3xme3xv8gc2sde6", + "cAddress": "0x6f0b454D65F6a075D2E514C23095756F33f8bdfE", + "amount": "1015939313472000", + "delegatorRewardAmount": "1189121508149486812984" + }, + { + "pAddress": "flare1ml6xxv8732svf737f4qdyh00ggdpl497s2aq2z", + "cAddress": "0x7de9bC2cDfa6B7Ee7088a4f5848A86A26Cd5aFD1", + "amount": "51000000000000", + "delegatorRewardAmount": "59693720000230359844" + }, + { + "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", + "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", + "amount": "384899870311000", + "delegatorRewardAmount": "450511864440584556749" + }, + { + "pAddress": "flare1mx5g7pun645hk5ar2h8nfra0rmc8je474nvxlv", + "cAddress": "0xA5f4892106142837200642d36fa9E85DBDC73aba", + "amount": "105617909391895", + "delegatorRewardAmount": "123622076671558441658" + }, + { + "pAddress": "flare1myewts35cps5fyy9plcx5f9gf5350lfhh0ta2h", + "cAddress": "0xbda4fF21e08B703f9E35755D40B98aC67cb9E094", + "amount": "100212460476000", + "delegatorRewardAmount": "117295187376245012682" + }, + { + "pAddress": "flare1n59ndyaehk2fn66vtcr6je07pwcl2qlavvq0l2", + "cAddress": "0xE77B2073f19DA72b38D3d2608f53B3D60E305Df2", + "amount": "308888000000000", + "delegatorRewardAmount": "361542623204532458659" + }, + { + "pAddress": "flare1naupnl33g5yhrwt2ykcstrzultppzj543z8jj6", + "cAddress": "0xedd790199b60CB70A825fb5dd860f4F445fC7fe9", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1nj8l22krvc3ap5canshk753lqau84zk9lp4vcr", + "cAddress": "0x838c7c88748929538B1789EB6513243d6DB518A2", + "amount": "511525470896000", + "delegatorRewardAmount": "598722710444153098978" + }, + { + "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", + "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", + "amount": "297928801221406", + "delegatorRewardAmount": "348715263531664678482" + }, + { + "pAddress": "flare1nskzqtd6k7k2aaskxm3lf7gndrjekz8rtszfhk", + "cAddress": "0x667c3f49B4fDA1cf06181c75aE80e686eF024b48", + "amount": "136091995000000", + "delegatorRewardAmount": "159290930270642159427" + }, + { + "pAddress": "flare1nu6mfrz57sscx4pdetwrty4vu32acvhrygwjkl", + "cAddress": "0x68C10e1187FaB9c44e2E322eaa4B1D8d22B0820a", + "amount": "50005177233620", + "delegatorRewardAmount": "58529314673443255906" + }, + { + "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", + "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1p7uy6uusc8whkh653cudzhs8pnd4zl4anm7u3q", + "cAddress": "0x04c95ee6Add9D8d366A0E74847F45Cbad47f0043", + "amount": "71630000000000", + "delegatorRewardAmount": "83840414972872562267" + }, + { + "pAddress": "flare1p9x3l46ygd8e4txydp2upr8gywk54td7q57nne", + "cAddress": "0x5B5634C01555B27C9ec9E690e6AD0D10580A0a11", + "amount": "325799995000000", + "delegatorRewardAmount": "381337523090322573258" + }, + { + "pAddress": "flare1pcsmywfpcwnl6vxkspa9x225adrz9uukwp5ndy", + "cAddress": "0xb051284e6A1B4284cB246400639e2e20D973356D", + "amount": "100000000000000", + "delegatorRewardAmount": "117046509804373254596" + }, + { + "pAddress": "flare1pfv2enrud7vd3ewps3tg4ws70p853png3la02h", + "cAddress": "0x5e0aF4930d85Fb0BDc32Fc36913B78169E05fA63", + "amount": "81759000000000", + "delegatorRewardAmount": "95696055950957529225" + }, + { + "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", + "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", + "amount": "1239568730154838", + "delegatorRewardAmount": "1450871935272627511318" + }, + { + "pAddress": "flare1pxatxzlatfsd20haudaxxncv7w6k9d6lj3em6c", + "cAddress": "0x15FC6991C7B4BEFbADd3825c4f9B666911FE67CE", + "amount": "312197000000000", + "delegatorRewardAmount": "365415692213959169654" + }, + { + "pAddress": "flare1q50p9cqzccesjzhmclxtnylf3jjt3kytxcxtax", + "cAddress": "0x2bAedA463F934642e10143e5a2D82fb7f0AFA1CC", + "amount": "151000000000000", + "delegatorRewardAmount": "176740229804603614441" + }, + { + "pAddress": "flare1qaff9tpcvm6wellnspgpazkgrca00yhhw4jw9u", + "cAddress": "0x51370a14099FD2f001b77789Ec35E2A3735C20f8", + "amount": "4371597858441691", + "delegatorRewardAmount": "5116802715988725087905" + }, + { + "pAddress": "flare1qau6h4mw8vy6ysagsxwhydg5uskl0qmkn48tah", + "cAddress": "0xe94CFf2de0a41F175D2D030f8740be1fC21FE123", + "amount": "60000000000000", + "delegatorRewardAmount": "70227905882623952758" + }, + { + "pAddress": "flare1qk78jg93g0tcatq8czsndzvll0rvklp0sg9w2z", + "cAddress": "0xf52f0ba3F9F135076fB22672705D1AB49A5f0023", + "amount": "329300667702000", + "delegatorRewardAmount": "385434938307688021384" + }, + { + "pAddress": "flare1qsx2vwpuzy8u7fvrvzusnpv4jpvwr3xpde69lm", + "cAddress": "0xCF35ec85e17f3b48D7B969e54C2aeAC0BBf13590", + "amount": "479174972000000", + "delegatorRewardAmount": "560857580582082797490" + }, + { + "pAddress": "flare1qt9sgh587cq2r5rf2pyfn4rnztkeu99au3286d", + "cAddress": "0xFAa53353E39be90ab608376BB66415A5A9CcC2b9", + "amount": "249999997000000", + "delegatorRewardAmount": "292616270999537842361" + }, + { + "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", + "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", + "amount": "50010000000000", + "delegatorRewardAmount": "58534959553167064623" + }, + { + "pAddress": "flare1r7jp6fuedkwuv3w4kvyuwth3endlsd0tz4665f", + "cAddress": "0x39b7a7c9A35C7147256ee829a78A08fcfFd52353", + "amount": "102860000000000", + "delegatorRewardAmount": "120394039984778329678" + }, + { + "pAddress": "flare1r8lez3epm97dygysjpfft8gzv5r40ep8p4n6rp", + "cAddress": "0x644f6877787b5c1A92E07a09E4Bdb77F5B68D78c", + "amount": "502839155190000", + "delegatorRewardAmount": "588555681079690995089" + }, + { + "pAddress": "flare1ra55v6z2q7heyhct90se6wr666u9qzfnpnlwmv", + "cAddress": "0x6CE57A097Ba3907E7986d57f4eca431b08901c02", + "amount": "1196608702433143", + "delegatorRewardAmount": "1400588722213392305030" + }, + { + "pAddress": "flare1rcgj6eqtkadsgg60qvlj3wdlkw8vz8pr4pc5my", + "cAddress": "0x37faF273b927148be6085658378E62a5bDf549b2", + "amount": "403000000000000", + "delegatorRewardAmount": "471697434511624216025" + }, + { + "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", + "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", + "amount": "100000000000000", + "delegatorRewardAmount": "117046509804373254596" + }, + { + "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", + "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", + "amount": "54697195249000", + "delegatorRewardAmount": "64021157999837967007" + }, + { + "pAddress": "flare1rll3cmz7gu83j8tv9enqth5k9zkf970ltxztnc", + "cAddress": "0x047ebC8Fd561Bff9e1fa392d6C4964EE7802EE06", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1rprhq5fy9yym3m7h27crnp2q9lcnzxezrpsaqp", + "cAddress": "0x9cFC4744A5cD28452A6Fe65E3a07C1C61E5Ec70E", + "amount": "91690796972000", + "delegatorRewardAmount": "107320877667539955249" + }, + { + "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", + "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", + "amount": "350000000000000", + "delegatorRewardAmount": "409662784315306391089" + }, + { + "pAddress": "flare1rteashyyg4aa94zy8c5vqcgc0l5xvcm897p69t", + "cAddress": "0x011F190E9A568a6522aE72988b5fb4817a3adE2F", + "amount": "100000000000000", + "delegatorRewardAmount": "117046509804373254597" + }, + { + "pAddress": "flare1s7lvyssdkwrz05x7dum580a3y3kk8klymem47k", + "cAddress": "0xa6321946320fbb74D6D3D7Faa85d7C4058123D30", + "amount": "699645790000000", + "delegatorRewardAmount": "818910978188234711673" + }, + { + "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", + "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", + "amount": "350109000000000", + "delegatorRewardAmount": "409790365010993157937" + }, + { + "pAddress": "flare1t4a5yz47aavy3ly7kgxmx4x0qcatxtmd75lp2x", + "cAddress": "0xCb78cb7E9A6E2115d5ad4c7820fCAA4a7a48c4BE", + "amount": "98240657565000", + "delegatorRewardAmount": "114987260888698480443" + }, + { + "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", + "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", + "amount": "237752998000000", + "delegatorRewardAmount": "278281586114261347914" + }, + { + "pAddress": "flare1tkjhzpc4yutm5dvtazrxsj8za2qsaeegpd8y3v", + "cAddress": "0x8754fc8410C898E01124de28A9D1846a35C60DAF", + "amount": "51549994000000", + "delegatorRewardAmount": "60337468781363824482" + }, + { + "pAddress": "flare1tnnelmazadnwmg39xkhudnt2uqvc98v7ahrgjp", + "cAddress": "0xb020cB5C1f050f5edd4584693784CA882F6f6F65", + "amount": "200002000000000", + "delegatorRewardAmount": "234095360538942596659" + }, + { + "pAddress": "flare1tw06udzsmqp9ln2ymfrpn04f6zn53v20y85vtx", + "cAddress": "0x31257Fdf4C8EEcF5d43188029f7F24BAB30bA86C", + "amount": "511900000000000", + "delegatorRewardAmount": "599161083688586690282" + }, + { + "pAddress": "flare1twvklskl4lnl0y5grz96u69zypz96wjngp8r5u", + "cAddress": "0x886eD812e58EBB63cc5f6339FBee40DA22d4C9B8", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1u7ghwmf8qqfgd9vndw7tg5y80qlag78d2stv7l", + "cAddress": "0x65B1eb1a78eAe9a935fE759949b0A787BD574a79", + "amount": "206482696121000", + "delegatorRewardAmount": "241680789159600498858" + }, + { + "pAddress": "flare1udgeam3aufa9xau0flqd78lunf4ppdnrv8wfyd", + "cAddress": "0xD69c08879EFEA4976DDAEeaC2Ec19e7038B326B8", + "amount": "222574000000000", + "delegatorRewardAmount": "260515098731985727686" + }, + { + "pAddress": "flare1uemw57udkuzsqzvafpvj5z4jfh0l2hpm2xxr8a", + "cAddress": "0x38fb2778867E2863E98dc1D57C9B83CEe85e2a29", + "amount": "153997656961000", + "delegatorRewardAmount": "180248882653361956790" + }, + { + "pAddress": "flare1uj2gpzxu7sx5050rewm64z4j9p29hx5s6ms9mh", + "cAddress": "0xb17647D1dCEa9bf5E281fd70ee778680E0b0beaa", + "amount": "88454837605000", + "delegatorRewardAmount": "103533300169778765541" + }, + { + "pAddress": "flare1urk748p0vqj75wj0eevlqq5wecyy8mwfke4spr", + "cAddress": "0x631792F7f65F32AFC73c57643776Ffb862767AA2", + "amount": "100000000000000", + "delegatorRewardAmount": "117046509804373254597" + }, + { + "pAddress": "flare1uud2mn9f3xhma0e9fpmtar0lu2rr8jsu7j5sau", + "cAddress": "0xfB23dA19bF793d61Cc8B71d44f99Da1186dE04e7", + "amount": "50199997000000", + "delegatorRewardAmount": "58757344410400079676" + }, + { + "pAddress": "flare1vcu86crku5d6ycv5nyzlj8l0r9smhwt7agaxap", + "cAddress": "0x5F903EDBcbA2c3a93eaF650d219b8d7149F7868C", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1vkdjfem9ex4ks5p9kvfelyul8yydvsncsgxcnv", + "cAddress": "0x1BFbC113cFFedE1dd15D37721b6316b9702af182", + "amount": "758768213168000", + "delegatorRewardAmount": "888111711018150876227" + }, + { + "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", + "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", + "amount": "432636437335000", + "delegatorRewardAmount": "506385850042601926714" + }, + { + "pAddress": "flare1vrssw88jmc0g6zxqqd3fkn4d8npfwuv2xvhhr0", + "cAddress": "0xd04A9B015843565576825B3c65F68dFc824805F2", + "amount": "125999991000000", + "delegatorRewardAmount": "147478591819324418398" + }, + { + "pAddress": "flare1vz8rqa4plcxxel93krptmpx0vntm9342w446nr", + "cAddress": "0xb3f821F874e868324b1D7c626C75fDcBC905E392", + "amount": "78196970652000", + "delegatorRewardAmount": "91526824920916056509" + }, + { + "pAddress": "flare1w5p9w2y625gkasdjzrge27j9z9xz4klv58a466", + "cAddress": "0x9B1D7939907BF3D95209265937068BB02DfeCB3B", + "amount": "100000000000000", + "delegatorRewardAmount": "117046509804373254597" + }, + { + "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", + "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", + "amount": "360000000000000", + "delegatorRewardAmount": "421367435295743716549" + }, + { + "pAddress": "flare1whtep62gzpfrt3jyf3m95anm29a8wpjxcfy0r8", + "cAddress": "0xA54262dE209E3cc4D847D713045B9f0327a5CE51", + "amount": "1902531987000000", + "delegatorRewardAmount": "2226847288695292293582" + }, + { + "pAddress": "flare1wlsj9w4hkeuxajeha7na6tftxtvfctjlp7fy3j", + "cAddress": "0x4AeF68CC5D5C049C648448e17D0c23f94b898A45", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1wpyr0560z97gygyvsftr70kku84atnm40sec2f", + "cAddress": "0xA5a0B77386508494D431C8FcaAdFbeFE0Be46a13", + "amount": "1470308160454322", + "delegatorRewardAmount": "1720944385180668043471" + }, + { + "pAddress": "flare1wq4asw6yjln5g5tzva2c7nh3kpqstqak6ham8s", + "cAddress": "0x05584b7Bc10310f2943D82432B3A1920fAf48d66", + "amount": "223593288000000", + "delegatorRewardAmount": "261708139760840527746" + }, + { + "pAddress": "flare1wt36ycd4utfzweyl3ncy4hldctcjgm4j72h6sn", + "cAddress": "0x9B4420CB056dFa42C221B39EEa33E61945B44771", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1x6xjwfa8amqlkxns8cyz8ecg9lduyajvhjr9wh", + "cAddress": "0x65222e5CdCb0fAe32eb434a257D069aEebFBfeB9", + "amount": "50000096000000", + "delegatorRewardAmount": "58523367266836039496" + }, + { + "pAddress": "flare1x7jnat9x6gaeqtgv3f6pp0fnwtcja9gsjggzpq", + "cAddress": "0x0B036dE48623fFB6006d297cb4D3C439F2eD410E", + "amount": "50160733074000", + "delegatorRewardAmount": "58711387355404907817" + }, + { + "pAddress": "flare1x82xtkfffva3smuzf9pznyepwd5ezvscp3q5g4", + "cAddress": "0xF8eE9e6A3e749D507C79301a7E39c5A97c34D58B", + "amount": "52807316851905", + "delegatorRewardAmount": "61809121296491435723" + }, + { + "pAddress": "flare1x978g9pfsn2vzgtppap7atju8rl5nw3yfa3jud", + "cAddress": "0x0be1bEc9AFb0D361e815985881d4FD8d36F88728", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1xgh838k4xn67lfzd5jqhcd06paqsvgxlu2su26", + "cAddress": "0x2474BC50b62989Cf9F0a0a8f4337673C76216A82", + "amount": "520246386791000", + "delegatorRewardAmount": "608930238122225419544" + }, + { + "pAddress": "flare1xgl4vz52qm7cevanrwpzyhlkqpuqzvhsjkk4al", + "cAddress": "0xa4f505FDd1D87596E4506eB145CC4E99F77f7cAf", + "amount": "55260000000000", + "delegatorRewardAmount": "64679901317896660490" + }, + { + "pAddress": "flare1y07tkfn2n3g2tnzglc0vfgtkv05c27vy0vcprc", + "cAddress": "0x78fC9784DB70Df8a0AfeF193706FCBaf3D21ED4c", + "amount": "316078000000000", + "delegatorRewardAmount": "369958267259466895665" + }, + { + "pAddress": "flare1ycrs0au7mvvu8f5uzdl8h3yhfq4npv8ehx2frm", + "cAddress": "0x393F667B33035eE2A27675C1d0558754065dfF85", + "amount": "147650000000000", + "delegatorRewardAmount": "172819171726157110412" + }, + { + "pAddress": "flare1ydkua2yhnqyprshj5tc6n3vn9eukqudhkyvxsv", + "cAddress": "0x8F225dDB2dE175Dd2f3F064c83085f44306C57d2", + "amount": "52888283198154", + "delegatorRewardAmount": "61903889578892014305" + }, + { + "pAddress": "flare1yevxfkajp5utkmyvt7g8ruvsgqs9yljuygsqhd", + "cAddress": "0xbF45491C254918C8B6ca7d68F5bd2014f08bfbFD", + "amount": "331540000000000", + "delegatorRewardAmount": "388055998605419088291" + }, + { + "pAddress": "flare1yfyg5wcfpapf5kwljtu5cz9039gzutupeh4qkl", + "cAddress": "0xC2C7dAd248AecD4977970056770f798Bc3158cB4", + "amount": "100000000000000", + "delegatorRewardAmount": "117046509804373254597" + }, + { + "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", + "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", + "amount": "60909993000000", + "delegatorRewardAmount": "71293020928588063069" + }, + { + "pAddress": "flare1yptdvf8yyvxw4j4mpafmksnnqmzlfqdzye42m8", + "cAddress": "0x4cE9a19B571a7e353C7ABa9c799d688BDf2B0E3c", + "amount": "100253079566000", + "delegatorRewardAmount": "117342730603404309878" + }, + { + "pAddress": "flare1yqm84u3ryf8nt56nac5s20htqv7dyudu8gam5z", + "cAddress": "0xcA16FD232dC036f994c61B6a5088f9d4D8e1d6A1", + "amount": "54000000000000", + "delegatorRewardAmount": "63205115294361557482" + }, + { + "pAddress": "flare1yu8jvz923xlm0xksavvhmvk8293ygyspjttkhf", + "cAddress": "0xbD34E1c0e866478f00DFcF8DB4D89aA9203be0Dd", + "amount": "236820238000000", + "delegatorRewardAmount": "277189823089410075945" + }, + { + "pAddress": "flare1yyzt5rjgnjdlqqywynjtfxwqzke7ascgf6cg7j", + "cAddress": "0x2780FC072F79994Aa5f05063253aecc22BF825fB", + "amount": "448963263228000", + "delegatorRewardAmount": "525495829912195122892" + }, + { + "pAddress": "flare1yz3ljdeaqqeahe2zptvy304gkhpmnq9g54wrac", + "cAddress": "0xb06454d161332a1B0F0feaF17Ea7a265C674D62f", + "amount": "2928498929941371", + "delegatorRewardAmount": "3427705787154792655852" + }, + { + "pAddress": "flare1z35y8c3fhwkccscfkf060rjuu3ysseeyh57scr", + "cAddress": "0x5A33F8a1CFC4c5f600B0615eFf6224E45555f40C", + "amount": "500000000000000", + "delegatorRewardAmount": "585232549021866272986" + }, + { + "pAddress": "flare1z5ptnypejft90g3smmev0nts4633qvm9j9w08k", + "cAddress": "0xD3938D4a61022A6D10F6cDc015C0E05B11CaceD7", + "amount": "217558486000000", + "delegatorRewardAmount": "254644614646236014490" + }, + { + "pAddress": "flare1z7ee73fpr6wc7hslf4d0q3k5z3dvlcnu3mj08m", + "cAddress": "0x509Ec86948EA262391439d1e7369a0b5c876819b", + "amount": "1000000000000000", + "delegatorRewardAmount": "1170465098043732545973" + }, + { + "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", + "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627298" + }, + { + "pAddress": "flare1zu809qf04hm9p4nm9ctexsxg2wuqvaacuxfy8l", + "cAddress": "0x77657fcfE8D8c4eb738A1995770aC28cb736bCf4", + "amount": "300000000000000", + "delegatorRewardAmount": "351139529413119763793" + }, + { + "pAddress": "flare1zxxgsusdfq53aet0c92c0yefsdxt9djazks8uk", + "cAddress": "0x6d3b785B4f752BA932693D6179C131bFa45eF19f", + "amount": "50000000000000", + "delegatorRewardAmount": "58523254902186627299" + } + ], + "totalStakeAmount": "75000000000000000", + "cChainAddress": "0x1E8F916CE03F4ce86186531a8994d366581Ed4be", + "eligible": true, + "overboost": "0", + "rewardingWeight": "75000000000000000", + "cappedWeight": "75000000000000000", + "nodeRewardAmount": "92405139319242043102736", + "validatorRewardAmount": "10472582456180764884976" + }, + { + "nodeId": "NodeID-Ckyh9cpfkkXSo5PYNNFactcrKkY2XhkXR", + "bondingAddress": "flare178j3uxpsnz4xcwhg56qvrgmks789tpan44838h", + "selfBond": "2000000000000000", + "ftsoAddress": "0xb6deD9D9CA19af10C67f9A8be8ca75e38E166faA", + "stakeEnd": 1743094440, + "pChainAddress": [ + "flare178j3uxpsnz4xcwhg56qvrgmks789tpan44838h" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "True FTSO", + "BEB": "2000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "25174381500000000", + "totalSelfBond": "2000000000000000", + "delegators": [ + { + "pAddress": "flare10cmqrdrakmg38vk46yvahs8y88fd3fmktyk3kd", + "cAddress": "0xdD301559a59b386F7d5298e94BC4336887625268", + "amount": "25124331500000000", + "delegatorRewardAmount": "24763918427310095142937" + }, + { + "pAddress": "flare1g9vlw0qqtgvv6yleqgldg72ex3w8madug8gpd7", + "cAddress": "0xE25c8573c18789200214E0F2596ae5F897f3b821", + "amount": "50050000000000", + "delegatorRewardAmount": "49332023711232685412" + } + ], + "totalStakeAmount": "27174381500000000", + "cChainAddress": "0xF9cb594530F5C7E74AB36C493c00a1eC7547C302", + "eligible": true, + "overboost": "0", + "rewardingWeight": "27174381500000000", + "cappedWeight": "27174381500000000", + "nodeRewardAmount": "33480700112289780934842", + "validatorRewardAmount": "8667449661268453106493" + }, + { + "nodeId": "NodeID-CoNH4gyEwB9gTrEmozwh14Zr8hs6wokRS", + "bondingAddress": "flare1shkl5wxpzmr75ax843cgzuy30xdq307j956lnk", + "selfBond": "12000000000000000", + "ftsoAddress": "0xC522E6A633545872f1afc0cdD7b2D96d97E3dE67", + "stakeEnd": 1749315633, + "pChainAddress": [ + "flare1shkl5wxpzmr75ax843cgzuy30xdq307j956lnk" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "4DadsFTSO", + "BEB": "12000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "103360894962968344", + "totalSelfBond": "12000000000000000", + "delegators": [ + { + "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", + "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", + "amount": "227401971000000", + "delegatorRewardAmount": "224139848658402547494" + }, + { + "pAddress": "flare134hyvs9ysvuftunnzgxy08sfeg0y0fc60qqqdr", + "cAddress": "0xBf04dDF5BbbAEc7268bb7A21a9217085C77F14CF", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare147xns96xavm8kr0z49gt0ruul56wenz5rhrjx8", + "cAddress": "0x30339DFfD7953259e6Ae934c285F9d3179b110D6", + "amount": "1136938941000000", + "delegatorRewardAmount": "1120629346566149433684" + }, + { + "pAddress": "flare15ag67jya49cquxhr3gj5jpddkwlcvp9usrg0fp", + "cAddress": "0xF8fCAcc43b7d0173A96Bc617c06805ac5C92A958", + "amount": "15672928000000000", + "delegatorRewardAmount": "15448097017391461931969" + }, + { + "pAddress": "flare15hwddhslgkdr6z37n8zxqvw9srql7mk35ll8js", + "cAddress": "0x8e49DF54576f8F689D73b3140E495fE32d08E928", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare16ss9e4xdx8nz8hkwxl3lyw5xx92dx55dvftm0j", + "cAddress": "0x90273e75D420fBd5E106905Cc483E0F3b69C6C6c", + "amount": "1023582000000000", + "delegatorRewardAmount": "1008898531356463028940" + }, + { + "pAddress": "flare17y342654g0p868jg6cxgswhe4m2y7jrdgr0m0p", + "cAddress": "0x2Ac444C779f564d5c2445e1C37B7d20935bd1b59", + "amount": "1000000000000000", + "delegatorRewardAmount": "985654819405248459762" + }, + { + "pAddress": "flare1869mstqt83reyerlhg5r9ph2scw5pa5mqrth65", + "cAddress": "0xd12C7Dd0D81Ef4Fb96390415599b454ed9A0Ea7C", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", + "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", + "amount": "333000000000000", + "delegatorRewardAmount": "328223054861947737100" + }, + { + "pAddress": "flare1aad26gwvkywvj0er92awtq8h8avurgqupxk3v4", + "cAddress": "0xB9aeb2315B33eC159403fe28181D29E5C95b8B19", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1cqf03mjg7ke89td52m5mfza7qel73g3nclsl39", + "cAddress": "0x6173310426c05c2fEB3543b663Bc61A11c9ae8bd", + "amount": "1511507000000000", + "delegatorRewardAmount": "1489824159114768883670" + }, + { + "pAddress": "flare1cy05z3heu5zj06dw9qcj2r3kzkesv07tx6uk0a", + "cAddress": "0x48Cfc30EB12cb87787b683a06fD54b2a5dd37F92", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1dnwh20dn4d7ax6rh9dw4x82vhxtp0tr325nqmm", + "cAddress": "0x64243639FDDdCde1bcE555618A4528b8ea3505C1", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1ekvxkqaahneqar2ac49u8355f95y4rqdg398u8", + "cAddress": "0xE81A3441547e7E729dd5B4c377C95b2839d5aac9", + "amount": "150000009000000", + "delegatorRewardAmount": "147848231781680643611" + }, + { + "pAddress": "flare1emycfh96nh0v9tm6qm4x67n8rdy425xw2mzl9x", + "cAddress": "0xc884F090b6b51cA0bDFE7B067eeA1DBfd65B59FA", + "amount": "167000000000000", + "delegatorRewardAmount": "164604354840676492780" + }, + { + "pAddress": "flare1flr34g00tx27saed7t26p20dfkyxk720je64ud", + "cAddress": "0x04CF8ca73a49A9921FbB0132Ec6d7b0b966A57b5", + "amount": "949999999000000", + "delegatorRewardAmount": "936372077449331217369" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "50002000000000", + "delegatorRewardAmount": "49284712279901233485" + }, + { + "pAddress": "flare1gunngcnx5lvd5mnkymld8httvaf5zpdyvawkf7", + "cAddress": "0x5F94B4133422EB0C4d8a7fA59a94Ae86396C39Bd", + "amount": "84664482320000", + "delegatorRewardAmount": "83449955031158451136" + }, + { + "pAddress": "flare1h9ugdaut9l2zjv59ugvgnpfun4lv7d294yg7z7", + "cAddress": "0x3D1dFF3B8da23193F8D1305F3Fb0B979e9D2F623", + "amount": "359980998000000", + "delegatorRewardAmount": "354817005573011106983" + }, + { + "pAddress": "flare1halkgye84efwhqypkyg8gjmhckt4pf73zcvc5h", + "cAddress": "0x5d870F4124bD2a71E4dDA3b00B20BAd5a208129c", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1l2d9euwxx543mh9p4032dwz0jaxdkfvr8hc6rg", + "cAddress": "0x4A4b1b83116a99F68042dF49c1D7C95B39db5131", + "amount": "435485000000000", + "delegatorRewardAmount": "429237889028694625499" + }, + { + "pAddress": "flare1lpcac6lhks3y6a7xmnu6uvkq2yt6kxyjh45wpe", + "cAddress": "0xce35A74e1A118685727c567c83A76BC79368f5B3", + "amount": "200203000000000", + "delegatorRewardAmount": "197331051809388957389" + }, + { + "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", + "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", + "amount": "1977351118136000", + "delegatorRewardAmount": "1948985659247105192418" + }, + { + "pAddress": "flare1mgtycf569tn8wknqh7r8w3fa4ljhzjtjku3u6d", + "cAddress": "0x01b758b9dF1D1aC740a7AF3b7E264a2478a86465", + "amount": "65707123720000", + "delegatorRewardAmount": "64764543163874917362" + }, + { + "pAddress": "flare1mncjgamdgdzdg49vfr32mtkuy7rsywhk92ne48", + "cAddress": "0x3Cca008b4C57a5C2A79Ee8fE11Cf9D67dB0A3f79", + "amount": "49999999104008344", + "delegatorRewardAmount": "49282740087123929104843" + }, + { + "pAddress": "flare1mnxcmw60vjvf2x799kjdy00k2634czvj503h86", + "cAddress": "0xfF0aCE724184414B8A4D05eeA38cB4262B0f4D6C", + "amount": "19682693000000000", + "delegatorRewardAmount": "19400341214323948022231" + }, + { + "pAddress": "flare1mycnsrywulp57yjq22pkwxu49xaj9saeg5ff2f", + "cAddress": "0x98911994367C0A3301B27B76E7EF0fFa44503F11", + "amount": "100536000000000", + "delegatorRewardAmount": "99093792923726059150" + }, + { + "pAddress": "flare1pj5jlnpvuj5dzcm5j59nyfnkcz66dtnfmm4sy9", + "cAddress": "0xD8359A3457D16924D77f7D3F2F9ae28D78fe7D99", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1q707px20wmn5vev3gwqtaelhmc04yaew7q4qqz", + "cAddress": "0x5826d68503efd81aCf7F2Be8163795CDbb37F7E0", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1qlycv9w0pnxayl7wwcwj9v28yyvsmasjxnxtju", + "cAddress": "0x304B0EA7D15D03963696ED9F0520ba0175d61E18", + "amount": "3505999987000000", + "delegatorRewardAmount": "3455705784021288447660" + }, + { + "pAddress": "flare1rt9jyt7ljhq4ktq79f5wasj6ex89c3rtty6ac6", + "cAddress": "0x3df8c0efb2592719283e52725564B22D3c2Dc93F", + "amount": "462744293212000", + "delegatorRewardAmount": "456106142756683200716" + }, + { + "pAddress": "flare1t667f2x549c9n93hp5kg8fazprx43n82wuvurg", + "cAddress": "0x081f710a52303E618cc57A603bBC721cAB51e500", + "amount": "275230087718000", + "delegatorRewardAmount": "271281862404575982170" + }, + { + "pAddress": "flare1vv5898pn8n90adxkm9qwjvm9g3psr7dyps5l2p", + "cAddress": "0xdC45dD634701A412FFAC1018D2a82023D11E6ac1", + "amount": "287939852854000", + "delegatorRewardAmount": "283809303664383185299" + }, + { + "pAddress": "flare1wu6jhyxvekzkh3pj4ktqzp3u4ckx6q59t28f3n", + "cAddress": "0xdb14E2B1715446384459547DcA3da473ABe2079B", + "amount": "3000000000000000", + "delegatorRewardAmount": "2956964458215745379289" + }, + { + "pAddress": "flare1xxue0t66ufy0er52kt326dpkpa3rfuum9v4mf7", + "cAddress": "0x6BeBb9cc0Cf96b9B93Cf4A89419f960BdD985654", + "amount": "50000996000000", + "delegatorRewardAmount": "49283722682462550615" + }, + { + "pAddress": "flare1zzhgvgtuqkaj9msdzhwc0p0z52tu5shfv2dve9", + "cAddress": "0x1101da007B4bD3ED52c69f896682FB263ABF925F", + "amount": "200000000000000", + "delegatorRewardAmount": "197130963881049691954" + } + ], + "totalStakeAmount": "130360894962968344", + "cChainAddress": "0x14D781a056283CB79ef249ad63Cf5a2442EB1430", + "eligible": true, + "overboost": "0", + "rewardingWeight": "130360894962968344", + "cappedWeight": "130360894962968344", + "nodeRewardAmount": "160613555477788908381321", + "validatorRewardAmount": "58735391219499490089851" + }, + { + "nodeId": "NodeID-CrsvTSFLB8G3ziPaVjgH1pj8NQxSZkECD", + "bondingAddress": "flare1ejn0t8mu5kpcj2cccduhxateg5mkd57pn63hz3", + "selfBond": "3500000000000000", + "ftsoAddress": "0xdd33Ba13F32C90D678422251B52B005335fB7A4c", + "stakeEnd": 1741466814, + "pChainAddress": [ + "flare1ejn0t8mu5kpcj2cccduhxateg5mkd57pn63hz3" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Flare Beacon", + "BEB": "3500000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "28337526482649000", + "totalSelfBond": "3500000000000000", + "delegators": [ + { + "pAddress": "flare1025k8qq4vtaujsy78e2yvcg05k3k7kx478um9w", + "cAddress": "0x11D20c33cA3eb04BB41F337A58e77E32c1F07bf7", + "amount": "54652655000000", + "delegatorRewardAmount": "53868652794042349260" + }, + { + "pAddress": "flare13vmmdu457s62clu5364007muqcfxfnlz77farg", + "cAddress": "0xfB09e9edaC2C63a247fEA97F78e20f20092da0c5", + "amount": "220000000000000", + "delegatorRewardAmount": "216844060269154661147" + }, + { + "pAddress": "flare15sdml9mjg3kw9c3h26h6mp5t2c6uhh8gw9mafy", + "cAddress": "0xA7847F8343a1f994BF7df86335640608a0deBBd6", + "amount": "27359348610000000", + "delegatorRewardAmount": "26966873813234785474310" + }, + { + "pAddress": "flare1gcv6mk38g84j080nzne0ux2z54arswxseuwsf8", + "cAddress": "0xaDfD39C8f7e950335728Bd348771D987FC3D90e5", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1keqvun0a7l3fun5rdakw5uplvwmla6znrr7kvf", + "cAddress": "0xdaB16B5ac953245dae6Efc4F4D666693CAa8fBF5", + "amount": "53375217649000", + "delegatorRewardAmount": "52609540512540925272" + }, + { + "pAddress": "flare1r5rkwuguvhlwpxx43ey8mc7hl5menyjvxu52ax", + "cAddress": "0x9dea656af4979B64eD1902f3bde78dCd8Af79B77", + "amount": "50150000000000", + "delegatorRewardAmount": "49430589193173210257" + }, + { + "pAddress": "flare1vl46anyauk6vxupncd2ju0v9vj5cnaxfn95hhn", + "cAddress": "0x1680D75B912C2A0442d7Ef703B3541a485C60237", + "amount": "500000000000000", + "delegatorRewardAmount": "492827409702624229883" + } + ], + "totalStakeAmount": "46837526482649000", + "cChainAddress": "0x25daBfcb1a2560a8FC3e243Ef3C02608Ef2D0d8F", + "eligible": true, + "overboost": "0", + "rewardingWeight": "46837526482649000", + "cappedWeight": "46837526482649000", + "nodeRewardAmount": "57707042133304927752138", + "validatorRewardAmount": "29776022585658082056033" + }, + { + "nodeId": "NodeID-CtSfUZd8nvr4RDaQnKRiP9cae15Nrb1bX", + "bondingAddress": "flare1njkr3hlgge6wswrcsle2qpn4ufwagrqatfd7d0", + "selfBond": "3600000000000000", + "ftsoAddress": "0x02a256FF137D680aC591f1959D64a8669006c95c", + "stakeEnd": 1746012650, + "pChainAddress": [ + "flare1njkr3hlgge6wswrcsle2qpn4ufwagrqatfd7d0" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Poseidon FTSO", + "BEB": "3600000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "50226591218222318", + "totalSelfBond": "3600000000000000", + "delegators": [ + { + "pAddress": "flare103ugav2sd3hqlym8kr6uysh5l2js03xfm769hz", + "cAddress": "0x6bb595bc3E86dc1C020e36b9E51C7781b8A876F7", + "amount": "466067877856835", + "delegatorRewardAmount": "516804806227011861919" + }, + { + "pAddress": "flare10kx0nyhprq4qt7208n2ywjsh52r39496avwzlv", + "cAddress": "0xa28569372DFFd0Dc44999981C9136Cd3e8a8a084", + "amount": "2166479018066255", + "delegatorRewardAmount": "2402325545959523910613" + }, + { + "pAddress": "flare125w639h79mprpv5jtx9hrdetrq2774k6keu5hh", + "cAddress": "0x6552278F466BC3Edee3A70FD046D8E5Cf0069caC", + "amount": "101645766813691", + "delegatorRewardAmount": "112711094923563674740" + }, + { + "pAddress": "flare13jwrwka8mfw09vaac3dt67uq2eu6cnudz80fcv", + "cAddress": "0x53588371f6f3b4C5E3d0e71A20d023Cf7a33dB05", + "amount": "1927076867308720", + "delegatorRewardAmount": "2136861676830609406172" + }, + { + "pAddress": "flare14g2psmqgfw5yaa9yjy3st3y247y9tf84exqqrw", + "cAddress": "0xa362028F68f84187412274cD58CF3Ae91229c91F", + "amount": "50010000000000", + "delegatorRewardAmount": "55454172208263534906" + }, + { + "pAddress": "flare14x532ejhaq73x2vadfap06zfzaevae8apuc65n", + "cAddress": "0xDEba1417DD873Bd6224D2B1050978B50277D1e85", + "amount": "430200000000000", + "delegatorRewardAmount": "477032291221655123313" + }, + { + "pAddress": "flare15egh8p09j9z9kmxmc0sdmndz8d668e0qshzaae", + "cAddress": "0x9dD084FA1486109Dcf76Dff15b25c1988464A0b0", + "amount": "109299996000000", + "delegatorRewardAmount": "121198576295671176409" + }, + { + "pAddress": "flare168gmsmk28urht45j24pcdsfsj5uz8dve30qa72", + "cAddress": "0x60bc6615BEa31BFeDDae2caC750e5F131a92f23a", + "amount": "337800000000000", + "delegatorRewardAmount": "374573472744479545921" + }, + { + "pAddress": "flare170hehnkj97uc8z5kk4wtlqsfgnz67k2gn446f6", + "cAddress": "0xDBA3CE3Fd7bD05E75d8b2632aF2630d04FaaA2c0", + "amount": "64900000000000", + "delegatorRewardAmount": "71965122501825703168" + }, + { + "pAddress": "flare17nssucfjf329qktzcjlduc00cvmwryewtlkg5z", + "cAddress": "0x68A80B75aD34E2e42013199F53172745d1Db579c", + "amount": "60203922772381", + "delegatorRewardAmount": "66757822456161059695" + }, + { + "pAddress": "flare18f7e30r954w62sh8rf4plw8mcdvjc4azhmg4rl", + "cAddress": "0x1b556001df291bBFd697a5A60F00BD301c73105D", + "amount": "14991047340000000", + "delegatorRewardAmount": "16622997815928634092859" + }, + { + "pAddress": "flare19hnjtuhx4rwm8vvwjhlueyr4htgdt4scgn9hkw", + "cAddress": "0x180b87ffD26aF306394B469928DE35a2a75EA614", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", + "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", + "amount": "350000000000000", + "delegatorRewardAmount": "388101585140816581031" + }, + { + "pAddress": "flare1a0urfpade4npyq5qvlcsscfzsqtqhg88ka57cy", + "cAddress": "0x0e486101Ea1D9791f64B9184228aaFfA04dE0f98", + "amount": "180000000000000", + "delegatorRewardAmount": "199595100929562813101" + }, + { + "pAddress": "flare1c3spq2gchf939459j89t9laeldhxcl6rendg5t", + "cAddress": "0x3F644D19611c556F1B997cFf64762542F14E4184", + "amount": "500000000000000", + "delegatorRewardAmount": "554430835915452258616" + }, + { + "pAddress": "flare1d7xzc62kpuww0tj4pjg00p6eusfj7ccjat9fpw", + "cAddress": "0x70B439b1390243edd8d48C2D34308628BD24369D", + "amount": "300500000000000", + "delegatorRewardAmount": "333212932385186807428" + }, + { + "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", + "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", + "amount": "3103133967000000", + "delegatorRewardAmount": "3440946318562886887759" + }, + { + "pAddress": "flare1fjpaup4dwxzhd2h84k7zg2k0dach7sj3sxs797", + "cAddress": "0x3120736C03AfDBc2132c73Ee06ee6d804A99d28b", + "amount": "57617055669374", + "delegatorRewardAmount": "63889344675516348989" + }, + { + "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", + "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", + "amount": "400000000000000", + "delegatorRewardAmount": "443544668732361806893" + }, + { + "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", + "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", + "amount": "860585000000000", + "delegatorRewardAmount": "954269721852598963963" + }, + { + "pAddress": "flare1h89t8wg2azu7jjw6lq0y57hnr6pmq7wpzp298r", + "cAddress": "0x0246C65be664FFaa501739A9c82FA8118288Ad41", + "amount": "51000000000000", + "delegatorRewardAmount": "56551945263376130378" + }, + { + "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", + "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", + "amount": "185641000000000", + "delegatorRewardAmount": "205850189620360945483" + }, + { + "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", + "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", + "amount": "50200000000000", + "delegatorRewardAmount": "55664855925911406765" + }, + { + "pAddress": "flare1j5czmyd85dd8eda0sytvmxw7rvpfqsa0mt4axq", + "cAddress": "0xfB39d91229191761aFD60264BA961e90B8e70F1B", + "amount": "1467659000000000", + "delegatorRewardAmount": "1627430812417673492858" + }, + { + "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", + "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", + "amount": "266999045125000", + "delegatorRewardAmount": "296065007554562616566" + }, + { + "pAddress": "flare1k95f3eslwnwu3j6xq8l5zcj5k9vhuwawag54yw", + "cAddress": "0x97bD9d937F49Dd84490E7D616349BeaCb601eFa4", + "amount": "111250000000000", + "delegatorRewardAmount": "123360860991188127542" + }, + { + "pAddress": "flare1lhpyc7a2keesd3yrcfhg0qdnk3a99y3rd9gndu", + "cAddress": "0x293c17cA71322CCd1A3010C3757600Fe30d72199", + "amount": "55000000000000", + "delegatorRewardAmount": "60987391950699748447" + }, + { + "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", + "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", + "amount": "6500000000000000", + "delegatorRewardAmount": "7207600866900879362016" + }, + { + "pAddress": "flare1n8k2a8xyawyafhjfaksperjupyrmrq6gwz6lsc", + "cAddress": "0xfD51f0417473d07511c8E9A7Ae796242f3fb606a", + "amount": "1500000000000000", + "delegatorRewardAmount": "1663292507746356775850" + }, + { + "pAddress": "flare1ntwpnyv0dt3zw800uutjl28a7pnvuk9ljv9cnu", + "cAddress": "0xFCD50096423588e7B0FBC4091693860E9Ca6e583", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1p4vx6z8uq8ftkj6ytpx63nv24qk8qdgald5rg8", + "cAddress": "0xf5561E3CEDb9162B5e147897330e8030DDCc7869", + "amount": "1100350870040905", + "delegatorRewardAmount": "1220136905354148265110" + }, + { + "pAddress": "flare1pq7jz09jpxpec687hh92wpq3wrc25zshuyrz4r", + "cAddress": "0x749A0576b29Cbef351626a6892dfc302a6E92DF9", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1pz8vmjq3mmg8tursfqle7akfnyd024qgrldkjf", + "cAddress": "0x281b31f32753C82b32cE794F7b76d7f6CaA2F9E6", + "amount": "55000000000000", + "delegatorRewardAmount": "60987391950699748447" + }, + { + "pAddress": "flare1qs42g3arkzelhwmxcu2u6urzc2kes6zcsy3e7n", + "cAddress": "0x0a852A20620d01A04cE0025e15339C5FE6AE0526", + "amount": "820600000000000", + "delegatorRewardAmount": "909931887904440246841" + }, + { + "pAddress": "flare1rg3vdeaypxe8gtv3cgy7j3ty8pa4a9vfe9e8w3", + "cAddress": "0xCF82D300eC7926c10bFB1efA0BCC8FE851348BdC", + "amount": "51000000000000", + "delegatorRewardAmount": "56551945263376130378" + }, + { + "pAddress": "flare1s7lvyssdkwrz05x7dum580a3y3kk8klymem47k", + "cAddress": "0xa6321946320fbb74D6D3D7Faa85d7C4058123D30", + "amount": "301004360000000", + "delegatorRewardAmount": "333772197857991442431" + }, + { + "pAddress": "flare1secf4s4lj3ywrfljcqt2cvalnz2u8xrmqwknlm", + "cAddress": "0x5D78169F7B46C7505661ec6ae7b9a7C624c13bF7", + "amount": "7030800000000000", + "delegatorRewardAmount": "7796184642308723479766" + }, + { + "pAddress": "flare1te3qs33mdrft6esqmdpda84xgnn0wsuwqr0f7q", + "cAddress": "0xb22D6Fa211D490d22c188Ad27B78E161728aB445", + "amount": "70564911957000", + "delegatorRewardAmount": "78246726245239604250" + }, + { + "pAddress": "flare1tp6a886kgl79aeujx8w235wk55athhwtd7tuuq", + "cAddress": "0xb0061d260847B42e8616777dA9CD62C70DBfBf7B", + "amount": "2828474000000000", + "delegatorRewardAmount": "3136386408370245823479" + }, + { + "pAddress": "flare1ufjh7lz5wjppjc84sa4qx7rfcwehlphjz6k9rk", + "cAddress": "0x3C97103B07fD1DA89BC75522075791bAb92e5975", + "amount": "50901210391150", + "delegatorRewardAmount": "56442401252547198258" + }, + { + "pAddress": "flare1vas0cm3kxr29sg7es2f74ql9tj5zpvphfx2c0r", + "cAddress": "0x5975E7e45B7341B6D9B8e2e0e2da26e75E3c76bE", + "amount": "223449879380007", + "delegatorRewardAmount": "247775006819728520164" + }, + { + "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", + "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1w8wp57dwuuv79yllfjp3l84ry2hw4kzklc4x2c", + "cAddress": "0xd010e5FDBb3240AE917EacFa84CD4Eb1F03FDca1", + "amount": "75000000000000", + "delegatorRewardAmount": "83164625387317838792" + }, + { + "pAddress": "flare1wq3hz74jfkrrn9trzzs6h7sejesyf236wevpg7", + "cAddress": "0x8851924938db253C2602cFB473C33b88dEb83C43", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1x7jnat9x6gaeqtgv3f6pp0fnwtcja9gsjggzpq", + "cAddress": "0x0B036dE48623fFB6006d297cb4D3C439F2eD410E", + "amount": "160756238557000", + "delegatorRewardAmount": "178256431443562733538" + }, + { + "pAddress": "flare1ym8cc3y262ehuyqjf2vdlheflaz4dmet0nrfpu", + "cAddress": "0xB3aEbA90EB2659ff653DaE03439635699E6a43c0", + "amount": "464373891284000", + "delegatorRewardAmount": "514926409443798939519" + } + ], + "totalStakeAmount": "53826591218222318", + "cChainAddress": "0x14C1901AFb6CD6a6e55072578a48B7E4eAaB9da1", + "eligible": true, + "overboost": "0", + "rewardingWeight": "53826591218222318", + "cappedWeight": "53826591218222318", + "nodeRewardAmount": "66318048807996314419377", + "validatorRewardAmount": "10623706899390887703975" + }, + { + "nodeId": "NodeID-DAVrAR2VCxe7rnmkDaVUbW8jWd9b86cS", + "bondingAddress": "flare1jllppy0yxf2m7dwfsrzqmwql2zq4vnwkjrwtal", + "selfBond": "12500000000000000", + "ftsoAddress": "0x9b42B895D2A10D048eaf4996fDf93aEBf59167BF", + "stakeEnd": 1747047608, + "pChainAddress": [ + "flare1jllppy0yxf2m7dwfsrzqmwql2zq4vnwkjrwtal" + ], + "fee": 120000, + "uptimeEligible": true, + "ftsoName": "Envision", + "BEB": "12500000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "159889710339268051", + "totalSelfBond": "12500000000000000", + "delegators": [ + { + "pAddress": "flare104whd5jg5fwcy8kcxh0ndcwpqd08yaplya63h0", + "cAddress": "0x2248C835c5BC0aE4aB771f2a9aC75782C9D3e739", + "amount": "261001000000000", + "delegatorRewardAmount": "282982582871548178571" + }, + { + "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", + "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", + "amount": "2217829053242051", + "delegatorRewardAmount": "2404615284439507644380" + }, + { + "pAddress": "flare125dnh60esekthjntjg68a0cnaw98nyacj5n8xp", + "cAddress": "0xd06C25a5f987BFA359B4DCC8b8c051e5d428DF42", + "amount": "169105854026000", + "delegatorRewardAmount": "183348000011404071992" + }, + { + "pAddress": "flare12pe3vf3c8mafzt356p8r332fhsg70h9u9z2p3q", + "cAddress": "0x058fcDFb70db04AfbDA6E89A5aBC8edDC1B67964", + "amount": "110375000000000", + "delegatorRewardAmount": "119670815761039728620" + }, + { + "pAddress": "flare13uck62nhj35awdmz2g6m9a2q5wk3dqekrd38g2", + "cAddress": "0x4e0754c3d478074a8Cc0f59A6052Ef51563a35fB", + "amount": "3404309000000000", + "delegatorRewardAmount": "3691020929854128176686" + }, + { + "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", + "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", + "amount": "60515658000000000", + "delegatorRewardAmount": "65612304952897757115618" + }, + { + "pAddress": "flare1dn8qvdw87sq4esrxgqh5mhrlujv8cf5qa92q2s", + "cAddress": "0x973B2A256e7D81F321a4Cc0268f6167b598635fB", + "amount": "200000000000000", + "delegatorRewardAmount": "216844060269154661147" + }, + { + "pAddress": "flare1g0amzf5z7s0xzdyfjc3gmky0dfv57akhfuxrek", + "cAddress": "0x5F158D7c93A33216d7C22797D2837C3a32863589", + "amount": "84691986000000", + "delegatorRewardAmount": "91824770582492013968" + }, + { + "pAddress": "flare1gpg9mma7hpuwf7sm5xqphzr3pfj9ss6uqs6htd", + "cAddress": "0x260143a2bFEA41480Fe7FDB446B90cAB73Cb2657", + "amount": "93540488000000", + "delegatorRewardAmount": "101418496087390691756" + }, + { + "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", + "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", + "amount": "3000000000000000", + "delegatorRewardAmount": "3252660904037319917216" + }, + { + "pAddress": "flare1hg9fpuw68pqq2e3gkvdmmyptea5l9gf4ye6gq2", + "cAddress": "0x63b280a8bB0ADC0002E479d91A174EEB7c6f3793", + "amount": "192210000000000", + "delegatorRewardAmount": "208397984121671087096" + }, + { + "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", + "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", + "amount": "100000000000000", + "delegatorRewardAmount": "108422030134577330573" + }, + { + "pAddress": "flare1hzluua2hgqfjwpp63f88ktjhuxjw6kfjtu3940", + "cAddress": "0x4E446ab0c5c064639EA03130A65357094cbBfaC0", + "amount": "1846000000000000", + "delegatorRewardAmount": "2001470676284297522393" + }, + { + "pAddress": "flare1ksd9zq70x0ka4ynthz6j8em5ck8x0qu4a30pje", + "cAddress": "0x7898561B15Af920799d61a7fb414f04D87B42f8c", + "amount": "163825994000000", + "delegatorRewardAmount": "177623468582950849511" + }, + { + "pAddress": "flare1lwuc24fnwy03hqd2s9fexrjgl7nk0rv9p9unh3", + "cAddress": "0x4Cb376aDA943fB8cb57292afC72e8C6297A0Ee91", + "amount": "115000992000000", + "delegatorRewardAmount": "124686410201302865167" + }, + { + "pAddress": "flare1n6vq2hxa2rznqx25lnplgle75xgzca6hgnvvv4", + "cAddress": "0xd964dc92BDeFc67953F2252f4B2e9f265BB32291", + "amount": "51833000000000", + "delegatorRewardAmount": "56198390879655467756" + }, + { + "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", + "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", + "amount": "134000000000000", + "delegatorRewardAmount": "145285520380333622969" + }, + { + "pAddress": "flare1qszpr20wzqrtqp57pqdf88n5e88j2a20q30jzz", + "cAddress": "0x3D15442507994A12A9a8D2734DDEffd30bD68fC2", + "amount": "71109998000000", + "delegatorRewardAmount": "77098903460257337079" + }, + { + "pAddress": "flare1qzlq0pgvzguqldghq7r240a0zg7zeu7ylmxnx5", + "cAddress": "0x09cf3a6Fed3fF49cf65b616EB7C2F90866e4250F", + "amount": "345219974000000", + "delegatorRewardAmount": "374294504240860025617" + }, + { + "pAddress": "flare1t2zf6d2zke28jyc009qlaglk7gd05tg9ephp59", + "cAddress": "0x73d1fD16B25fB6Bd3931486B710A8a56d5AFF429", + "amount": "60000000000000", + "delegatorRewardAmount": "65053218080746398344" + }, + { + "pAddress": "flare1tqxxyx0s52swyygq8wh6cjsf69ve4mzq80hy8h", + "cAddress": "0xF5f79d51B524Ae687D0ED18AcfCFfe0A5b939Fba", + "amount": "54000000000000", + "delegatorRewardAmount": "58547896272671758509" + }, + { + "pAddress": "flare1v3klq5h3r3lng0udxfcuw8lcjmrtpwlgmetyvv", + "cAddress": "0xc506a2E354BC10649907a2086dAE2BEED3E760fE", + "amount": "22000000000000000", + "delegatorRewardAmount": "23852846629607012726255" + }, + { + "pAddress": "flare1vxsy2wcatnsepxp05snzjrgzwsmmusetuf937c", + "cAddress": "0xff71960A8a2597fbD18F81A79D5171CBf27C5665", + "amount": "64600000000000000", + "delegatorRewardAmount": "70040631466936955550732" + }, + { + "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", + "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", + "amount": "50000000000000", + "delegatorRewardAmount": "54211015067288665287" + }, + { + "pAddress": "flare1ylc20p92tns0sw9tkv95pkt7ca457jsf330m7r", + "cAddress": "0x02FB7BBD8E697032d292068aD3eaCC0CF16666eA", + "amount": "50000000000000", + "delegatorRewardAmount": "54211015067288665287" + } + ], + "totalStakeAmount": "187389710339268051", + "cChainAddress": "0xD8Bc3f71bCa357F97d930E472c19AbBCAdab3BEb", + "eligible": true, + "overboost": "0", + "rewardingWeight": "187389710339268051", + "cappedWeight": "187389710339268051", + "nodeRewardAmount": "230876963878566338614027", + "validatorRewardAmount": "57521293952436726541498" + }, + { + "nodeId": "NodeID-DcUJTi6u5Xoutgr1A25iMu4Rp5JEbsEqr", + "bondingAddress": "flare1h5pjqy7skze3urx0x5mj2595z8q4l4hfej8xeh", + "selfBond": "4000000000000000", + "ftsoAddress": "0xD1eDC6Dd3Ba8b0881A44002Ac501a69E924b8F00", + "stakeEnd": 1739127642, + "pChainAddress": [ + "flare1h5pjqy7skze3urx0x5mj2595z8q4l4hfej8xeh" + ], + "fee": 120000, + "uptimeEligible": true, + "ftsoName": "Aimlezz", + "BEB": "4000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "0", + "totalSelfBond": "4000000000000000", + "delegators": [], + "totalStakeAmount": "19000000000000000", + "cChainAddress": "0x7A757589e26a495e5C535dE440A01cf009bCEcDe", + "eligible": true, + "overboost": "0", + "rewardingWeight": "19000000000000000", + "cappedWeight": "19000000000000000", + "nodeRewardAmount": "23409301960874650919359", + "validatorRewardAmount": "23409301960874650919359" + }, + { + "nodeId": "NodeID-EBcyABp9i2wEgZbhiwnyLaqBwFFTdZXyd", + "bondingAddress": "flare18mjhtldw6qy34n20kcg4ewm9urs92zxn9nfppw", + "selfBond": "10556500000000000", + "ftsoAddress": "0xeFb939Ebe430efD987c2650367a1b2c9f070d3f1", + "stakeEnd": 1746151200, + "pChainAddress": [ + "flare18mjhtldw6qy34n20kcg4ewm9urs92zxn9nfppw" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Scintilla", + "BEB": "10556500000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "16569961669484231", + "totalSelfBond": "10556500000000000", + "delegators": [ + { + "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", + "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", + "amount": "15854334170000000", + "delegatorRewardAmount": "15626900883121809732953" + }, + { + "pAddress": "flare1g9vlw0qqtgvv6yleqgldg72ex3w8madug8gpd7", + "cAddress": "0xE25c8573c18789200214E0F2596ae5F897f3b821", + "amount": "50050000000000", + "delegatorRewardAmount": "49332023711232685411" + }, + { + "pAddress": "flare1jw0p6kvpxw4tysmxquu2fq3m0jtazt5frq7cey", + "cAddress": "0x190a319dDF4Fa0Becb6975f1B813E218b12aebFD", + "amount": "95100000000000", + "delegatorRewardAmount": "93735773325439128523" + }, + { + "pAddress": "flare1umn5v7c5rpprnlpct82xxj2q6gqudlwj003jgy", + "cAddress": "0xaEfbEd67fb7071E45acbaeaDF9e9e6171F25Fbf9", + "amount": "270300000000000", + "delegatorRewardAmount": "266422497685238658674" + }, + { + "pAddress": "flare1vehldnrsmmd68xgj2ray26kzkx6ns23p3lhfx2", + "cAddress": "0xF23233920Ee5B2FE2e90D61FC760E54c7e0d952F", + "amount": "250177499484231", + "delegatorRewardAmount": "246588658073386345992" + }, + { + "pAddress": "flare1y5m2ykpfztdhhfguufn3rcq9d24t3rnsmu6qv8", + "cAddress": "0x4191486abA87CB73E41244bC6bAC93Cbf9499Ef2", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422989" + } + ], + "totalStakeAmount": "42126461669484231", + "cChainAddress": "0x68B8d806394B87D025aebAA889bF9d20BaD2dE67", + "eligible": true, + "overboost": "0", + "rewardingWeight": "42126461669484231", + "cappedWeight": "42126461669484231", + "nodeRewardAmount": "51902687461272001545578", + "validatorRewardAmount": "35570424884384632571036" + }, + { + "nodeId": "NodeID-ECqqsWu9jpUvZgPyf9yPZZcyWmJjWyN1T", + "bondingAddress": "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j", + "selfBond": "13500000000000000", + "ftsoAddress": "0x111246F191a2A20012723369d3CEc77777E774E9", + "stakeEnd": 1742292000, + "pChainAddress": [ + "flare1cx435kekyg54cw985tdatm7ucprmfzhgmuzt9j" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Flare.Space", + "BEB": "13500000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "171475125427070713", + "totalSelfBond": "13500000000000000", + "delegators": [ + { + "pAddress": "flare14h74nkwrwvsp6grjwt4q9myltqh3606rc09gau", + "cAddress": "0x537d74D860E0766F80dd9d480FCC48CE13B9bD03", + "amount": "74978680000000", + "delegatorRewardAmount": "73577923666547481041" + }, + { + "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", + "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", + "amount": "14478753000000000", + "delegatorRewardAmount": "14208260041665115213808" + }, + { + "pAddress": "flare1dl5z7lc0gm5636h2pr3pvkhdn4sfg9df9l2xmw", + "cAddress": "0x5d79cfFEeBB5a00dc711DE203cA76efE11344259", + "amount": "50000000000000", + "delegatorRewardAmount": "49065896909993268114" + }, + { + "pAddress": "flare1ej0ggr5s008v7lk0xngx46myp4cyveh62xlzv5", + "cAddress": "0xe66DCa03b7e315664aD55EDba4cf959577BE0cF6", + "amount": "51000000000000", + "delegatorRewardAmount": "50047214848193133476" + }, + { + "pAddress": "flare1gcv6mk38g84j080nzne0ux2z54arswxseuwsf8", + "cAddress": "0xaDfD39C8f7e950335728Bd348771D987FC3D90e5", + "amount": "260000000000000", + "delegatorRewardAmount": "255142663931964994194" + }, + { + "pAddress": "flare1gp6j07wugys7w605kme2p6402unx00p20pk4jy", + "cAddress": "0x61DBD5c00d32bf2f67aD3b202EA13bA4960a3fbd", + "amount": "50000000000000", + "delegatorRewardAmount": "49065896909993268114" + }, + { + "pAddress": "flare1khwcuuaskt72lw7kw90dcjkm65n64zgdjtywml", + "cAddress": "0x670aa354c287a591632a192Eac6e5182B084064a", + "amount": "117760747070713", + "delegatorRewardAmount": "115560733516307915726" + }, + { + "pAddress": "flare1lm6n53zqhtp5e872chmac4dq26vsgxjx3k7ncq", + "cAddress": "0x24Ac65841399f2436DB46756849c3bf8ACe69763", + "amount": "50000000000000", + "delegatorRewardAmount": "49065896909993268114" + }, + { + "pAddress": "flare1pr4f2m4a3ga2t58u2m9f5h76uvqdw0vjl8nc0d", + "cAddress": "0x6c7f7757E8587E4068B8Cb9f713852eF2Ae3abaf", + "amount": "75000000000000000", + "delegatorRewardAmount": "73598845364989902171521" + }, + { + "pAddress": "flare1tzpjxpf3adxn4jlktv72hy020eqjjxv0usvd9n", + "cAddress": "0x67f467CdbEe74631F516607BEBD145789B2C2220", + "amount": "80000000000000000", + "delegatorRewardAmount": "78505435055989228982957" + }, + { + "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", + "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", + "amount": "150000000000000", + "delegatorRewardAmount": "147197690729979804343" + }, + { + "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", + "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", + "amount": "1116000000000000", + "delegatorRewardAmount": "1095150819031049744312" + }, + { + "pAddress": "flare1zsv600w9xazcu2egd05ygzkxqftmk94fhkgccr", + "cAddress": "0x0504aE324672B063FE904369AE4fd4f6cA81c4d5", + "amount": "76633000000000", + "delegatorRewardAmount": "75201337558070282309" + } + ], + "totalStakeAmount": "199975125427070713", + "cChainAddress": "0x9Fd5cccC7f75409F78f9FBb865C2bd14424D5486", + "eligible": true, + "overboost": "0", + "rewardingWeight": "199975125427070713", + "cappedWeight": "199095234875191601", + "nodeRewardAmount": "245298972219190627941506", + "validatorRewardAmount": "77027355682534288413477" + }, + { + "nodeId": "NodeID-EgJba99Q5iDcL81A27E111WANn9eZNj4v", + "bondingAddress": "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q", + "selfBond": "3500000000000000", + "ftsoAddress": "0x9A46864A3b0a7805B266C445289C3fAD1E48f18e", + "stakeEnd": 1739797208, + "pChainAddress": [ + "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Bifrost Wallet", + "BEB": "3500000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "39312360313059580", + "totalSelfBond": "3500000000000000", + "delegators": [ + { + "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", + "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare12p308nrcwj3n32e4k4dxgn7760gz2x5efn8xcs", + "cAddress": "0x385169b267CB769B17Af5E4BFc17a44eD6A0f632", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare12pkkzec85e2hgcs3gtautx524cy64q97duaj7q", + "cAddress": "0x6E3675627c1166b38Af252aC29F8Fe1Eb6b2A325", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare12r7pkt36xqprr37pfkws35grvx2mwdvwt242va", + "cAddress": "0xD96C5952eA5b748F8523BDEcAAaF9b51E80426CE", + "amount": "126302990000000", + "delegatorRewardAmount": "124491150798792902160" + }, + { + "pAddress": "flare12xjl9ju29j2zct6vsvha6srtxgww4hkqdnax2m", + "cAddress": "0x815D9aB48BC666b6C4C5D7A2a2fd80E1Eb4597B7", + "amount": "65745975000000", + "delegatorRewardAmount": "64802837115246980104" + }, + { + "pAddress": "flare1332jftajlmddtxtq3wsdchgrwqrm7h285ulnn5", + "cAddress": "0x869C11d9eB3b4750A58193fD1dbB83CC111bE86e", + "amount": "52362688916000", + "delegatorRewardAmount": "51611536687073185236" + }, + { + "pAddress": "flare1349gwdt05jcjmsyeglhvlxj2s6l8pcweml62gd", + "cAddress": "0x91dD30Ee02B43dEB94Fd173E51097Cb127B4b77D", + "amount": "63449987000000", + "delegatorRewardAmount": "62539785477750362503" + }, + { + "pAddress": "flare13d3fe855f3hyzedqptj78agdqmm2jhkfn8yk32", + "cAddress": "0x0F8A7Bf7738ad5aD3cd87069AcCe03e68E9CB696", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare13fl0x3vl87s2wxl7xtgzgdz2e96qr27msjsulz", + "cAddress": "0x5dAA20aE716872F31B95cB68D5CfbD82aeC9bE8D", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare13nccx764p0r3h5psj5xywwrhrkwvuh094tcg09", + "cAddress": "0x8bdac835DfFb3CaC12Cca0bb2b4cA297A913c905", + "amount": "120030000000000", + "delegatorRewardAmount": "118308147973211972625" + }, + { + "pAddress": "flare147vv2y6ekjuc0tj5hp2zzny0qr8xcqumcjhd8g", + "cAddress": "0x2c4a7A0b5B7F0b63138809bE7162061EB0ae3346", + "amount": "58738990000000", + "delegatorRewardAmount": "57896368580496695225" + }, + { + "pAddress": "flare152tdr7f8r3zu8fn60nvtyfxp8fce83j8cp34qt", + "cAddress": "0x30d4b9371Ee9BCAc459C7987bD1d619B63d68A23", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare15g92xwwpy3m868msv5x889ndjzm4fngxgh9l6d", + "cAddress": "0xa6E8c074c73c10c12E9714D6ad48EdfA900C2677", + "amount": "216095752236000", + "delegatorRewardAmount": "212995819644415896038" + }, + { + "pAddress": "flare15pn94vywdgpzfkq34zr0lhem3nerv5xlqrvjyc", + "cAddress": "0xD42E0Ab51fb7Fc22f562c7d80B9D213333ad718c", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare15tj0p9fmq6nlcs74h9dae0pgfdxp8medy7l2zn", + "cAddress": "0xEdaCcACEEEed46c670C149a3eb8EF89afC7706D3", + "amount": "107439997000000", + "delegatorRewardAmount": "105898750839935436301" + }, + { + "pAddress": "flare15u8x3h5wdplml8ykm7kqqdzz4w0655ev3678k5", + "cAddress": "0x928797d6AAB0e15371CddD3F5D15c1cf4dA98f16", + "amount": "55145993000000", + "delegatorRewardAmount": "54354913771338095725" + }, + { + "pAddress": "flare16092mkyexudgsqj2lgu2muu97l6jeg4eur3sm2", + "cAddress": "0xb18fB73cBC9d036Bbc22d88e127Fe015c8d9f923", + "amount": "55779000000000", + "delegatorRewardAmount": "54978840171605353837" + }, + { + "pAddress": "flare160h6tvuew78uuymfyfxuqxmf225x6dt7rx6pe3", + "cAddress": "0xd4c8D8bB6EF70518BCfe4cA2Db3E0c3957dDA15b", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare16aa5eazqv9gf8j63rjsx4lsq00d2ra2hhpvemr", + "cAddress": "0x0D486e12D828f1f606cFE4C1B511568B1e68e4DE", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", + "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare16m3lgg9sqygyn348wzgk8wyw5zur5p9jdntk3m", + "cAddress": "0xE0C3A59CDCD0a61bf9Eb96E640875C4e4a0176AE", + "amount": "72261972299000", + "delegatorRewardAmount": "71225361256237911854" + }, + { + "pAddress": "flare16qk3dsxlv6chm4u65qg0pnevf0zvvpd2uzhw3r", + "cAddress": "0x7ae1D281c9bc1DbbE383E0332b1454c7E395b8B1", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare16s9rhhlvwwm3n7z2m8n8948e5c0mnhlqdaguy5", + "cAddress": "0xa39A07a00981dd64e93e61340c4C64Da7D4E750C", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare17at94lx3j85a4uhq9we369rjl9dxu7pt5tdalw", + "cAddress": "0xEe836fb97E69E73DBEE4604c98798Ecc22181676", + "amount": "54100000000000", + "delegatorRewardAmount": "53323925729823941673" + }, + { + "pAddress": "flare17srudehefqvuatm24gq6f5ufjtljpdlkya8fhj", + "cAddress": "0xfEb27577A7b8b085FB16aeA15455c8Cc17d463D8", + "amount": "268081988513683", + "delegatorRewardAmount": "264236303974254109323" + }, + { + "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", + "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", + "amount": "529906995000000", + "delegatorRewardAmount": "522305383458302898541" + }, + { + "pAddress": "flare17yjp9fp0t9esve9j8cdua57m8as0hxlag592js", + "cAddress": "0x5A36d8e0E56532Fc6c722Eee3d7c37c84564299F", + "amount": "117678491000000", + "delegatorRewardAmount": "115990371794487156224" + }, + { + "pAddress": "flare189yzjvx2vfurh9m9v8aa4v752vl2hfrd8dxh5g", + "cAddress": "0x6A91353AE09a1fFD6aE20AF5Af17c2C45b679c46", + "amount": "50500000000000", + "delegatorRewardAmount": "49775568379965047218" + }, + { + "pAddress": "flare18ame30rtckwg9atjffej6lq7sm5y4j5xus6a92", + "cAddress": "0x1818EE24C23F2c136250E075af661fb6693A27A5", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare18ke6dud43flmqtq3nw06hzzz3f7wzvvw54mdnn", + "cAddress": "0x2Ca4365a971Ba511e001E166E3fe014685F26bc2", + "amount": "1994269645302165", + "delegatorRewardAmount": "1965661487085674345493" + }, + { + "pAddress": "flare18kwsvyrmazm6lcrvy824s2j84n49tuhzchf06m", + "cAddress": "0x3D761aa9fA88C50F4A27701CED3FD9c19c519870", + "amount": "700080286752000", + "delegatorRewardAmount": "690037508607717115804" + }, + { + "pAddress": "flare18vldr60y30eh676p992pglnra7muw4fu0gxjpx", + "cAddress": "0x5AEd2EB3ACc70d162fA7558dd866B4E1D210F8ce", + "amount": "51249851797000", + "delegatorRewardAmount": "50514663417517783246" + }, + { + "pAddress": "flare18xgcq4k77ph8wpu74ce2jnzckdq5w455cy4fd5", + "cAddress": "0x1d25Fe11A62e124fdBe24deBB5Cf5b35BA0DC278", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare190xuxwkeukphvs4r0fgd3crn4y3egqngslcgl6", + "cAddress": "0xa8464ac90c2e263fc85E166e1d17Cd6876Edabbf", + "amount": "69196832752000", + "delegatorRewardAmount": "68204191689587741781" + }, + { + "pAddress": "flare192alxkqhkmlaezmfhspm9kqn35wufvws7lkds2", + "cAddress": "0xC190f71D91D094FB588A9b4dCD911ab5492da217", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare194m9jedm5xfnnd5fqsagvnjtmhcf3nnz8wnuvs", + "cAddress": "0x8b2c7119b42A5e7B524EF99C1b88C1c66Aa80aA3", + "amount": "60901532302000", + "delegatorRewardAmount": "60027888822630715500" + }, + { + "pAddress": "flare195umjjqnl3wdgvzwvdcy8gaek6vnslcm2vwtty", + "cAddress": "0x5D4bE3f345cbEe26F7Cd7EbBa9e21a26c063E6cA", + "amount": "52867000000000", + "delegatorRewardAmount": "52108613337497270322" + }, + { + "pAddress": "flare198382rs5wup8pdxlsq0nee8uk8d5jcd5qyg0q8", + "cAddress": "0xA64d50E93d0625943853921E9816835d4DE54fA4", + "amount": "60999993000000", + "delegatorRewardAmount": "60124937084136420208" + }, + { + "pAddress": "flare198sf90mjq5ljvwdugy565tw88wt9xk4nr74y46", + "cAddress": "0x507D8535bc6bA3f4EfAC81bdC1b57209dAD6e15d", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare19gh4s2kunyycs8qmfztwy7qjdnzmern0s2dv0h", + "cAddress": "0x2FcCECEB3b8da74A85ce27bcE17F41df083d4B2c", + "amount": "72500000000000", + "delegatorRewardAmount": "71459974406880513332" + }, + { + "pAddress": "flare19pkqvvjf6qc2guudeq84mxvzgtqqchh0tmz2aw", + "cAddress": "0x4c78Ef34eCccA0f35f91bE0d488feD33e274E60A", + "amount": "312856985000000", + "delegatorRewardAmount": "308368995049845526297" + }, + { + "pAddress": "flare19tsfrd54yf5vspupqf32zz2leqehqpg778vns5", + "cAddress": "0x1667f19b7a9Ba5Af2EBbfC5F17400d266d9220C3", + "amount": "90592214200000", + "delegatorRewardAmount": "89292652526822585071" + }, + { + "pAddress": "flare19vxxusfrlutc8dnlctnl94p9vv2yjq2khu7v60", + "cAddress": "0xb78593C81B90D944cf2b1301f5cd48dbeC024dFC", + "amount": "90864547807000", + "delegatorRewardAmount": "89561079459048149978" + }, + { + "pAddress": "flare19xrmyxer5a7npgre89yap7sgn9k9h0ucv6v39c", + "cAddress": "0x7B114Aea58D1155F2D14EC1a234E8bD89A0073d4", + "amount": "60999975000000", + "delegatorRewardAmount": "60124919342349670914" + }, + { + "pAddress": "flare1a58r83devslyka60a5u9776jpp60eqe7uleqru", + "cAddress": "0xc4292423A8D77aa9488736397740B43B24A2A476", + "amount": "50287137613000", + "delegatorRewardAmount": "49565759542348392110" + }, + { + "pAddress": "flare1a9m5samxhh70609ywfap2hd9y3fgxzzg3ty5m5", + "cAddress": "0xcB4f1c641FA787d1C7c80fA5e173238A322870b2", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1ahyg4kyntd84eejweltmnkctk4qaeepnt7a345", + "cAddress": "0x463729C3c5E50650028Bb604104c7E634fF82aa9", + "amount": "61426947000000", + "delegatorRewardAmount": "60545766351900768659" + }, + { + "pAddress": "flare1asv4ajkqkn94p5dy4u2druunk478x9l52s9u68", + "cAddress": "0x0EBfa86Ca6E7E65e946c50E7cd36213037404Af9", + "amount": "5916079950000000", + "delegatorRewardAmount": "5831212714704261337572" + }, + { + "pAddress": "flare1ay7vu82e8jsmxcs2zrf3keyv96ej4judykgz4y", + "cAddress": "0x6e734Bc7785b15E83DDF2996B647123aFa9C2A68", + "amount": "132000000000000", + "delegatorRewardAmount": "130106436161492796688" + }, + { + "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", + "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", + "amount": "1100000000000000", + "delegatorRewardAmount": "1084220301345773305739" + }, + { + "pAddress": "flare1c8f35uxqngcd6pcyrh0qgy59yhn28emlqy60wx", + "cAddress": "0x384b62af54D0F67465A40A2263a5BE82c7cb8b01", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1cprdypapd4aatvldjjyq4vuytuxx7l8rvyzpqh", + "cAddress": "0xeE4d1a6E0a2575f8a6a8776f1A2837389ef6C814", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1cs9ktgvzad33sxa3npfml0gkfw3nl7u2gd6554", + "cAddress": "0x86a85639806014A4F84f23098Ce675b776A07C4f", + "amount": "63000000000000", + "delegatorRewardAmount": "62096253622530652965" + }, + { + "pAddress": "flare1d7txk2qjj4fzhxcp22p7j4nvanvlrthcs3q5n9", + "cAddress": "0xa0D7397EC21dAe1ca768FC2fc14C8a9c917C59d4", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1d9kan9ly7az2u4dr8j3r6me3wljw4ryuvyvxzv", + "cAddress": "0xf85a01Ad66985fD09f386209E32A7680F25263d0", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", + "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", + "amount": "1510410451579129", + "delegatorRewardAmount": "1488743340879026167785" + }, + { + "pAddress": "flare1dew8pwt80gmw85wzg7676vhgquljc2mfpuwrut", + "cAddress": "0x8805AFC0322B8993bF6AE704eE072AC409Ea83c3", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1df2s0xfjst8wpx64wcas42a7wne8k7eg00ugqn", + "cAddress": "0x436F1107A24D0339Ab976A3c2a2AFDaA3D8ceDea", + "amount": "64600000000000", + "delegatorRewardAmount": "63673301333579050500" + }, + { + "pAddress": "flare1dgmn9s0sxqxynd64lpz2pqpjnjl9vpnfmx7l2j", + "cAddress": "0x7D2796dD99DdDc984ceD5810D9056B5116549064", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1dn27a3ehvd8hk4l6n9sqmgf7a5h76qpys409ze", + "cAddress": "0xfc41743d03e8588851f74919C6Ef2B623A0336C8", + "amount": "314814991000000", + "delegatorRewardAmount": "310298913100169919213" + }, + { + "pAddress": "flare1dpgz09e8xp8kmzjd9nsdtvqj8ztk0nd9v2flhu", + "cAddress": "0xA5C7951046DA7B939c78A7B3E043282385A48371", + "amount": "112549961000000", + "delegatorRewardAmount": "110935411483522757341" + }, + { + "pAddress": "flare1dsz54a6eq805u90kvc7t4acjc7taaq59lendkl", + "cAddress": "0xFaC3899A2fF1928909dcd082c8A0fF5f54618cd3", + "amount": "53200000000000", + "delegatorRewardAmount": "52436836392359218059" + }, + { + "pAddress": "flare1duu5jky3u035lhqd98yl4pk3nked5twt029sc3", + "cAddress": "0xa2f37Cd467CB49cD8A9425967624D02428917612", + "amount": "858999998000000", + "delegatorRewardAmount": "846677487897798788126" + }, + { + "pAddress": "flare1e4qltjsmlk7cu3nv9xc38zukvls424nzkqk2df", + "cAddress": "0x77eB1618B81275b41f0d6811180c9Ba09351d473", + "amount": "108484777227000", + "delegatorRewardAmount": "106928543505897295791" + }, + { + "pAddress": "flare1efls2qcfp5gkueztdh5dhy85hzqx9pf0ll6zse", + "cAddress": "0x5AaC52153d20e2aC26717dBebB5ec6C660D87661", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1eny0kayrzsf0pksmd44lz24fgypcuh72lhcv9q", + "cAddress": "0x8200E118049a322b6BCf9aEB67eE07a7E7d5ec17", + "amount": "51590476972000", + "delegatorRewardAmount": "50850402262867289399" + }, + { + "pAddress": "flare1eqzz9k7fq8tnwlmj0saklnxpp26l03x87r6xcc", + "cAddress": "0xD0f95727c6Eff0eFeADe0cA46D0ab9c78a4D0291", + "amount": "56190000000000", + "delegatorRewardAmount": "55383944302380910954" + }, + { + "pAddress": "flare1es6c486memsg3rlgwachvhkjee006uct9l20re", + "cAddress": "0x3e64cd2CA96178F3Fa47e5A2112d8719EF07ca13", + "amount": "335250000000000", + "delegatorRewardAmount": "330440778205609546135" + }, + { + "pAddress": "flare1exrd57kq4cu2puhu9k2svkqn6drp3cvpaez969", + "cAddress": "0x83042d785dc0F0Ae48F110495A43C38854a561F0", + "amount": "52359993000000", + "delegatorRewardAmount": "51608879444475073516" + }, + { + "pAddress": "flare1fdreee04ff0w4n4exk6jdwaeg2t8mjgthhrhqz", + "cAddress": "0xCA89C2dc79C0d75cC1905093bdf69a526F6d7e4a", + "amount": "62150000000000", + "delegatorRewardAmount": "61258447026036191774" + }, + { + "pAddress": "flare1fpf2up7veknu9u98j7wjast3xpjhyt4dkt22hu", + "cAddress": "0xaf9e6511a0a3c0f7e2b091068c7cB9025E4bc3e4", + "amount": "51404000000000", + "delegatorRewardAmount": "50666600336707391825" + }, + { + "pAddress": "flare1fyenese0lwefynds8jd3ylc90wv9m86sy5y9ug", + "cAddress": "0xD04A0Fce6238b7F889Ef29da97D6055cC4511e06", + "amount": "53440456335000", + "delegatorRewardAmount": "52673843337808490983" + }, + { + "pAddress": "flare1g4kpqzjsyumyxhgpj7dg370pkzuna94xxksa3v", + "cAddress": "0x58b4a746e35a1aEb79f6Dad067a23Fe3B15779F3", + "amount": "570000000000000", + "delegatorRewardAmount": "561823247060991622065" + }, + { + "pAddress": "flare1g9m4ygek6yunfsly8s0mhy6jcm68p8egm46kxc", + "cAddress": "0xa47030BC817d342d73375476C14aD224C9936017", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "200000000000000", + "delegatorRewardAmount": "197130963881049691952" + }, + { + "pAddress": "flare1gpln7lldyc3x9l50as4ww80qyqk0ytmxe4sn2t", + "cAddress": "0x64989809be20DDaBf72e121e6368DfbaC548d190", + "amount": "55499995000000", + "delegatorRewardAmount": "54703837548717192490" + }, + { + "pAddress": "flare1gsze29dtg07etcnm3ufzhphzq070cy2e7vjck6", + "cAddress": "0xde764dF13524739E9cD517E441880ec4fa53C687", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1haaj9gs6e3v82g8sv2utfhvd0phxl8lnwmlu6h", + "cAddress": "0x04B556433eE8500a2643818Db7814377caf805fA", + "amount": "107965998000000", + "delegatorRewardAmount": "106417206260597416396" + }, + { + "pAddress": "flare1had76gzfnluqknhpjxet0cyegnpdua7m0984y9", + "cAddress": "0x7D8321c6F1020354a5D25cE327fc9237cdB807Ab", + "amount": "478529979719000", + "delegatorRewardAmount": "471665380739928153092" + }, + { + "pAddress": "flare1hf4w6ykcchzzxhtrllwrdsf26sjlj6pxea55mg", + "cAddress": "0x3d13c6D311e9f636a644Cf2C3fd6dA2c5B8DE41A", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1hjeucnp49zztsp9my8yljh9zuyg64zlat276kx", + "cAddress": "0x196bBA4Ad0116140Ff6C415534F3Cc9B68af6967", + "amount": "50004996000000", + "delegatorRewardAmount": "49287665301740171609" + }, + { + "pAddress": "flare1hvrugywjqcxnuwwn487txemgagaglakgl2lx44", + "cAddress": "0xD4Ba6402A927d30609F32F433C84E39a3e5F1666", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1hy5wz29r5xwqhe3skj8pxn36nhjd44g6hsrwqs", + "cAddress": "0xFf662A93368128542A1Ea4C7614486bbA6b0906E", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1hzxfa76wytt7lfw9xsd4xup0m6kn6nfjrg4t0p", + "cAddress": "0x4d3C98C89aD61f3dE00106914d4fd4fc5132b857", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1jeq3a9vse27lace3uvxc84m38690afc7fd6527", + "cAddress": "0x8eB9D6d1AAA480A77Bb5D33f5454d782a0400c62", + "amount": "78010113893000", + "delegatorRewardAmount": "76891044720987778868" + }, + { + "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", + "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1jf3df7lt06nq5r9d9gesxqh05g3qr4x9ylplvf", + "cAddress": "0x0b5c9547E83c7eE8eB020750A5F331aa77B5b3fB", + "amount": "68328743564000", + "delegatorRewardAmount": "67348555397761953002" + }, + { + "pAddress": "flare1jf3gwd827err80gckj04nxzd9j4ylh6f4adjdn", + "cAddress": "0x4d0667200EE930D448Fcf85B764c94a2F04aDE0A", + "amount": "50888000000000", + "delegatorRewardAmount": "50158002449894283620" + }, + { + "pAddress": "flare1jlc68kc075jz42sd7vas3vyyk335vkssxdsvkl", + "cAddress": "0x593a4655A2c722C4a972b90F30Dd440ede75AC81", + "amount": "236958607717691", + "delegatorRewardAmount": "233559393696499836508" + }, + { + "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", + "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1l3k2afksah46g0taq9c0wp9hv068da2ngdfzd4", + "cAddress": "0x45965c3f89b11f2384287B73d10128dEe36612cB", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1l6qfu2ke9rsykgfx7ehz5esl6ey2yecgkvptvh", + "cAddress": "0xBa8898638035AA3BB03046772DCcD75D780aa658", + "amount": "50500000000000", + "delegatorRewardAmount": "49775568379965047218" + }, + { + "pAddress": "flare1ln9t6x3kvq4q2f3q5jyxsdqpz9psnw9qy0mf3c", + "cAddress": "0xdF6Ce1769F097150D5DbCe065E1aaCf4E884Ef3f", + "amount": "296662748288000", + "delegatorRewardAmount": "292407067588073321685" + }, + { + "pAddress": "flare1lrmp03pz7zyfqgldl3sz6lzlfaa2f6swj5lxeg", + "cAddress": "0xD51eCeD31D3e36B3A31c03f6598e5a27648897Fb", + "amount": "55000000000000", + "delegatorRewardAmount": "54211015067288665287" + }, + { + "pAddress": "flare1m00n756huz0zz39v0yt8934nwtj3z3cvmnctdx", + "cAddress": "0x706291145e486471b68f9F0cCbE509c7f8E7a7Ba", + "amount": "74999975000000", + "delegatorRewardAmount": "73924086814023149351" + }, + { + "pAddress": "flare1m0afaefx88cyk0kslecg389svw33jujapwf854", + "cAddress": "0xD145af1d2adBf2b29c1A960F80Cd4e2946136f9f", + "amount": "187600000000000", + "delegatorRewardAmount": "184908844120424611051" + }, + { + "pAddress": "flare1m9a5katq24snhnf8twysfwlgrnhceqac3knz7m", + "cAddress": "0x0eb261Bdb90C152aE44F442E7a17109c54153B6F", + "amount": "108499992000000", + "delegatorRewardAmount": "106943540020230902642" + }, + { + "pAddress": "flare1ma64sfgpmtc5eep8vh7ez7v36qwmunjs8ten7k", + "cAddress": "0x65948797ce784D29D3a23061B0A1734220E45bF3", + "amount": "369628000000000", + "delegatorRewardAmount": "364325619587123177685" + }, + { + "pAddress": "flare1mjlds0479hqcsd9uz3zlpucl8erl2wr9dm6jws", + "cAddress": "0x4919F3670d6a3132a48ee5Ae42135075e5Afa866", + "amount": "300000000000000", + "delegatorRewardAmount": "295696445821574537929" + }, + { + "pAddress": "flare1mlknwnugwnhztqlc28xxu0e9atv09g43z4l3w8", + "cAddress": "0x14c4cea595a2E525B7462f43e355E96FDd025b8A", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1mtganlau6s47xaxjsqqv5m54ted0e8aqqhzrqw", + "cAddress": "0x801448a3186D960319EaaA3899e5C7967F6F4f5A", + "amount": "50040000000000", + "delegatorRewardAmount": "49322167163038632926" + }, + { + "pAddress": "flare1n6u5gphkp5ypge2cgnayp9wgf378avgjz86w7m", + "cAddress": "0xe3D242210Be3c60194a67fcA4e061d3C1bBDb438", + "amount": "71212999000000", + "delegatorRewardAmount": "70191435668651139159" + }, + { + "pAddress": "flare1nacr8lnnyflaa7290lf3qlaw94yz29yprxfwh4", + "cAddress": "0x1a41400A3782306A440B237Cf9aD6F250Eee67Bd", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1ncmym7frvn5ed5k5qpj8q8weq9ldw7368z3rmr", + "cAddress": "0x8650a28a4cac6030c95e809d3d27864F82AA6fC5", + "amount": "344125239000000", + "delegatorRewardAmount": "339188700299332964070" + }, + { + "pAddress": "flare1ndfeq0u4ldtekcwg59xs45gwksgvzhkared8ej", + "cAddress": "0x78427D101c161B7460179Bc24604c9Cf309982e9", + "amount": "68740377447000", + "delegatorRewardAmount": "67754284318371399176" + }, + { + "pAddress": "flare1nj45nluvjfghvmkucp68wslvvkl5jz2p3a6c6p", + "cAddress": "0x6a5299097B930a4EDB283e0e0101E51EaD07949b", + "amount": "52033972000000", + "delegatorRewardAmount": "51287535274597755008" + }, + { + "pAddress": "flare1njdnxpvrhylzppzlc9hxjgd62e7p8zky09a7za", + "cAddress": "0xfaFe937AE53590f07EE4F71a46Ea0BB9d8d89545", + "amount": "52031964961000", + "delegatorRewardAmount": "51285557026934670717" + }, + { + "pAddress": "flare1pafa6pp92ptqp5vn03lp2a9j0u30vaz5xgheqx", + "cAddress": "0x9E046467Af62242876D59c7DE7F4983870FDc9BD", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1paxr700qug0v203y0fh3dez2x0kk6sjkyw6d0x", + "cAddress": "0xb127D96281204b340423CcB4B58b4137233D6340", + "amount": "58188107345000", + "delegatorRewardAmount": "57353388436669186433" + }, + { + "pAddress": "flare1pj5jlnpvuj5dzcm5j59nyfnkcz66dtnfmm4sy9", + "cAddress": "0xD8359A3457D16924D77f7D3F2F9ae28D78fe7D99", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1q2jyvnc86wwt9x0k0xhsysnwx0y56rzwm5ry5w", + "cAddress": "0x0a3FA50497D8285be34e61040F71aeB5c420D401", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1qa7j4ynuwlysvqx6jlk74hd2q3xpx66gcxmg94", + "cAddress": "0xDdE6eaa54ad4a5730613cd9B72B31f8E9b267a2b", + "amount": "55000997000000", + "delegatorRewardAmount": "54211997765143612319" + }, + { + "pAddress": "flare1qdcd306xt2r4qv9zy272ht4twunupmnxrsm6sm", + "cAddress": "0x8DE636b8eD4811D8349E6516c867334551Bb2843", + "amount": "151911998000000", + "delegatorRewardAmount": "149732792954180465209" + }, + { + "pAddress": "flare1qdmmkdz7vuefaaehcmp7acgh750x4rrkshmcj9", + "cAddress": "0x0d87D64b2e2D9E60C5588168e658178627372E9e", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1qp2usg762d4vfwz3ahert93v966lc8rqrp8a7h", + "cAddress": "0xE6dA8b844c79a56C18b8c9F96a9d2Bd04848D0bb", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1qs3jruw3sd5pc6z5whd0262ug6ejkejn6595h5", + "cAddress": "0x05867Ebceb8b338Bc4CAcc9bf6253B94cb78e4D6", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1qxa5d56yxtu0zud8xr40glp5szdu7kv4nyjus8", + "cAddress": "0x5FDc500df2d13d7daF550d488362019167E86f57", + "amount": "1696848779685000", + "delegatorRewardAmount": "1672507177498434906435" + }, + { + "pAddress": "flare1r5383kgkff8cqgt0sg5yf625vt689pr8emgrqz", + "cAddress": "0x25Ebc9305173CB76E5EaD039Fb26417Faacd836D", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1r5d2a0q0yst5975wghctthehvwppgfn4eccwzc", + "cAddress": "0x2323b452808d81CDb869a9cd9Cd5553696031Ddd", + "amount": "65409838000000", + "delegatorRewardAmount": "64471522061216558102" + }, + { + "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", + "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", + "amount": "448130000000000", + "delegatorRewardAmount": "441701494220073992274" + }, + { + "pAddress": "flare1rdagmp5z0xuvyu9grxgedg0j5qajwwzrvzmern", + "cAddress": "0x180322E0E7e48c44829c03B9886EE00a49d3E808", + "amount": "122344958000000", + "delegatorRewardAmount": "120589897482632707789" + }, + { + "pAddress": "flare1rhz7ycxlj62d9m0fyey4lpnv4wj886f4jq3tjd", + "cAddress": "0x00055Af7D71B192F673edd54F99E8C350F634DAd", + "amount": "378799996000000", + "delegatorRewardAmount": "373366041648088838937" + }, + { + "pAddress": "flare1rr8dawcmcah5hh8ekwqckr8dcnz89wl7h57zgw", + "cAddress": "0x8a05960B8f2A1272FbBF3C5343896Da402Dc4C58", + "amount": "66279997000000", + "delegatorRewardAmount": "65329198473215409697" + }, + { + "pAddress": "flare1rxeukskav73zm0wdr8h6qekwshve0n30wphwja", + "cAddress": "0x12B9aDaB3deEEF8D3c243e4A66E883f76756Aac0", + "amount": "250000000000000", + "delegatorRewardAmount": "246413704851312114941" + }, + { + "pAddress": "flare1s36texk5dtw58sl970sylaaystg94rqc8tkke7", + "cAddress": "0x03F9eB2Bc869bB867d34D1Ec382A2F3D1B17cf2D", + "amount": "61999998000000", + "delegatorRewardAmount": "61110596831815765694" + }, + { + "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", + "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", + "amount": "50099996000000", + "delegatorRewardAmount": "49381302509583670213" + }, + { + "pAddress": "flare1set3huk7zwks0m8zuu375xhmy33jwwlj2rp3tz", + "cAddress": "0x828cF3C834D30A75677DFAbAFDD735c68fEf4400", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1sw0sm96qvdx00tmvefwd0vchqz8ek6trtc4dd8", + "cAddress": "0x7dC4c91878A44e764b5F924CB56626Ee59aB35de", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1sy4hpwrhngpajk23xaukvypd4l4szjrw4zaqg5", + "cAddress": "0x2b19c2aB5eF3d6145dd4426a59CB4E1c3A502484", + "amount": "59541707834000", + "delegatorRewardAmount": "58687571282201337437" + }, + { + "pAddress": "flare1t2t64wq69z0jj67qe9pkzkz3k6l6xn98xvp3hq", + "cAddress": "0xffBa66d97c0E7ab7434232d810257570451A7dfB", + "amount": "550911094489000", + "delegatorRewardAmount": "543008175346903064999" + }, + { + "pAddress": "flare1tp9dzlccw0gq36drj4q2yjuamje77zmgn6hmp7", + "cAddress": "0x5C4117d9fcc1C0Fe6EE9e9680a243D9239539067", + "amount": "1999999996000000", + "delegatorRewardAmount": "1971309634867877641908" + }, + { + "pAddress": "flare1uzw4f7wsz9ptvy029y6usqgx2mgw6ccp6lmaqq", + "cAddress": "0x23e8050A8D5a92243763fbf25E7a541E3d0A124d", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1v0cgn77gl2uzlpgrawn3nhzexprfvqvnn52amf", + "cAddress": "0x16cf09031204546Cdd7f23E8A83d030798cd670B", + "amount": "160736971534000", + "delegatorRewardAmount": "158431170649091332487" + }, + { + "pAddress": "flare1v0r80x20fvc7fxcyf7egrz2uxy3y0m8jpa7g56", + "cAddress": "0x28adbE38879b18FB5352674bcA5511DedE64D30D", + "amount": "51051000000000", + "delegatorRewardAmount": "50318664185457339119" + }, + { + "pAddress": "flare1v644p06970fj53sg6uaxpwkhdgz5d395kvk3gt", + "cAddress": "0x36a344ccD697e940120d7778a18684ecCE6c17e8", + "amount": "67435941000000", + "delegatorRewardAmount": "66468560247777990223" + }, + { + "pAddress": "flare1v6mn9qh3k805snrsgdg09hdlgd538rnftvlh09", + "cAddress": "0x1f0FdDF0888E190787B7467ad32f81226935f3D9", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1vcekx4ev6g6yj9scktzuaa7h6hu608q6wg8k2l", + "cAddress": "0x79cE04e5d8FDc3CF2C32A694c9a68E8B67c21269", + "amount": "100446362000000", + "delegatorRewardAmount": "99005440797024211489" + }, + { + "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", + "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", + "amount": "4725276203354199", + "delegatorRewardAmount": "4657491262857001111609" + }, + { + "pAddress": "flare1veatfdyae7xew63x0362syg2ze0uexm00hk6pd", + "cAddress": "0x305dD3427e91ad0AE1EACDcB1adE1Af50d107b30", + "amount": "54219000000000", + "delegatorRewardAmount": "53441218653333166240" + }, + { + "pAddress": "flare1vg00z8rch69s7zfhnxz9s0nntten5z8k8wzcd4", + "cAddress": "0x27b9773b10196e6e6189D1E544405C4Cf8C93aCf", + "amount": "95000000000000", + "delegatorRewardAmount": "93637207843498603677" + }, + { + "pAddress": "flare1vkptglqer48wtywqtr0wcr7c25aapdp53npnr4", + "cAddress": "0x07Bbec2B078deFeE66b61e34F99f677F53e0f4fC", + "amount": "67570876247000", + "delegatorRewardAmount": "66601559824291177817" + }, + { + "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", + "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", + "amount": "81500000000000", + "delegatorRewardAmount": "80330867781527749470" + }, + { + "pAddress": "flare1vrthuhdcepafkfjydn60dzgc06cd3ckvgkvc76", + "cAddress": "0x2B40a0e78aBEF852Da8C8FF7867B03Ec058efcAA", + "amount": "60183497000000", + "delegatorRewardAmount": "59320153866711312462" + }, + { + "pAddress": "flare1vweql9hc73hav02qcggq2g8k3xdyn3uhjmqv2f", + "cAddress": "0xF1633fd46aDf5f147F12fa4C6ffa19785798c324", + "amount": "345988511876000", + "delegatorRewardAmount": "341025244189429441978" + }, + { + "pAddress": "flare1w7mfs8nrgpwkqqwjet5t8yfledydx6rdg4nypk", + "cAddress": "0x4A5A4574167Def8558C1A8D281dbDf488b8954B0", + "amount": "99000000000000", + "delegatorRewardAmount": "97579827121119597516" + }, + { + "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", + "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1wakr5476utujutxymg6yhgkzpv5hzth75zcc2r", + "cAddress": "0xC03BDDB4A721AAEE2ed316BfCB07A562f4B26970", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1wwk2teqxwgeevunzsr2z8hq86vdga9jh9ycxyd", + "cAddress": "0xaEe8E30906578EC9762d167De85c8455E04904b1", + "amount": "83248596839000", + "delegatorRewardAmount": "82054380683084882787" + }, + { + "pAddress": "flare1wwk7m06n4jydualz3vuuq6wzvnr95hz745vxtn", + "cAddress": "0xB63B25BAD231b0759Bf5f346747f32EA97754cf4", + "amount": "55970000000000", + "delegatorRewardAmount": "55167100242111756293" + }, + { + "pAddress": "flare1xac57yy47qnsu66wrs25fz5gvcn5c5ec58hslu", + "cAddress": "0x1822719d6170D8AeAf3aFB25ADbcBe1Fec476210", + "amount": "72299000000000", + "delegatorRewardAmount": "71261857788180058392" + }, + { + "pAddress": "flare1xdcm8su2gh3fj0u2uc2pspgeu5pv6wz6rqaf5g", + "cAddress": "0x34ea98841EEA0daed380dC4e07639528dcb05a49", + "amount": "475099991000000", + "delegatorRewardAmount": "468284595828540168587" + }, + { + "pAddress": "flare1xfv3rhyefhng0ec0r8hqkervvgqlfvt4524gp3", + "cAddress": "0x61E3F26C9b28004968f51E1e1408E6871Deee910", + "amount": "93616824682000", + "delegatorRewardAmount": "92273874425229516568" + }, + { + "pAddress": "flare1xg3djtqdkmp0jx5u9xagjghpkt82cem60dds0x", + "cAddress": "0x11525688CD78Cf57d6DB1975ac26E025ee395Feb", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1xq0t8wfl8zvlcg6c6ff37d4dykd4ajf62x84ue", + "cAddress": "0x96eF31B7E0603Eed6A9f99B77809F67E8D984745", + "amount": "94725695631000", + "delegatorRewardAmount": "93366838420209838043" + }, + { + "pAddress": "flare1xt7ppp9s0da5dcpa6nx6je4uayjed9rsufe43v", + "cAddress": "0xe5e98E69f8bcD03dA20A108FbC35941Df2Ca8F7B", + "amount": "50029986000000", + "delegatorRewardAmount": "49312296815677108768" + }, + { + "pAddress": "flare1xwn2cy4lc5afn78dkg63tspet3k72ldns3d4cd", + "cAddress": "0xd25f186ea47195643Ef108fBe93ab82F6DBBa780", + "amount": "64999981000000", + "delegatorRewardAmount": "64067544533899581185" + }, + { + "pAddress": "flare1xwzcdt9qu939ge7n5qkt70zegpm447vp7ppfva", + "cAddress": "0x217F7139bb2ED365E8B7eAD262dd985d09b9f66C", + "amount": "1214015910849000", + "delegatorRewardAmount": "1196600633362969309335" + }, + { + "pAddress": "flare1y6yl4sd4khggwmygtaq0pqp2cuv23kgzdl26vm", + "cAddress": "0xb79b7aEC0A18Df3bF6d037878A54Ba95ac4FeB9C", + "amount": "109090000000000", + "delegatorRewardAmount": "107525084248918554476" + }, + { + "pAddress": "flare1yh6aq00f5dpsrhm4xyprtrgfz5ay2cnd60gr8p", + "cAddress": "0xDaFdeb8cf4c0eF03E2ca205Eb3DaeED99693c732", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1yp5qt3wjgs9rtgpapptj27j0vf8mmwcv5r5ayt", + "cAddress": "0x5201326d2027176D0F01757E7f7A81414A36Ed44", + "amount": "126000990000000", + "delegatorRewardAmount": "124193483043332517126" + }, + { + "pAddress": "flare1yugy0n00np59zl8vjxa670c2ftexenwukwmmqn", + "cAddress": "0x33bb31A13291F6e8FB87a4cB2eD95B4a2DE3d450", + "amount": "82812923808000", + "delegatorRewardAmount": "81624957460394840574" + }, + { + "pAddress": "flare1yvuj6f8ddta33tjzsjpx890ha3ydp0s3nmz4wr", + "cAddress": "0x8c8E2D6315E126523aDC2427Ef715EB5b2Be90fb", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1z5383uyxfex6pckn837stw98kvrn2rx5r6a04v", + "cAddress": "0xbFcdbfed0ADEBdBa2B2DdDa49Aa6f9f9F96aD77B", + "amount": "169150000000000", + "delegatorRewardAmount": "166723512702397776970" + }, + { + "pAddress": "flare1z5lpg5yju9lc49kdw935dspn6ahhkjjkxj2uuf", + "cAddress": "0xa3719f34A6e079C9f501cbd884c3FcbAaab2F999", + "amount": "84365994000000", + "delegatorRewardAmount": "83155748580014275125" + }, + { + "pAddress": "flare1z749n9wpeyvzn4jj6z4aykj7g3qmlqv347sf6t", + "cAddress": "0x5bfAD86d445abcc14520509861075A760377c4eb", + "amount": "71775989000000", + "delegatorRewardAmount": "70746349475428099990" + }, + { + "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", + "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", + "amount": "230749608035000", + "delegatorRewardAmount": "227439463235569793913" + }, + { + "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", + "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", + "amount": "186621321262713", + "delegatorRewardAmount": "183944204706368236466" + }, + { + "pAddress": "flare1zjjglpjvfntuw2qe7ppv9lyx9knhxthu3hsthc", + "cAddress": "0xe784f95B41899859cB491EB3CcBbfdC959921375", + "amount": "457410165396000", + "delegatorRewardAmount": "450848533967519208334" + }, + { + "pAddress": "flare1zq7rpy5rr4u7pups23zdy463w0js6alf64yhvk", + "cAddress": "0x09fd70dC910351544e5c33B29c3827fe1E028D3e", + "amount": "150000984000000", + "delegatorRewardAmount": "147849192795129563731" + } + ], + "totalStakeAmount": "42812360313059580", + "cChainAddress": "0xD448D833dd419944008133C69550FBc2e429f5cD", + "eligible": true, + "overboost": "0", + "rewardingWeight": "42812360313059580", + "cappedWeight": "42812360313059580", + "nodeRewardAmount": "52747761590851458420977", + "validatorRewardAmount": "13999344186088661293363" + }, + { + "nodeId": "NodeID-EHMcsRfGdnBSuaZuKdoxu4W8AvtL1jg1F", + "bondingAddress": "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz", + "selfBond": "13000000000000000", + "ftsoAddress": "0x90C6423ec3Ea40591bAdb177171B64c7e6556028", + "stakeEnd": 1743656444, + "pChainAddress": [ + "flare1gyqcczrje3u70kfq5yccrlyndvgzx9g33yhxxz" + ], + "fee": 75000, + "uptimeEligible": true, + "ftsoName": "A41", + "BEB": "13000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "4000000000000000", + "normalDelegations": "177398967782611966", + "totalSelfBond": "17000000000000000", + "delegators": [ + { + "pAddress": "flare10vx2y7zx42e6grtf92w6sddec3qlpacvvry8cd", + "cAddress": "0xcE3b9Aa3C8A87Bc55C8a84a216e446D0c0783123", + "amount": "88700199388997", + "delegatorRewardAmount": "93132714802181405576" + }, + { + "pAddress": "flare123l344hlugpg0r2ntdl6fn45qyp0f5m2xakc0r", + "cAddress": "0x4485B10aD3ff29066938922059c5CB1e5e8Ee8b6", + "amount": "150010000000000", + "delegatorRewardAmount": "157506281200178161747" + }, + { + "pAddress": "flare12mxetd67eh9mwqzrpvzy2degjmaz3qnhv67njp", + "cAddress": "0xD4B3ECBc30eA0e447fc9DE70E1083eD9CF9d930F", + "amount": "50000000000000000", + "delegatorRewardAmount": "52498593827137578077329" + }, + { + "pAddress": "flare13u7m5lzt27euext25vcqemv3faelrqlx44sj8k", + "cAddress": "0xaC2Ce4b1de65b45e1Cf32B9022dB00599d5F8008", + "amount": "1943940462043292", + "delegatorRewardAmount": "2041082814818978815783" + }, + { + "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", + "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578077" + }, + { + "pAddress": "flare15qfnjzj3clmawfel9urs362qnrhw3jp24nlj8r", + "cAddress": "0xD7a21FE80774d7894f10a7C7539cA4547148C58e", + "amount": "61050000000000", + "delegatorRewardAmount": "64100783062934982832" + }, + { + "pAddress": "flare16wgyxsfmvxvq6546svaavse6qysszqwknvt67p", + "cAddress": "0xBe3F82034778fbF474060f7D4a032f592559ab4d", + "amount": "570808000000000", + "delegatorRewardAmount": "599332346905614933343" + }, + { + "pAddress": "flare16xn9l0deqgzpyhqvpcmtemn364524hqawxgy6c", + "cAddress": "0xD99603E81f9903568851f2537397c59c58cE1962", + "amount": "23101949680000000", + "delegatorRewardAmount": "24256397457305818943591" + }, + { + "pAddress": "flare17yz2pzv37pjags7fw6k8zd62wf82z2z4mgu7qa", + "cAddress": "0xA7B685e40A92110DAfa356E62F472a1417bD80b3", + "amount": "7606918816783548", + "delegatorRewardAmount": "7987050824766589245863" + }, + { + "pAddress": "flare18f5nl2z5amh9mss9qph72fquewk65c8vq5rwrq", + "cAddress": "0x4Ba4E33479eda9A953F1c70F6cbDFAE162d928a5", + "amount": "50000000000000", + "delegatorRewardAmount": "52498593827137578077" + }, + { + "pAddress": "flare1aqngyqk7jn99xk7cg5xqd2f7ndmh36q56kfd4c", + "cAddress": "0xa355ac3fF2261c1BafAb285d9d111F8EB4cb639f", + "amount": "6735580000000000", + "delegatorRewardAmount": "7072169572203826562922" + }, + { + "pAddress": "flare1d6e65rxkmfke2yj6c8dndrqf9sq3me36s2zutr", + "cAddress": "0xA31578A8Af5a717D0cF76F326323CE32E53d3528", + "amount": "69247000000000", + "delegatorRewardAmount": "72707402534955917382" + }, + { + "pAddress": "flare1d9phj0844543e82k8sjn8he605mhd2ud7dd7yq", + "cAddress": "0x8681B9982806909127D49d46347bF2769A2E3e8E", + "amount": "7026585390000000", + "delegatorRewardAmount": "7377717047626181832763" + }, + { + "pAddress": "flare1djre0ll7gsmxcv6g0hy6lj96jkgyywvufc25yn", + "cAddress": "0xC591b9D29a815F4b44C8De6a8debc9716Cc0eE76", + "amount": "51250001000000000", + "delegatorRewardAmount": "53811059722787894072016" + }, + { + "pAddress": "flare1duqegq3lnnh5zm4lu5ru5u4ql2aj7q823kwn5j", + "cAddress": "0xf2e696743407f3a93e6c63858e824C89C7DC42BE", + "amount": "2387570000000000", + "delegatorRewardAmount": "2506881353277177345801" + }, + { + "pAddress": "flare1fkwjsvnlzhaw2uljhrzyg02ujdyqsk5ksv8rqu", + "cAddress": "0x9eBd9026C69B5d0Eb9B8b5678A77e6d4279D13C5", + "amount": "2300000000000000", + "delegatorRewardAmount": "2414935316048328591557" + }, + { + "pAddress": "flare1fncdjdwuhuzdxj8fpj7x6vm5m76qw9d2ggtr4m", + "cAddress": "0xa24c43436B98AA2fb625A790128D9fC414094b2F", + "amount": "50001000000000", + "delegatorRewardAmount": "52499643799014120828" + }, + { + "pAddress": "flare1g9dalva5ru460e87q4yxy7t95lxlsfxv43vl93", + "cAddress": "0xD3cf9AB67bB0B13262F79Fd2c676077675e8edc9", + "amount": "1274285049762292", + "delegatorRewardAmount": "1337963464949287285913" + }, + { + "pAddress": "flare1h068pyfft8vekr4ces96ffkplvekn23ls2ly64", + "cAddress": "0xB531ac8c8BFb161132E994fAB464f52257f117Bd", + "amount": "51793000000000", + "delegatorRewardAmount": "54381193401778731627" + }, + { + "pAddress": "flare1h0rs3g9r3elemjhs62gv9wqfpvqrlpfz4grc3p", + "cAddress": "0xBe0E140526439082dE657000946896612904b0a0", + "amount": "1377680000000000", + "delegatorRewardAmount": "1446525254875417971311" + }, + { + "pAddress": "flare1h9acaumy4ma3y24v9ffnspvlg35z3mr6w5spqy", + "cAddress": "0xdF01a391A0FB0F86EE09B70f82f8d8a864BCbC48", + "amount": "201650000000000", + "delegatorRewardAmount": "211726828904845852385" + }, + { + "pAddress": "flare1hk4revtv8860zzfealxh2yu9kgcp29l7gswp93", + "cAddress": "0xef499B3148E17f57b3ea4ebE6e37A0E9f080c45A", + "amount": "110210000000000", + "delegatorRewardAmount": "115717400513776649598" + }, + { + "pAddress": "flare1hkap7l9rmneu9h34v9ty5uxekekl35nqaltufl", + "cAddress": "0x691B8fE1b6A398729C17d80E4f5920Dd050b9D79", + "amount": "539944988000000", + "delegatorRewardAmount": "566927052280213473386" + }, + { + "pAddress": "flare1hmr0cpu0c8lttzvrahkac30a4rzeyps0tgvmd8", + "cAddress": "0xCe36227E43071118755b737188c4c09d72bA55Ce", + "amount": "4143234135358862", + "delegatorRewardAmount": "4350279320058729064185" + }, + { + "pAddress": "flare1jcra72wu3tuntrwaepcqtljpl0uhpdwhkx2jsk", + "cAddress": "0x3841C56AD6A83d3e95732C54f3760245f16D879f", + "amount": "710569000000000", + "delegatorRewardAmount": "746077466343106434336" + }, + { + "pAddress": "flare1jcycp9x940zc38j7zaw5aq0r7dyycvh6hs4luq", + "cAddress": "0x4b2a55A5f2a36AF2f32C2e98784D67E2B63138F2", + "amount": "127500000000000", + "delegatorRewardAmount": "133871414259200824097" + }, + { + "pAddress": "flare1l24c25ra3dzhh2dc85292vu7dtzhe89svdtq58", + "cAddress": "0x7d462880d3636801c7934556B4943400b040F510", + "amount": "253574030151755", + "delegatorRewardAmount": "266245600280946462875" + }, + { + "pAddress": "flare1lu3672ua76zkgs6qlp7wynuz7zf8lt2kllp2kj", + "cAddress": "0xEA0d583f845f6ebCDfFC14A262219d0cD4d47192", + "amount": "168165000000000", + "delegatorRewardAmount": "176568520618811816347" + }, + { + "pAddress": "flare1lxsjcqg8h2pwgqpldykulz4j6hju2te0s43qv2", + "cAddress": "0x30144C6393C461375C02B7aF3562ca69A7131F5D", + "amount": "100000000000000", + "delegatorRewardAmount": "104997187654275156154" + }, + { + "pAddress": "flare1m874p656qtu9c0tey73r28tqfdj5qu7085u3kt", + "cAddress": "0x91b88ed17C05ad98dad856520D04Ef5EF0577A47", + "amount": "3245809573166837", + "delegatorRewardAmount": "3408008768438411320197" + }, + { + "pAddress": "flare1mdegxdn2cn2qtyh8zktaxzg9e3umghsww74dtf", + "cAddress": "0x5d4FAc24d7E7e10a10cFeD94E429D19A15A381Ce", + "amount": "712726579932186", + "delegatorRewardAmount": "748342864593294751415" + }, + { + "pAddress": "flare1ny4z5tnkkc2kls2fdjwv7kzgxmyw9zya93k5mz", + "cAddress": "0x059eB51Ee5e68cC3D65145F2460D866Dded95a3d", + "amount": "2521820353513053", + "delegatorRewardAmount": "2647840448881805383707" + }, + { + "pAddress": "flare1q04xl3anct05hclxhh2deq0fsaasqvvcgk94mn", + "cAddress": "0x95D3682B5cdb1559f58bEFF758807335b5Cd4c3D", + "amount": "105500998950000", + "delegatorRewardAmount": "110773081844666362124" + }, + { + "pAddress": "flare1q0dts0zp2nvd8c4wpnfg5nzrplln9ctdrydgcz", + "cAddress": "0xF555324e7f9fe9c66b53785560048F8b330cFD52", + "amount": "2050400000000000", + "delegatorRewardAmount": "2152862335663257801796" + }, + { + "pAddress": "flare1q95jdjmx7vfhh0lngvdft2hqk69zn9uxh30c03", + "cAddress": "0x3e88650aC8da192766De22fb55fB38DaCaA90aD7", + "amount": "569208749534059", + "delegatorRewardAmount": "597653178892828991780" + }, + { + "pAddress": "flare1qyded8jywfcvwm9z5qkl80wsdy8e6g0ngdazwa", + "cAddress": "0x022867a1278025df0afc0171ac7b162D1cD9D957", + "amount": "2499990000000000", + "delegatorRewardAmount": "2624919191638113476353" + }, + { + "pAddress": "flare1stx3tj0r9djucqvv9020k7yuha3w6xp7trrm7w", + "cAddress": "0xf9C2bbDEA296afb0FeDd364095303Adbf734aaAc", + "amount": "77200000000000", + "delegatorRewardAmount": "81057828869100420551" + }, + { + "pAddress": "flare1thrv5jn50yccl29tzpwlreha95z8udc6gud580", + "cAddress": "0xEB26dD0d4e25509851096BB9d55892681917a3bB", + "amount": "800000000000000", + "delegatorRewardAmount": "839977501234201249238" + }, + { + "pAddress": "flare1u26mpxstvk5h4xzlrq369g66cgd4fgsn95s05h", + "cAddress": "0xcBb819bb1d35F47a5a8613d90f2AE97635EE6681", + "amount": "252090000000000", + "delegatorRewardAmount": "264687410357662241150" + }, + { + "pAddress": "flare1umqsxn0pszampdu492s5sjac3qn50ajqxu6ppe", + "cAddress": "0x20D394193242BD37e51d44c1db3627e8D5B927a8", + "amount": "1000000000000000", + "delegatorRewardAmount": "1049971876542751561548" + }, + { + "pAddress": "flare1uv4v4sz43224sslgn9qplh2h8p8hj9l8e05sqn", + "cAddress": "0xEb83857D858Ff7Ae20895141238E8b86EC06AD24", + "amount": "133960388712770", + "delegatorRewardAmount": "140654640719143552216" + }, + { + "pAddress": "flare1vhtj9rm5p2377qd3r86r5zy0uflrfwf93s4hlg", + "cAddress": "0x0B9286242B26EF782c41c026c4607cEDA0cc3F16", + "amount": "929294387314315", + "delegatorRewardAmount": "975732971709057902058" + } + ], + "totalStakeAmount": "194398967782611966", + "cChainAddress": "0xbBc569CA9C9288B6772F467025Dc376b4cc5B107", + "eligible": true, + "overboost": "0", + "rewardingWeight": "194398967782611966", + "cappedWeight": "179099769018120404", + "nodeRewardAmount": "220663188108846475079055", + "validatorRewardAmount": "34399261009390262177221" + }, + { + "nodeId": "NodeID-EJ7V3trSnp93txcLP3h4ULJvBhvUtP66c", + "bondingAddress": "flare1lmrlqgckv2amas34xl2f2ms0prz8kuld6qetrq", + "selfBond": "7000000000000000", + "ftsoAddress": "0x4CfB79399cd840414a2BeF2c7C7A0cE3b9b0F89d", + "stakeEnd": 1745436415, + "pChainAddress": [ + "flare1lmrlqgckv2amas34xl2f2ms0prz8kuld6qetrq" + ], + "fee": 180000, + "uptimeEligible": true, + "ftsoName": "SolidiFi Nexus", + "BEB": "7000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "18025205847987000", + "totalSelfBond": "7000000000000000", + "delegators": [ + { + "pAddress": "flare12pkkzec85e2hgcs3gtautx524cy64q97duaj7q", + "cAddress": "0x6E3675627c1166b38Af252aC29F8Fe1Eb6b2A325", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1575vr97n5la5x9sx40h2ypmyeg3vp93z0z9qfh", + "cAddress": "0xE36b8D08a2365a16dAdC3EccE6446daF9e3AF3Ce", + "amount": "53545962000000", + "delegatorRewardAmount": "54097281392615054042" + }, + { + "pAddress": "flare15d3vsctkvnzhztym80j3fq59cd90ntfem722wv", + "cAddress": "0x7A0ce230710853791F260E482330A4C2BC800913", + "amount": "206459590987000", + "delegatorRewardAmount": "208585338140492271293" + }, + { + "pAddress": "flare16exk23dqyzhmna5sjnemchd3mx4vyrk934v00w", + "cAddress": "0xe5650779C05EfF0800a4167d5380e75c6b2A93c1", + "amount": "381255500000000", + "delegatorRewardAmount": "385180979024751646754" + }, + { + "pAddress": "flare17sp47p0u07scc754ecy9jnfgk27tvwh5t8g86y", + "cAddress": "0x71D1038CD8c6D3Fc00b4Db568b1cEFa5dE033f3a", + "amount": "100000000000000", + "delegatorRewardAmount": "101029618989037967125" + }, + { + "pAddress": "flare18ejrekq520x5wnm5usxtaxxfxxrmvp9gfp46uv", + "cAddress": "0xceb93e6c3fF799a44205Cf8776c8b4Da4E05b6fE", + "amount": "400000000000000", + "delegatorRewardAmount": "404118475956151868502" + }, + { + "pAddress": "flare18ky6f6ek8l4lmk9l85sap027plmf2c8r68cqp4", + "cAddress": "0x300B678ee6F5172BD12216C8c53CaDAF97D66c92", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1a7n4fhyttrtmr35gl9kaz3gvcfyz7ryyfm8aun", + "cAddress": "0xa44DdD589b68921da16928e7F3734E83224714a9", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1d29f8z3hasucca8y08p5cn97z46eu8dq6a3yzm", + "cAddress": "0x02e6a8B49d6f46C70fE2Dd42356c9400469C986d", + "amount": "50000100000000", + "delegatorRewardAmount": "50514910524137972600" + }, + { + "pAddress": "flare1dr893k2c4nj56aesln6t8muktpew4kyu5mmc07", + "cAddress": "0xf5450AA04c554d74BCAfAA0E66c825AB648b1E73", + "amount": "71758000000000", + "delegatorRewardAmount": "72496833994153864450" + }, + { + "pAddress": "flare1emghph575e9e4w4uq9fufwdzk4m52qcwshdhxr", + "cAddress": "0xE3F7CB3B4cc6bE9E054E3145cD0f62df1Bc36683", + "amount": "88746000000000", + "delegatorRewardAmount": "89659745668011634305" + }, + { + "pAddress": "flare1fmrq67h6jradsqtqzmuu44sd2cwv5u0488w7mv", + "cAddress": "0xda42B1C68160F31D5E66887E81bDA35a7a666f27", + "amount": "452197000000000", + "delegatorRewardAmount": "456852906179860016203" + }, + { + "pAddress": "flare1fpx6znhqv6g7u2sctqpf0msvvthefxdff6qzew", + "cAddress": "0x9A564A34edCACef81F1d84cB12c37A5F2112171E", + "amount": "100365000000000", + "delegatorRewardAmount": "101398377098347955705" + }, + { + "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", + "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", + "amount": "150000000000000", + "delegatorRewardAmount": "151544428483556950688" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "200000000000000", + "delegatorRewardAmount": "202059237978075934251" + }, + { + "pAddress": "flare1jlzcdnr9d5jajp3dq3gk5tv4yz7jgnj8qrt05z", + "cAddress": "0x2410FC8Bd069Edf114a2638766450541E8A0715b", + "amount": "120000000000000", + "delegatorRewardAmount": "121235542786845560550" + }, + { + "pAddress": "flare1jqexqu4vj0pr5drl4yfcwvtv9gnkw7fxr4sqe0", + "cAddress": "0xEf01281e7B22FF3E3bd232c66FbE6148fE24613A", + "amount": "75010000000000", + "delegatorRewardAmount": "75782317203677379141" + }, + { + "pAddress": "flare1kxf7qxvjalgxpsjwc30uupfrftdkakf3fejh3m", + "cAddress": "0x7e81A3E4ceA9538c171c9E090f3dfC5D996dB47B", + "amount": "110273668000000", + "delegatorRewardAmount": "111409066625636684262" + }, + { + "pAddress": "flare1n0fkfxe2znsza26yte5u85zmg0e2l9yh4xx58x", + "cAddress": "0xDa27AA514277DcB848bAd3EEfd6158A8d5Be8CcF", + "amount": "13749167030000000", + "delegatorRewardAmount": "13890731064575427490232" + }, + { + "pAddress": "flare1p4twm2k6l4r3g8yjmxvyksaek7nt9ttnw58lhz", + "cAddress": "0xf17681C5D0030Be215b7cD40FB116e8C708e3387", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1qkzp0lv5wjgfpvvgmqqjk8ftm24yxjfmkpgtjn", + "cAddress": "0x2A91fF22c20DFb9CEbfF377c9F614B5ad669F403", + "amount": "300099997000000", + "delegatorRewardAmount": "303189883555214369673" + }, + { + "pAddress": "flare1qs2mu6pde3zu7kxccc0f5nve7vguhujap4z9xk", + "cAddress": "0xBECb518a60aEF9f23d44EAF8B268455CBf84B784", + "amount": "66898000000000", + "delegatorRewardAmount": "67586794511286619247" + }, + { + "pAddress": "flare1rn8hfh75q7446u9hy9dwdpkde2sfk6857pfcdu", + "cAddress": "0x7A3Ba5399DD5Ed11c34caE7DCA67c6Fe9E808C02", + "amount": "770656000000000", + "delegatorRewardAmount": "778590820516160435934" + }, + { + "pAddress": "flare1rpynhc4vadswypaa8xgvv82fgvfajj0n8c2l9x", + "cAddress": "0x1620365558178A9228B385fe98F29d3aC147A469", + "amount": "222874000000000", + "delegatorRewardAmount": "225168753025628478852" + }, + { + "pAddress": "flare1w9n7wtda34g378awuu78z8c3xx4t6nj3x5d23h", + "cAddress": "0xe983F2E488D12678AeD26d8a14ea9cA7dD8847B3", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983563" + }, + { + "pAddress": "flare1y4rn086qlkyvrad3mutqx4vepj6et7zt275vug", + "cAddress": "0x16cE8C82F4402C1eB848d7ADcBC475ECfae0c191", + "amount": "51000000000000", + "delegatorRewardAmount": "51525105684409363234" + }, + { + "pAddress": "flare1yj4852vfcg3438ry458jex2uzf4jtcs9ea6jvm", + "cAddress": "0xE7a7D8151bd6A7Fad7142A4efdbEE4C0148B3066", + "amount": "54900000000000", + "delegatorRewardAmount": "55465260824981843953" + } + ], + "totalStakeAmount": "40025205847987000", + "cChainAddress": "0xcA90FAE4b7dF747245C7676f2f3672fD64578BF1", + "eligible": true, + "overboost": "0", + "rewardingWeight": "40025205847987000", + "cappedWeight": "40025205847987000", + "nodeRewardAmount": "49313796302194401276159", + "validatorRewardAmount": "31102999511983344997352" + }, + { + "nodeId": "NodeID-EPLACd344ouymyJAQYXZBvbmU3NJ6ooeB", + "bondingAddress": "flare13vuv3x3apzewt7y9frek94ryvm436r3fl0c4zh", + "selfBond": "7959593000000000", + "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", + "stakeEnd": 1741366800, + "pChainAddress": [ + "flare13vuv3x3apzewt7y9frek94ryvm436r3fl0c4zh" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "AFOracle", + "BEB": "7959593000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "104114321014871332", + "totalSelfBond": "7959593000000000", + "delegators": [ + { + "pAddress": "flare10g7kq75568h65fmrsgut76vve8y77g2ff6mh6w", + "cAddress": "0xDFf351C31c6e5447CC7CE25dcf75d33E53547F72", + "amount": "38412475990000000", + "delegatorRewardAmount": "32401348868173073141674" + }, + { + "pAddress": "flare13595xye67aj628a8zqfvjfa3w999dly6q5dv6u", + "cAddress": "0xe11153D636ED0576BE3f439E80f7a0EE187Fff17", + "amount": "100000000000000", + "delegatorRewardAmount": "84351107376176906376" + }, + { + "pAddress": "flare1caf00agz9jzvadf2wcfwgjwc0uu33xy50fuw4w", + "cAddress": "0x7465dA36002275dF5641ad1475eF68d507DafDb0", + "amount": "40008465930908424", + "delegatorRewardAmount": "33747584056941720227712" + }, + { + "pAddress": "flare1eshs4q9rqfdvsggxpfz5ewclfcl75k9kcf8756", + "cAddress": "0x0D43E74766424EBeA04Bac1cC5e896667a7b5442", + "amount": "18443451093962908", + "delegatorRewardAmount": "15557255236141326821664" + }, + { + "pAddress": "flare1j3algk4wk2tsnfmaq4wmjt6ed6p6pfwncne5jt", + "cAddress": "0x1172756e9297402999bcbA3F702EaCbED0d0809e", + "amount": "1220000000000000", + "delegatorRewardAmount": "1029083509989358257789" + }, + { + "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", + "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", + "amount": "4733198000000000", + "delegatorRewardAmount": "3992504927307057809060" + }, + { + "pAddress": "flare1ldumh2ghxjhjw963qkgth07j2w27cre7fddhzu", + "cAddress": "0xED89392847ab626964c670A4Ce3a9520466Da023", + "amount": "50000000000000", + "delegatorRewardAmount": "42175553688088453188" + }, + { + "pAddress": "flare1mqed460trf2gqur5erv4y3kve6umcq8sr8c004", + "cAddress": "0x186Dc94FA7dAbdd2F5569338D67d5B3f6D58699C", + "amount": "1007930000000000", + "delegatorRewardAmount": "850200116576699892437" + }, + { + "pAddress": "flare1xck46sy4s7x9f43xkfcr0exyl2acnv64kuccsp", + "cAddress": "0xd51DE8D2BaBcf9F0c800830a54ebd9Ceb219361B", + "amount": "57100000000000", + "delegatorRewardAmount": "48164482311797013541" + }, + { + "pAddress": "flare1zqy7wgsvcnd4awtw5nz4r4klejeauzq6gem83h", + "cAddress": "0x471EB30324fFE65f5eA168A6cBE1821421C4356c", + "amount": "81700000000000", + "delegatorRewardAmount": "68914854726336532510" + } + ], + "totalStakeAmount": "112073914014871332", + "cChainAddress": "0xE2E7C82d765C2Fd4e22071EAD46bF7E045eE3fbe", + "eligible": true, + "overboost": "0", + "rewardingWeight": "112073914014871332", + "cappedWeight": "85254626391112622", + "nodeRewardAmount": "105039541723742550848316", + "validatorRewardAmount": "17217959010510915792365" + }, + { + "nodeId": "NodeID-EqTrzH8b9ax2oYwrKFkXqWAZjuK8uHFxS", + "bondingAddress": "flare12k9dtj47gvu0ych0k7d95vj53a8ggetvkspwh2", + "selfBond": "13500000000000000", + "ftsoAddress": "0xad918962795547a8c997F96f7BAbB822612a5FfE", + "stakeEnd": 1765738800, + "pChainAddress": [ + "flare12k9dtj47gvu0ych0k7d95vj53a8ggetvkspwh2" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "EDPFTSO", + "BEB": "13500000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "3130392942163572", + "normalDelegations": "33223960036952228", + "totalSelfBond": "16630392942163572", + "delegators": [ + { + "pAddress": "flare10pc62jtlx5jl8w7prjmc72jdshyec706qgnyn7", + "cAddress": "0xCebbdFe33cbD84c15d7b232d45A6c99Ed8Ceaa0F", + "amount": "591510000000000", + "delegatorRewardAmount": "619463724865548423711" + }, + { + "pAddress": "flare12pyqk9ylset4ax69agqfqzq0ca7kk4qvjr6g08", + "cAddress": "0x1D18Ca50FbdAE83AcF97e1EA00af02e7c104BD53", + "amount": "82967398072000", + "delegatorRewardAmount": "86888291748379301700" + }, + { + "pAddress": "flare134zcgmpl7f0uqm9q04p9hppclhmf9plhz0wc3f", + "cAddress": "0x71C66c332F4CD8d031840d38Be2e0247E021BF95", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare13c0vatw70yu8eu2d30clf4vxymg47dapvqf8x9", + "cAddress": "0x71889a22f11E4d5da3b8547f991BA9ca75DC6cEE", + "amount": "54415627532000", + "delegatorRewardAmount": "56987214623369021324" + }, + { + "pAddress": "flare13lpwchssqt6jq9dyvw8pjzh6w4qjxrl5q7l7uw", + "cAddress": "0x4239befd578B3a2d2227e82AdE87CeaF661F517A", + "amount": "1220000000000000", + "delegatorRewardAmount": "1277655059654053315967" + }, + { + "pAddress": "flare14vg8yyeu85mk3yrzmuys5zssecxu06p5cqk46g", + "cAddress": "0x20c05740c6DF48A3731117096040b4a4134967A2", + "amount": "122000917000000", + "delegatorRewardAmount": "127766466301216563372" + }, + { + "pAddress": "flare15jgmczgm9tqmh0gut5ud2nwqy4cwl64qudhqhr", + "cAddress": "0x0E4bD249fFBA92ab70D9BdCaE03fbE0C1879006D", + "amount": "250005911000000", + "delegatorRewardAmount": "261820751748008970574" + }, + { + "pAddress": "flare176qvsa0jdm0jrhkq2tjwuwzxld48dpnxm5s85a", + "cAddress": "0x8757f78C0A1bF15C138cc903491257bAA8EDcdB2", + "amount": "3556017730000000", + "delegatorRewardAmount": "3724068889306574801594" + }, + { + "pAddress": "flare179u0fj6p5hdhdn2w4z2w82wsrrl0kv53q85uep", + "cAddress": "0xC00C42EA977bF80F7a93e9337388440381599a22", + "amount": "900000000000000", + "delegatorRewardAmount": "942532421056268839648" + }, + { + "pAddress": "flare17rh4xk8sl8vehnk5zz3wzd79u9ye46y76vj9gm", + "cAddress": "0x0B3F8B7e982b2639AD98f9aE29Cf88f1a6302eDC", + "amount": "58349982000000", + "delegatorRewardAmount": "61107499781166341978" + }, + { + "pAddress": "flare17ss2qfswk736r36addl03pfjdzk3juhpa3fac9", + "cAddress": "0x7BC173aDE72DE1D0B4430fB736BA040c31fBb157", + "amount": "661757934984000", + "delegatorRewardAmount": "693031454015184963770" + }, + { + "pAddress": "flare18388lj8j8vyxgtnsdnqef07hc5qfvfemce8u0n", + "cAddress": "0x7457AA0520A6907111f6Aabdaf3D34e8371F9190", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare18zgzk29ex9w8huvx99nyf0fuz95wa9k0pknygf", + "cAddress": "0x4CF521Dd01083048530fC4B2c73E333Daf73Dc92", + "amount": "600000000000000", + "delegatorRewardAmount": "628354947370845893098" + }, + { + "pAddress": "flare19s6fqnaku8285whcf4ryygf5zskkcgaes8260m", + "cAddress": "0x684A9bBfEc9b4A84A3B359d5eE02fa41BB781De1", + "amount": "58774396570435", + "delegatorRewardAmount": "61551971439614849632" + }, + { + "pAddress": "flare19zhse47c3sjrkwp6076ux97a6d8gtayr6kur7r", + "cAddress": "0x02C03c6aB3955A78602b47dCa2E675F86953466a", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648849" + }, + { + "pAddress": "flare1aavt0lm2v2svkguxjjrkfvqa36la8nyh82sqx4", + "cAddress": "0xcD093bd1cDa2477c5EA8B3c4BFae5482dc1dc461", + "amount": "110475687541000", + "delegatorRewardAmount": "115696574717638450564" + }, + { + "pAddress": "flare1aqyrwf3973qplx6x0zw02lfm082h7muu7hpsam", + "cAddress": "0x085ee3d18575834B54414d92D21502eeffd10855", + "amount": "1581905394848000", + "delegatorRewardAmount": "1656663468542287053343" + }, + { + "pAddress": "flare1ay5s558ercqddtstm87y5th04nnlv09e8ecuxp", + "cAddress": "0x26f9F6D65Ad2563c4e133186926e83c39Cda074B", + "amount": "60000995000000", + "delegatorRewardAmount": "62836536759038979295" + }, + { + "pAddress": "flare1cnwl4qhv64hhmt60a2gjj9p9t3nfzt8vd0ye0l", + "cAddress": "0x57C89ceAE555b7d088175307C2A116fDC0C8EBC3", + "amount": "136839998000000", + "delegatorRewardAmount": "143306816235861095449" + }, + { + "pAddress": "flare1d3ymlfwtfm03nr296aa3uq9ad7fpzhct9z4jwj", + "cAddress": "0x2099f6c9bAD3b73f1849BA8D21449d41adA935F8", + "amount": "61639051307000", + "delegatorRewardAmount": "64552004733331424601" + }, + { + "pAddress": "flare1e5tg0gsj4wwglgqms2khr5jxsqpk4440wvlfjk", + "cAddress": "0x12783839025bFB8eB9e014a1859c09286e07B0bC", + "amount": "200000000000000", + "delegatorRewardAmount": "209451649123615297699" + }, + { + "pAddress": "flare1ef4xtpp3sdggd8qgeqqas4tvxxfat3ryhvjwv2", + "cAddress": "0x3F80271fbef36a6939026A8D45b0a35B12F96332", + "amount": "1693000000000000", + "delegatorRewardAmount": "1773008209831403495027" + }, + { + "pAddress": "flare1ewmaz56mmr77s8hrsy2zn8ecuszdnx5gpg3qm7", + "cAddress": "0xAf923eeC216da2d4A5fB433ae37B8A4CAcD80f39", + "amount": "55420000000000", + "delegatorRewardAmount": "58039051972153798992" + }, + { + "pAddress": "flare1fcaqss7ezz6yeemh29wqxfvv6w2hmw0nskhqyg", + "cAddress": "0x87FEd349E8De97B632578A6a6af01Cf0e59eD7cb", + "amount": "200000000000000", + "delegatorRewardAmount": "209451649123615297699" + }, + { + "pAddress": "flare1fxfn9t4vak3nfkwd753qw3rw0wg98amwn0juxr", + "cAddress": "0xD66cCff56C9c267c58768939eC5D0cbf7404C4B2", + "amount": "5324254042804793", + "delegatorRewardAmount": "5575868948092698637417" + }, + { + "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", + "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", + "amount": "218375000000000", + "delegatorRewardAmount": "228695019386847453175" + }, + { + "pAddress": "flare1k32at6h2qmax5n2rpvewy3wmdf2hff7nm6gxth", + "cAddress": "0xdbe8CBc863e6F1590d86AfCB18E9AbaE49F1ce4d", + "amount": "1000001997000000", + "delegatorRewardAmount": "1047260336992792987797" + }, + { + "pAddress": "flare1k3w57lssr285vpun0vymq2j7yx5n3llxyuuczs", + "cAddress": "0x42abbCbFe0142FebA470edB2c602136a3338F9c6", + "amount": "430201395710000", + "delegatorRewardAmount": "450531958933702496957" + }, + { + "pAddress": "flare1kxdfwk34h5n23rgnx8082vwhzv89ckkxh7r8h3", + "cAddress": "0xf97bd3879A82EA917Bf9d16793ee438a4a244BDB", + "amount": "700000000000000", + "delegatorRewardAmount": "733080771932653541948" + }, + { + "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", + "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", + "amount": "350000000000000", + "delegatorRewardAmount": "366540385966326770974" + }, + { + "pAddress": "flare1l5ks486g4f9w84lwg7m2qnea57fkpepf3l7nd3", + "cAddress": "0x668cd1AfDFF3270b1C4F1C88D099D197B3F0C822", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1lp2pqjys29q73wq25ahftdg97tmj584tk0swh2", + "cAddress": "0xCA30CC7A2482283c5e16939b015f5dB0d5dA6460", + "amount": "61000000000000", + "delegatorRewardAmount": "63882752982702665798" + }, + { + "pAddress": "flare1lvawchqntrrwvgjtkw8u384mytsqwrfekzam0f", + "cAddress": "0x77F941FECE83cfB766bF847684b4540C23C877fF", + "amount": "729074000000000", + "delegatorRewardAmount": "763528758165753497775" + }, + { + "pAddress": "flare1m02snesu93e9t3w8jcmgc0mr9rygjnp24v0gue", + "cAddress": "0x20864C8Aa16bE02FD14fEb8BAD4894835876DB69", + "amount": "1121410000000000", + "delegatorRewardAmount": "1174405869218567154967" + }, + { + "pAddress": "flare1n7c5sp3ms9fy2hyjcs3stzwuftytln624h0kdk", + "cAddress": "0x0B186504D499eF2a96ff974460C29E59ece9920D", + "amount": "73920535273000", + "delegatorRewardAmount": "77413890085151120754" + }, + { + "pAddress": "flare1puj94l9yycq7cev92rwgxefrv454948rcrud46", + "cAddress": "0xf76911D88cC2c7B03601C8b8Cc4bC031fcfF5335", + "amount": "357697998000000", + "delegatorRewardAmount": "374602177846578232546" + }, + { + "pAddress": "flare1q3w5l8qxv5xgprmzkz4c37aprs2lr2h625fnpt", + "cAddress": "0x9c65205233EB208b594A143c58fE2A0c53e2BF74", + "amount": "52907969000000", + "delegatorRewardAmount": "55408306794155576693" + }, + { + "pAddress": "flare1q4gjqzskr8d98xpjkkljhdq4uqudhxag57ssy4", + "cAddress": "0xF3B12Ea8d279fBc735eC6BE6f04e1343aD59f6C4", + "amount": "150000000000000", + "delegatorRewardAmount": "157088736842711473274" + }, + { + "pAddress": "flare1r2j09r8hd5zlf79r8h6jjvyjazezylhadlylrn", + "cAddress": "0x3Ab1a8f2428B88DE73C98CC157F24f45d7638A20", + "amount": "83180949000000", + "delegatorRewardAmount": "87111934718586693867" + }, + { + "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", + "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", + "amount": "570000000000000", + "delegatorRewardAmount": "596937200002303598444" + }, + { + "pAddress": "flare1rcv4neqn368v64gkjcsvy2wf0ezj9y6dm88zz0", + "cAddress": "0x7C2d7614cdB4858d3b9B8b29e80E9406b5daDaa1", + "amount": "1800000996000000", + "delegatorRewardAmount": "1885065885181750314902" + }, + { + "pAddress": "flare1tvqkrf7jrxxzcvmrgd89q0q6hlcy93g5hyujzl", + "cAddress": "0xbACBA98F3D6Fa698b198A76B9A48095D3B645bfc", + "amount": "1000000000000000", + "delegatorRewardAmount": "1047258245618076488498" + }, + { + "pAddress": "flare1ujm5jdzsdel8a3qvz48q5etu3s9hvklhrxdhds", + "cAddress": "0x7DEB35833DB771aeF3404c62aB634aBCAb8A10dB", + "amount": "1736270151310000", + "delegatorRewardAmount": "1818323232579942809157" + }, + { + "pAddress": "flare1utha5lrgjf4fxdc2aj2l8k886hjcg9yfqnn4vv", + "cAddress": "0x10e7640a6047CC7e8893531D533747a057f9988C", + "amount": "270332979000000", + "delegatorRewardAmount": "283108441320248313385" + }, + { + "pAddress": "flare1uzlmkdpgzz2jv7yzemt58880ne82jnlru9ydev", + "cAddress": "0x226d193E3aC1a10C0fD9519d42BdEb580E80940C", + "amount": "1244200000000000", + "delegatorRewardAmount": "1302998709198010766991" + }, + { + "pAddress": "flare1vy2ldwuv3juq8wrgqmuk9pyzgr4y333tuneela", + "cAddress": "0x47D842d98283DD9ebA05Df987Ca2A4F266620daA", + "amount": "170000000000000", + "delegatorRewardAmount": "178033901755073003044" + }, + { + "pAddress": "flare1xz4jtq20xdlkjg6x0gg0f7rsh3se354wdu3wam", + "cAddress": "0xD6e56c0672cdc2570e1Dc09Fe6f43b5b67646E66", + "amount": "3150000000000000", + "delegatorRewardAmount": "3298863473696940938774" + }, + { + "pAddress": "flare1zf0z0r0nufhq7r0l5tt4xez049dff4pl0uthvd", + "cAddress": "0x942F1e8FBf4ff1aa2b37F687D5958E18d07B113e", + "amount": "60551000000000", + "delegatorRewardAmount": "63412534030420149455" + }, + { + "pAddress": "flare1zkenmsztp8vwl3ql4lufmgpj5j9pgxzqu0khly", + "cAddress": "0xe5749E41E7B2CdAaeF5128ee25eef7d63B916CDe", + "amount": "65500000000000", + "delegatorRewardAmount": "68595415087984009997" + } + ], + "totalStakeAmount": "64854352979115800", + "cChainAddress": "0x185F0c18A32c8AB899281F1e74D4e1Ce6b3a650A", + "eligible": true, + "overboost": "0", + "rewardingWeight": "64854352979115800", + "cappedWeight": "64854352979115800", + "nodeRewardAmount": "79905006966593276603402", + "validatorRewardAmount": "45110940865809602605655" + }, + { + "nodeId": "NodeID-F297gLgRxBndijAYvvvBGtQTwYCrScMQT", + "bondingAddress": "flare14p76vuk4pcatwpsanjxusx8y2ad55ea5y2u8je", + "selfBond": "5126300000000000", + "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", + "stakeEnd": 1743519600, + "pChainAddress": [ + "flare14p76vuk4pcatwpsanjxusx8y2ad55ea5y2u8je" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "sToadz FTSO", + "BEB": "5126300000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "49343770845886766", + "totalSelfBond": "5126300000000000", + "delegators": [ + { + "pAddress": "flare103c77y3fv4mfu3y20472d5zu5fpufkqvzhq5uk", + "cAddress": "0xB3b661e901F95b0ab1cEf2a92ee7c3F442baA6E9", + "amount": "167630000000000", + "delegatorRewardAmount": "165225317376901799309" + }, + { + "pAddress": "flare10ka4px0zf2cj5dckzrymek6lcz9wdhmut3fksw", + "cAddress": "0x239d66E153Be508BD20A6B9bACddFca351BB4425", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare10pwn2hn9ylnqkfg6wa5ndtp6ksen6rcvr22vgv", + "cAddress": "0x8cdDe98227680101474CC6649DdC2A71e74c6e6E", + "amount": "100004981000000", + "delegatorRewardAmount": "98570391487180303518" + }, + { + "pAddress": "flare10tkf7p9dhqemyurhgw347r62jvwdjua0747yjl", + "cAddress": "0x26A90DA287264E2E20a45d8c2c79Ca98439c5aa8", + "amount": "400033979000000", + "delegatorRewardAmount": "394295419327207954842" + }, + { + "pAddress": "flare1246kp4l5kh2c6y72g3jdj4jlwsz480f8nwue9y", + "cAddress": "0xA29073E603114eCdcac2A0930190Db14Bdd54658", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare137kt3tefd0ap3qzfxdug9flyq8y7v5hc506me8", + "cAddress": "0x476BAf5710f05329f90D95bd76c4704C2737bf15", + "amount": "50499996000000", + "delegatorRewardAmount": "49775564437345769597" + }, + { + "pAddress": "flare1577cmvzm2rpchsaczvaxe5ymxk65hyxk0z0rg5", + "cAddress": "0x397a26b7cb4BE85401706E95356D75A68Bbbb354", + "amount": "62140123440766", + "delegatorRewardAmount": "61248712147828058265" + }, + { + "pAddress": "flare15gm527nnaecc5t2elej0yesp54nan4nm5v8v49", + "cAddress": "0x1c3862759c92c1C8470d8a0bfa18294f18Ea767a", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare15gv60tu2meqzup99anwlfjgt7atchxhj0jv02d", + "cAddress": "0xd9ebcd5787197d15Fd037e2a6b0EAc8b76c4bcA6", + "amount": "50099997000000", + "delegatorRewardAmount": "49381303495238489618" + }, + { + "pAddress": "flare17jdfgjp8qekkcc3g6xcqqjvu6hznj55e8r94uq", + "cAddress": "0xC21984137ab40a245bc3316D9342d8C1AC8d19df", + "amount": "100211989000000", + "delegatorRewardAmount": "98774429920035745191" + }, + { + "pAddress": "flare18f7e30r954w62sh8rf4plw8mcdvjc4azhmg4rl", + "cAddress": "0x1b556001df291bBFd697a5A60F00BD301c73105D", + "amount": "41651839640000000", + "delegatorRewardAmount": "41054336478260569020390" + }, + { + "pAddress": "flare18rxt5mq44v2s3y20se9mlkpe5s3vhyaxmw0s3k", + "cAddress": "0x5D7d54FFde2056FBB72f2304F037d5C28fc1e949", + "amount": "444190998000000", + "delegatorRewardAmount": "437818997915127079779" + }, + { + "pAddress": "flare196e04wywlc3lkapf6zmmynhm7mc7g9z2th0zke", + "cAddress": "0xc4030360185eb96eD12943500FA374849128CAD1", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1986hknxy4ddqf86a8pshvh232wnlv3n4arya40", + "cAddress": "0x7284d1214Bc0901AdB4239170B78DF8646541539", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1a3arvqv9uxwhw66798lsfumy5tq6xlck89q7lf", + "cAddress": "0xF882a631Af00C91218d5500885BBe25f5Ebfc6A8", + "amount": "169591783000000", + "delegatorRewardAmount": "167158958245479085849" + }, + { + "pAddress": "flare1csmc39cx78djldh2gpsc6t75jwcdrsrntxzt3x", + "cAddress": "0x8C56c47f9d5fa3858C6f0dBFD9766338d2aAa09d", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1cxcj39pgxz36ufeyrsg9fz8dkkn5gxytz07mz2", + "cAddress": "0xb22af68DA0d3F07DfD0c87775dA8d513cE78689C", + "amount": "150000000000000", + "delegatorRewardAmount": "147848222910787268964" + }, + { + "pAddress": "flare1f7s8amh4hswjzpg8apjecmhktzc375u9rq7w2k", + "cAddress": "0xaA8C5E92BE7aF1b337989067FCd354C349e370fc", + "amount": "137000000000000", + "delegatorRewardAmount": "135034710258519038987" + }, + { + "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", + "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1gdt546hfzzf36uzwmnhw90z7yejpqc3rvk6uym", + "cAddress": "0xdE03C1eC00f3EcDc7640a33a42599Eb4A1cEBC6A", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1gzjtgx5njn3vy2uvej6pgdr3teffssccs484cy", + "cAddress": "0x0B0beC9b22dCFa2E4cbCA8d1469CCcB099dDC422", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1jcsv0t4h3yt0gx9a0f6pas4rmyd30glwlh52wv", + "cAddress": "0x9Cb4B90a17E1eac9c4d170185DE9cA66C9Fb6610", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1k4xwuar5858p83g95d70jx25anz69fl0n79mwy", + "cAddress": "0xCb3448Adc228b0a1a402b6a8b7B756B39a06b044", + "amount": "140748321000000", + "delegatorRewardAmount": "138729260916846939299" + }, + { + "pAddress": "flare1kt4hc9ew3hsgzr7kww2qv4732kyse7qaslxr2v", + "cAddress": "0xcA4599ae99Cc0e11ecb2085A9B9458e56a555866", + "amount": "1487840000000000", + "delegatorRewardAmount": "1466496666503904868374" + }, + { + "pAddress": "flare1lje3hkh8hdcdzwye2t7v9we6t8mxqf7umt3vuv", + "cAddress": "0x7d83c73a006C52310151a6C94eac289DC7F3Aa31", + "amount": "56397000000000", + "delegatorRewardAmount": "55587974849997797385" + }, + { + "pAddress": "flare1lzf9a8dswn9ak359fj9vkvh5n4x0rx3f03qlkt", + "cAddress": "0x3ec56bbac1a865B3e9F0DeEC837f4013cc23E80b", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", + "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", + "amount": "125000996000000", + "delegatorRewardAmount": "123207834137856185097" + }, + { + "pAddress": "flare1pnvuz569vyhcjcckjpwlmplpafs902k5g4n5ge", + "cAddress": "0xf4B07c76580DFE65964Dd3f7144a0337C1FB2696", + "amount": "69077625115000", + "delegatorRewardAmount": "68086694107668780366" + }, + { + "pAddress": "flare1pru3k5z98rdt8eg2nq5zjma96j2p243m34ycwh", + "cAddress": "0xA5cccceb816D556B9ab52C07d75230c39560ecC7", + "amount": "399999998000000", + "delegatorRewardAmount": "394261925790789745095" + }, + { + "pAddress": "flare1qeha28ex630yjc2sxsfxgapsfj4xp2lmdq2pyh", + "cAddress": "0xc91e6D8F3dbf2a400CdDCdcB912cCB61411fDb68", + "amount": "150973994000000", + "delegatorRewardAmount": "148808244790959064532" + }, + { + "pAddress": "flare1qf6r693jhteary057qmrafd9dka0nlv20fjvwu", + "cAddress": "0xa139Fb5636cBE5f53F6e678efD0C25e13fAa759f", + "amount": "649352811038000", + "delegatorRewardAmount": "640037727693950318638" + }, + { + "pAddress": "flare1t0725qtvwagqd5srr99ra928zr4ps4ep925eky", + "cAddress": "0x12E21c99881C776fA5f98c72e361d4BD2FC57b2a", + "amount": "800000000000000", + "delegatorRewardAmount": "788523855524198767811" + }, + { + "pAddress": "flare1tr977ve40n7l6wdg4mqpmkzhcv29artac8gv37", + "cAddress": "0x956F2451862CA006ddD619C9D8B7FD616B34c0FC", + "amount": "620540000000000", + "delegatorRewardAmount": "611638241633732879223" + }, + { + "pAddress": "flare1tv3sntylwkysqskwc2vf6y356lfptmvexmkfpx", + "cAddress": "0x68f112cC4550BE749c018A8ACF19F9E429E811bF", + "amount": "140895745576000", + "delegatorRewardAmount": "138874570660680114626" + }, + { + "pAddress": "flare1vzx8ra9k892ujv254yj8fjqvguz7lnwmfceh28", + "cAddress": "0x6FbcE0b4fd149DBc46D5671541C370f81A526614", + "amount": "53500992000000", + "delegatorRewardAmount": "52733510607761642603" + }, + { + "pAddress": "flare1wj6c2c4rlxh8xsx37a78az2ycg5yj4vx0rpt3j", + "cAddress": "0xAA1e08804af76CD2a9cBc923c0EC2691A8761B43", + "amount": "110951553000000", + "delegatorRewardAmount": "109359932934946852962" + }, + { + "pAddress": "flare1yd6c449g9sh7kh07at4qt5j2wnqn3ztt6allrd", + "cAddress": "0x91e2a2CF60140edfFf89de317135ad266eF5255e", + "amount": "200000000000000", + "delegatorRewardAmount": "197130963881049691953" + }, + { + "pAddress": "flare1yrw3jvjjd5wnqtw7devx46g0gtwn7hwmrkwaxg", + "cAddress": "0xA4758aEE2eD7aa65618b1Ae4fadF06A56045160C", + "amount": "155248323717000", + "delegatorRewardAmount": "153021258476247186291" + }, + { + "pAddress": "flare1z6tn53e8400pdwhpngh20tenw4mtmu8h8amewx", + "cAddress": "0x9d9A1185DB9a290cA8AA6e1783842aE6d9B04610", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422989" + } + ], + "totalStakeAmount": "69470070845886766", + "cChainAddress": "0x24BaF5b2Fa77dE48823dB563C8cc4c5C811665Ad", + "eligible": true, + "overboost": "0", + "rewardingWeight": "69470070845886766", + "cappedWeight": "69470070845886766", + "nodeRewardAmount": "85591887667090420557643", + "validatorRewardAmount": "36955962125213936187246" + }, + { + "nodeId": "NodeID-FDR3CXdwP3H3Zz9QKfL61fk56zkPEgdFV", + "bondingAddress": "flare10vgv7r6x3v3x36a2f6y2yhwxp8aujdsm5pnnvd", + "selfBond": "13333334000000000", + "ftsoAddress": "0xAf05Ac13F4a4e754a496B46bbd611F5FFDb42606", + "stakeEnd": 1740232800, + "pChainAddress": [ + "flare10vgv7r6x3v3x36a2f6y2yhwxp8aujdsm5pnnvd" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "AFOracle", + "BEB": "13333334000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "135472050974862819", + "totalSelfBond": "13333334000000000", + "delegators": [ + { + "pAddress": "flare103hyqnletpm7u879q4rpk3hyr907z64786rzqd", + "cAddress": "0x76321314ab974C584E1a500B064EfDd286EEB249", + "amount": "104402701257000", + "delegatorRewardAmount": "88064834640921266720" + }, + { + "pAddress": "flare10g5y742dsgakpcmunw9ek46rkrd96pt0nsgkn0", + "cAddress": "0xa0F4F9f5b78B5d42570b5e030254d27b6973D04A", + "amount": "188094921383000", + "delegatorRewardAmount": "158660149104909866062" + }, + { + "pAddress": "flare12j0zhymmdsydy258ku8vc5zlycu63evacm4mwk", + "cAddress": "0x3148dB2D64e894fedaE3eCe2f731Ea6280260148", + "amount": "197219056339909", + "delegatorRewardAmount": "166356457979559469157" + }, + { + "pAddress": "flare13zfwka9m2rlqqn3zuvwnzp39acxw3c4ugf4muf", + "cAddress": "0x0c1fF5e3F7825C433610052fB141b4f0716eaa12", + "amount": "350000000000000", + "delegatorRewardAmount": "295228875816619172211" + }, + { + "pAddress": "flare145qvz9qh8krwhusww3myy9rxgl9s5ey8y34ta2", + "cAddress": "0x14F0C4EB4C32A8857184628785911e17101c180A", + "amount": "450003226839010", + "delegatorRewardAmount": "379582705067234260021" + }, + { + "pAddress": "flare14azu7ygp6k5uf2c7u3zk0etuk0qu6sh93wm8v4", + "cAddress": "0xe90EF0f6afdD0499405DAddb75506AAB1B6aB03D", + "amount": "1575681986006000", + "delegatorRewardAmount": "1329105203922997835230" + }, + { + "pAddress": "flare158e4wcn52m48yj8f6vdrgl7pl0uhf2jdd2a0cj", + "cAddress": "0xC73DE3E90Bd6608a35BFE257431786A9ea4BD862", + "amount": "50000000000000", + "delegatorRewardAmount": "42175553688088453173" + }, + { + "pAddress": "flare15ktmlvj75m7dcmrhufkry3m08cqnsawjzq0whj", + "cAddress": "0x830BdA342aA6090804b9d8F2717A3569465d168d", + "amount": "57829000000000", + "delegatorRewardAmount": "48779401884569343170" + }, + { + "pAddress": "flare15sfvkfw4yscurg4ydc7hruu57fx0v28lv864fd", + "cAddress": "0x1d34100f41A60A9325AFa12cb590AbAeA9CF055F", + "amount": "50527590000000", + "delegatorRewardAmount": "42620581695494424913" + }, + { + "pAddress": "flare15zffrx0sydm6xrncetrdhwy2sasel6cchjaq2x", + "cAddress": "0x0a3ca0ED29FaA7bDfC4149779B6832A04d1c4B1b", + "amount": "50997009000000000", + "delegatorRewardAmount": "43016541820228600785256" + }, + { + "pAddress": "flare160hj45zy6z39nqcrqc3l5an0qhum2sscg0f709", + "cAddress": "0x4cE53Dcb11f36852463bdd22F638890ab798A185", + "amount": "4189186988631000", + "delegatorRewardAmount": "3533625614968966660056" + }, + { + "pAddress": "flare162r0fuqzmxj9wsacjm9fa27q37ftd38yuud5gr", + "cAddress": "0xCdf75862Aa6D3e39cc1fcA149b18899b5366Acd6", + "amount": "2000000000000000", + "delegatorRewardAmount": "1687022147523538126922" + }, + { + "pAddress": "flare16qrzxr2vdl3vm4cs4ycyv4ka8n89mjfcr4e36f", + "cAddress": "0x16b342400b1Aad4170Abd9059eC65F2EaE9C2296", + "amount": "15345348050000000", + "delegatorRewardAmount": "12943971010903569062536" + }, + { + "pAddress": "flare16zylq0yzllh93csdh8uj4lzwumd4kz36pn6qpr", + "cAddress": "0xA76000bA6601E092DB82460DF05EAE8F12be1B57", + "amount": "50000000000000", + "delegatorRewardAmount": "42175553688088453173" + }, + { + "pAddress": "flare17carkalank5gn4fsgrqsknp9zx6mwmk0pqzzq7", + "cAddress": "0xf217E99F7Ad4c38e21cceA9C1Ceb838500146E74", + "amount": "53640000000000", + "delegatorRewardAmount": "45245933996581292564" + }, + { + "pAddress": "flare17dj54enmv5pl2nprcqxcrtplc6m8pvykq3ua7y", + "cAddress": "0xa7E440b5fFF22ee2Cbf49Ad8E4f261AE9e49727c", + "amount": "314134994000000", + "delegatorRewardAmount": "264976346095086882179" + }, + { + "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", + "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", + "amount": "50159000000000", + "delegatorRewardAmount": "42309671948816574454" + }, + { + "pAddress": "flare18nlkzpulf00xdnxx95yyku3kx0r94kvgew6y44", + "cAddress": "0x2ce3A1988632C35e268570EF595c6453414eAF00", + "amount": "4526314924062571", + "delegatorRewardAmount": "3817996761779939463982" + }, + { + "pAddress": "flare19sd0vyypyt0x7l5vglqcrqn6uu9crtx70s6h6t", + "cAddress": "0xFb4824e9C9b6f6751CfA8f579a8CE0596F8F8D20", + "amount": "1478566794009000", + "delegatorRewardAmount": "1247187464043028003594" + }, + { + "pAddress": "flare19zy0vwtdft4k5eagsksrzvp04hpf35crxd6qvm", + "cAddress": "0x82194C206b5B8e327cb080D4b77CFAB09c6c3990", + "amount": "50000000000000", + "delegatorRewardAmount": "42175553688088453173" + }, + { + "pAddress": "flare1a7dnacyxp26n62fcuecrzvuzsxdz4zetpxq2qs", + "cAddress": "0x6fCEA7DC0d2e4dDa36CD3EE61Bf0238Db8F39bA8", + "amount": "53400970000000", + "delegatorRewardAmount": "45044309544620016904" + }, + { + "pAddress": "flare1c4mlwtcn9lfc5xusn3rwy6aq77h5j3rfrw9sxc", + "cAddress": "0x894986bb328CcFc18eC05eE9F600E4BE5fDa1eCc", + "amount": "198326976000000", + "delegatorRewardAmount": "167291000481684602766" + }, + { + "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", + "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", + "amount": "141999000000000", + "delegatorRewardAmount": "119777728963097445242" + }, + { + "pAddress": "flare1d7khscf95cnws7v8zhdzlasprjaj4lfwv9x2hm", + "cAddress": "0x63DfB48F7915443BD8A144Cca07978246022ae6e", + "amount": "104007410972000", + "delegatorRewardAmount": "87731402908173321005" + }, + { + "pAddress": "flare1emay48fsya00n4mhdtk2xumv0rzugtfmv097yr", + "cAddress": "0xAfE914E3780d90e47082BE65E8bee7E6F4659d83", + "amount": "300000000000000", + "delegatorRewardAmount": "253053322128530719038" + }, + { + "pAddress": "flare1esdv8cpjxv8ee9s3cv9y9rcs7fcp8fqd4gjll4", + "cAddress": "0xF233a25502Fb571A5d978FEFC71553DEC621C3fC", + "amount": "520000891265000", + "delegatorRewardAmount": "438626510148017069283" + }, + { + "pAddress": "flare1f2py6pyasa57mtp350tdrpxtnzjpvgsg9pmgqt", + "cAddress": "0x4D0C0D8aDD0fEcE34dbBD2F85A118Bfd4EEC22Dc", + "amount": "124990000000000", + "delegatorRewardAmount": "105430449109483515242" + }, + { + "pAddress": "flare1f6skewuusenh63d8phrh9ekulk2pjg35pu3dgh", + "cAddress": "0x0b15463c669F72aF121050C2ADbf78352afBF23c", + "amount": "50499000000000", + "delegatorRewardAmount": "42596465713895575935" + }, + { + "pAddress": "flare1fh89zpea5en3velkshxx2yj0q6cmz4rlclzaft", + "cAddress": "0x0F6cDf2e6cD544425c9ac46410F5134E436Fc261", + "amount": "75171000000000", + "delegatorRewardAmount": "63407570925745942269" + }, + { + "pAddress": "flare1fh9mtta0ar5ww9eslhya3ayuz7j4v5082qnrft", + "cAddress": "0xAd045F656E2b3a40d372FfdBa3EE3Ae5fB47d1D9", + "amount": "50000000000000", + "delegatorRewardAmount": "42175553688088453173" + }, + { + "pAddress": "flare1g64xdqpcgwcywltg9y8czz2aqpq6snrtcdaa40", + "cAddress": "0x9e8Cf3f1bAAc464729E3A973Bf321A1E719f90e0", + "amount": "2200000000000000", + "delegatorRewardAmount": "1855724362275891939615" + }, + { + "pAddress": "flare1gjk06l2yklsrt39t0edl9uwhvgsws0ejpavdhv", + "cAddress": "0xf51CeDd403dfD2bCD2fed9e9a884BBfe9eE39ad2", + "amount": "390000000000000", + "delegatorRewardAmount": "328969318767089934749" + }, + { + "pAddress": "flare1h3jsk0lzyds7nu89ym0lyr0nua3cqyh3j50qkd", + "cAddress": "0x092a41087F027f2465a2A625801c647920D4b08D", + "amount": "90000000000000", + "delegatorRewardAmount": "75915996638559215711" + }, + { + "pAddress": "flare1h4lz3gjwv8ghjsddwav2my3wweumal5zte6vg2", + "cAddress": "0x03334eA003ca46fF9a072E154C684bca370bF3d8", + "amount": "1012345000000000", + "delegatorRewardAmount": "853924217967358102549" + }, + { + "pAddress": "flare1h4ymmuuuxtjmz22xs2t3amwan42cph4l0te5w3", + "cAddress": "0x400F8B757955D34f8ff9665fD01b018Ad110B8EC", + "amount": "50000000000000", + "delegatorRewardAmount": "42175553688088453173" + }, + { + "pAddress": "flare1hgfe2j5n3xadzsd55x0l9hhnh3hl99fr7ktlw3", + "cAddress": "0x84C164103DC04fd4F3027FDfF2a7c98f76aF5685", + "amount": "1687060000000000", + "delegatorRewardAmount": "1423053792100530116203" + }, + { + "pAddress": "flare1hl2ya6law0zhecjs9tke5zjlm9npumcm6zkyqe", + "cAddress": "0x6EdD5c32ca99386134F52FF2211cE3097d3fe620", + "amount": "1646854788209278", + "delegatorRewardAmount": "1389140250732118864006" + }, + { + "pAddress": "flare1hvczg6mhxg92437tuy4edlplgyscu8f7l438p9", + "cAddress": "0x3DE577843BCAE0ff7AAC518c0a4A6EEc1a35B021", + "amount": "594912374425000", + "delegatorRewardAmount": "501815175745395350332" + }, + { + "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", + "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", + "amount": "50000000000000", + "delegatorRewardAmount": "42175553688088453173" + }, + { + "pAddress": "flare1k65rjhmaunss0430j5y9chacjr2wva8vhhhh84", + "cAddress": "0x6e4A218e0f473Cb91859777c7BeC73203CfafA45", + "amount": "354588811341000", + "delegatorRewardAmount": "299099588998156265622" + }, + { + "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", + "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", + "amount": "3555347517591889", + "delegatorRewardAmount": "2998975002160174415243" + }, + { + "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", + "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", + "amount": "6885494606378811", + "delegatorRewardAmount": "5807990948807460288844" + }, + { + "pAddress": "flare1kmngffd0x7l95k8ujh4cxc06wupy3659vuq0ne", + "cAddress": "0x6f21E1b7692242284a56eEa35B615F33D9BAc9B0", + "amount": "1026502000000000", + "delegatorRewardAmount": "865865804238603467181" + }, + { + "pAddress": "flare1l8w3zr2dsqql3wsggzj2xwf9eedy3286w4ssal", + "cAddress": "0x6160bcF6600b07FC095BAbD9eE4C775725533322", + "amount": "50999997000000", + "delegatorRewardAmount": "43019062231317000951" + }, + { + "pAddress": "flare1luu8vet77dz5vzjav4lfmtn4u9d576tu3sylhk", + "cAddress": "0xeeA8D2626b5d8e793404Ee2b9adfE311e5739c9f", + "amount": "53329077095000", + "delegatorRewardAmount": "44983667083127614048" + }, + { + "pAddress": "flare1mhqmfq4fjz645546qyvfm4vkl34cfy5h83wknv", + "cAddress": "0x48a071589C8e2a91ba6c0c55F114347ddf38c313", + "amount": "365580416548000", + "delegatorRewardAmount": "308371129708678287537" + }, + { + "pAddress": "flare1mzaxadlas2m26sns502j4rgrs0rr3f2nsdhlsw", + "cAddress": "0x8f849369514a2c384e16Bf473c8a99Ba76B7f573", + "amount": "207345997000000", + "delegatorRewardAmount": "174898644569674546947" + }, + { + "pAddress": "flare1n4dkzd35jpekyl35y5czev73980skmyzjecump", + "cAddress": "0x8397D67d53a4B5b95625B14a9C9c3c83C8BB7DbB", + "amount": "10000000000000000", + "delegatorRewardAmount": "8435110737617690634616" + }, + { + "pAddress": "flare1nq5fh5c53fpprrrst706vdjkuzq49s600q3rrs", + "cAddress": "0x8e5D34F6C5a44aa1cFDD47efBBfe8c877839f3CC", + "amount": "537899988000000", + "delegatorRewardAmount": "453724596454322694094" + }, + { + "pAddress": "flare1p3yj85ufcmqyts79pd39xj7lwy6kzr688tnpzy", + "cAddress": "0xd507b55A3c55D704375a93C24B7092C13C061E04", + "amount": "100009996000000", + "delegatorRewardAmount": "84359539112870228989" + }, + { + "pAddress": "flare1pcxs6qwuyjwnu6k04r7qhfft54hu07f7yzmt7a", + "cAddress": "0x65b34F76a4D5bEdF2C5ecA8c3260A52fd03fb867", + "amount": "60000000000000", + "delegatorRewardAmount": "50610664425706143807" + }, + { + "pAddress": "flare1ph472gs98ffps5482zqteyx065qe8a9wjn2xlv", + "cAddress": "0x0eF4C65A4484B7af02A9f0032e6321811Ea24072", + "amount": "100000000000000", + "delegatorRewardAmount": "84351107376176906346" + }, + { + "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", + "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", + "amount": "2736895743170966", + "delegatorRewardAmount": "2308601867096156460174" + }, + { + "pAddress": "flare1q7xatnwfmwdjdcynl6za9lwrmej533u5pqpff9", + "cAddress": "0x891222fbAd4D61feDe268D71aC3259DD788b53b2", + "amount": "50000000000000", + "delegatorRewardAmount": "42175553688088453173" + }, + { + "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", + "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", + "amount": "189908994000000", + "delegatorRewardAmount": "160190339445957358502" + }, + { + "pAddress": "flare1qp2usg762d4vfwz3ahert93v966lc8rqrp8a7h", + "cAddress": "0xE6dA8b844c79a56C18b8c9F96a9d2Bd04848D0bb", + "amount": "350000000000000", + "delegatorRewardAmount": "295228875816619172211" + }, + { + "pAddress": "flare1qtx7ecax6ssdfxhqn5x9h5tnnmsczeqlw83wmu", + "cAddress": "0x6D537DABa0420FC2193B32D00C1d64c012c98f30", + "amount": "400062809767000", + "delegatorRewardAmount": "337457410238712521913" + }, + { + "pAddress": "flare1rhmxa7x97sur0q2anwj4qkg4sdvkxlhsnvatfh", + "cAddress": "0xC79D9Ce6Bf7e5f38115D52e93F856F8f67a76Cb1", + "amount": "230783728000000", + "delegatorRewardAmount": "194668630212024048340" + }, + { + "pAddress": "flare1rt9jyt7ljhq4ktq79f5wasj6ex89c3rtty6ac6", + "cAddress": "0x3df8c0efb2592719283e52725564B22D3c2Dc93F", + "amount": "460000000000000", + "delegatorRewardAmount": "388015093930413769192" + }, + { + "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", + "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", + "amount": "900000000000000", + "delegatorRewardAmount": "759159966385592157115" + }, + { + "pAddress": "flare1stfpgkhzuahx8q22whsad4revf02450eqc7je5", + "cAddress": "0xb7E47cBe6B6330c1418E58bAb238c43ea3F126F0", + "amount": "438741000000000", + "delegatorRewardAmount": "370082892013312320672" + }, + { + "pAddress": "flare1tp6a886kgl79aeujx8w235wk55athhwtd7tuuq", + "cAddress": "0xb0061d260847B42e8616777dA9CD62C70DBfBf7B", + "amount": "2750000000000000", + "delegatorRewardAmount": "2319655452844864924520" + }, + { + "pAddress": "flare1uy2lzhhlpywvugkvr4zwtavlktll9pzvvnqmuf", + "cAddress": "0x8cf53EB8762C9cC4D29e78c97D6ab9cc2C64E94c", + "amount": "100000000000000", + "delegatorRewardAmount": "84351107376176906346" + }, + { + "pAddress": "flare1uy4vmgux96g9ny7chpetw28l3k6ea8lf4z0l2y", + "cAddress": "0xA781402753A02feA719697285E0385bcaE292097", + "amount": "656310000000000", + "delegatorRewardAmount": "553604752820586654040" + }, + { + "pAddress": "flare1v969wd57v7d5r4jt9nkuweshk7elumcwrufmuy", + "cAddress": "0x8856f6D5cd86b639655F7E6168D3274FCc252B41", + "amount": "170999996000000", + "delegatorRewardAmount": "144240390239218214804" + }, + { + "pAddress": "flare1w4gaqddfhzwdx8mff0uz278gk49xmmgh3teyla", + "cAddress": "0x0D6f89F80262CbEDF598C3539Cab67024e8221C8", + "amount": "150000000000000", + "delegatorRewardAmount": "126526661064265359519" + }, + { + "pAddress": "flare1w8nnvg6jpv7ldg33ygdmv7e392slekffpekm3e", + "cAddress": "0x5e6F1e18ba0c46f304Ad0Dcc53Fb2305c693Bb18", + "amount": "150000000000000", + "delegatorRewardAmount": "126526661064265359519" + }, + { + "pAddress": "flare1wxnjxj7clvw8ur8pxpcjcsy8xzmjyu4a6cfdqx", + "cAddress": "0x177Ad3cD3D44B49944A3B58Bd9357635d42Ed8d5", + "amount": "110775989000000", + "delegatorRewardAmount": "93440773428411918394" + }, + { + "pAddress": "flare1xpxwucuxau7dy085ut6srcjadph8gxvy6v6eak", + "cAddress": "0xA34F4D22f68D197eb621Bf09730D07921444A1E2", + "amount": "10000019256039000", + "delegatorRewardAmount": "8435126980299823923124" + }, + { + "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", + "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", + "amount": "588879408532385", + "delegatorRewardAmount": "496726302207347542129" + }, + { + "pAddress": "flare1ynpmcplp2srs337jsw0ddlvf78a3drzd9as2df", + "cAddress": "0xC9C795F82Ae54523cE4eF2e95e97B765bd6a1759", + "amount": "61000000000000", + "delegatorRewardAmount": "51454175499467912871" + }, + { + "pAddress": "flare1ys9ar00wtnk895uw4xhhumvaaqt55fdrgammed", + "cAddress": "0x7B19d588BC87EF24Aae5CdcEA357B38fF5633798", + "amount": "62890000000000", + "delegatorRewardAmount": "53048411428877656401" + }, + { + "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", + "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", + "amount": "200000000000000", + "delegatorRewardAmount": "168702214752353812693" + } + ], + "totalStakeAmount": "163805384974862819", + "cChainAddress": "0x6CD7e85E0182af99557510CEE70E00b26213F638", + "eligible": true, + "overboost": "0", + "rewardingWeight": "163805384974862819", + "cappedWeight": "124606756350378146", + "nodeRewardAmount": "153524062409007210205226", + "validatorRewardAmount": "39251887226491560326435" + }, + { + "nodeId": "NodeID-FERvNWfCH4mjCSoFnjF4YouDBuYZCpfKm", + "bondingAddress": "flare1daqetq0w8dclhf2g5d8u6zv9xklgcc2jw67ed0", + "selfBond": "3500000000000000", + "ftsoAddress": "0x9C44c70180642cF4Cfd06d77b84Bb8F864ea5697", + "stakeEnd": 1743296400, + "pChainAddress": [ + "flare1daqetq0w8dclhf2g5d8u6zv9xklgcc2jw67ed0" + ], + "fee": 170000, + "uptimeEligible": true, + "ftsoName": "Comfy Nodes", + "BEB": "3500000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "27005644153840938", + "totalSelfBond": "3500000000000000", + "delegators": [ + { + "pAddress": "flare16s3mqkqnngaslrx9fsn84px3k2twhu56jz55j6", + "cAddress": "0x0c1c7c72BC21b90b199ec18adf95AEe43951ac27", + "amount": "50000000000000", + "delegatorRewardAmount": "51130843756647263850" + }, + { + "pAddress": "flare1eaqkys49ucjr3ty869jv2l5xnh45r20x6a839u", + "cAddress": "0x2DFFe4d89E9C184288F25BCE2173CC4F6BE30068", + "amount": "15236466670000000", + "delegatorRewardAmount": "15581067934142672532000" + }, + { + "pAddress": "flare1j5ranyselathy9c7ac7tg24wx6ka2g9gn9384x", + "cAddress": "0x40059E33D754681F703C7746aAcA37fC7039B8c0", + "amount": "458894062445000", + "delegatorRewardAmount": "469272812154568557622" + }, + { + "pAddress": "flare1kh05ae9nj6w56xxzcavk8ed2896rks9dplr8gd", + "cAddress": "0x518b07a61D65146A3EE7fAc6Db1E33b6F0Dc317B", + "amount": "2182936020000000", + "delegatorRewardAmount": "2232307211387548533860" + }, + { + "pAddress": "flare1l6wcjqt8248v5gw39f964mpuj9089kwd6mn70m", + "cAddress": "0x52C0C588C147c4bfad9881e7ab4eBc6BB780e6f6", + "amount": "2395768741671550", + "delegatorRewardAmount": "2449953544149348876404" + }, + { + "pAddress": "flare1r5dcy57ffd70gpsc79kh23dxyuaatprhmeuxsl", + "cAddress": "0x2609eB6717Df5A970b4c293382E16Ab752Fe4B9A", + "amount": "2198093667754644", + "delegatorRewardAmount": "2247807677768768485557" + }, + { + "pAddress": "flare1up5q3p032pc7s0pew4h8ta0cvyzwfcyrvt2gsh", + "cAddress": "0xAF22D1D9f879C14b08bf96E78Ce8eED655Ff93a1", + "amount": "2128322155400000", + "delegatorRewardAmount": "2176458151831362753503" + }, + { + "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", + "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", + "amount": "50000000000000", + "delegatorRewardAmount": "51130843756647263850" + }, + { + "pAddress": "flare1vwpx6kjmgfrqzrlfwamhw2dmv97uln7hpwgcuq", + "cAddress": "0x50Cdf300a7983325b1B2eA5B5A68A97fbeEdE86a", + "amount": "2195982014000000", + "delegatorRewardAmount": "2245648265004831687147" + }, + { + "pAddress": "flare1ylgnw4pwdyaz02qkutz4ug3v5xfqvh7vzx84cj", + "cAddress": "0xc49Efa5A58189C5BEeFddd9Ee4FC6905658226A8", + "amount": "109180822569744", + "delegatorRewardAmount": "111650151600716153531" + } + ], + "totalStakeAmount": "45505644153840938", + "cChainAddress": "0x0A255b5642B3FB56B355A8bd3B265783805c9999", + "eligible": true, + "overboost": "0", + "rewardingWeight": "45505644153840938", + "cappedWeight": "45505644153840938", + "nodeRewardAmount": "56066071837966987628782", + "validatorRewardAmount": "28449644402413875521458" + }, + { + "nodeId": "NodeID-FHPDnySFVqde5bGvEXsFnvZGhXwcyRfNY", + "bondingAddress": "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53", + "selfBond": "15000000000000000", + "ftsoAddress": "0x6df84895f1f1f6F6767C59324F94089d4097051A", + "stakeEnd": 1754553600, + "pChainAddress": [ + "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Kiln", + "BEB": "15000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "1386298992000000", + "totalSelfBond": "15000000000000000", + "delegators": [ + { + "pAddress": "flare10vf9e0p3hztwfktq395ykxxutj2jl84hahcscd", + "cAddress": "0xB3943AE7DD820aCbAEe28DA94dD44d936553Df72", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare12rx4lvlsfyyu3ad2ygpmezfhuq7e3k4u5x9kl7", + "cAddress": "0x2B136746e911D983e7D6aE5F3b1fc7a555DdE80A", + "amount": "392799000000000", + "delegatorRewardAmount": "411361991620534826605" + }, + { + "pAddress": "flare168yx7vky80efjcm22p30sxz4ra8f06zhufnud4", + "cAddress": "0x5C9e865772D9e5868B87857caE7905ca22509378", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648849" + }, + { + "pAddress": "flare1q50p9cqzccesjzhmclxtnylf3jjt3kytxcxtax", + "cAddress": "0x2bAedA463F934642e10143e5a2D82fb7f0AFA1CC", + "amount": "531499994000000", + "delegatorRewardAmount": "556617751262458179929" + }, + { + "pAddress": "flare1sjs5um5wvlu0jl9hjsrgvvcp2lfturw0xl8sjs", + "cAddress": "0x0b37401c34A331FF772445515a045f47DD35906f", + "amount": "249999998000000", + "delegatorRewardAmount": "261814559310002630889" + }, + { + "pAddress": "flare1wxtd67rqwu7wzkufz70zrh9cw2grkpcgwuuf7q", + "cAddress": "0x073B52093758280718dd32eb56f2CD315458252A", + "amount": "62000000000000", + "delegatorRewardAmount": "64930011228320742288" + } + ], + "totalStakeAmount": "16386298992000000", + "cChainAddress": "0x36A65098AF668a74F42c9b5551911B43DB4489A2", + "eligible": true, + "overboost": "0", + "rewardingWeight": "16386298992000000", + "cappedWeight": "16386298992000000", + "nodeRewardAmount": "20189043217100206094645", + "validatorRewardAmount": "18737230166836178241661" + }, + { + "nodeId": "NodeID-FLPF99Gi1c79NGHw7GYyhttWPVxpCq713", + "bondingAddress": "flare1s45gex0vw7y9sk0jyy0ts8u099nmxzlu2wqdqg", + "selfBond": "3000000000000000", + "ftsoAddress": "0x7808b9E0F7c488172B54B30f98C2FcF36D903B2c", + "stakeEnd": 1747296029, + "pChainAddress": [ + "flare1s45gex0vw7y9sk0jyy0ts8u099nmxzlu2wqdqg" + ], + "fee": 125000, + "uptimeEligible": true, + "ftsoName": "African Proofs", + "BEB": "3000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "24291108385110048", + "totalSelfBond": "3000000000000000", + "delegators": [ + { + "pAddress": "flare13j4zs7xpf83wy5z27g8vmcj9mrlu0zyfyx4qut", + "cAddress": "0x9049b35dC6f6A6E37af13FD729645e0c3D362EB4", + "amount": "305875802581000", + "delegatorRewardAmount": "329752455105293265624" + }, + { + "pAddress": "flare15mg0f84lg98s9x72amzsqg6jd6eanmqu7666pu", + "cAddress": "0xA497BFbf2920acaE69Fa582EDb742628b18a68Ca", + "amount": "50000000000000", + "delegatorRewardAmount": "53902997936224525143" + }, + { + "pAddress": "flare18jcgzupqznxv3a0thkfkuqdty9kukalmfzn559", + "cAddress": "0x24C8F0F88e7a9dB02affDFAd8Cee8Bdf9E0b8212", + "amount": "700000000000000", + "delegatorRewardAmount": "754641971107143352005" + }, + { + "pAddress": "flare19thaacez4xftxn6yur2erfydjeyq68wf3c40fn", + "cAddress": "0xcc480358437c3329d25Aaacc9eb3E0Ec01737Ea2", + "amount": "112695009000000", + "delegatorRewardAmount": "121491976750996085740" + }, + { + "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", + "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", + "amount": "50000000000000", + "delegatorRewardAmount": "53902997936224525143" + }, + { + "pAddress": "flare1h0jf22hcjuyaatu8l7qpumadavjcu8ll308nau", + "cAddress": "0x58cf38Fa2d046E08291ca6343f0D41aeDf994002", + "amount": "1400000000000000", + "delegatorRewardAmount": "1509283942214286704011" + }, + { + "pAddress": "flare1jycqxz50nazu3y4mkqqjcwlrked6pmsgy2eqgm", + "cAddress": "0x3D53C2669e499803f751F702FCa0E9382597071a", + "amount": "78763412687000", + "delegatorRewardAmount": "84911681430347231611" + }, + { + "pAddress": "flare1k69z6l5rt0j6nd6xc29p6wzzkqs765hewyhauv", + "cAddress": "0x62F8928B73ddF63EDbE3Facaa3304e52CCEd8336", + "amount": "222500000000000", + "delegatorRewardAmount": "239868340816199136887" + }, + { + "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", + "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", + "amount": "100000000000000", + "delegatorRewardAmount": "107805995872449050286" + }, + { + "pAddress": "flare1m2k3c9gqf9v8mmxh2t38eea7r3kg7t6m98yef6", + "cAddress": "0x375Fa004258D3A75D2877c557b344523A73983F6", + "amount": "20286225500000000", + "delegatorRewardAmount": "21869767425205706713737" + }, + { + "pAddress": "flare1mhpzjv5kq970q650j8vu3tg4xurq7efwja3ey4", + "cAddress": "0x75a0f46BB5235b96dc3ABC8Df54a34acbb63dC41", + "amount": "250000000000000", + "delegatorRewardAmount": "269514989681122625716" + }, + { + "pAddress": "flare1n5gqj0wkg0gh2s2ce0vtqcreqs0jnamkfcm2aq", + "cAddress": "0x909A1477824e9214851913B65f1672DDD3989E3c", + "amount": "74005123359000", + "delegatorRewardAmount": "79781960233804367959" + }, + { + "pAddress": "flare1nl279745ya7qq42dpzfhtrht95mr63t0cz42yc", + "cAddress": "0xAdb28f8177CD553C90258058fA24ea80fbF7D8a2", + "amount": "100000000000000", + "delegatorRewardAmount": "107805995872449050286" + }, + { + "pAddress": "flare1nw0kmam9nngmc9n50fxhg6egr57rtg867pekvf", + "cAddress": "0x03Ea24C18bd0C3E75601bFA95BD9A2F4d67506B1", + "amount": "79840360909048", + "delegatorRewardAmount": "86072696186156711924" + }, + { + "pAddress": "flare1p5sz5ka38x2xplnuha4p9n4aytw674tgvnvaam", + "cAddress": "0x9252ae60b48deDB2B440748eC209182B9EACB0Cd", + "amount": "54999996000000", + "delegatorRewardAmount": "59293293417607142759" + }, + { + "pAddress": "flare1q9054nh3e4xzukw04efaq47cdpkppedj5s2q8g", + "cAddress": "0x074C024f43AFe907F85Dc42e6Fe1156bE7351BC9", + "amount": "51658998000000", + "delegatorRewardAmount": "55691497251628537438" + }, + { + "pAddress": "flare1ryk2lxc8fkdvgpu2ch80tdsj2y03ym77ex09q7", + "cAddress": "0x6264b103931e1AD71441A920393E6FC76e3ef11A", + "amount": "100001096000000", + "delegatorRewardAmount": "107807177426163812328" + }, + { + "pAddress": "flare1v48luhpgdgdefg98yep5wxw2w9tf6ytx0cy8xp", + "cAddress": "0x350848feD543cB04bE516481100b1A3b5CeA2835", + "amount": "81258086574000", + "delegatorRewardAmount": "87601089457997515896" + }, + { + "pAddress": "flare1v9qwukcxjg4xf0gwp3fzdyy95q2fzqlvz0979r", + "cAddress": "0xFdAC058d47dc99A70f076523c95a5c97b3805bBB", + "amount": "50000000000000", + "delegatorRewardAmount": "53902997936224525143" + }, + { + "pAddress": "flare1x7p44cxc8qnaf0eytwdfasmmzchghq2ealu38e", + "cAddress": "0xd86b31EC49C76C84b0D699fc13668e44330463Ad", + "amount": "143285000000000", + "delegatorRewardAmount": "154469821185838621706" + } + ], + "totalStakeAmount": "42291108385110048", + "cChainAddress": "0x49CFE6199FffCA921B40e2290f565Ad107A530E0", + "eligible": true, + "overboost": "0", + "rewardingWeight": "42291108385110048", + "cappedWeight": "42291108385110048", + "nodeRewardAmount": "52105543497216791489046", + "validatorRewardAmount": "25918272194192927987704" + }, + { + "nodeId": "NodeID-FUA8LX6gJhNmiJVT5eycNsd2jKBHL7FBY", + "bondingAddress": "flare18hpr5trmxtw7rv63675wa77xgk5ncpcz3et59q", + "selfBond": "33880350988978208", + "ftsoAddress": "0x0000000000000000000000000000000000000000", + "stakeEnd": 1759860244, + "pChainAddress": [ + "flare18hpr5trmxtw7rv63675wa77xgk5ncpcz3et59q" + ], + "fee": 1000000, + "uptimeEligible": true, + "BEB": "33880350988978208", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "4425556184010788", + "totalSelfBond": "33880350988978208", + "delegators": [ + { + "pAddress": "flare18ps7xddrhx0rr83qlxncvvq9u6j6jx6d8r8h5v", + "cAddress": "0x38cc5D8D56734017c11A9A491e8A594F3b1a4959", + "amount": "50163000000000" + }, + { + "pAddress": "flare19zkpfaes6yjvvxr4mlrvcd029rj7zne7zmyeuj", + "cAddress": "0x3FA2a887BF04CAE15F920D522293598E8CbC78F8", + "amount": "502032545186409" + }, + { + "pAddress": "flare1j2rhzsfd955y02gt673w2a4854p02plvskt9w3", + "cAddress": "0x3195425ed1275f775EA0Ae27aE04bB44BB9D86Df", + "amount": "69999998649125" + }, + { + "pAddress": "flare19vsyepzxpf8v08pas5lw2n4ysppgldte6mt8k9", + "cAddress": "0x4CA8Fa88E4f2E5aBC9ac3d9511d55094f4ac68C7", + "amount": "201634993514000" + }, + { + "pAddress": "flare1n2yf7fdfyfx8aqrktr4lhjzxqs9fv6w7jrffdg", + "cAddress": "0x9dA4c90d02F8006E5CAB14360a8eA8e2eC036f2D", + "amount": "68000000000000" + }, + { + "pAddress": "flare13ycygk99z27zv0fathrjgvzm9s5jfwjnh9wwdp", + "cAddress": "0xc589c8b9268b9AD6551fe5618f46566460fBc571", + "amount": "53638340259783" + }, + { + "pAddress": "flare1tu2uagqcs584yng6xprxwm0c96kysgpa8pyvr2", + "cAddress": "0x028ed88F1e691516834AAC52e7D0DB70630DA92a", + "amount": "50000000000000" + }, + { + "pAddress": "flare1ukhl8vm5qxts5x5syguck24k6xgp5fvwayk0dk", + "cAddress": "0x0F2DEd40f04b438F7431D8c96140918640f5c13f", + "amount": "93656116481228" + }, + { + "pAddress": "flare1958zydd2a2mtr7y2833lqzjm8hxgu6zt7xlcxa", + "cAddress": "0x36260323c33c660BeA430B3cb32C01F6868A6c9b", + "amount": "659923225385579" + }, + { + "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", + "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", + "amount": "107666000000000" + }, + { + "pAddress": "flare1tz8kgnd4epr8duv5zra96uf8ytlkvg8ftpy2dw", + "cAddress": "0x02A47bd1f7C173B503E53F203Acb2e8101650834", + "amount": "250303055712389" + }, + { + "pAddress": "flare16ch8vzkj0az3jz2wvalqlxpa4u66ghmrr0zk4m", + "cAddress": "0xDf382128cc03f6AEe4BC143B24028D1B682d673a", + "amount": "50000000000000" + }, + { + "pAddress": "flare1ul38n38wmj05ze0l964hhkqh32kdyjr9jq59rh", + "cAddress": "0x5000237c624aD2dE9dCAFa038fDbF5D2B249543C", + "amount": "50100000000000" + }, + { + "pAddress": "flare1jgvcp8z3mx43y4r83p378nus5excllq8v0r469", + "cAddress": "0x66B556Ab4170a31222cE1e625D815012770bb206", + "amount": "176346589359108" + }, + { + "pAddress": "flare1dm98960nk9jujjlnuedxu027093lra4z3jc8up", + "cAddress": "0x8CAC08a3893F28e78EA085dAb04941AB32B53746", + "amount": "75000000000000" + }, + { + "pAddress": "flare1q3t6yn50d6dsvuh4hfydypfds2aycyktdjgz2k", + "cAddress": "0xD0dd7e71Ec731Ee2F00E6BDc9E67AD32Da915Ad1", + "amount": "51039997000000" + }, + { + "pAddress": "flare1zp8z5w5spqej5u4vkp34kmftznmqxjkc6h6myt", + "cAddress": "0xBb7887cAF7c95635549d9b2B47650faC9994190C", + "amount": "1000000000000000" + }, + { + "pAddress": "flare1pe4yluut78mlxrqy09e8rdq9adah972m0smupa", + "cAddress": "0x29c6Bf3cF532E34C58816182982b093Ec21E8B2b", + "amount": "50000000000000" + }, + { + "pAddress": "flare13sjgtcpfzda3295ytkjp0nmya8rrpl37lpxd8u", + "cAddress": "0xa5f84cd9A1E38922B1c2eE19708Cc43BBB30011f", + "amount": "72033306628167" + }, + { + "pAddress": "flare1xx963vnd4q08autw0t948phxg5lv0hxr3ap8dy", + "cAddress": "0x76b1bAE0dA82A528A91CfD98abF8f72b3ab4Ec40", + "amount": "113450000000000" + }, + { + "pAddress": "flare1zavf2gflklu7rljmnge29azlwp9udpcxvn5fxp", + "cAddress": "0x6Dc8667bC1aBfE5e6275C2fa374f29cee5Aee3a3", + "amount": "53000000000000" + }, + { + "pAddress": "flare18ke6dud43flmqtq3nw06hzzz3f7wzvvw54mdnn", + "cAddress": "0x2Ca4365a971Ba511e001E166E3fe014685F26bc2", + "amount": "300000000000000" + }, + { + "pAddress": "flare1224m67y0qls5k8sjlu5fee7yydvskcnmfgjny8", + "cAddress": "0x90b4A02d85CdbC0D7Adc1B1598EcFC22c1B416cD", + "amount": "75375021835000" + }, + { + "pAddress": "flare1cqmh7cvcdkqn57d2z2x7rsdm72en3wzq5ywvun", + "cAddress": "0xF24dCC07E25A9C043aCd72ceb288009011D4B772", + "amount": "50000000000000" + }, + { + "pAddress": "flare1e6jfhcyv05st5jcyva6g69qt4mmf05qsehhetr", + "cAddress": "0xC7BE696528c171581EA4A14A2D6fF19EdCD9AAC2", + "amount": "100393997000000" + }, + { + "pAddress": "flare1v9lf9dyw689ggp5tg2mycz80cj6mtdk9fk0yjh", + "cAddress": "0xa592A43444a8ae2f33Ad1770A503e15F20894E87", + "amount": "50000000000000" + }, + { + "pAddress": "flare1rxd0mcvkp8kqdeawa94nn6p4gac5wx7s9e2ewn", + "cAddress": "0x37c93571c19D6c12e7c438A2A288B733c0853b88", + "amount": "51799997000000" + } + ], + "totalStakeAmount": "38305907172988996", + "cChainAddress": "0xbf5Bd740B48428C41E9353Abdd95C5866FabbE87", + "eligible": false, + "overboost": "0", + "rewardingWeight": "38305907172988996", + "cappedWeight": "38305907172988996", + "burnedRewardAmount": "47195502520933350528789" + }, + { + "nodeId": "NodeID-FXJQRCN2nEqBYVsorBS5WHriwihjzv7G6", + "bondingAddress": "flare1z9n28pv9m82a5t3rklxmcx3av536cnfr4g80kz", + "selfBond": "13000000000000000", + "ftsoAddress": "0x9b5F4A2177135A2A6DC83893D5d58e684419aB24", + "stakeEnd": 1761508800, + "pChainAddress": [ + "flare1z9n28pv9m82a5t3rklxmcx3av536cnfr4g80kz" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "EvolveFTSO", + "BEB": "13000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "21581080351282110", + "totalSelfBond": "13000000000000000", + "delegators": [ + { + "pAddress": "flare109yaqa2c338n57wtqeq6dumutg7svlqn0e4532", + "cAddress": "0xc8De7ECfD10d321DfBa29e80fF17bd4E3C5f2713", + "amount": "51000974000000", + "delegatorRewardAmount": "53411190556053132919" + }, + { + "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", + "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare10fx7jghph9hgjghmj0nazqsd23add95vj88k38", + "cAddress": "0xd0f17954DC491Ed0776A2C2A7Fed7EDF361ff340", + "amount": "328127188524000", + "delegatorRewardAmount": "343633903793236080843" + }, + { + "pAddress": "flare12dx5xhtcf2c6sqtzqh5zqwg8vpsxajg5h24uyc", + "cAddress": "0x65BaEb2E29A2519115966182FE6867e80395357a", + "amount": "107977073488000", + "delegatorRewardAmount": "113079880548016998979" + }, + { + "pAddress": "flare1580ux8pr74vhsqazqt0j3yfzc0jlmeh54ex778", + "cAddress": "0x9CCfbc6D9993b40e6CEA064Fcc160d228e743CD5", + "amount": "99999997000000", + "delegatorRewardAmount": "104725821420032911995" + }, + { + "pAddress": "flare1e7vehzja77kht3gtx4ak98zre4j807w0jskmpc", + "cAddress": "0xf795eb22a6B8015BFfBD2443Fe77F0c965A28E71", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", + "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", + "amount": "250000100000000", + "delegatorRewardAmount": "261814666130343683932" + }, + { + "pAddress": "flare1fjzawdkvjqegmawc49jxh7qczh8pn9jnw33t6g", + "cAddress": "0xd492aE7b0985695c74C6a95d459056F50fDb705B", + "amount": "400000000000000", + "delegatorRewardAmount": "418903298247230595399" + }, + { + "pAddress": "flare1hdaefhk3fadf66kqe2caz94z0p7kwp6dkz7h4l", + "cAddress": "0x43C15f467b23A0e739f69893Ce30B73a0c57a043", + "amount": "1350007499589000", + "delegatorRewardAmount": "1413806485590822256096" + }, + { + "pAddress": "flare1jmmh03ydfne8c8rc98jpgyjwjyj49gnlkw45x9", + "cAddress": "0xEBf6E4a8abb4C5E1a55814be26e26DC79c937D7D", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1k70dwmntjsmkwdk6rm9ntgwqkzftqjx5v2nyks", + "cAddress": "0x491528271138200e91B1A7317BdC892dE042a29d", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1kqxdz2ldf263fdgflk39c2n5a8me2azrykmafy", + "cAddress": "0x50C9C9106967277EbD83D06f70a74500b0e60d5E", + "amount": "60000000000000", + "delegatorRewardAmount": "62835494737084589309" + }, + { + "pAddress": "flare1lfvvh2g6369v7fwcwg385rrjrrsf669r2feafv", + "cAddress": "0x8151dC007635B2395EBC40c84bAa9b1dA19DCC70", + "amount": "2700000000000000", + "delegatorRewardAmount": "2827597263168806518945" + }, + { + "pAddress": "flare1lvawchqntrrwvgjtkw8u384mytsqwrfekzam0f", + "cAddress": "0x77F941FECE83cfB766bF847684b4540C23C877fF", + "amount": "740000000000000", + "delegatorRewardAmount": "774971101757376601488" + }, + { + "pAddress": "flare1lxmpmf4mmzd2z28ppqzj3p3qweng9ej3rt0glk", + "cAddress": "0x5ee68c00402356E0486FE5e482C5133Fde1aeC9e", + "amount": "398885000000000", + "delegatorRewardAmount": "417735605303366440114" + }, + { + "pAddress": "flare1n4dkzd35jpekyl35y5czev73980skmyzjecump", + "cAddress": "0x8397D67d53a4B5b95625B14a9C9c3c83C8BB7DbB", + "amount": "10000000000000000", + "delegatorRewardAmount": "10472582456180764884982" + }, + { + "pAddress": "flare1pawxe50y45hhn9rx75xsx8m5mwgdvpp5hrc6kz", + "cAddress": "0x85D1d7158118Df23f23f26BAA5959d91A2058ec0", + "amount": "131439524681110", + "delegatorRewardAmount": "137651126022413123116" + }, + { + "pAddress": "flare1qj9rg53y0acxat4gv7mm75s69l6p2grnn3yex0", + "cAddress": "0x403C7C1413a929a600870F070CA7A2E90b2D39E4", + "amount": "150000000000000", + "delegatorRewardAmount": "157088736842711473274" + }, + { + "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", + "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", + "amount": "187229000000000", + "delegatorRewardAmount": "196077114068826842865" + }, + { + "pAddress": "flare1uwl449l5dnsafylfqfaymtn6ynv379l3t220ss", + "cAddress": "0x1FAF7B400699A9669323674E1272083CAD14e0B9", + "amount": "204256000000000", + "delegatorRewardAmount": "213908780216965831234" + }, + { + "pAddress": "flare1uzyaffltxv58nytpjc275d9zfuc36evs727vfg", + "cAddress": "0xF1a61E37036c6f3d6d520392f0CC314c6f43Daf3", + "amount": "795363000000000", + "delegatorRewardAmount": "832950460009530170121" + }, + { + "pAddress": "flare1v22h6ca72jfvkc5s53yd0w49un0q3tevm9kvpf", + "cAddress": "0x848A584C158e85ae2871bCe07F703bD86B127fE4", + "amount": "824100000000000", + "delegatorRewardAmount": "863045520213856834172" + }, + { + "pAddress": "flare1vg37spl6ns0hjfh39yvklw742c0el3jqdc7d0f", + "cAddress": "0x0f0B88cA4B4f5C66862d68379c1F3Bb2745fb7fc", + "amount": "150000000000000", + "delegatorRewardAmount": "157088736842711473274" + }, + { + "pAddress": "flare1vg95pq4twpw9g3n3r83v6uxpg85dhauyppzqxk", + "cAddress": "0x012DaB67e414EC3219324bb3B4760E17bdf19Ede", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1vsg3el9yuchqulw6v8aw8z05r90aw7asen36rv", + "cAddress": "0xFBD5B654d66ba419D786cdb532653b17477CFa9E", + "amount": "1610389000000000", + "delegatorRewardAmount": "1686493158902648578238" + }, + { + "pAddress": "flare1xp3l4a9j608z6nv6pfslpuksuuuknc4je0zkk9", + "cAddress": "0xe3C94cB4421f60390C262D7dfe84Aa16100878a5", + "amount": "500005000000000", + "delegatorRewardAmount": "523634359100266334633" + }, + { + "pAddress": "flare1yrgx52wm7tg7l8g9yun229vqz4hmnkhj6p552l", + "cAddress": "0xF7585b0124eCCe25527A6Ab8c8652611759c9A4C", + "amount": "79000994000000", + "delegatorRewardAmount": "82734442378524186959" + }, + { + "pAddress": "flare1z5zyndx25kelz0jhvc5q40f74eyquwynzq5ra5", + "cAddress": "0xB09f0896DAd6A2f39A8D76878daE5DeE700E46A7", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648850" + }, + { + "pAddress": "flare1zhde2mj596ulxxjc7mj26xxfvqklm0rdzs6kda", + "cAddress": "0x316443f363ef08A2De5A1356322D311b07071916", + "amount": "60000000000000", + "delegatorRewardAmount": "62835494737084589310" + }, + { + "pAddress": "flare1zx4mt95kaef42jxypklk0gl9qha3yhd95fpcjh", + "cAddress": "0xf2027A3aC2a043181A4A92693b27b5696D271b82", + "amount": "53300000000000", + "delegatorRewardAmount": "55818864491443476838" + } + ], + "totalStakeAmount": "49581080351282110", + "cChainAddress": "0x668d3BdB1848a90c412e4dC8D0ffe019670c5AD0", + "eligible": true, + "overboost": "0", + "rewardingWeight": "49581080351282110", + "cappedWeight": "49581080351282110", + "nodeRewardAmount": "61087288499450101244634", + "validatorRewardAmount": "38486324152223656864629" + }, + { + "nodeId": "NodeID-GEC63GVfeYLG5UUBPSgiiN4YMvT71jdP", + "bondingAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", + "selfBond": "13500000000000000", + "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", + "stakeEnd": 1739272558, + "pChainAddress": [ + "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr" + ], + "fee": 110000, + "uptimeEligible": true, + "ftsoName": "Oracle Daemon", + "BEB": "13500000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "16450202005000000", + "totalSelfBond": "13500000000000000", + "delegators": [ + { + "pAddress": "flare1e43vcgvcnp94w39ajtmkafzyq7nxlgr6kk525y", + "cAddress": "0xF0E519CbA209FD5f190d94e0AE9c0f63E26171BB", + "amount": "792226000000000", + "delegatorRewardAmount": "868708279640933382490" + }, + { + "pAddress": "flare1pxfe4at3wwfmg2u0dttg2ss5zflvu8x7xfm70d", + "cAddress": "0x663bCB207e56dA22d701629002F3aF4d58DD78fA", + "amount": "15657976005000000", + "delegatorRewardAmount": "17169612456499237488854" + } + ], + "totalStakeAmount": "29950202005000000", + "cChainAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6", + "eligible": true, + "overboost": "0", + "rewardingWeight": "29950202005000000", + "cappedWeight": "29950202005000000", + "nodeRewardAmount": "36900701185486231658878", + "validatorRewardAmount": "18862380449346060787534" + }, + { + "nodeId": "NodeID-GGnTyHtMF7b8CELtUgFGTEHjEcjNF7RZ", + "bondingAddress": "flare1r9je8mzr0wwm3faz6ddpgqtrrz3tm05zh5y9m3", + "selfBond": "3000000000000000", + "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", + "stakeEnd": 1754348400, + "pChainAddress": [ + "flare1r9je8mzr0wwm3faz6ddpgqtrrz3tm05zh5y9m3" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Last Oracle", + "BEB": "3000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "0", + "totalSelfBond": "3000000000000000", + "delegators": [], + "totalStakeAmount": "18000000000000000", + "cChainAddress": "0xfFf760BbD5dAd697FB7b609002Bf8F0b512a4d7E", + "eligible": true, + "overboost": "0", + "rewardingWeight": "18000000000000000", + "cappedWeight": "17242200000000000", + "nodeRewardAmount": "21243571908936468741146", + "validatorRewardAmount": "21243571908936468741146" + }, + { + "nodeId": "NodeID-Gy2c6Y1RNz2PZfAnTwHZMZ4RZ53nKPf1Q", + "bondingAddress": "flare1meeudwh8sudqr3pcxcr2q9lvexuhz7jvenjyf3", + "selfBond": "30000000000000000", + "ftsoAddress": "0x50A1BCa4d5e91B3bcea7891742248F5BA5ACF0e5", + "stakeEnd": 1741163400, + "pChainAddress": [ + "flare1meeudwh8sudqr3pcxcr2q9lvexuhz7jvenjyf3" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Google Cloud", + "BEB": "30000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "51086581729240081", + "totalSelfBond": "30000000000000000", + "delegators": [ + { + "pAddress": "flare100qdqym6r3xfw8s0aprzmkwjs5pp4q5glly2uf", + "cAddress": "0xa50eE6aFb1E13664d620463cF21a2341220909FA", + "amount": "54999998000000", + "delegatorRewardAmount": "54211013095979026476" + }, + { + "pAddress": "flare127yrkh9vcdg9gufqyanhfllvpctwutpxxkd5gw", + "cAddress": "0x0BB95a64AC985a371C8B02A1664E809009CA4ff7", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare12dzx6atrmye8lhlcycjkucvxaucnrq2d4uvet3", + "cAddress": "0xC7CC78a1da4b3d313117f551FbeAad5527080920", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare13d05j9szquqvsvdve52mtvqev68yjqd73q8087", + "cAddress": "0x8a5c11D11B59441645AE3C966aA33f3d084B9b13", + "amount": "53754593922000", + "delegatorRewardAmount": "52983474564391376510" + }, + { + "pAddress": "flare13yy8gslt4s4az9733uywamc2m9ydpwvr9g855s", + "cAddress": "0xf3EC76BDA5103E5B433c87D2465B5B1204DcFCdB", + "amount": "857231990000000", + "delegatorRewardAmount": "844934842291851753606" + }, + { + "pAddress": "flare15jsaesumaykmlv5wxf00xup9fvwlhwke4lc5r5", + "cAddress": "0x030BbF912a24adebdc4C98A9F8CfaA52A50ac9cf", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare15n400a6rnzpx2qsavte9yd59uwnj530jj6hj7m", + "cAddress": "0xbdf6A25d508eB1b5931fFD875E7C8589be41bab1", + "amount": "107534728104000", + "delegatorRewardAmount": "105992123009140616111" + }, + { + "pAddress": "flare1605u72dd56lx8g87qtptm24kzwajhjh4yv07e7", + "cAddress": "0xF34c9c0C434D49B8c0F16892D17a10Be74d160f2", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare164gk7v9ksu52alkq9angj3mjd9jr6cpsqywtgx", + "cAddress": "0x80439104FDA7d222169E1BA1e19EdA00c3538DF3", + "amount": "499999939719000", + "delegatorRewardAmount": "492827350286366061313" + }, + { + "pAddress": "flare173puz2gsdrf6h2648g79u0zac0c7nq479n80gj", + "cAddress": "0x4f50dB1Fc52552d4f90A4684650058a10d4A6bb3", + "amount": "1154084548441000", + "delegatorRewardAmount": "1137528997172001572870" + }, + { + "pAddress": "flare17aruz5sumh86x75nvf9gs0czhh37x9wma34k42", + "cAddress": "0x71fF589DB84B081184f43e6C9713839Ea7c848dE", + "amount": "111248998000000", + "delegatorRewardAmount": "109653111032704847089" + }, + { + "pAddress": "flare17dystg3depxt8va46w0ex6f23az8s3922u576a", + "cAddress": "0x1a941120949C4BC2C6FF481589D09CeFe450D2E2", + "amount": "50090000000000", + "delegatorRewardAmount": "49371449904008895349" + }, + { + "pAddress": "flare17gz9xejwpfpey9kn6u6dc9trxf00zynjd206n5", + "cAddress": "0xe85400dde555E98132aB02f2694f18a2667E86a0", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1965tza4w39tcp9cadhnz3grk9t2stnthgvtvmn", + "cAddress": "0xD2548A968c6b1150919046f09FC785F1e917C5E2", + "amount": "50100000000000", + "delegatorRewardAmount": "49381306452202947834" + }, + { + "pAddress": "flare19fyp4haflgjpjhg77e9z6vmttyjea6su2gdagg", + "cAddress": "0xb251d53F874297D314D2F25830E3690d60B5c89A", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare19mde554eegqqf6hku57r45v2xs62vfxyxdlsvf", + "cAddress": "0x187ABEB0A91F2DF8fb564B7682bC81c6e7c9e816", + "amount": "54673000000000", + "delegatorRewardAmount": "53888705941343149040" + }, + { + "pAddress": "flare19zgdvzd5m9e7v9e326x44u95n8cs6j06fue2zv", + "cAddress": "0x355Ee7967Fd17C49db13f7953b03Ee61E52683fC", + "amount": "26787623720000000", + "delegatorRewardAmount": "26403350420032349933231" + }, + { + "pAddress": "flare1a333x56t2xt79hyj3xxnxxenvs7s28eun600ca", + "cAddress": "0x4e9b898d461870d3921535aB6CA50C886fA95ffF", + "amount": "100099974000000", + "delegatorRewardAmount": "98664021795440066285" + }, + { + "pAddress": "flare1acgrxppgw34uts4gjkse3wptgxmql8v5n7n24h", + "cAddress": "0x12736AC8D368412e912AC0A00330918B64D60058", + "amount": "52750000000000", + "delegatorRewardAmount": "51993291723626856252" + }, + { + "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", + "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", + "amount": "1700000000000000", + "delegatorRewardAmount": "1675613192988922381596" + }, + { + "pAddress": "flare1cnzsrxztzl6v0l9zl0xmr89canwrk62zuct26m", + "cAddress": "0x9a5f27CD3169BBA7AAEC562C35D25E920AB805cc", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1cqmh7cvcdkqn57d2z2x7rsdm72en3wzq5ywvun", + "cAddress": "0xF24dCC07E25A9C043aCd72ceb288009011D4B772", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1cxv6sjud98eqq390r43xnezc9lsgddp399em58", + "cAddress": "0x3f35C211c60642F4Ab02493DA0a5abc2eF84d4b4", + "amount": "124198987000000", + "delegatorRewardAmount": "122417330101799801185" + }, + { + "pAddress": "flare1d3u5w6r9y8gqm5cj04aqlglzq03wagfxh3yfjw", + "cAddress": "0x8B0aEb85fD4Ea3133497035bB741BaF85B1acDc4", + "amount": "56081130639400", + "delegatorRewardAmount": "55276636692419953081" + }, + { + "pAddress": "flare1dew8pwt80gmw85wzg7676vhgquljc2mfpuwrut", + "cAddress": "0x8805AFC0322B8993bF6AE704eE072AC409Ea83c3", + "amount": "300000000000000", + "delegatorRewardAmount": "295696445821574537928" + }, + { + "pAddress": "flare1dk23g83z7uktc2ffj9fdkqyn4weec8c30tmt0t", + "cAddress": "0xB743129f28352fB1B41466CEd22d2b9d1C5074Af", + "amount": "622867057667000", + "delegatorRewardAmount": "613931917238245363029" + }, + { + "pAddress": "flare1e5tg0gsj4wwglgqms2khr5jxsqpk4440wvlfjk", + "cAddress": "0x12783839025bFB8eB9e014a1859c09286e07B0bC", + "amount": "650018000000000", + "delegatorRewardAmount": "640693374400160793318" + }, + { + "pAddress": "flare1elj8jm0sdtgj9e5lv9aaas5v6hmdqeyr6ermun", + "cAddress": "0x69FFF2BA938D791203EC341CFF4725A38D83B45A", + "amount": "171100000000000", + "delegatorRewardAmount": "168645539600238011465" + }, + { + "pAddress": "flare1exmphdsuf4jc4wtge4w5tvpcxxg072z8mfdxkk", + "cAddress": "0x393a912aB3c2Df78Fd4EF433772de1A2de49FdA2", + "amount": "149420000000000", + "delegatorRewardAmount": "147276543115532224857" + }, + { + "pAddress": "flare1fcjkrdsrpannsuj2l9qx2gajrk5gpk6cve39x4", + "cAddress": "0x8e8079AB80E5775746B9286E37d20e203cdE96b2", + "amount": "399999997000000", + "delegatorRewardAmount": "394261924805134925689" + }, + { + "pAddress": "flare1fjdktel83uawzhmggzwy588jxvn7sxzx542j5n", + "cAddress": "0xa7A315169127F3559293998b1e76F5d262fD7FF8", + "amount": "138578621341000", + "delegatorRewardAmount": "136590685991291665133" + }, + { + "pAddress": "flare1fnhd632rwtchlajhwa4ph9grk7ywfhel9jjuyg", + "cAddress": "0xACc8294e06d74C47CC9Fb5129070B4e2b8533E15", + "amount": "267001000000000", + "delegatorRewardAmount": "263170822436020744005" + }, + { + "pAddress": "flare1fqwn9pmyglvyn7wrz6ylqtwyl6nth4zm2jx5n0", + "cAddress": "0xaf299FB4abaf440Be0eaC648bdC543B8d7BD1B5D", + "amount": "668095000000000", + "delegatorRewardAmount": "658511056570549469725" + }, + { + "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", + "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "200000000000000", + "delegatorRewardAmount": "197130963881049691952" + }, + { + "pAddress": "flare1jqd34y6ffdnngqt4q3xs4ujd0umt240teeczxm", + "cAddress": "0xD0506eeff769Cb90Fa0Ed1426d370e8eE874B80B", + "amount": "172432873145000", + "delegatorRewardAmount": "169959292439263092009" + }, + { + "pAddress": "flare1jys0elcftgly90d64gfrmfu3s267xen898sfhx", + "cAddress": "0x582cD7fc91F89Ee889B5db96044Dcf44d4F57214", + "amount": "200000000000000", + "delegatorRewardAmount": "197130963881049691952" + }, + { + "pAddress": "flare1kvc0wz6hzgvur28hcfrd8aeqfvpy9zhehgzy9p", + "cAddress": "0xf6Ea7b1ABB950232c9C75bF472c9cB75f98988Dc", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1l3r6c6wdg9v4et224twvqttv9klsks9h99ry5t", + "cAddress": "0x9215489d5103Dc1E3f3F75dedCeDa6d177916493", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1l843wf3ategl34m8uzvsk9sz5npswxf6ysqkzc", + "cAddress": "0xC4019E18D89D94bcAaCa46B601793316876D84c1", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1lgflct0rpmwap2q4llpemkm29nx3e82ujsty2z", + "cAddress": "0x58275F5790D59D230D2d719Af451Eb27a8FEd8Cb", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1ljwl0axln4fvre45ccx59697gqx5hcvjr3la78", + "cAddress": "0x1B26Ccf3bC57f947B82776dF549B159d9766A582", + "amount": "299999999000000", + "delegatorRewardAmount": "295696444835919718523" + }, + { + "pAddress": "flare1ll9wnzh08d3vcm6ldewg45k9rlx7lgah839uah", + "cAddress": "0xD42596655F2EcD0D96000F0b34648AADa1b9Eb62", + "amount": "50005000000000", + "delegatorRewardAmount": "49287669244359449230" + }, + { + "pAddress": "flare1lq78nprmks0rtsytv62tl48qmqkukxnur743ak", + "cAddress": "0xeCe5556996E31724c89258af7C4Cd416e6EF1224", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1m009gat33x7ygwrxv4ywg0mhj3eu825wfsnn56", + "cAddress": "0xedc37a1b9e1DD4838A885C8049091f3eE27fE438", + "amount": "206846983217000", + "delegatorRewardAmount": "203879725887272594078" + }, + { + "pAddress": "flare1m4gtp3690ercc0udgxsar2u8kqvhh6z9wckujx", + "cAddress": "0xa96480729D57867cF0FCeA0663b34b1B7c964c7a", + "amount": "117312090170000", + "delegatorRewardAmount": "115629227050563573083" + }, + { + "pAddress": "flare1m9pd7qj3udeet37lv03n7en0hh5qf2ataak4lk", + "cAddress": "0xF4E003Ba5c8B0c906753B2FaFeA7a5B284Aa1432", + "amount": "150000053335429", + "delegatorRewardAmount": "147848275481109907860" + }, + { + "pAddress": "flare1mt4ndqfutu8a6ka7q0cck04ywtfvufd4a87zkt", + "cAddress": "0x513CC17Bbe83ceA7995A651591618aA9d21172bE", + "amount": "100799650232051", + "delegatorRewardAmount": "99353661045584439405" + }, + { + "pAddress": "flare1n320vgssa9ngkczms0678ue6jn7unsurjt696l", + "cAddress": "0x851eDe2980B194130556aCAC61585785B46b84F2", + "amount": "50045000000000", + "delegatorRewardAmount": "49327095437135659168" + }, + { + "pAddress": "flare1nfxws2q7sqt7gtup30x0n6gd96ugvf74sgfu47", + "cAddress": "0xa12AA77DEE2c111f8d4AC412DFAbF13e4d7D9301", + "amount": "134973000000000", + "delegatorRewardAmount": "133036787939584600359" + }, + { + "pAddress": "flare1npj9uu4zs3zgct9w6v2ypk6c08fc3klw554ewu", + "cAddress": "0xe880676b5D1b309c04C9F7c272711DD58A065E59", + "amount": "294354971075547", + "delegatorRewardAmount": "290132395856505412263" + }, + { + "pAddress": "flare1p3z7365q3tnsz6j87t09rrkl4nw8tnyc5m3trt", + "cAddress": "0x112B08Ad5dF8981d40FCCdc5e915c6B8e0099e11", + "amount": "113068099520000", + "delegatorRewardAmount": "111446117212880260058" + }, + { + "pAddress": "flare1pj70npw534kpregfu0cqkuqs97tp9wmsf8n4kd", + "cAddress": "0x6E0007783d61552A1723d85146d5F385C90DF77A", + "amount": "126537062347000", + "delegatorRewardAmount": "124721865335702949812" + }, + { + "pAddress": "flare1pmplrx0a6fk36jqell7x24fmqpwg27qgvt6x6e", + "cAddress": "0x8A900c5DF2e0Adc40f8060cf11495A52a6a1Dc35", + "amount": "64000000000000", + "delegatorRewardAmount": "63081908441935901424" + }, + { + "pAddress": "flare1pr0lq5wvx844hjcq2j9pdn86saeeq0khqrfzqh", + "cAddress": "0xEf00c0312cf953D6B8978edE3Df96de2F3d9496A", + "amount": "150004000000000", + "delegatorRewardAmount": "147852165530064889958" + }, + { + "pAddress": "flare1qcf7uav7y2yvrmnwrplum6t6j3qlkphgw79wlh", + "cAddress": "0x3c7F6C9024559Fe880A9CFd7a04cfBe531d02D76", + "amount": "87669969000000", + "delegatorRewardAmount": "86412327461958730904" + }, + { + "pAddress": "flare1qtdj99kzjapkwnyufwqd9wppau02wfkhv73u56", + "cAddress": "0x2A8193cDb16168A6FE1EDa8510028B5011AFD125", + "amount": "425838008170000", + "delegatorRewardAmount": "419729285038692068149" + }, + { + "pAddress": "flare1qyfh5zr5rdkzxx8nk49xeynjf45j64gmaq7y65", + "cAddress": "0x8923eEeC01Fb4091156d23F6cC6CDB9DF0295a91", + "amount": "250000000000000", + "delegatorRewardAmount": "246413704851312114940" + }, + { + "pAddress": "flare1rcys42043cn6mkzpd9qe5qljadgcqu3rxwcz73", + "cAddress": "0x425D93c35E7B15d3D7329aBeb89e2E5447404e21", + "amount": "60010000000000", + "delegatorRewardAmount": "59149145712508960070" + }, + { + "pAddress": "flare1rf9q5h3cyfpdqdhg9hlddp67ulxhcms2kzptl2", + "cAddress": "0x91c3450B3fA4F41d24BF6Fa3DE57B66a15D2e9ab", + "amount": "262783203346000", + "delegatorRewardAmount": "259013530836734312781" + }, + { + "pAddress": "flare1rh58hwn7sq8japygeqfts09d39l8kf8n85x3gq", + "cAddress": "0xA93b1B97137fCdF764aB896F10d1d4208fF26c5b", + "amount": "999999000000000", + "delegatorRewardAmount": "985653833750429054515" + }, + { + "pAddress": "flare1rxjzt8ldp2duawyg29ch3unrfjsm8x8hcglfle", + "cAddress": "0x0a626FA9c4294bC0886851e2Be26d180d5190589", + "amount": "782863717501844", + "delegatorRewardAmount": "771633396093201495709" + }, + { + "pAddress": "flare1ryk5wsrun7y55j0zpjq2rkhfdzeqjv0er78rhu", + "cAddress": "0xBF20C78Ba6232E5FCA267aE0eB8B183FaB4349b3", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1s9gcf4596wscchs5dddcdqdpy20uh9eldgpc4c", + "cAddress": "0x51d548B9cF9e1b73045a3DcAc3336594226081A6", + "amount": "701442000000000", + "delegatorRewardAmount": "691379687833256290113" + }, + { + "pAddress": "flare1sd9zjt24308luxp48d8gvk0l8678h4nlrxvlym", + "cAddress": "0xCB669A61FD0dae79cA09E029F927f3751154B89F", + "amount": "112344454862035", + "delegatorRewardAmount": "110732853368220195192" + }, + { + "pAddress": "flare1sn32lnvy749lf6m67tgp2dtrgkfqaykhzya5xv", + "cAddress": "0xC4E2DAC4D245f17D5365fF3Ce92D494cA6442123", + "amount": "103099000000000", + "delegatorRewardAmount": "101620026225861710953" + }, + { + "pAddress": "flare1sr566ycns5hx8vzg7l4e3arm25x084vr64e9ym", + "cAddress": "0xdFb0A6bd364AdE103836bA314A8885E3187dF1Ea", + "amount": "2409162000000000", + "delegatorRewardAmount": "2374602136027987189823" + }, + { + "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", + "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", + "amount": "200000000000000", + "delegatorRewardAmount": "197130963881049691952" + }, + { + "pAddress": "flare1v7278lehvaa85qrwct53tp2v65fex9ps9nl38f", + "cAddress": "0xfDcdaa6938874fa5E80cf53f85BA1137B34E2F48", + "amount": "53900000000000", + "delegatorRewardAmount": "53126794765942891981" + }, + { + "pAddress": "flare1vhwlg6w38xyqqv3t2l22x24x6yg7lpgkr808v8", + "cAddress": "0xAF8DAD3C6c7E76Ce2Cf4280981a03106E9E22E14", + "amount": "59152859650000", + "delegatorRewardAmount": "58304301195624758613" + }, + { + "pAddress": "flare1vr8673tchj4vvtmp6xpz4vwvfnnssgd43mtquz", + "cAddress": "0xe5204151E30A927688b5e0caf634767AA0c22297", + "amount": "1085000000000000", + "delegatorRewardAmount": "1069435479054694578844" + }, + { + "pAddress": "flare1vxj8293jhxu8zc9fplawewhn22l5rshe63j04h", + "cAddress": "0x9d4528c15fDADcE37aBe0Ee23e4EF4d259DEA8Be", + "amount": "110550969000000", + "delegatorRewardAmount": "108965095384770220912" + }, + { + "pAddress": "flare1w7d8t8xwp2r7pmrms9v643zy9kal9x3nql5vrg", + "cAddress": "0x8c57B3d0F9313Afb3EDE06dFb0C3AdDfcBc27765", + "amount": "111100943423000", + "delegatorRewardAmount": "109507180325349791637" + }, + { + "pAddress": "flare1wk5kmefa2hkxn66xw0jam8se0s42vs2ft3qnn8", + "cAddress": "0xa6C132e0A0CE6F89184D1298b949D022c57E832e", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1x2qcce2k5sdqxn8z85p9adhavez0f8t9n6paav", + "cAddress": "0x2a41DcD345917689d48D0c96B4081ca87432f5B0", + "amount": "750001997000000", + "delegatorRewardAmount": "739243082906610697105" + }, + { + "pAddress": "flare1x9uh9r9ymrqvq8u86qfg72gld4q7qnxpe5ml8v", + "cAddress": "0x922Fc67FAeAAC3D8b78AA0834989eE84C0984D18", + "amount": "260749996000000", + "delegatorRewardAmount": "257009490217299258262" + }, + { + "pAddress": "flare1xd974yx3ejm5ywvw5vr8n75cklrndrl6vkxkdj", + "cAddress": "0xF9983928Ac334e9e8C48e7b507c1275CC388588e", + "amount": "151499979000000", + "delegatorRewardAmount": "149326684441143934144" + }, + { + "pAddress": "flare1xq4sv927ralnzt0qv6xwt0c2r8qqznfnnrlz62", + "cAddress": "0xe9CA822f35cbE366BB6a41Abc627051A7cbD3d7a", + "amount": "50060000000000", + "delegatorRewardAmount": "49341880259426737895" + }, + { + "pAddress": "flare1ya0d5yeplvd8z0a6wn5q2nrvwv409avhhtpmfk", + "cAddress": "0x649dcDD05B0F84cc5A37e21802F562cAf7d80a8f", + "amount": "359229980000000", + "delegatorRewardAmount": "354076761061851016096" + }, + { + "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", + "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", + "amount": "150000000000000", + "delegatorRewardAmount": "147848222910787268964" + }, + { + "pAddress": "flare1yeahnhlv2c49aklj3rrpj64gmj4ufq8q86c238", + "cAddress": "0x63F9F5fe08D708be0A42e4A615762a74bAeFD977", + "amount": "69369998000000", + "delegatorRewardAmount": "68374872850832446843" + }, + { + "pAddress": "flare1yfaam49hg38telzzxh5g4923m0tv0xvspjjpfe", + "cAddress": "0xacEe9B03289125f8E05a6d6EeAC7EF4baa036C2D", + "amount": "54302995000000", + "delegatorRewardAmount": "53524008729889110084" + }, + { + "pAddress": "flare1yfptz5mfvjmdt28h6lmz03hsv6eg89ph6ljkwl", + "cAddress": "0x7601cE118fcFAA001045B43cE3b9F0cBC0Ab4AfC", + "amount": "84862655266775", + "delegatorRewardAmount": "83645285151222969677" + }, + { + "pAddress": "flare1zjwzn0wcr5hrhqwq29rl7ppxs6j03jc4hj5xk7", + "cAddress": "0x60F432c8Ad2800833c3840193d6ff5B62216B79b", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1zpezjfhrdj85gvwxd6prm06l0ryu007mw84myn", + "cAddress": "0xA6A0744B81EeA46B2089dD8508266127A121Bf37", + "amount": "133959998000000", + "delegatorRewardAmount": "132038317636217444859" + }, + { + "pAddress": "flare1zu3uwzmfs7nvewxx3tx5akvuj82c32zv8tj36y", + "cAddress": "0xaC9bf31222af51c58A0d788827E7C96f1ea7586f", + "amount": "2595697940145000", + "delegatorRewardAmount": "2558462184424195401020" + } + ], + "totalStakeAmount": "81086581729240081", + "cChainAddress": "0x6DeDab21576e0Dd2963b21FB703B0Cfe022adE52", + "eligible": true, + "overboost": "0", + "rewardingWeight": "81086581729240081", + "cappedWeight": "81086581729240081", + "nodeRewardAmount": "99904225088153814248479", + "validatorRewardAmount": "49550489599788216642571" + }, + { + "nodeId": "NodeID-GZEWkCpn852hwKhbGNJgZvbjtvEfU6Ktg", + "bondingAddress": "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q", + "selfBond": "4441750000000000", + "ftsoAddress": "0x9A46864A3b0a7805B266C445289C3fAD1E48f18e", + "stakeEnd": 1746414000, + "pChainAddress": [ + "flare1yj0wy43kjezuy0z0kn3jvl4damxqy5wt8nqe3q" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Bifrost Wallet", + "BEB": "4441750000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "62184500000000000", + "totalSelfBond": "4441750000000000", + "delegators": [ + { + "pAddress": "flare12hf7hdlwuhknhggeg9rmg357d0rqvdazw876y5", + "cAddress": "0xEc9928c369cFb6f9B11DFFc525C2A430968225C0", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare12w9w0634jkj3yf5gatp6pyts8z5elq2rpgyljn", + "cAddress": "0x0b9f523835534Cc5fAA5bf2F9DE7E5E5EfAF65cA", + "amount": "67990823243000", + "delegatorRewardAmount": "67015482604793334414" + }, + { + "pAddress": "flare1322rx87p46k8y32x6ghe3t2mevsr4mdgh3pt6y", + "cAddress": "0x4D74D11C5cd94B8909642eC8b0436a37c7Ed61F1", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare13fsw8vfwj60ju4yjfgkn0a7cqqrwkzsclxg37h", + "cAddress": "0x2D95CDF812d73Db65898596b91aa97704f408769", + "amount": "50020994000000", + "delegatorRewardAmount": "49303433807541016774" + }, + { + "pAddress": "flare152lkwrmrggjstqnqvsy28vzc5rm9ewtzrg02xk", + "cAddress": "0xDb852815C5725E081f8377F35aE90D2f9AD065b0", + "amount": "51508257653000", + "delegatorRewardAmount": "50769362394846721885" + }, + { + "pAddress": "flare15jzepyr2dc9ws29datmgkte3usvylxz99jr80e", + "cAddress": "0xC8ABA52E6953cc6B7235455C5c390C46924D10Ee", + "amount": "50915114345000", + "delegatorRewardAmount": "50184727834718550221" + }, + { + "pAddress": "flare15v9j4z56ur6avc2ypsflmdguqcvwduqs2h7ctu", + "cAddress": "0x08d86A83C6eB070F49d36E11ed740fb24A89a04c", + "amount": "270495000000000", + "delegatorRewardAmount": "266614700375022682123" + }, + { + "pAddress": "flare160h6tvuew78uuymfyfxuqxmf225x6dt7rx6pe3", + "cAddress": "0xd4c8D8bB6EF70518BCfe4cA2Db3E0c3957dDA15b", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1755a3m9hd3pjq3tj85yxhdrmc76rqrfxzz4pwn", + "cAddress": "0xDcFCe2722871576a2678797745e76D9F0dF367e6", + "amount": "51999998000000", + "delegatorRewardAmount": "51254048637763281097" + }, + { + "pAddress": "flare17580e8fw40kaj894vp5deg0pqj58e9elhxz6uc", + "cAddress": "0xbdB3e7C5CE10384c78EbC2B6288EdC04019aE5dd", + "amount": "278893111714000", + "delegatorRewardAmount": "274892339659830453726" + }, + { + "pAddress": "flare17aazcvkdfdh860sp20jwp2mk7rzmzms4uew3lk", + "cAddress": "0x446808Acb0b2b823d9F1dE282D07Af1463858394", + "amount": "875481890996000", + "delegatorRewardAmount": "862922945162227797600" + }, + { + "pAddress": "flare17dquzh3xq6zav8nh0fvgsqqtay8d0c9ezp2dyw", + "cAddress": "0x4C85643eA632E85014D98BFEDBFad6aEcCaE139d", + "amount": "364916000000000", + "delegatorRewardAmount": "359681214078085646942" + }, + { + "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", + "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", + "amount": "792602364965000", + "delegatorRewardAmount": "781232340899749903941" + }, + { + "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", + "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", + "amount": "19417639054583168", + "delegatorRewardAmount": "19139089515621471894582" + }, + { + "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", + "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", + "amount": "36200000000000000", + "delegatorRewardAmount": "35680704462469994243407" + }, + { + "pAddress": "flare19lxvnyq9vvyj97e63gu2xlrpqsjgs6xcfauvj9", + "cAddress": "0x523A233fA9f41eE8Fb5a999Edaec22c1FC0d32C0", + "amount": "61637803474000", + "delegatorRewardAmount": "60753598051701666126" + }, + { + "pAddress": "flare1cevpg4uver7fr6paf7pn6k0j6sdc7rf8gmwhax", + "cAddress": "0x455c7B038e40AB0e70037503EBc09C4af7A2D54C", + "amount": "263323282937832", + "delegatorRewardAmount": "259545862889285943042" + }, + { + "pAddress": "flare1dk23g83z7uktc2ffj9fdkqyn4weec8c30tmt0t", + "cAddress": "0xB743129f28352fB1B41466CEd22d2b9d1C5074Af", + "amount": "88009362069000", + "delegatorRewardAmount": "86746851876091318934" + }, + { + "pAddress": "flare1fefu4xykq3pm289479t0wwymj536yeg664d0zd", + "cAddress": "0x98118cf073aac296Fbe79cb1C49Dbb8a8cc5a783", + "amount": "334669995000000", + "delegatorRewardAmount": "329869093482080405002" + }, + { + "pAddress": "flare1fv5qtltlcgu46n6ansnvaynp72mgv254729h8t", + "cAddress": "0xFcEa4D25F84C916Ba00A563041fb020086d528c6", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1g72uc7mzyh3vr5pz6qu74f2yycwxdjte320xzw", + "cAddress": "0xE50e230510E4c2cc872F1ba83bac7376ECF19317", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1g9m4ygek6yunfsly8s0mhy6jcm68p8egm46kxc", + "cAddress": "0xa47030BC817d342d73375476C14aD224C9936017", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1gqyhw52nlekl9t8fu38wkkm9e0uvzw59zj0sj2", + "cAddress": "0x3A8Af4616E8FD65B3B44C65ee52b7051942f0AfF", + "amount": "124731000000000", + "delegatorRewardAmount": "122941711279236045634" + }, + { + "pAddress": "flare1h9nrmaxm9vnx8057hv3llqlkwfw4nzg06zz8xk", + "cAddress": "0xD265052FA6F41fEd85e924A07E20a0c8c1B6731E", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1hpg5x7xfnty3eadrnehhu2utne99yzem8r0g00", + "cAddress": "0x67e029c639B6e98a6EE9EcA7Eb2BD6dE9E460EC4", + "amount": "50903988000000", + "delegatorRewardAmount": "50173761099146934732" + }, + { + "pAddress": "flare1htdmv35jrp56sq0u3cy6sj2g22hx2gqqx5vg6w", + "cAddress": "0x4549d230d4A8Cbdd079D515Be459E52fBB08fa18", + "amount": "50000975000000", + "delegatorRewardAmount": "49283701983711343105" + }, + { + "pAddress": "flare1j39nv05auy0zy3t4y9zf8q9ll0azl42zexlfhs", + "cAddress": "0xc53c3F99c930fB0AaEd58077Ce2adfd9E90A9169", + "amount": "782551990000000", + "delegatorRewardAmount": "771326140378667798633" + }, + { + "pAddress": "flare1l80w6szjjcq3hw9u0wngkczcrmfxkwy0ruwnl0", + "cAddress": "0x734EA496Fe9fe8cAf8a5ce4929b7BF994a716c14", + "amount": "50700864029000", + "delegatorRewardAmount": "49973550978194052807" + }, + { + "pAddress": "flare1l93kuyus9mjc6jv5h2424n5g0g4hx0na4td70u", + "cAddress": "0xda1702A99E7125b536d029a46B41A5C4c75c151D", + "amount": "100005000000000", + "delegatorRewardAmount": "98570410214621872218" + }, + { + "pAddress": "flare1m00n756huz0zz39v0yt8934nwtj3z3cvmnctdx", + "cAddress": "0x706291145e486471b68f9F0cCbE509c7f8E7a7Ba", + "amount": "167004999000000", + "delegatorRewardAmount": "164609282129118699617" + }, + { + "pAddress": "flare1mce9usf83wc0f2c7chlyn5u9dydgh88frrp0xs", + "cAddress": "0xE3eAA4FFD622295f55bA48B05D6d9685aAeAcc01", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1msgwtynf3d0w0afzzmfxamnwaldha25zhnqk0y", + "cAddress": "0xE968f7F5F0F357a3743D7F592AFC429f9a23699C", + "amount": "115508000000000", + "delegatorRewardAmount": "113851016879861439090" + }, + { + "pAddress": "flare1nkkencuu4kumzg6tkx0n9tj47gyzlwjktu098g", + "cAddress": "0x47E1700695b4CfA2aCfc63e622c9B0bB77F76350", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1rqgfcg28hlvfaucuzalc09eg4k66xhepnm87nd", + "cAddress": "0xEC6104654270B2667D0C9943135f9dAeEcb6A18B", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1rv9hr52yyxytw75yj0sxcld0n9nr3u32zenwwm", + "cAddress": "0xEFed7008C363b7f1153A0bE3489bf41aBa28452E", + "amount": "59999997000000", + "delegatorRewardAmount": "59139286207350449370" + }, + { + "pAddress": "flare1s02squ2dyd8eah6nd6kwues3pgc9f0qxjmpucg", + "cAddress": "0xdcf68ef8D11482D8616F89FFD51f220857f8Dfa2", + "amount": "84100000000000", + "delegatorRewardAmount": "82893570311981395466" + }, + { + "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", + "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", + "amount": "50099998000000", + "delegatorRewardAmount": "49381304480893309023" + }, + { + "pAddress": "flare1udu573v6fwveaxwvgl65484gr73nsqaac2rdcw", + "cAddress": "0x328b15da9E7Bdb0d820Aacd4CB0D943Dd5d69e84", + "amount": "300000000000000", + "delegatorRewardAmount": "295696445821574537931" + }, + { + "pAddress": "flare1v4pgw3ygel3nxswqfsvdnvz8luxwjdc4hge7ej", + "cAddress": "0xb9BD6533f149E6776cb2516Eab8831332EF12e01", + "amount": "53732990000000", + "delegatorRewardAmount": "52962180554554021436" + }, + { + "pAddress": "flare1vkmdduz3xxatuddtwyh6gczd6l7nzappgv03q9", + "cAddress": "0xBF2D943542657995eb39D93942216aA89C13CCc8", + "amount": "93981646768000", + "delegatorRewardAmount": "92633463072520892591" + }, + { + "pAddress": "flare1wtlngxktmpzzp3mzz3nma70xdqrxqnmcde88n3", + "cAddress": "0xbfF82aAF34Aa83fE1EA9Fe580ef778413904A414", + "amount": "57599998000000", + "delegatorRewardAmount": "56773715626432672472" + }, + { + "pAddress": "flare1wup9966z4ny2naqwkp98wmut7wy4zk3k6yuxhk", + "cAddress": "0xEAecE500fD3B7c2E1141b64e7Ae7a63047D48d7D", + "amount": "50004997000000", + "delegatorRewardAmount": "49287666287394991015" + }, + { + "pAddress": "flare1wuw9dsk68nttmaxa5yexx4a8q7cs7qm7aft9vt", + "cAddress": "0x9e29b6EEdD5a844962F172AB23d92FcEfF228Bd2", + "amount": "133999988000000", + "delegatorRewardAmount": "132077733972445460747" + }, + { + "pAddress": "flare1zna9tc4g8fca0k4dfgr3t6d0n0yjseqeaxsm97", + "cAddress": "0x09D1a16A80DfCa1c79B3Fe84DE95128d0261c487", + "amount": "89470516223000", + "delegatorRewardAmount": "88187045509875417532" + } + ], + "totalStakeAmount": "66626250000000000", + "cChainAddress": "0xD448D833dd419944008133C69550FBc2e429f5cD", + "eligible": true, + "overboost": "0", + "rewardingWeight": "66626250000000000", + "cappedWeight": "66626250000000000", + "nodeRewardAmount": "82088105514248668990316", + "validatorRewardAmount": "20795653396942996144213" + }, + { + "nodeId": "NodeID-HGNPxSh8dZqCNCmHfMMNWYC8CNQiUwDWK", + "bondingAddress": "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw", + "selfBond": "3280000000000000", + "ftsoAddress": "0x112B1130BD78B5A520adeace6130151E07a270a7", + "stakeEnd": 1743836400, + "pChainAddress": [ + "flare1em9dh4ez6vlvhqukqxe3y2cl2flgg37heatqrw" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Xdrops Oracle", + "BEB": "3280000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "200000000000000", + "normalDelegations": "14298228139596410", + "totalSelfBond": "3480000000000000", + "delegators": [ + { + "pAddress": "flare12dqvwvsvw5dlqz2l3gnk20wn7vz33qycwvg50z", + "cAddress": "0xd313c072996302FA9D4dC2Ab3E780c7e161b0d09", + "amount": "8446378080000000", + "delegatorRewardAmount": "9365864918704705380928" + }, + { + "pAddress": "flare12pfds3f3aak50lqfj5ya5f7gsrrqy6t9aq04kw", + "cAddress": "0x618DcB07D1B1f0495f02fEe1a1F7Beb876961139", + "amount": "155689000000000", + "delegatorRewardAmount": "172637564825681693383" + }, + { + "pAddress": "flare15ey2l0wex3wv6xyccqj60eq6v7aqzlx2pttnzh", + "cAddress": "0x6A1d0a5C643F7118c1997246FA056Ad7A304CA92", + "amount": "3067086000000000", + "delegatorRewardAmount": "3400974109609161612142" + }, + { + "pAddress": "flare1e43vcgvcnp94w39ajtmkafzyq7nxlgr6kk525y", + "cAddress": "0xF0E519CbA209FD5f190d94e0AE9c0f63E26171BB", + "amount": "2629075059596410", + "delegatorRewardAmount": "2915280565953010121365" + } + ], + "totalStakeAmount": "17778228139596410", + "cChainAddress": "0x216f3f9476cC26ec95AafB2A494e23979d0494e8", + "eligible": true, + "overboost": "0", + "rewardingWeight": "17778228139596410", + "cappedWeight": "17778228139596410", + "nodeRewardAmount": "21903995307849007253097", + "validatorRewardAmount": "6049238148756448445279" + }, + { + "nodeId": "NodeID-HZwFckGTbucqTtE7qcv6z85mnScUfAeW6", + "bondingAddress": "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc", + "selfBond": "10000000000000000", + "ftsoAddress": "0x4990320858AE3528B645C60059281a66C3488888", + "stakeEnd": 1741473000, + "pChainAddress": [ + "flare12f943yd8auj7xhxn4xcht9vfpf8wvcm4952gvc" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "AU", + "BEB": "10000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "122339405695955498", + "totalSelfBond": "10000000000000000", + "delegators": [ + { + "pAddress": "flare100qpht3gv09cdter2z9jtmra85tznsysly8jxu", + "cAddress": "0xf91e1f09eCb7795a5309323F30898f45B34DE5f7", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare109a6sa7xrl88vhcx7hncmwa2gxmlerhs2dmred", + "cAddress": "0xe6C477CD695873e7DC03714EaF8e22Bb99236BC3", + "amount": "400000000000000", + "delegatorRewardAmount": "418903298247230595399" + }, + { + "pAddress": "flare1253t3ynpr8485fzcytxrfh347mrpzxn3dzggmn", + "cAddress": "0x87455Bf06558Bfc4B66A524e8a1Ab467685A3111", + "amount": "50900000000000", + "delegatorRewardAmount": "53305444701960093264" + }, + { + "pAddress": "flare133e2md2ywma9s3lqmt38309fcjmc36veqxw4gq", + "cAddress": "0xDb5474366Fa763d44A00c2FA2a77E60A0Db2E13C", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare13vlt4ttspst7castyeaqvavrskau67am3ugcem", + "cAddress": "0xf6b68210cA5BE5Ac9C11f09D1658DD96e4ACA8f3", + "amount": "445150000000000", + "delegatorRewardAmount": "466187008036886748854" + }, + { + "pAddress": "flare1433cfhqd5dvl3q0qta8xg7hhg24n8rt5npewu3", + "cAddress": "0xbC39Cf3572c077365423545A21e98e98c1DaeBE4", + "amount": "403498426887000", + "delegatorRewardAmount": "422567054651333324119" + }, + { + "pAddress": "flare14lyyw7tramgdl444vaxm30ggf9ds7wntv3wuhl", + "cAddress": "0x6Bf7d8D3042C6591b3a03bd045b0ce6B0cDc14Ae", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare14uylkkkflwvyqc6q6nq79n2ayr9t3dutp7cz34", + "cAddress": "0xb4a2816292EC8F91b04A711C3c365530a1b691A2", + "amount": "419369434000000", + "delegatorRewardAmount": "439188097716685717150" + }, + { + "pAddress": "flare14xv7da0zkrs69sd0gc0c47xa5hky0nwaaf9m5l", + "cAddress": "0x1D98544438B0056EFfB4Bca5c3C08F688c537532", + "amount": "330160988000000", + "delegatorRewardAmount": "345763817064410804101" + }, + { + "pAddress": "flare154etkfn0ggecgu92c748d7jacvtwlw9ahdpad3", + "cAddress": "0x42F8BA994D76524CF13eC55dCD6983ebb4054Cc4", + "amount": "350694866297000", + "delegatorRewardAmount": "367268090425462120260" + }, + { + "pAddress": "flare15xq27yk3z098wpedukyzj293r7xrazqfca89ls", + "cAddress": "0xA9Ef5f276573de03cd57B640c36d5073B2205Aa1", + "amount": "104380000000000", + "delegatorRewardAmount": "109312815677614823869" + }, + { + "pAddress": "flare163vr29akw77sxpg5rxl54lygqvl5uutsga8y0l", + "cAddress": "0x9614256715b73b45F53E64e4aF67F19DfD9EC363", + "amount": "249994999000000", + "delegatorRewardAmount": "261809324066032786123" + }, + { + "pAddress": "flare165qvzdm070s6awv4j3ua8wtnjsatk42xwe8mux", + "cAddress": "0xF9A949052e4050bDEc1B58f7a8CF0ED2c5b24d47", + "amount": "51145000000000", + "delegatorRewardAmount": "53562022972136522004" + }, + { + "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", + "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", + "amount": "643382866391000", + "delegatorRewardAmount": "673788011917367966613" + }, + { + "pAddress": "flare16pdhh0kcjx8hfuh9ak5hg6s7v830ed9rlx5szz", + "cAddress": "0xcCa3319bD691f8ed61e828343EE5Fa25097B7bF8", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare16svh8n7fzatgaxyytkkzlw2sd2k6z859gncf2m", + "cAddress": "0xA5B91E09189a8226E984759E6C6Ea01A930a0c8b", + "amount": "200039990000000", + "delegatorRewardAmount": "209493528980857564578" + }, + { + "pAddress": "flare16uuf7tz3728nr9cv2f9rr48965a7pjls5msnln", + "cAddress": "0x16eaD0B207c1F86494035aacE17c1Aa1C8542EF6", + "amount": "1818847048288000", + "delegatorRewardAmount": "1904802568837707731280" + }, + { + "pAddress": "flare16vv7xu6znyhgauy5rynwgcsftwr5lfgptnwsvj", + "cAddress": "0x6f20Ea19a7196Aa61110a523820716cB68FEe9c7", + "amount": "214374000000000", + "delegatorRewardAmount": "224504939146129529145" + }, + { + "pAddress": "flare17l8gkyd6dtm2mnz4ncghcp7w2w0tfk5lqrmf59", + "cAddress": "0xD1cDE504575b913f49369bf39e438ADEdF681776", + "amount": "51796975000000", + "delegatorRewardAmount": "54244809166823367422" + }, + { + "pAddress": "flare17sm67x24gkrzspuufuf9ydyw50u8ssv78a3wvp", + "cAddress": "0x1036d302D8D75dc61ddB39b4C2C27Fd7a18491Bf", + "amount": "126516188867000", + "delegatorRewardAmount": "132495121995139640168" + }, + { + "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", + "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", + "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", + "amount": "9000000000000000", + "delegatorRewardAmount": "9425324210562688396480" + }, + { + "pAddress": "flare1957n9rmlrdsnctacwd80jlsnrqm6x5nyg72vlk", + "cAddress": "0xb3A74b65656539358B741ce307c1dF8441248AD4", + "amount": "105000000000000", + "delegatorRewardAmount": "109962115789898031292" + }, + { + "pAddress": "flare19rh6xddnd6yk2uvnpukecmvwdm7xh4mcxq0td7", + "cAddress": "0xf6C69cAE28eC2Bb05d79b06E147B75bb3fA4D84D", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare19v5pft0z20xtlpqrxevyhjztt6z4lnt9wss3sh", + "cAddress": "0x5004cafa0c0BFd632C530f328ab313678edb4843", + "amount": "1730987000000000", + "delegatorRewardAmount": "1812790408807697366595" + }, + { + "pAddress": "flare1a79vfdwqydztyf5v4p7u3yrzx2f44cjac43tff", + "cAddress": "0x7910B8E68AADECcD2CaCcA31c110Dbf1E37CAd3E", + "amount": "50035000000000", + "delegatorRewardAmount": "52399566319500457101" + }, + { + "pAddress": "flare1c3pc8zy6ypmya2s96f3368m3ecgh76r3eerpad", + "cAddress": "0xCf4d9712552a4B419396701AE25e897664fBF5dc", + "amount": "606374013023109", + "delegatorRewardAmount": "635030185066973796469" + }, + { + "pAddress": "flare1c4l57lthazd6s98zyt4eqj5z3vg2un6nhqvs78", + "cAddress": "0x22D53A060686afC232974Df4a7A55B28a1E64A67", + "amount": "70500000000000", + "delegatorRewardAmount": "73831706316074392439" + }, + { + "pAddress": "flare1crjmff5jecezpdtdnrcr40q7lzjjv0w8ksntq2", + "cAddress": "0x4612d94d9e25733929B99ad72A807F76f94C88f7", + "amount": "94908972650000", + "delegatorRewardAmount": "99394204190853003792" + }, + { + "pAddress": "flare1ctnhfgq9q0m5sjvk403wccjzjadgtu3f88y0eh", + "cAddress": "0x787b4567f410fe5BdaD66BD4FDc73bD944b88370", + "amount": "300000000000000", + "delegatorRewardAmount": "314177473685422946549" + }, + { + "pAddress": "flare1djm3etv23e7k409gs2zm0dglnsgngt37yqcp0x", + "cAddress": "0x80057A70F530E9B2b6Dd5B7a7CaAAC7eD3c7f85c", + "amount": "107000000000000", + "delegatorRewardAmount": "112056632281134184269" + }, + { + "pAddress": "flare1ef4xtpp3sdggd8qgeqqas4tvxxfat3ryhvjwv2", + "cAddress": "0x3F80271fbef36a6939026A8D45b0a35B12F96332", + "amount": "2106000000000000", + "delegatorRewardAmount": "2205525865271669084776" + }, + { + "pAddress": "flare1ezgu3ymygef5futc9e0e6jclefewwe3ezrrn2a", + "cAddress": "0xDc7Bd81fFC73227537DE2765c3a16C76144353E0", + "amount": "63000000000000", + "delegatorRewardAmount": "65977269473938818775" + }, + { + "pAddress": "flare1fe2qn4pfd3203dnm3kwlmlf8zucxq9hvmzu5u2", + "cAddress": "0x19C0043B488642940A60672FD06cCA241646ee90", + "amount": "500000000000000", + "delegatorRewardAmount": "523629122809038244248" + }, + { + "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", + "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", + "amount": "708746000000000", + "delegatorRewardAmount": "742240092548829238916" + }, + { + "pAddress": "flare1g4kpqzjsyumyxhgpj7dg370pkzuna94xxksa3v", + "cAddress": "0x58b4a746e35a1aEb79f6Dad067a23Fe3B15779F3", + "amount": "200000000000000", + "delegatorRewardAmount": "209451649123615297699" + }, + { + "pAddress": "flare1glawqc9yamjx8nd2le4ylqa0hw85p2k0c7fnhq", + "cAddress": "0x34d0354c1eB84bB560C4F1576C9bb9d44B53F0AB", + "amount": "52501708360000000", + "delegatorRewardAmount": "54982846989045499743287" + }, + { + "pAddress": "flare1had76gzfnluqknhpjxet0cyegnpdua7m0984y9", + "cAddress": "0x7D8321c6F1020354a5D25cE327fc9237cdB807Ab", + "amount": "203217305165000", + "delegatorRewardAmount": "212820998486331173803" + }, + { + "pAddress": "flare1jkwqu2uh7aaxxmrk4mzrhlsgc7gz6r9pm9zlvw", + "cAddress": "0x91edbB3dC6ccC671b809CD9025E7104081c17Ee5", + "amount": "900000984000000", + "delegatorRewardAmount": "942533451558382527835" + }, + { + "pAddress": "flare1kcczaw37jgfxnfe5krdh3ee0jkrpvzldw7339l", + "cAddress": "0xE5e8C9fB35ECF19D1d05854567A9043DfC8DAE40", + "amount": "945086989000000", + "delegatorRewardAmount": "989750142056610352486" + }, + { + "pAddress": "flare1kd2dsgczyk6jfj84sfxxnw6jpygl8hzknt3s4m", + "cAddress": "0x79C213f310bBa418aB079651a9b95D81a307BF91", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648849" + }, + { + "pAddress": "flare1kt9fay92z3k4aem5uc9lu7jg9ry3qaxj2t4h68", + "cAddress": "0x055Ec7ffe8Eabb0330d173e5020A00676B02E954", + "amount": "52000000000000", + "delegatorRewardAmount": "54457428772139977401" + }, + { + "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", + "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648849" + }, + { + "pAddress": "flare1l89l3gj8drdhvxzrpx23qeclaqhfh7l33deutd", + "cAddress": "0x6438D36af8424Cb0d43C7F36B7Db687bBC4a979A", + "amount": "780334080231000", + "delegatorRewardAmount": "817211299858712402759" + }, + { + "pAddress": "flare1l9jrvhxvz0csldgvku9uw9g9yjxppverngjqne", + "cAddress": "0x95A47A1b72890a9fb24f458B29661b654c74AA91", + "amount": "78930621494000", + "delegatorRewardAmount": "82660744191350879397" + }, + { + "pAddress": "flare1letkttkll0r4vevk24puyvykzw6x6uyja3efmu", + "cAddress": "0x9cBCE6aafD4Bc47b6C50B1627B7FB3C46048Fc1d", + "amount": "65000000000000", + "delegatorRewardAmount": "68071785965174971752" + }, + { + "pAddress": "flare1lghng3lzkxrrzeldhue04xj62xcce8rawn58jy", + "cAddress": "0x6b6361efe804dd0410444344a183f97F468FF5d5", + "amount": "52280000000000", + "delegatorRewardAmount": "54750661080913038818" + }, + { + "pAddress": "flare1lk3c5aatuthd0ud5ydm2kcljc7gnqljkadheuf", + "cAddress": "0xD24af9AfD2e659d7B1b115f5002F011DAD313A6A", + "amount": "184850000000000", + "delegatorRewardAmount": "193585686702501438898" + }, + { + "pAddress": "flare1lzlm7du0302tzckackznjjec9x7y29mkv7pz7e", + "cAddress": "0x344F9AdEE9cCf5c00FC75404C8538F6C4119AF6D", + "amount": "50450000000000", + "delegatorRewardAmount": "52834178491431958844" + }, + { + "pAddress": "flare1m6jjzxmqq855uhy0nrmvnvmjrqzxlrhy6uj4pa", + "cAddress": "0xfE8900918Bd3f2D316C360167AAa038bD0424623", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1ngmhuqpq5zgmfann349x4uqd0da95ke7ln74as", + "cAddress": "0x3af21e3C5e5e542b06C5993b8906805359E5521E", + "amount": "55000684251276", + "delegatorRewardAmount": "57599920096785072557" + }, + { + "pAddress": "flare1p9ahm2ffkq7zhtrzkn8v4fl3nq68wu5n7fcl8s", + "cAddress": "0x0Ca1C17FF69Da7eBb882f674947e499E88D69A33", + "amount": "223227531156000", + "delegatorRewardAmount": "233776872652087069812" + }, + { + "pAddress": "flare1pl3zqd97m5se4em38app2kmkyf9ewlua08y8k2", + "cAddress": "0x45F6dea23d4F1733fBB67F6B21b1F5a9F4dd2578", + "amount": "2657407204972000", + "delegatorRewardAmount": "2782991607371812907898" + }, + { + "pAddress": "flare1q3mf2jlyp5ecnw59scdmwv775dmmtzjq5nje6f", + "cAddress": "0xB92B0092c51Cd380Fcc8806757897C31409E277c", + "amount": "51000000000000", + "delegatorRewardAmount": "53410170526521900913" + }, + { + "pAddress": "flare1qych6nw63k5kqk7knzrlxj9lk3nw5yvp9z2kq5", + "cAddress": "0x07E811B03F67a3A6E20922B10300234f9393255E", + "amount": "120999995000000", + "delegatorRewardAmount": "126718242483496027017" + }, + { + "pAddress": "flare1rsudg250kfrxxdtd454h4dycl0csmd2u4jnqg7", + "cAddress": "0x41f6192cE7F2D0DF24a2804BB540f65310E195A8", + "amount": "53396140000000", + "delegatorRewardAmount": "55919547899177198710" + }, + { + "pAddress": "flare1s303df3ytzka6r7ns83rrv2eutyagg36x0q24k", + "cAddress": "0xB70FE3AFc4d9c1E118db5BA8F341F6E51aB9F795", + "amount": "141047743688242", + "delegatorRewardAmount": "147713412603336438184" + }, + { + "pAddress": "flare1skz34q0d6ks0kuj32p57m6t9xda7rcq73gv3qx", + "cAddress": "0xade6B063077d7156bA541BBBbe015fdA01c7F0E8", + "amount": "250000000000000", + "delegatorRewardAmount": "261814561404519122124" + }, + { + "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", + "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1t3hverkrpwcm5cyevgk5p03fgsrz7q9sh2zv5h", + "cAddress": "0xA3a5929ed912b4B2DA00E751e3C18D3DD9B1e83b", + "amount": "309021036202000", + "delegatorRewardAmount": "323624828231986622417" + }, + { + "pAddress": "flare1tksgx30df28dm6qyj7jgf203ftkyh03h4t9qj4", + "cAddress": "0xc394dFA78E3C6508e7f8c2edcFe9A62E8bd33e1f", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1txcrjkdvpz7xds5wp2n27fjfhlmklfel9gqd0v", + "cAddress": "0x07bD743C3066D84Fc6Bd607a54FfEf1f1064715D", + "amount": "60726975000000", + "delegatorRewardAmount": "63596825300192790465" + }, + { + "pAddress": "flare1uz0spuwp75kxxhf54vdz70f23slz40cszhl6e3", + "cAddress": "0x24F3Fc4684786962Cd2Ef7F3e6c8D688545D4c38", + "amount": "286878967000000", + "delegatorRewardAmount": "300436363685146059547" + }, + { + "pAddress": "flare1vcr02ygm25yn6pcpwhhrxf3xzrtyj5zca6vhfd", + "cAddress": "0x84bBB88123D6c1708F46EAF2dE7b0a75DDB94a48", + "amount": "36672970046836800", + "delegatorRewardAmount": "38406070272854575518766" + }, + { + "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", + "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", + "amount": "266666000000000", + "delegatorRewardAmount": "279268167325989984881" + }, + { + "pAddress": "flare1vpje8spxvndwxvtxej4l4cqn70h0s8cdkccvzs", + "cAddress": "0xC42928BE9CaF61Af153c018Db5846f633D7b3aaf", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1vu2rhq4rrzgurmuzr2dj5ysvkss5v68hzw9nqj", + "cAddress": "0x648537ecE8c8022208212a61Dc41441BD0DeA23F", + "amount": "78000280000000", + "delegatorRewardAmount": "81686436390518739164" + }, + { + "pAddress": "flare1wdasdn2uxywxhjcqlkcvdfk92ktdclpdy35zvf", + "cAddress": "0xE096022572f13Dd76Fb32e3307284F38a6ab0D42", + "amount": "52000000000000", + "delegatorRewardAmount": "54457428772139977401" + }, + { + "pAddress": "flare1wexp2gnuauxyymzcpy3jw3srzz47tx4jwdmwpv", + "cAddress": "0x614B55670A8aaC6Ae178ee9d7c63c5A50a9dB2e7", + "amount": "68900996892000", + "delegatorRewardAmount": "72157137126452460753" + }, + { + "pAddress": "flare1wm00950k8cvavnpc340ep9tz8the0ycnf9ue07", + "cAddress": "0x6A7A7854B08F2BD692B954b31F56a2CbCC1aB490", + "amount": "125004000000000", + "delegatorRewardAmount": "130911469735242033368" + }, + { + "pAddress": "flare1xg3gfjlsmzk0nrg3eh2tp3h08uzzd3tcjljsfn", + "cAddress": "0x6878e46cE307D0511FeA690551F98fE99A38715B", + "amount": "85225967000000", + "delegatorRewardAmount": "89253596681524081412" + }, + { + "pAddress": "flare1xn6jlkf04snp3wcrakklk5y0svl08zghcfrelc", + "cAddress": "0x668B0feFdA98785d372A67Ede07Dd1b7702Bb098", + "amount": "50230039664071", + "delegatorRewardAmount": "52603823215921391548" + }, + { + "pAddress": "flare1xv0s8g3h7q3vgew4yum4p6jvk9yn468tl6m9cm", + "cAddress": "0x677447306623b50dFdcd359d7cDC441bEce1DED5", + "amount": "1989000000000000", + "delegatorRewardAmount": "2082996650534354135626" + }, + { + "pAddress": "flare1xxslvuj89eap0f7ratav4a8g3h0skg02ddzu8a", + "cAddress": "0xB71af5B1AAee70d28A3fE2Fb151e6962Cf804058", + "amount": "166360000000000", + "delegatorRewardAmount": "174221881741023204626" + }, + { + "pAddress": "flare1zdjeya789nhan9u4cvpx23cpdk24uxlzqsz2c4", + "cAddress": "0x28397b0fe4AB9bfF3AFe693cB309477FbE3521F2", + "amount": "52399992000000", + "delegatorRewardAmount": "54876323692321243052" + }, + { + "pAddress": "flare1zdu3me55ew8775nrsg2exz46xhnh7mruzfct9p", + "cAddress": "0xb78Ad2F2DDE461e22C5be18815fa539AFbacf852", + "amount": "250000000000000", + "delegatorRewardAmount": "261814561404519122125" + }, + { + "pAddress": "flare1zqa2kjednnawt9an7z005fnwptsv76vruk58sq", + "cAddress": "0x003E5ea59Fc82c772ad320282048B0863e776d2c", + "amount": "50561988000000", + "delegatorRewardAmount": "52951458847842235994" + }, + { + "pAddress": "flare1zxq20eg7uydp8ntsc5u737ujdlc9j3ujhs8eak", + "cAddress": "0x9A5D27674FDB99C4878769749b61C51764b0d888", + "amount": "206720000000000", + "delegatorRewardAmount": "216489224534168771705" + } + ], + "totalStakeAmount": "147339405695955498", + "cChainAddress": "0xD49E9e23De39c3852c1980659D82D057e791F491", + "eligible": true, + "overboost": "0", + "rewardingWeight": "147339405695955498", + "cappedWeight": "147339405695955498", + "nodeRewardAmount": "181532244140654565792321", + "validatorRewardAmount": "53411292761550097081289" + }, + { + "nodeId": "NodeID-J4nyqo44xFUxhAi9gDJXAkYyxP5z2a7UG", + "bondingAddress": "flare1hp5zept5qgd4xlwa6hen09m00uspkdq6ku7zwr", + "selfBond": "2306380000000000", + "ftsoAddress": "0x085841B253590281cc5c5222b09D4e59a605E774", + "stakeEnd": 1739449147, + "pChainAddress": [ + "flare1hp5zept5qgd4xlwa6hen09m00uspkdq6ku7zwr" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "FTSO PARIS", + "BEB": "2306380000000000", + "boostDelegations": "11500000000000000", + "boost": "11500000000000000", + "selfDelegations": "0", + "normalDelegations": "11605669220000000", + "totalSelfBond": "2306380000000000", + "delegators": [ + { + "pAddress": "flare108xsn9u46t8gn6ynrcnr6pg8nfcvtcj6lqnxj4", + "cAddress": "0x840854977b55B14a0674BD76a316D56fCa05E4A2", + "amount": "150000688739000", + "delegatorRewardAmount": "147848901769701931315" + }, + { + "pAddress": "flare10ecx3rdfpta6vwjvc2zq29a08624qm3p078j0k", + "cAddress": "0x45d36788fbd3cb78A6701Bc52546b3bCE11fAc04", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare143nqwmcqcc9sfu6885ggqq6m7f59sf04kh4hay", + "cAddress": "0x253D381cbfBD590544bC2d7CFBe34445e761A300", + "amount": "100000001000000", + "delegatorRewardAmount": "98565482926179665381" + }, + { + "pAddress": "flare16uzuezefgh9dsv4yhtpwq0tgu652hncj0jmyup", + "cAddress": "0x86449A46C5928037559264Ac3aE2863406AAE762", + "amount": "1936478344750000", + "delegatorRewardAmount": "1908699213176735716823" + }, + { + "pAddress": "flare1fgl0tmwr3qk7eh9h74xw368szsg7m4zyt7ya6s", + "cAddress": "0x80Cc93C407D6c94CB3a00CDAaA7bD65DA1282C49", + "amount": "2700000000000000", + "delegatorRewardAmount": "2661268012394170841359" + }, + { + "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", + "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", + "amount": "67350301435000", + "delegatorRewardAmount": "66384149197803971186" + }, + { + "pAddress": "flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c", + "cAddress": "0xAbC938CA4645A8029A0A4C5076995F10D96665e6", + "amount": "5999999990000000", + "delegatorRewardAmount": "5913928906574942564524" + }, + { + "pAddress": "flare1nd9xlf6ffdv3q6hf975qpexd44yvxu599yh3gv", + "cAddress": "0xd3ccf89e9353c9845Dc9faED790517808E5CF8eb", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1phgavexu0v0p3trkq3j47sy2xexnuw3rx0kygr", + "cAddress": "0x1a2D1b8b5e4d723fC37669BEa4d3114dEE380f63", + "amount": "261264923797000", + "delegatorRewardAmount": "257517031282058035702" + }, + { + "pAddress": "flare1rqsg2ftxwacch9evleewvplzfg4wl5lrk8psjv", + "cAddress": "0xf1b75303768C1FC23f9B19773B8c4aa021238672", + "amount": "169999980279000", + "delegatorRewardAmount": "167561299860793544669" + }, + { + "pAddress": "flare1rrcz3x2jstw74863s52kp57djd3gklrvrmq7lg", + "cAddress": "0xCC254A3e8B579dBF107444a3AE798e1a5A2534AA", + "amount": "120574990000000", + "delegatorRewardAmount": "118845319993239638984" + } + ], + "totalStakeAmount": "25412049220000000", + "cChainAddress": "0xD38FC64Ca0868BFA2f5bF528EF5D4f17Fb6A859e", + "eligible": true, + "overboost": "0", + "rewardingWeight": "25412049220000000", + "cappedWeight": "25412049220000000", + "nodeRewardAmount": "31309385980820481232268", + "validatorRewardAmount": "19870202181704330476349" + }, + { + "nodeId": "NodeID-J8Zbi3b3AjTEUmHdE4KSApEU1U36iaeDS", + "bondingAddress": "flare1x678p78s7wugfnz6rcd0wp0h76l7pxh9f29488", + "selfBond": "10000000000000000", + "ftsoAddress": "0xF0F095bbd5e2E33e9c1703cdEDd0015280406E90", + "stakeEnd": 1746187200, + "pChainAddress": [ + "flare1x678p78s7wugfnz6rcd0wp0h76l7pxh9f29488" + ], + "fee": 180000, + "uptimeEligible": true, + "ftsoName": "Flare Oracle", + "BEB": "10000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "63410214977062737", + "totalSelfBond": "10000000000000000", + "delegators": [ + { + "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", + "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", + "amount": "4000000100000000", + "delegatorRewardAmount": "4041184860591137674064" + }, + { + "pAddress": "flare13l0tfccwhy639cw6m9l9md9xrsparh2ryeck44", + "cAddress": "0x32c056bB3d28cB1C6a3d084291736831feB1fF73", + "amount": "989289000000000", + "delegatorRewardAmount": "999474907400463814597" + }, + { + "pAddress": "flare13lqdfz2yr4q2tx8a90urrd703hd2uyxdrldnha", + "cAddress": "0x43d4888856Ee5BA877A968975EAeBF41793bA8Ba", + "amount": "101235000000000", + "delegatorRewardAmount": "102277334783552586019" + }, + { + "pAddress": "flare13shtpwvryyq9hf982al8v6n47qptdfjpqwc4z3", + "cAddress": "0x487011B01e860B1128125008353Ee3D56CC0430c", + "amount": "69351963630000", + "delegatorRewardAmount": "70066024616805184647" + }, + { + "pAddress": "flare143eg5sczk6kpvfrelfwlmnjrks9x58j33vmwe8", + "cAddress": "0xB64F4B59C2688812de3C537EDEFc88C1484EE202", + "amount": "976549998000000", + "delegatorRewardAmount": "986604742216857888184" + }, + { + "pAddress": "flare144jvceeacencd48a37q3geme2zye89gkv93y0p", + "cAddress": "0x45CFAb79553d347eE2A329b073A9D637e927A908", + "amount": "278999992000000", + "delegatorRewardAmount": "281872628897046409157" + }, + { + "pAddress": "flare14rmyqh2e7jufgsxezpfrgs2d2mm3rsa9kq53vg", + "cAddress": "0x05B658701342814Fd49b6349D6c6d5E3ee668BAc", + "amount": "480452975729360", + "delegatorRewardAmount": "485399810800867465993" + }, + { + "pAddress": "flare15kyedqjka3x9nr77shy4549l3uc0826pczxyys", + "cAddress": "0x49E67273e8ef541d991350Ea9cb2fc28E34A3b18", + "amount": "131000000000000", + "delegatorRewardAmount": "132348800875639736934" + }, + { + "pAddress": "flare15nvl50j23dyfm6kfw9jlhs9q8pz834xjn6vd7q", + "cAddress": "0xa32fea03495d34F37CF63962323a3BF48e2c9549", + "amount": "50024996000000", + "delegatorRewardAmount": "50540062858081483493" + }, + { + "pAddress": "flare162t3rnaezy9a48d6f6q9hf89u46carhu200wax", + "cAddress": "0x9E6BFa3AC9Da80098CEC42CeCdF9A9C04c58442D", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare164gk7v9ksu52alkq9angj3mjd9jr6cpsqywtgx", + "cAddress": "0x80439104FDA7d222169E1BA1e19EdA00c3538DF3", + "amount": "399999999000000", + "delegatorRewardAmount": "404118474945855678612" + }, + { + "pAddress": "flare16pztk8rg3uzcxr3jln6d94rupzync2nx5wzwj2", + "cAddress": "0xcEc5C7C70Be4C1450056D955Cb103A67137Dc965", + "amount": "54034336000000", + "delegatorRewardAmount": "54590683784056578324" + }, + { + "pAddress": "flare17lg7042fcsqdv6anw42x3eavulqds507qftcy4", + "cAddress": "0x54a6742a4d90F0640Fc06EE20D5A0b377421D4cF", + "amount": "698292000000000", + "delegatorRewardAmount": "705481747030933001401" + }, + { + "pAddress": "flare18awcsu3jastm3rld4js5s6dkjn7fsy3cmrv8ws", + "cAddress": "0xA0b87C478D0bb0eCCF7a33223412BA6A75e724a9", + "amount": "60000000000000", + "delegatorRewardAmount": "60617771393422780275" + }, + { + "pAddress": "flare18jjz2gq948esu64yfev4ra2r5aevpkup24q0s4", + "cAddress": "0x8F7238fDc127A1cD57a4964Dca16170785399B2b", + "amount": "244908967000000", + "delegatorRewardAmount": "247430596230088728525" + }, + { + "pAddress": "flare195umjjqnl3wdgvzwvdcy8gaek6vnslcm2vwtty", + "cAddress": "0x5D4bE3f345cbEe26F7Cd7EbBa9e21a26c063E6cA", + "amount": "158603999000000", + "delegatorRewardAmount": "160237015891077587489" + }, + { + "pAddress": "flare19ngcrft6z0xxj76y6h7ukujfhywz7tmej38hek", + "cAddress": "0x5019aB439e041FED3f9eb20cF7F321C1242BD4E8", + "amount": "50097585909825", + "delegatorRewardAmount": "50613400167402167230" + }, + { + "pAddress": "flare19s6fsx325prsndyn9mlz6h83m9n9tn78x3yt49", + "cAddress": "0xc5257bFc56EeC426C5861Ed586f370B16C3aC663", + "amount": "410657000000000", + "delegatorRewardAmount": "414885202451813644659" + }, + { + "pAddress": "flare19zgdvzd5m9e7v9e326x44u95n8cs6j06fue2zv", + "cAddress": "0x355Ee7967Fd17C49db13f7953b03Ee61E52683fC", + "amount": "27335527960000000", + "delegatorRewardAmount": "27616979746629942838654" + }, + { + "pAddress": "flare1c2x8njxq0ava2f2gyptghf4ss9z0pdske52ytv", + "cAddress": "0x82e0bD5bf9C895D52a044C2013EC5aB61B2A6483", + "amount": "150000000000000", + "delegatorRewardAmount": "151544428483556950688" + }, + { + "pAddress": "flare1cuyf3lrc8dsqvpkqjq9k2pwm6yyl0zs2vmhdjs", + "cAddress": "0xD8AE0509E87B557443AbB2fd399BB7DfBE24a0ad", + "amount": "128499996000000", + "delegatorRewardAmount": "129823056359729028194" + }, + { + "pAddress": "flare1d29f8z3hasucca8y08p5cn97z46eu8dq6a3yzm", + "cAddress": "0x02e6a8B49d6f46C70fE2Dd42356c9400469C986d", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1da385jdn45gcf2as4p8zr90eh6vla0qqg6ywa7", + "cAddress": "0x6D179F338fB4beCaF0987Fc657Ab6F2C324f998d", + "amount": "56473997000000", + "delegatorRewardAmount": "57055463996980731883" + }, + { + "pAddress": "flare1dchzspa3zusx5a88h592n6vq0x8xtxpk5eeus0", + "cAddress": "0x0e226A2A0E6470bEcC3F488AbEd16f45559c2282", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1ds7warfhtqtwjxh80t08enhw5mnvvan5e9rfnz", + "cAddress": "0xdC21632e09a5318048FBa6098203e751269ddbC4", + "amount": "214467371122000", + "delegatorRewardAmount": "216675567900362641452" + }, + { + "pAddress": "flare1ehrpv6n2yhr99dted877fmuch2gezs4mnutp8r", + "cAddress": "0x8ED8A04D55eE60b71D7d3C88136497C420e8c7E8", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1ekr9dskcwar06jf64gvm87f89wrun5xwjauenx", + "cAddress": "0x37982C49A7d0C39174bFCb810441C8BeecBAd54D", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", + "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", + "amount": "156400000000000", + "delegatorRewardAmount": "158010324098855380584" + }, + { + "pAddress": "flare1fu6swlx397z5l3p77qxdnnfwcav7e56qhj9ujw", + "cAddress": "0x0Acb4671ACA5f6fcE9d76047F51E042A50656E6f", + "amount": "56249084557000", + "delegatorRewardAmount": "56828235812758894689" + }, + { + "pAddress": "flare1fvyegajgsn08a5udk73tmh959nyaeyymnmz0hs", + "cAddress": "0x415EE02C6cD46D455BFe50e753aAc87014317402", + "amount": "58564999000000", + "delegatorRewardAmount": "59167995350633895556" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "120106000000000", + "delegatorRewardAmount": "121342634182973940796" + }, + { + "pAddress": "flare1gdsvmkt8wppcf0tnha6t9en626krxr73ejlp80", + "cAddress": "0xfdbb23094F9bf5Fe471b6ace0aAf34491B5D7EAf", + "amount": "203000000000000", + "delegatorRewardAmount": "205090126547747073265" + }, + { + "pAddress": "flare1gneg2f2asfzryl0yhqtknej62ccwv6q4a94z4t", + "cAddress": "0x0Bf61E62224615fC83CF18665fe3b49ec4A59DbA", + "amount": "100000000000000", + "delegatorRewardAmount": "101029618989037967125" + }, + { + "pAddress": "flare1gs8k2amy6tp3uk6y3jm5jnje49fxe8gv9qsme9", + "cAddress": "0xFC5D04A0191335da59Eb3D83FF40A212CCd38f0A", + "amount": "179747051804000", + "delegatorRewardAmount": "181597761581609895850" + }, + { + "pAddress": "flare1hnl4yzg3mue90zu0rz7ph3pgkwq52yjerzqhtv", + "cAddress": "0xCeaA1a543351A445bdf03Bc1eFCe5074d535B548", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1j5r9j5tfcrhqzu0dauv43j8skmjcx6r64u576n", + "cAddress": "0xfFF9A77C90D9d148f1e82aED77Eb9D3328d454FA", + "amount": "69104755000000", + "delegatorRewardAmount": "69816270679808164039" + }, + { + "pAddress": "flare1jzg2vnuq6q6tketrl5shpxssxpkt6kny7aav7w", + "cAddress": "0x349F1abb33024646F6Eda656DbBA9bBc8e0Bbba4", + "amount": "64999997000000", + "delegatorRewardAmount": "65669249311986108960" + }, + { + "pAddress": "flare1k7pswlp98dps5nmu6cyutytlp9kqsvd6kemxft", + "cAddress": "0x7204bcf29d6B18d810549539fD6A45fFdC204762", + "amount": "267650987000000", + "delegatorRewardAmount": "270406772386499540816" + }, + { + "pAddress": "flare1kgqe6gx00zqqxvq6fheyedy9yx2c3ppuyaedyd", + "cAddress": "0x6d715F17D9015cF5FEe0945cC9af9F9fdf7A5704", + "amount": "248873285000000", + "delegatorRewardAmount": "251435731601002578683" + }, + { + "pAddress": "flare1krwkz3va7082k8yh62tlrpjd4l2t4nsmv2mkgj", + "cAddress": "0xD74D3E4b62af9394dCeaAdbE5127a25907ed15f8", + "amount": "299999976000000", + "delegatorRewardAmount": "303088832720005344008" + }, + { + "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", + "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", + "amount": "350000004934845", + "delegatorRewardAmount": "353603671447287986139" + }, + { + "pAddress": "flare1m3kgzn878ackqgtr20yg4n7e66rupfqsqd77kn", + "cAddress": "0x993A7995be8821C1D49e4e1D7DcaE940D502484E", + "amount": "114154514954384", + "delegatorRewardAmount": "115329871517198523540" + }, + { + "pAddress": "flare1m528kx6nw4wfs5dllkv3nyn9w4d625vjfn3ara", + "cAddress": "0xf28bA57FFfe4F7aa818abbB58cc73F5D2D88dDc5", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1n7rftpc8mktfx097v5esyh6r25nju8ndd6z7s2", + "cAddress": "0x23ADf46873d9BB79E2e825fEd11dDd9bff703f27", + "amount": "520000000000000", + "delegatorRewardAmount": "525354018742997429053" + }, + { + "pAddress": "flare1p0st9p2k58pgqscr34ttv46hm733rql7dnf8x4", + "cAddress": "0xfF9fc7462bDCDABB44610E5526F9492e0f048992", + "amount": "55000000000000", + "delegatorRewardAmount": "55566290443970881919" + }, + { + "pAddress": "flare1p64qxgwsafcqjamp2mzrymca79c5rrlsr0kzl5", + "cAddress": "0x4E545F33908fc26C8d7098f8f96C43468458F70c", + "amount": "225522000000000", + "delegatorRewardAmount": "227844017336458204221" + }, + { + "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", + "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", + "amount": "234247000000000", + "delegatorRewardAmount": "236658851593251766853" + }, + { + "pAddress": "flare1pv6rjeses8mkce3ezd3fsvr97w80h0auy9xpvf", + "cAddress": "0xB14076CD1f3Ca3953840522cBe4F3eeB48A2ca68", + "amount": "3932918068791323", + "delegatorRewardAmount": "3973412140050903760340" + }, + { + "pAddress": "flare1pxqaeqnlr5ldxm9qqlrgs4catc43erhpaj8ugp", + "cAddress": "0x8D1D900bFC3c498A9e0454C6F342306662e8e950", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1qntscv6gr2rddjqcwaadgfu6uj0m5hm9e6dkpd", + "cAddress": "0x9a70dADaDD78AE2caea35fefd1d58e6BB8F055e1", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1qqaw540uhutk3r8aw35tdu2qc964h2lvtuh0sw", + "cAddress": "0xb6F99645cd2F57bF3268a8ef6fDDD749cba30679", + "amount": "142189994000000", + "delegatorRewardAmount": "143654009178735946113" + }, + { + "pAddress": "flare1qyhn7477vhvx8ntmjk5nkahenekg7l2fws3gpp", + "cAddress": "0xbB503547650a2c53139Bae0F3acDb0157F33cd35", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1r5kawsuar8mncnxptz665wxkekt02arpecuwlg", + "cAddress": "0x785ea2C2568407e436F7e08b878BCa849032Fed1", + "amount": "50899994000000", + "delegatorRewardAmount": "51424070003643185924" + }, + { + "pAddress": "flare1rrm9gggrl87zjnnlrxytr53xskfas58xdnlp6s", + "cAddress": "0xf26e2d134ddF8eCcA0C879fEc9B089A8D2dA7539", + "amount": "101799992000000", + "delegatorRewardAmount": "102848144048471131410" + }, + { + "pAddress": "flare1scm2w37ru4pdqpgydjgf55p2v73xphfej4w6mu", + "cAddress": "0x5ddE6Fb49cd61eeeE47e021424C301B4486E6Cc1", + "amount": "221900690000000", + "delegatorRewardAmount": "224185421641046273414" + }, + { + "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", + "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", + "amount": "272624000000000", + "delegatorRewardAmount": "275430988472674867496" + }, + { + "pAddress": "flare1sjar8kl858zd4xgkg8pjwtpql40dkn4k5uzsr7", + "cAddress": "0x6d8db5a328F3Cf98007d2337D0957559ED77EE70", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1szzv8gv3eywf20uz3szd70tadq8l6w25qxpjug", + "cAddress": "0x57AbCDf21289B28F444e779Fe0C1155636C92368", + "amount": "161225642283000", + "delegatorRewardAmount": "162885652111144193861" + }, + { + "pAddress": "flare1t3awq0wwauu5wk7j4h57ymnq0jvx65e8keswe8", + "cAddress": "0x91cBaE065dB2356D7aeD44d5b41fde1A37196C58", + "amount": "100000000000000", + "delegatorRewardAmount": "101029618989037967125" + }, + { + "pAddress": "flare1t5yhnqugrxjpzp0qqzgs0qn2xp0cucf0wv2m4h", + "cAddress": "0x62d1C35acD23342a06B7DDd412E44b111884f148", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1tcjr5nywx3yvp8ydwmv3nxg7alkyx42uyn8gfd", + "cAddress": "0x8F700383e44F99084956A11c4bD0C9e9F123BAcd", + "amount": "14000000000000000", + "delegatorRewardAmount": "14144146658465315397610" + }, + { + "pAddress": "flare1tsxsswdz2ntae5k8uft9a8lpj7jvhmj5y08e44", + "cAddress": "0xE7308b833F0cb4953C32cfbc3932B044789A7f1c", + "amount": "71800000000000", + "delegatorRewardAmount": "72539266434129260396" + }, + { + "pAddress": "flare1u2hpwvg8z8nkl6wuy46q8cgafy8c7h4zyrx46v", + "cAddress": "0xdf745abbf99aA5FE00c0464088342E788e50C0f9", + "amount": "100000000000000", + "delegatorRewardAmount": "101029618989037967125" + }, + { + "pAddress": "flare1urwdjwnjuwdwwaea8at3fhwka2fh73wkw0p2d6", + "cAddress": "0xBd6d2F9899855f6347fBe2F575DF42e81a86F2c7", + "amount": "461207989000000", + "delegatorRewardAmount": "465956674033704138627" + }, + { + "pAddress": "flare1v6mn9qh3k805snrsgdg09hdlgd538rnftvlh09", + "cAddress": "0x1f0FdDF0888E190787B7467ad32f81226935f3D9", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1vmq3cx2e2yj5xus2p9n4f78s5fyyfcj0apnytq", + "cAddress": "0x298D68804B1ae39Db335968F47B1d02c75A91156", + "amount": "74174990000000", + "delegatorRewardAmount": "74938709782157013211" + }, + { + "pAddress": "flare1wh3rh7qg22hemz6yjde6j9jfhaj948zqegh8az", + "cAddress": "0xB2145DA747954452FF580d92Ef421fc1643538C7", + "amount": "102500000000000", + "delegatorRewardAmount": "103555359463763916304" + }, + { + "pAddress": "flare1wjttgvjxw0f25sq92ydfsh7s5fqc6j4sxksv2c", + "cAddress": "0xdFcd9A8300C6eB249F0a542D585a1d3DDD842C60", + "amount": "101610000000000", + "delegatorRewardAmount": "102656195854761478396" + }, + { + "pAddress": "flare1wvlmdmn8k6a9uplzsydnulvfw6dnkafx4emdg0", + "cAddress": "0x6181C11eF2E136728ce2cF7E01200a0D4850bdD7", + "amount": "57108783000000", + "delegatorRewardAmount": "57696785874176486433" + }, + { + "pAddress": "flare1x6v2dvgnszkk6cylsynj89l6wnvtcjr38nwc8c", + "cAddress": "0x3e745FB691a9C7E549ea35432Fe530D74abD42A5", + "amount": "1600000000000000", + "delegatorRewardAmount": "1616473903824607474015" + }, + { + "pAddress": "flare1x72aj8qxfyvuppazp2z2afwl8y9xc7up57jtx3", + "cAddress": "0xB784471706b2Fcf03183955D3616af9088374282", + "amount": "100000000000000", + "delegatorRewardAmount": "101029618989037967126" + }, + { + "pAddress": "flare1xa6wkrej7305r6327459uf7434x78895j38vl9", + "cAddress": "0xAa7b02D9d1dfF5860B375f1AC942e3D4881559F2", + "amount": "100000002463000", + "delegatorRewardAmount": "101029621477397482826" + }, + { + "pAddress": "flare1xtxeldwnduqxd4ptxuks5urhyqrwh0qm7l0chu", + "cAddress": "0xC5B88a3588f1f7569B19c0976A42A5E4baec7740", + "amount": "50300000000000", + "delegatorRewardAmount": "50817898351486097464" + }, + { + "pAddress": "flare1yexnaz4k88gq2l0lls0jmx6r49hgvw8rrutye5", + "cAddress": "0xB7ceebB3C721a9982212c32152B4A2B5D5Ad1177", + "amount": "63000000000000", + "delegatorRewardAmount": "63648659963093919289" + }, + { + "pAddress": "flare1z29kscffyurnlvtlvy9vemkg6ekk44h5a5zc6w", + "cAddress": "0x4f860f352418e7e9E012345aFe1E5A9A9cc7eE16", + "amount": "52203255827000", + "delegatorRewardAmount": "52740750461890861065" + }, + { + "pAddress": "flare1zhm0mx2elpuxrqpdyzehjjtvf94acagpnvfn4x", + "cAddress": "0x14E99a51879b480Fa6c191f2d2F83133B5c578E7", + "amount": "236214684057000", + "delegatorRewardAmount": "238646795298946911510" + }, + { + "pAddress": "flare1zjwzn0wcr5hrhqwq29rl7ppxs6j03jc4hj5xk7", + "cAddress": "0x60F432c8Ad2800833c3840193d6ff5B62216B79b", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983563" + }, + { + "pAddress": "flare1zzhgvgtuqkaj9msdzhwc0p0z52tu5shfv2dve9", + "cAddress": "0x1101da007B4bD3ED52c69f896682FB263ABF925F", + "amount": "194450000000000", + "delegatorRewardAmount": "196452094124184327078" + } + ], + "totalStakeAmount": "88410214977062737", + "cChainAddress": "0xF70F15182D51C13e2c67D1076B8b352e0cA85A83", + "eligible": true, + "overboost": "0", + "rewardingWeight": "88410214977062737", + "cappedWeight": "88410214977062737", + "nodeRewardAmount": "108927443095994955795135", + "validatorRewardAmount": "44864344504538583824538" + }, + { + "nodeId": "NodeID-J9JZSkVJWCUYZ43n36q4fCixu7Tj4QR1P", + "bondingAddress": "flare19jsd4uuq8r74qpyyddf2veadymlmv8mgs2j9qd", + "selfBond": "4750000000000000", + "ftsoAddress": "0x58048528D3d3aea14Ec95eb5e98b18dE51780e27", + "stakeEnd": 1744520400, + "pChainAddress": [ + "flare19jsd4uuq8r74qpyyddf2veadymlmv8mgs2j9qd" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "FlareFTSO", + "BEB": "4750000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "50918292176691439", + "totalSelfBond": "4750000000000000", + "delegators": [ + { + "pAddress": "flare14cyrctgqy5jjjjzrsgcqapnjt5t0yencpl90gr", + "cAddress": "0x4CBC289fb8946D1684709113416Ccb26623Cf470", + "amount": "13290512370000000", + "delegatorRewardAmount": "13099857569855570697397" + }, + { + "pAddress": "flare170st6nazvuc6s9y6tm06mvlcu4xd5jz2qer3ry", + "cAddress": "0xeb3cb7473156F9eD3d9A6Ab1a6020dC772E1575C", + "amount": "121858377867000", + "delegatorRewardAmount": "120110297429514411012" + }, + { + "pAddress": "flare19wjqa2mmwgz896e93gdwx9y9fx7vuuqt2fsez5", + "cAddress": "0x57253A81FA56526e2b8877bd1df3094A5372680A", + "amount": "34575220531650572", + "delegatorRewardAmount": "34079232749020683182309" + }, + { + "pAddress": "flare1ag5mfdktcfrgax6l9lx0drkasa9gs47m3fx2xh", + "cAddress": "0x5482c9697f716E5eABbd3bF49c28f23C9e63AC37", + "amount": "50133252000000", + "delegatorRewardAmount": "49414081446257811155" + }, + { + "pAddress": "flare1gwx3xvuvnjvstxsfxjeqfq9mh5sz587vjxldgv", + "cAddress": "0x8ec0eCca951F4Cf3E4c976adD533Eb1100b50dA5", + "amount": "117352525822000", + "delegatorRewardAmount": "115669082645833166556" + }, + { + "pAddress": "flare1p5rf43etv8xhznme4pkx404ugkta6kcaay0agn", + "cAddress": "0xbdF6A7c644aBC3cC0a3670229473C215b9EFFCC6", + "amount": "281432835229867", + "delegatorRewardAmount": "277395630383201604282" + }, + { + "pAddress": "flare1ru5sdty7jztxfzvq440vknzxh6xsneaev24mv6", + "cAddress": "0x05dd03DB066C4109112a5715b539dcc0500d74C0", + "amount": "99999997000000", + "delegatorRewardAmount": "98565478983560387760" + }, + { + "pAddress": "flare1tkutjq0sn0yrqjpvfqxq3fznr7cm7kwthlrv7e", + "cAddress": "0xBeF030F26b1D0e6D32c5e42E6616a2b9bd409885", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1wrz27n0jsprg6w7laal7me8w27qmpdwrvp6e2r", + "cAddress": "0x3cb7ACC13cCc821A7D03d830F86365d923E6b29B", + "amount": "2109390000000000", + "delegatorRewardAmount": "2079130419505237048541" + }, + { + "pAddress": "flare1zcjn0daj538pffalcqdvh7j4h7eynfpfg9lyan", + "cAddress": "0xB86c3f13593a4ae2e0d97eB6b962cC88C651fC4A", + "amount": "222392287122000", + "delegatorRewardAmount": "219202029600355072738" + } + ], + "totalStakeAmount": "70668292176691439", + "cChainAddress": "0x9C1d660Ee6F1b6f0773163126A04cA53CD6635C5", + "eligible": true, + "overboost": "0", + "rewardingWeight": "70668292176691439", + "cappedWeight": "70668292176691439", + "nodeRewardAmount": "87068178453867666106308", + "validatorRewardAmount": "36880318374027190301570" + }, + { + "nodeId": "NodeID-JA63moobNNMLby4ENNUiJqVJA2cdpks5J", + "bondingAddress": "flare1zlpc6w6dyp5uxuk7x0h9e3r9yz462mgak4n286", + "selfBond": "3006022223441641", + "ftsoAddress": "0xAc2884A4479Bf7c21AA0462d52bc9c76c3a9A3dD", + "stakeEnd": 1753977655, + "pChainAddress": [ + "flare1zlpc6w6dyp5uxuk7x0h9e3r9yz462mgak4n286" + ], + "fee": 175000, + "uptimeEligible": true, + "ftsoName": "ACDTftso", + "BEB": "3006022223441641", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "9286655140598000", + "totalSelfBond": "3006022223441641", + "delegators": [ + { + "pAddress": "flare10888y29awckxr5v4j7769trxsdgm07d6zq6ky4", + "cAddress": "0xb0f2996a78b3d64915D4bc6495b606DE195366DA", + "amount": "1600000000000000", + "delegatorRewardAmount": "1626330452018659958608" + }, + { + "pAddress": "flare10ku7m67yw7hkav8txl6qud7jrw6ftujrm4qmq9", + "cAddress": "0xe142BcD425B189066Ad22afc3DF781d2ff8D80De", + "amount": "60000000000000", + "delegatorRewardAmount": "60987391950699748447" + }, + { + "pAddress": "flare10pc62jtlx5jl8w7prjmc72jdshyec706qgnyn7", + "cAddress": "0xCebbdFe33cbD84c15d7b232d45A6c99Ed8Ceaa0F", + "amount": "591510423820000", + "delegatorRewardAmount": "601244634340581079165" + }, + { + "pAddress": "flare13vmmdu457s62clu5364007muqcfxfnlz77farg", + "cAddress": "0xfB09e9edaC2C63a247fEA97F78e20f20092da0c5", + "amount": "204602205475000", + "delegatorRewardAmount": "207969248321357183365" + }, + { + "pAddress": "flare149ces568fcuafvxmx0cgyfumrp2yd3yw9sqqlw", + "cAddress": "0xA2f6079b7a12D1ab45e455E7544c08Ca3A6E2dE1", + "amount": "139300000000000", + "delegatorRewardAmount": "141592394978874582646" + }, + { + "pAddress": "flare15n5y20ueaxlpgjj3zpuyw0julx9xeqnwlgsm05", + "cAddress": "0x799486950ef0163a160A051f00CDa308a4068D23", + "amount": "700000000000000", + "delegatorRewardAmount": "711519572758163731891" + }, + { + "pAddress": "flare16j3uw9sw9zawuvfjr8dtwhtsql7l33kxl7yyr7", + "cAddress": "0x5F8b7483A56418A392e5F9a7b6fe39419537E027", + "amount": "50000000000000", + "delegatorRewardAmount": "50822826625583123706" + }, + { + "pAddress": "flare17d2fgwvwejszxacgnzs0nn3v6l0p6j7uqc0qas", + "cAddress": "0x1324CcC3228241F597a309D0b210C5BD201Ef882", + "amount": "60000000000000", + "delegatorRewardAmount": "60987391950699748447" + }, + { + "pAddress": "flare1a748nyr59zzq3hhctmjque8nh6ltcsrj0kznml", + "cAddress": "0x1F9C1E5196674b39CF7b7FD7212FD3b95F801a98", + "amount": "100000000000000", + "delegatorRewardAmount": "101645653251166247413" + }, + { + "pAddress": "flare1aeze7p55fvvc0q6cjdkzc8sj9yceavt3c2a58u", + "cAddress": "0x712e43A76006E9dFDb96dC6061f2Afb41D2c9fd0", + "amount": "78140000000000", + "delegatorRewardAmount": "79425913450461305728" + }, + { + "pAddress": "flare1c5ggrde88xj3p9t64dnkp0luk3keg6qwwkylfk", + "cAddress": "0xa9BFae928Ba1244D64fEa086d41bEeC356b200F5", + "amount": "799999997000000", + "delegatorRewardAmount": "813165222959960381769" + }, + { + "pAddress": "flare1d2m97jzw0ctp37gnqp45nvk2k2mva5hde79x0k", + "cAddress": "0x01DC70F44A217256CEa2d3750453Ba31083cAe97", + "amount": "76399998000000", + "delegatorRewardAmount": "77657277050977948000" + }, + { + "pAddress": "flare1dlrqyuzpqlhymansg3cwsyyqm9f8ypwc964ce6", + "cAddress": "0xf5a2e48509673e5ba699B1dD01C4edD7e456399d", + "amount": "113092978000000", + "delegatorRewardAmount": "114954096269297728930" + }, + { + "pAddress": "flare1ds4jm3c5997n60nlm3s6rvwt7jxwzd4m9w0v2m", + "cAddress": "0xad684610A736715625CFD18bB61FB9bc1E992952", + "amount": "224000000000000", + "delegatorRewardAmount": "227686263282612394205" + }, + { + "pAddress": "flare1dvs4r6tlc6ly4nkwwmwtaem90ts2t6jva2skck", + "cAddress": "0xC07DCB2E975b58E97d7b42C92c234Ac65F09F084", + "amount": "50000000000000", + "delegatorRewardAmount": "50822826625583123706" + }, + { + "pAddress": "flare1e27nq23zas405qqlnsu7f64ya2l8szywfmgn2e", + "cAddress": "0x3d2484624BdD85774287c7b299570A8B7a8E5732", + "amount": "54172165464000", + "delegatorRewardAmount": "55063651466185475058" + }, + { + "pAddress": "flare1gakn6kqtaf4rdz0w2w3wjuglf64c9mjwgkyw20", + "cAddress": "0xD15545227CD9a741164dBbBD6edA70f1e9f21144", + "amount": "532951000000000", + "delegatorRewardAmount": "541721525458623027250" + }, + { + "pAddress": "flare1h743n7jgmhgdpqfltvpxkytncltkas96x0awr3", + "cAddress": "0xB5b5aC6F6064F0De452149E9C7BAc376bF71f734", + "amount": "52011982000000", + "delegatorRewardAmount": "52867918872779003394" + }, + { + "pAddress": "flare1k3w57lssr285vpun0vymq2j7yx5n3llxyuuczs", + "cAddress": "0x42abbCbFe0142FebA470edB2c602136a3338F9c6", + "amount": "449444534539000", + "delegatorRewardAmount": "456840833133830061275" + }, + { + "pAddress": "flare1kf4lm906mcsvzr36zs4qwpv7tkr4xyzq8e8073", + "cAddress": "0xDfb01f4f929Ea5dA40EdB8b61c7Ab6F1d5a1f8C1", + "amount": "400000005000000", + "delegatorRewardAmount": "406582618086947652211" + }, + { + "pAddress": "flare1krlwjvwmr6jh9esrn7k5trux062ydrkna6r8z6", + "cAddress": "0x9195ef8fe99616F6b05928b50ad9E2997b1bD9ad", + "amount": "67519998000000", + "delegatorRewardAmount": "68631143042274385230" + }, + { + "pAddress": "flare1l5xh6uv7c8s6pcatls55cudd6l4an3rxkl9xc0", + "cAddress": "0xaC5c79D8355e0E138b33e26B6bb14D6Edc619E2C", + "amount": "50000000000000", + "delegatorRewardAmount": "50822826625583123706" + }, + { + "pAddress": "flare1l6628ps6sxltz7c9w5gc8vfnj4c46gk4pjz8nl", + "cAddress": "0x38f19CF846c0425Dca91e57f197CE0F15d0Fb22c", + "amount": "217274155000000", + "delegatorRewardAmount": "220849734195701491712" + }, + { + "pAddress": "flare1lxtn3wuf3sxqd7asynfrhalyy5qeg20xjljy8q", + "cAddress": "0x9424285edA1E837670d5bF0e9072E15f14f3ebeB", + "amount": "210297987000000", + "delegatorRewardAmount": "213758762660202672333" + }, + { + "pAddress": "flare1lzf9a8dswn9ak359fj9vkvh5n4x0rx3f03qlkt", + "cAddress": "0x3ec56bbac1a865B3e9F0DeEC837f4013cc23E80b", + "amount": "55556000000000", + "delegatorRewardAmount": "56470259120217920412" + }, + { + "pAddress": "flare1mugpsdth37n02fenm0y5axxfm6y0g35f5233zp", + "cAddress": "0x8a16Cae087Da0f1E30D29A9913500208CDF2Dc37", + "amount": "50000000000000", + "delegatorRewardAmount": "50822826625583123706" + }, + { + "pAddress": "flare1qqls05k0tqtman7mkgd3zk50tkjm4eaynw7m9f", + "cAddress": "0x1077AAb962611a457c1DfbA09B9B14641f08b599", + "amount": "205799000000000", + "delegatorRewardAmount": "209185737934367625514" + }, + { + "pAddress": "flare1r8grzm77y64mps07y9ldzmrq5kmtwp9vk2vhz2", + "cAddress": "0x1fD3595c20C68eAcFBA4c3623621Eda0603F85B8", + "amount": "100000000000000", + "delegatorRewardAmount": "101645653251166247413" + }, + { + "pAddress": "flare1rqgfcg28hlvfaucuzalc09eg4k66xhepnm87nd", + "cAddress": "0xEC6104654270B2667D0C9943135f9dAeEcb6A18B", + "amount": "50000000000000", + "delegatorRewardAmount": "50822826625583123706" + }, + { + "pAddress": "flare1sfnu6e5hnfmmgjfqhj5gvyzhe62vx5r9nu6qmz", + "cAddress": "0xA0BA1672aAEb5C764523466e8C3a28625B9A507d", + "amount": "100000000000000", + "delegatorRewardAmount": "101645653251166247413" + }, + { + "pAddress": "flare1u8sx6rjkmvrteru5qjsyvhrlt5j8zt4s7c233d", + "cAddress": "0x25586Ed29e382E443D301F14e7Db1C963eE13D92", + "amount": "50000000000000", + "delegatorRewardAmount": "50822826625583123706" + }, + { + "pAddress": "flare1utha5lrgjf4fxdc2aj2l8k886hjcg9yfqnn4vv", + "cAddress": "0x10e7640a6047CC7e8893531D533747a057f9988C", + "amount": "152790763300000", + "delegatorRewardAmount": "155305169463728175574" + }, + { + "pAddress": "flare1vnmyr49ffcgys549xfpyzq69z6f3905zlk63fc", + "cAddress": "0x467B9cf97fA72e40f19C980bbb1C0E67738985dC", + "amount": "856186976000000", + "delegatorRewardAmount": "870276844806605978462" + }, + { + "pAddress": "flare1vy2ldwuv3juq8wrgqmuk9pyzgr4y333tuneela", + "cAddress": "0x47D842d98283DD9ebA05Df987Ca2A4F266620daA", + "amount": "179604977000000", + "delegatorRewardAmount": "182560652143256890898" + }, + { + "pAddress": "flare1xr8tx94xvcwdw038670s974dg7vl2h7v8x0a9x", + "cAddress": "0x28580DDd4b31d9A547619289D29BD531D2981967", + "amount": "400000000000000", + "delegatorRewardAmount": "406582613004664989654" + }, + { + "pAddress": "flare1xvk5tpucytc5lvvzln4pde8kx0ehmmvqx9gt53", + "cAddress": "0x45e7460fe74b056F729A3a969510d999A708A55f", + "amount": "95999995000000", + "delegatorRewardAmount": "97579822038836934959" + }, + { + "pAddress": "flare1xwnks3xlf6arpqgve9camywjuy3gudk3xvpahn", + "cAddress": "0x5730D94b4CB0b4800D501cA88c81A5a463767397", + "amount": "50000000000000", + "delegatorRewardAmount": "50822826625583123707" + }, + { + "pAddress": "flare1ygx9wwzdt8s4sfmwxhqp7njxxgplm28v0g7308", + "cAddress": "0x31a356f94EDB302b81E6257dD7fe2B23FE6C2A0C", + "amount": "60000000000000", + "delegatorRewardAmount": "60987391950699748449" + } + ], + "totalStakeAmount": "27292677364039641", + "cChainAddress": "0x9B3123201B4646B18fd0FDDBa53DdC9714eb38D1", + "eligible": true, + "overboost": "0", + "rewardingWeight": "27292677364039641", + "cappedWeight": "27292677364039641", + "nodeRewardAmount": "33626448722922756154065", + "validatorRewardAmount": "24186967440078907722297" + }, + { + "nodeId": "NodeID-JF4XWnC9PjZVXQuqLcpQvxztdMez3CpkR", + "bondingAddress": "flare1jydtvp2t78fue2cjn4d65gmwj8j52mekfwgfa2", + "selfBond": "3000000000000000", + "ftsoAddress": "0xC8c1F188a891b8627e2cBcdc8a67A2Ed01aB8f10", + "stakeEnd": 1739224206, + "pChainAddress": [ + "flare1jydtvp2t78fue2cjn4d65gmwj8j52mekfwgfa2" + ], + "fee": 180000, + "uptimeEligible": true, + "ftsoName": "Tailwind FTSO", + "BEB": "3000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "938135527156000", + "totalSelfBond": "3000000000000000", + "delegators": [ + { + "pAddress": "flare1klhekfvtcaseue3rg0y4wh470p08m8xpq58lqf", + "cAddress": "0x49E381A012b6249B5955102f762b5476A211d25f", + "amount": "88135527156000", + "delegatorRewardAmount": "89042987279686890179" + }, + { + "pAddress": "flare1l2aq4rm257gre8lakvmfc3xr2ylk2k264asghx", + "cAddress": "0x118F9A9cdD8FE49e8185FeA852046DB9B43005ea", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983562" + }, + { + "pAddress": "flare1nq5fh5c53fpprrrst706vdjkuzq49s600q3rrs", + "cAddress": "0x8e5D34F6C5a44aa1cFDD47efBBfe8c877839f3CC", + "amount": "800000000000000", + "delegatorRewardAmount": "808236951912303737007" + } + ], + "totalStakeAmount": "18938135527156000", + "cChainAddress": "0x40b40bb3561A027c00e8D0d078723186137f259b", + "eligible": true, + "overboost": "0", + "rewardingWeight": "18938135527156000", + "cappedWeight": "18938135527156000", + "nodeRewardAmount": "23333080691113833772397", + "validatorRewardAmount": "22385285942427324161649" + }, + { + "nodeId": "NodeID-JFiAG1SiqUFh3EnkY8oXcXUg8RuT2guZp", + "bondingAddress": "flare1tg3829ausf9kr3h4j235mjatc765mxzgk4k0ha", + "selfBond": "3250000000000000", + "ftsoAddress": "0xF33A0Ac50f2E85737af577ea68583f264C7A1f78", + "stakeEnd": 1741485600, + "pChainAddress": [ + "flare1tg3829ausf9kr3h4j235mjatc765mxzgk4k0ha" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Knot Nodes", + "BEB": "3250000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "27917187999110000", + "totalSelfBond": "3250000000000000", + "delegators": [ + { + "pAddress": "flare1070s4sllz6fxeyxvdf2yfy2dgf7knwmwsqth54", + "cAddress": "0x7134c37F325A0783111bd3b12182b7bEe3E925C3", + "amount": "139034729110000", + "delegatorRewardAmount": "145605266487723109097" + }, + { + "pAddress": "flare16ae7rlzvf8hjlupuxevnnnjd43vav6aqhgs050", + "cAddress": "0xd642faee76CeeE8dd4DC044091585017FDd87b70", + "amount": "200000000000000", + "delegatorRewardAmount": "209451649123615297699" + }, + { + "pAddress": "flare1qrs9dkfezlc88unk05djn47kxflt94kla4c57f", + "cAddress": "0xf299ad5AA6be2751C67b1De62047EC75457D5918", + "amount": "27578153270000000", + "delegatorRewardAmount": "28881448410926619282374" + } + ], + "totalStakeAmount": "46167187999110000", + "cChainAddress": "0x46628966E739Ed1b78007Eb58b5fcE048069872e", + "eligible": true, + "overboost": "0", + "rewardingWeight": "46167187999110000", + "cappedWeight": "46167187999110000", + "nodeRewardAmount": "56881139187138651299120", + "validatorRewardAmount": "27644633860600693609950" + }, + { + "nodeId": "NodeID-JGAJGcDbg1kqnfwCpDiJ5VeNGkSDRxGra", + "bondingAddress": "flare1pmu9ewm75dm0pgyu7rc5yy3nnl62ztgew28ky7", + "selfBond": "1000010000000000", + "ftsoAddress": "0x27Cb5f4EbA81976617b75953053D33EF2002daDF", + "stakeEnd": 1741438853, + "pChainAddress": [ + "flare1pmu9ewm75dm0pgyu7rc5yy3nnl62ztgew28ky7" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Linden Services", + "BEB": "1000010000000000", + "boostDelegations": "5000000000000000", + "boost": "5000000000000000", + "selfDelegations": "424886000000000", + "normalDelegations": "5999997300000000", + "totalSelfBond": "1424896000000000", + "delegators": [ + { + "pAddress": "flare1s3gn9sky9y729c0glactcth2wxxpqv89klrkqu", + "cAddress": "0xEcB4b9c9C6d33b4C5B98041DCEc84258bB04d233", + "amount": "5999997300000000", + "delegatorRewardAmount": "6283546646111195762181" + } + ], + "totalStakeAmount": "12424893300000000", + "cChainAddress": "0x6A72bB44A97eE50B86af12F855A78f6dEFafe7c2", + "eligible": true, + "overboost": "0", + "rewardingWeight": "12424893300000000", + "cappedWeight": "12424893300000000", + "nodeRewardAmount": "15308319952176226965673", + "validatorRewardAmount": "9024773306065031203492" + }, + { + "nodeId": "NodeID-JHnfNSNgSThSJEFG8aq99FRAE4a7Ko7UP", + "bondingAddress": "flare1p9crt0tnvmsljspl8tee75748wzfj4lexdgpa3", + "selfBond": "5471900000000000", + "ftsoAddress": "0xC7cF3238D2ca63d01Ad4d42B4cCB9dB8b0adE702", + "stakeEnd": 1742305236, + "pChainAddress": [ + "flare1p9crt0tnvmsljspl8tee75748wzfj4lexdgpa3" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Bushido FTSO", + "BEB": "5471900000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "45242882670000000", + "totalSelfBond": "5471900000000000", + "delegators": [ + { + "pAddress": "flare18s69upav4nh63rpd7sxh0fts4tpppqgvfm3e4g", + "cAddress": "0x7123B64F6A9e131eB8a291881fa76698c97F912A", + "amount": "39100077550000000", + "delegatorRewardAmount": "38539179876276459653733" + }, + { + "pAddress": "flare1a0jsr5t2ledd0k8gt2djhvwrxggd39ze06sepf", + "cAddress": "0x06dbbb6C74887A9A572DeF99b9142DE772fa3c27", + "amount": "283985000000000", + "delegatorRewardAmount": "279911183888799483845" + }, + { + "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", + "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", + "amount": "1750530120000000", + "delegatorRewardAmount": "1725418449292047914898" + }, + { + "pAddress": "flare1v8j90nxva9y89hagd9za8v7ps9a4gua828kw7f", + "cAddress": "0x24ee85804ebae72Db31DeBD94C8c9C50efA849cb", + "amount": "4058290000000000", + "delegatorRewardAmount": "4000073097044125771770" + }, + { + "pAddress": "flare1wy5pnkdkf82n249nnlu3w8cyh778w5053cj58z", + "cAddress": "0x2c233a4533DADDD3125dDd3Fe81198eFc1459C94", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422989" + } + ], + "totalStakeAmount": "65714782670000000", + "cChainAddress": "0x576982fdca921513fbFe3fF31c0Ca31dad7b1d80", + "eligible": true, + "overboost": "0", + "rewardingWeight": "65714782670000000", + "cappedWeight": "65714782670000000", + "nodeRewardAmount": "80965115306067501488308", + "validatorRewardAmount": "36371249958595806241073" + }, + { + "nodeId": "NodeID-k4QG8eJ9bYu717nbj8Ki8VykK8g1VWK9", + "bondingAddress": "flare1d3u7xvk2gwr0zfhcf5mf8gspt49zpzpc8qy4lf", + "selfBond": "3000000000000000", + "ftsoAddress": "0xD3956F862a4960bB4937e596a2BaeCFfCbb4b3e0", + "stakeEnd": 1742655656, + "pChainAddress": [ + "flare1d3u7xvk2gwr0zfhcf5mf8gspt49zpzpc8qy4lf" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Aternety", + "BEB": "3000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "13335493850000000", + "totalSelfBond": "3000000000000000", + "delegators": [ + { + "pAddress": "flare1s7xtqvvjrc27e2qx7gt552dngjvcfp8mu7va2q", + "cAddress": "0x6549eDd41D5f73Fd3bB2Ba61e0C4085850b7Fcf9", + "amount": "13285493850000000", + "delegatorRewardAmount": "13094911041431289069897" + }, + { + "pAddress": "flare1xlxtxyejdksecsspt53ly57vmaqhps44k29raw", + "cAddress": "0x9819Cf3102021c000dD24B87C879E658493ecD94", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422989" + } + ], + "totalStakeAmount": "31335493850000000", + "cChainAddress": "0x728dae51E719C19D2f022e2C6cE5961A85D26DA4", + "eligible": true, + "overboost": "0", + "rewardingWeight": "31335493850000000", + "cappedWeight": "31335493850000000", + "nodeRewardAmount": "38607475664620029710763", + "validatorRewardAmount": "25463281882218478217877" + }, + { + "nodeId": "NodeID-K9g6YJEhWiN2TF1RsFTA8SEXFAJWvikhu", + "bondingAddress": "flare1fkeu3chg8yyrkaqxxyahanyqyqz6ym7e60j98v", + "selfBond": "10000000000000000", + "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", + "stakeEnd": 1749240000, + "pChainAddress": [ + "flare1fkeu3chg8yyrkaqxxyahanyqyqz6ym7e60j98v" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Last Oracle", + "BEB": "10000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "51000002000000000", + "totalSelfBond": "10000000000000000", + "delegators": [ + { + "pAddress": "flare12ml0aau2shclr92200yhpk773lsc7hmm2k2kjn", + "cAddress": "0xf35A0A2C4464432A05aAfFaC3dC28d059535044D", + "amount": "51000002000000000", + "delegatorRewardAmount": "51161604353692675840040" + } + ], + "totalStakeAmount": "61000002000000000", + "cChainAddress": "0x1b33846CC78D10755597A7Db258dC8e07baB3A1d", + "eligible": true, + "overboost": "0", + "rewardingWeight": "61000002000000000", + "cappedWeight": "58431901915800000", + "nodeRewardAmount": "71992107162903800615716", + "validatorRewardAmount": "20830502809211124775676" + }, + { + "nodeId": "NodeID-KB4zWTTeK5gHYKYmjftGGQ8nHy9NQbGax", + "bondingAddress": "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53", + "selfBond": "15000000000000000", + "ftsoAddress": "0x6df84895f1f1f6F6767C59324F94089d4097051A", + "stakeEnd": 1739350850, + "pChainAddress": [ + "flare187fvmuqnuus2e33x66cxtjttgk9xalx2g2yg53" + ], + "fee": 20000, + "uptimeEligible": true, + "ftsoName": "Kiln", + "BEB": "15000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "65985206757854290", + "totalSelfBond": "15000000000000000", + "delegators": [ + { + "pAddress": "flare10d28pv63zqyszqtv7jj27ml9693mqy5zp88ag2", + "cAddress": "0x2E7eF81929CC91CB20DAe97faF6030589A12e2dc", + "amount": "7133136278202640", + "delegatorRewardAmount": "8612742433853940349061" + }, + { + "pAddress": "flare10dhh0tngfrhjapxgptyj4g8tdjhe5adqnn7djd", + "cAddress": "0x19E860ba9fE51677355F1d1ecbCfC9a48f311768", + "amount": "5937875000000000", + "delegatorRewardAmount": "7169551510700526130065" + }, + { + "pAddress": "flare10sldmvk9crnjpcysu0mlq09g2cymp3efrxq80h", + "cAddress": "0x147447ea1DEe52D0BAa4B539C15BBF3a26Cb2817", + "amount": "5084518893630312", + "delegatorRewardAmount": "6139186176033104624999" + }, + { + "pAddress": "flare126cy0ttt4zpl34ryrs6q9nlxkqyk8znwmm0zyu", + "cAddress": "0x11E062F804c185b77425E116DAd00e75F71B766A", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare12eangf0l6vnf6pg6qy57x7dsvzxqdmm0jjgswm", + "cAddress": "0x910794d860950101Fb9487160A7C596A86732C60", + "amount": "143871185808111", + "delegatorRewardAmount": "173713976390007926290" + }, + { + "pAddress": "flare12egnu5lxqmpdlrxvv8q24temw2v25xguhr5ph0", + "cAddress": "0xa8883bd05Ad05EEE15458471f5554aF7E398b3e4", + "amount": "66699997000000", + "delegatorRewardAmount": "80535387534272877211" + }, + { + "pAddress": "flare12em33gjdt8d4lrp3684893nmwr07mnagthsc4q", + "cAddress": "0x5b16c6480F73AF75d61ECbca76833dDB8b81BD8e", + "amount": "500000000000000", + "delegatorRewardAmount": "603713576885714681604" + }, + { + "pAddress": "flare12mya4dkr0lkx442ez4trusuu83qp0vmdmxdvfw", + "cAddress": "0x4d9409E4A1388bF7E7523EA6F2B91b8be8D84d17", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare13c5f53pukxsjvdzw8zzpevru3eq68kkrykdj5w", + "cAddress": "0xB9457bd83B50591Cf788dBC0EDDbA6b5597B5de0", + "amount": "911291000000000", + "delegatorRewardAmount": "1100317498387519635828" + }, + { + "pAddress": "flare13dpptdpq4fjs9jppejgwfvxrc8xycelc9vasef", + "cAddress": "0x265d3E6cF862AdD040C041B1D3128B2C9CD45bA9", + "amount": "84267200000000", + "delegatorRewardAmount": "101746505452287792435" + }, + { + "pAddress": "flare13lwz438mw0uz9g3e5smjlt9pazsu866u5udrfx", + "cAddress": "0x4879a073057491BaD8926aB6840720B7A730eeCc", + "amount": "150000000000000", + "delegatorRewardAmount": "181114073065714404481" + }, + { + "pAddress": "flare13ucdu4j8rk9u2npfktm9cuvfup6la8ksx5nntc", + "cAddress": "0x970e3F0362c5b527D3981c31488B3E69169F7309", + "amount": "70000000000000", + "delegatorRewardAmount": "84519900764000055424" + }, + { + "pAddress": "flare14cfv74wfa3cflc8e98w7a3xmxd65w98pk4600r", + "cAddress": "0xF43FC73ca1e6Ac81bb8e85a1b91c1DCb63e5C428", + "amount": "305225996000000", + "delegatorRewardAmount": "368538155607329683729" + }, + { + "pAddress": "flare14papcn6uhsplzvyeyptrlquqdgpk8ejvjlc9en", + "cAddress": "0x876cB26f9277BB9B5070CEE87D956D68429fBEA1", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare155afpnfdrwtzcs6n9p8m6eg0n3uylxcfaa3uwt", + "cAddress": "0xc4110A0b4b458648f5DC5C0Ed135C76F04D362f9", + "amount": "2274146972000000", + "delegatorRewardAmount": "2745866805659874466454" + }, + { + "pAddress": "flare1575m2hwnx06p7avs805jrd0mzqxcrkyxaudn2z", + "cAddress": "0xf2608cb4a9065558d7C08dcab32690663b7AeBE4", + "amount": "56070000000000", + "delegatorRewardAmount": "67700440511964044395" + }, + { + "pAddress": "flare15qs8445t04v52xqp50f5fm5qws9u5ejhumj89w", + "cAddress": "0x87ea6E21AaCc22B7aBabBCb6b1F5Fc53521D4515", + "amount": "50500000000000", + "delegatorRewardAmount": "60975071265457182842" + }, + { + "pAddress": "flare15tnld02asqunnvdtd8hadtq5qm9tfmjd3474kh", + "cAddress": "0x339EdA42B857675CF1b9484a997A4AA4763D46b0", + "amount": "563360001184371", + "delegatorRewardAmount": "680216162778714151596" + }, + { + "pAddress": "flare165qs863k9axl4pnv0a62vpefsv3sxjtcpg4fln", + "cAddress": "0x5dE3750c78975bCc54ff75aefCCcaf58e76c5414", + "amount": "550959052628000", + "delegatorRewardAmount": "665242920759229199207" + }, + { + "pAddress": "flare16ckadjnlx0dvvsvc55zxn8u0vy7gy7gejzq9v8", + "cAddress": "0x123FF9CcD89DCbBaF9C6b46632E7109AA5439781", + "amount": "103356432182000", + "delegatorRewardAmount": "124795362733482024507" + }, + { + "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", + "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", + "amount": "100000000000000", + "delegatorRewardAmount": "120742715377142936320" + }, + { + "pAddress": "flare16tf77nj8gv2fqy8njtpq925xkgg3p6xcmhnc23", + "cAddress": "0x190D96D02dAe21259c26b192582537f4CEF7A280", + "amount": "1100199990000000", + "delegatorRewardAmount": "1328411342505055047688" + }, + { + "pAddress": "flare170ukr56jzmhznlxhgy76h9vt7xfy0wqhcf0faz", + "cAddress": "0xFB2BF6FeE9b96f8D9AF0F0f426Dc0f5c0308A7Ba", + "amount": "1145220370744000", + "delegatorRewardAmount": "1382770172688489033169" + }, + { + "pAddress": "flare17pp3e2zk08cftq4qmp5jc0xfmhjnwttdqpldwq", + "cAddress": "0x02Ed2C0F754abb7e087A5c0FE361DEcA2B291255", + "amount": "475536410974000", + "delegatorRewardAmount": "574175575217017527722" + }, + { + "pAddress": "flare17zzak09a445rgprtfe44g5j485mygpg9elvupk", + "cAddress": "0xC413715893819FD3dCb7CD26836CB5c5f031C445", + "amount": "582934993000000", + "delegatorRewardAmount": "703851539431758099442" + }, + { + "pAddress": "flare18h4rz33ut8xgzlgak5460jax4qresxd786ml6u", + "cAddress": "0x0cD5f79aFF1A153bF477A47ca7D6d5f66D814E7E", + "amount": "1157503981000000", + "delegatorRewardAmount": "1397601737257928651975" + }, + { + "pAddress": "flare18zun9lnzju2au64xhwyy8dmy79km4yka3ztcuq", + "cAddress": "0x13be88DAAf43Dd38C3e0cd9357B66c2b352e1f25", + "amount": "518004989000000", + "delegatorRewardAmount": "625453289507670575803" + }, + { + "pAddress": "flare1947a00pt8hydptmfxaempxqaydd74ytt9uwqyn", + "cAddress": "0x68883EEDB488fF5540d9E6620EB3eB57A3E3866D", + "amount": "204491741732000", + "delegatorRewardAmount": "246908881689230983101" + }, + { + "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", + "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", + "amount": "60185995000000", + "delegatorRewardAmount": "72670204639751478796" + }, + { + "pAddress": "flare19g2ty8rhxw9w5p46skmnzeumxcxs4elnz9q90f", + "cAddress": "0x1347e2a53f74A8794833d31260F7742684FfB894", + "amount": "61900000000000", + "delegatorRewardAmount": "74739740818451477582" + }, + { + "pAddress": "flare19q3qxhl7j7p8qx35a023egnkxz96mcqc8gaw7p", + "cAddress": "0xD9Ae66C00683da404c6FF3323954Ec8F55a022da", + "amount": "122399998000000", + "delegatorRewardAmount": "147789081206768646513" + }, + { + "pAddress": "flare1a45tmc3sxcczqjdkhgsyqdv8p4e6krmh56lrwn", + "cAddress": "0xF3835081637ca330fd84cc79029AF30469BEEA75", + "amount": "128559255588000", + "delegatorRewardAmount": "155225936065592565636" + }, + { + "pAddress": "flare1a8amhgxqehcdyu35fajf5wag8hqntzk4t060em", + "cAddress": "0x387dA3C6147EB2baB0296cEf916cCDEE9A0F4653", + "amount": "475163418215000", + "delegatorRewardAmount": "573725213631640805029" + }, + { + "pAddress": "flare1ant94p79v6c7h6dg8828sy4a72twsyp56tmjnu", + "cAddress": "0xD5172A7090F25729555316e9699DB987a2D83924", + "amount": "251998688540940", + "delegatorRewardAmount": "304270059259120095974" + }, + { + "pAddress": "flare1azr5ae49dyfc364mhgzyu8j8evdk7456qjc64a", + "cAddress": "0x505B6F62E4eed5C5E78c3c97Cac48e5B1A778dbC", + "amount": "477596971000000", + "delegatorRewardAmount": "576663551344385890209" + }, + { + "pAddress": "flare1c7na8egg0gu67k4ncl986yh2qzqkeetxpt5hnx", + "cAddress": "0x05f0a1cb45615Dc5bbCDdee2394A7dc6d26b5556", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1c9q4w8dh4dp8u9urshat04t0uhq6gsrasfwanz", + "cAddress": "0x55F446942dFC92B889Ae4D4eC71862937f6F7f95", + "amount": "50005000000000", + "delegatorRewardAmount": "60377394824340325307" + }, + { + "pAddress": "flare1cdxdpmhluspkycgulne05dnyj9vzdtx3xc08cw", + "cAddress": "0x52Fe377b0eB5D41EB23e05372359DBbFf3ef0bAD", + "amount": "52000000000000", + "delegatorRewardAmount": "62786211996114326886" + }, + { + "pAddress": "flare1crmxy4hy57rsmul97t28y0v592juvv0msvyvlm", + "cAddress": "0x8CD847c6f791CF2978E2115C5FdE007805eB0868", + "amount": "88700383000000", + "delegatorRewardAmount": "107099250984125678974" + }, + { + "pAddress": "flare1d6ne62qkzmjd9e0uyk09c6s5ytzt8qx3k6nrmh", + "cAddress": "0x50F510E44944D9180404f188E5f84330E8619DFb", + "amount": "170000000000000", + "delegatorRewardAmount": "205262616141142991745" + }, + { + "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", + "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", + "amount": "960000000000000", + "delegatorRewardAmount": "1159130067620572188681" + }, + { + "pAddress": "flare1etw45e26ev3d5xqdgxnvzltp7ue6k2ljqgnsaz", + "cAddress": "0x40C6F299E5c29B4C5118a4b403A1EC1A12804429", + "amount": "1000000000000000", + "delegatorRewardAmount": "1207427153771429363209" + }, + { + "pAddress": "flare1eucktmsyqxa7jhdxrzqjfw9445r82taqu5wyal", + "cAddress": "0x501073d5a69C2B8535a175cc249d5c24a7878369", + "amount": "272720183310000", + "delegatorRewardAmount": "329289754710015773775" + }, + { + "pAddress": "flare1ew05wlu453rv6l6ju9paqehxtd2su9vds3m77w", + "cAddress": "0xeA04b9A96145146f9094B7BA0F26E4Eb7Bf0C4dc", + "amount": "52829992000000", + "delegatorRewardAmount": "63788366874327383086" + }, + { + "pAddress": "flare1f98lycafk0eh9afnwy8f27nv98rpnygc5afj9j", + "cAddress": "0x8382ABe3d32D56538A918282b1fe432BC318D459", + "amount": "196414998000000", + "delegatorRewardAmount": "237156801993160990831" + }, + { + "pAddress": "flare1fl47j924l8at8p6xmdedkeqjahq3aj7vdzftuh", + "cAddress": "0x09f9b5D5C3BFbBe4c3f3E822316f3f2277c45d39", + "amount": "100000986251000", + "delegatorRewardAmount": "120743906203380770546" + }, + { + "pAddress": "flare1fxfn9t4vak3nfkwd753qw3rw0wg98amwn0juxr", + "cAddress": "0xD66cCff56C9c267c58768939eC5D0cbf7404C4B2", + "amount": "3067482842439000", + "delegatorRewardAmount": "3703762077688815681966" + }, + { + "pAddress": "flare1gsfgyh3nl6829ya4cev2xr0h9q38j64wg42rqt", + "cAddress": "0xf88ED04c5556853862b79F37bB3C062dB8b5ebA6", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1gx2cty25nrwfnf3fq745kvxmccgee8m8d0wx38", + "cAddress": "0x62779e2649723399467F5B4ddB651d9690B0B51A", + "amount": "906099900000000", + "delegatorRewardAmount": "1094049623289576768861" + }, + { + "pAddress": "flare1heuac5la4uyy8lyj5nfjtyyvdzqffuva9r282z", + "cAddress": "0xee44F2C20126315B1C6fDAa53478c1F53Ab7Ecb3", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1hjaa5j74wtld2uxxp4pcgs52ec603nztcgx5c6", + "cAddress": "0x1E469fC96772a8c107BAE097c6a4B3D8F1085723", + "amount": "52959998000000", + "delegatorRewardAmount": "63945339648880591532" + }, + { + "pAddress": "flare1jhkcxrxwg9ccs42a5ny4n88l030dggldhjfhd2", + "cAddress": "0x863671C69CD0338F64144bD6686eBB2dEE798022", + "amount": "158649983000000", + "delegatorRewardAmount": "191558297419575654358" + }, + { + "pAddress": "flare1k3ssv0z4kwleq5js3jxdpzlg8awx94pn0p463e", + "cAddress": "0x86c8B049F5DcE391f29C4DABAb8871C9445efc3E", + "amount": "124493000000000", + "delegatorRewardAmount": "150316228654466555714" + }, + { + "pAddress": "flare1k423e2dpeeaufejfyft76gj9aj45qwq2xll5yc", + "cAddress": "0xf97de5062dAe00007bB01e2B90bE6e21c630e35A", + "amount": "67401500000000", + "delegatorRewardAmount": "81382401304924996224" + }, + { + "pAddress": "flare1kktt4rjahgg3zn3mwq2t9nq5hd9tnqfm2pgd42", + "cAddress": "0xDaDf34c3551C940230c40319F182A74Ab3A0868c", + "amount": "827043683987170", + "delegatorRewardAmount": "998595001401266144111" + }, + { + "pAddress": "flare1lfjvd62kjh78v8fj6ym2gc7gpp8c4jv55kx6rv", + "cAddress": "0x2b60989A14D4B702ea125b02ee5edb3058Ca3b35", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1lgsscqg2wjndz7tnp59cxszzd576mjg4n8ykpu", + "cAddress": "0x0A90265aff98cA7146F42422f2Ef46545867bA27", + "amount": "3884441900000000", + "delegatorRewardAmount": "4690180627307483241342" + }, + { + "pAddress": "flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c", + "cAddress": "0xAbC938CA4645A8029A0A4C5076995F10D96665e6", + "amount": "1948239450000000", + "delegatorRewardAmount": "2352357213978714968294" + }, + { + "pAddress": "flare1mer7ga5mr8lnzff82y4r3aytjgd3969eewytzd", + "cAddress": "0x0F899ff63c14c77C623F2e9e3D3D8466322de112", + "amount": "135940000000000", + "delegatorRewardAmount": "164137647283688107634" + }, + { + "pAddress": "flare1mtde72fqjpp9d2swkakuwqnnhxw9xnjpu5ff7p", + "cAddress": "0x6fF871dA0a43E4D86afa03926ab35D16B07C3FC4", + "amount": "399998000000000", + "delegatorRewardAmount": "482968446654264202425" + }, + { + "pAddress": "flare1mx5g7pun645hk5ar2h8nfra0rmc8je474nvxlv", + "cAddress": "0xA5f4892106142837200642d36fa9E85DBDC73aba", + "amount": "580963500385166", + "delegatorRewardAmount": "701471105715147689962" + }, + { + "pAddress": "flare1n4yy6g9u0zwharw9dtg4cuw0jh0q67rca0w6yx", + "cAddress": "0x31020689920A94A7Bb8Bd6B843fBA902Ae28D87c", + "amount": "464519216774058", + "delegatorRewardAmount": "560873115781634458791" + }, + { + "pAddress": "flare1n7sl9y248wk8ftlhx2xvdmgjefke3gns95l8kz", + "cAddress": "0x85a2D90dEc38E6800E00156C04eDc072DbE87d30", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1p04wredjv4h4xvsq6ftdntwuaz05dq9eqrsq3h", + "cAddress": "0x09c7A124E0415d8665BDF34502df95FAB2330320", + "amount": "150000000000000", + "delegatorRewardAmount": "181114073065714404481" + }, + { + "pAddress": "flare1p4cq794jh7878x7xlkx5hk9xdcp45fhg5asupr", + "cAddress": "0x7F2779B85c08800FcA441AD30E8642e9fbf1A04A", + "amount": "54532566467828", + "delegatorRewardAmount": "65844101518100851158" + }, + { + "pAddress": "flare1p7uy6uusc8whkh653cudzhs8pnd4zl4anm7u3q", + "cAddress": "0x04c95ee6Add9D8d366A0E74847F45Cbad47f0043", + "amount": "72720000000000", + "delegatorRewardAmount": "87804102622258343292" + }, + { + "pAddress": "flare1pfv2enrud7vd3ewps3tg4ws70p853png3la02h", + "cAddress": "0x5e0aF4930d85Fb0BDc32Fc36913B78169E05fA63", + "amount": "190115000000000", + "delegatorRewardAmount": "229550013339255293386" + }, + { + "pAddress": "flare1pq7dxee9l6k8rmfdyfvfljfe3tqhzr7hdr6sdh", + "cAddress": "0x165046605f46Ae09A45a2514fEe685947c776286", + "amount": "50719390600488", + "delegatorRewardAmount": "61239969433768613444" + }, + { + "pAddress": "flare1pvkwh9jkgh4k8qzzsc6l98cc4293zlxn00tnlv", + "cAddress": "0x7752292451acEDD09Dba1D644C386B14c11A3fF4", + "amount": "65913244968000", + "delegatorRewardAmount": "79585441767551228696" + }, + { + "pAddress": "flare1q0dts0zp2nvd8c4wpnfg5nzrplln9ctdrydgcz", + "cAddress": "0xF555324e7f9fe9c66b53785560048F8b330cFD52", + "amount": "290000000000000", + "delegatorRewardAmount": "350153874593714515330" + }, + { + "pAddress": "flare1qgndsx2n0534ashazxec7n97fw8lr2yljr77zz", + "cAddress": "0xADe8fd1564fB4d3Bd90bA848aA5C60441BddDC01", + "amount": "123164131501000", + "delegatorRewardAmount": "148711716744982474187" + }, + { + "pAddress": "flare1qqjlxk8t69dunqs3gjrzul9yxqzxxwvyx6m63k", + "cAddress": "0x5c09776dA2d00117a0EF9146A18ACB1A878167eF", + "amount": "56000000000000", + "delegatorRewardAmount": "67615920611200044339" + }, + { + "pAddress": "flare1qt966dfs459ln47ydczn5lxsn7p5yp3dnqeppu", + "cAddress": "0xc0D45a47961973e713B1af755d887f2C8745428e", + "amount": "122974324732206", + "delegatorRewardAmount": "148482538898370983008" + }, + { + "pAddress": "flare1qt9yuyyft8t3rsz3t6wlcte07mc3x00d78shed", + "cAddress": "0x8642da39286ea52a323AF34Ce9674169fbe3122f", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468160" + }, + { + "pAddress": "flare1rgy6q5hfud5k7wrs6xk8ge02z8zpk2dtkz7t99", + "cAddress": "0x4CFAd5883d9d45c4dC2609bAC0c5A4d978e9c883", + "amount": "100000000000000", + "delegatorRewardAmount": "120742715377142936321" + }, + { + "pAddress": "flare1sh79ad3lpg4fa5w0qshxrankfc8yvlhtrzfhg7", + "cAddress": "0xAb6618BA36F6576dc43b55991C366CFa1c7B0e56", + "amount": "1447558600000000", + "delegatorRewardAmount": "1747821560315355009007" + }, + { + "pAddress": "flare1sngak4p78qkgcgs8kacq6t3u0ntadwljg6hnku", + "cAddress": "0x3706743104600beDC75DB84e0b980303FC1691FF", + "amount": "100000000000000", + "delegatorRewardAmount": "120742715377142936321" + }, + { + "pAddress": "flare1u9upe3h2hf3qmlcvwqgnjyd4efnepq3avvsfj5", + "cAddress": "0xe3FdD31f86226C13397157293EFBb8D76073edB5", + "amount": "151376079000000", + "delegatorRewardAmount": "182775588216049039228" + }, + { + "pAddress": "flare1ut5lfd0uvw8fr6aq0ujh5c3s087vsv0wyaulah", + "cAddress": "0x4d7C30D081BA7aCe555c73a3A69b5d49105Ad926", + "amount": "198121000000000", + "delegatorRewardAmount": "239216675132349356868" + }, + { + "pAddress": "flare1uzynr5a5drk5cuqan6x76l95gwgf4drh9de33e", + "cAddress": "0x17D42C9a35F850349BEa06F17dD0EeCb47294f66", + "amount": "10365382067026000", + "delegatorRewardAmount": "12515443766942618444378" + }, + { + "pAddress": "flare1vttndy8j7dk4vc00wkf2cv02qle6qurevwlzfp", + "cAddress": "0xA33e93c7767e3b3847A7B6eAE658E3080EF6b01c", + "amount": "4612762383168000", + "delegatorRewardAmount": "5569574555332453708592" + }, + { + "pAddress": "flare1wldwzrrsv2lya8gvvyv2sr0s69wcue7x3rgfve", + "cAddress": "0xA715a9518aE38C245264942020fAB8b706Dd4e86", + "amount": "51002000000000", + "delegatorRewardAmount": "61581199696650440382" + }, + { + "pAddress": "flare1xfh92x2emegn7k5ekgmy5aepef0sdhsfc28mtl", + "cAddress": "0x4f36492264fD0D5150Ad38a9065A57371D52752e", + "amount": "194105670290000", + "delegatorRewardAmount": "234368457009150197997" + }, + { + "pAddress": "flare1xtx5gvaqagesfzltfux6lrag54csmxt8sffz2v", + "cAddress": "0x8eCe973978F547F95F99d8693De7201f29434Aba", + "amount": "221699975525000", + "delegatorRewardAmount": "267686570439346301268" + }, + { + "pAddress": "flare1ypfe832wmes0t3dvk7aw8qf0fj7afwlymkkg54", + "cAddress": "0x2187407A23E1a8b5458C08a395F1A63D20007eD5", + "amount": "150000000000000", + "delegatorRewardAmount": "181114073065714404482" + }, + { + "pAddress": "flare1z38kd8ayem6pr9cw070zm85xqv478txsj7rhxa", + "cAddress": "0x64c26e0e2306399EaA9Be44F30ADd7fDaE5ce86b", + "amount": "52999000000000", + "delegatorRewardAmount": "63992431722731984821" + }, + { + "pAddress": "flare1zft9gyn9zzugk4lzc89qpg5ahh73zsa8fyvsuz", + "cAddress": "0x5bbFDB11ABE1109c5c239088e62388cfc305e522", + "amount": "196000000000000", + "delegatorRewardAmount": "236655722139200155190" + }, + { + "pAddress": "flare1zpa4rtduf397hug79kcz7tx8qdhvq3zmh73gj4", + "cAddress": "0x43257fC9254e02778bA78a41378aF96721aD54ad", + "amount": "60181996000000", + "delegatorRewardAmount": "72665376138563546851" + }, + { + "pAddress": "flare1zqhfmxjr6r4xma38z7647jfzm29srkawh5t2m6", + "cAddress": "0xCE29CaaDe296883290dd5F4fB6176B5fb3D66752", + "amount": "50000000000000", + "delegatorRewardAmount": "60371357688571468161" + } + ], + "totalStakeAmount": "80985206757854290", + "cChainAddress": "0x36A65098AF668a74F42c9b5551911B43DB4489A2", + "eligible": true, + "overboost": "0", + "rewardingWeight": "80985206757854290", + "cappedWeight": "80985206757854290", + "nodeRewardAmount": "99779324176761971675617", + "validatorRewardAmount": "20106993790106679881648" + }, + { + "nodeId": "NodeID-KH2o8xGFLYtCwseWgRbpDAf1n4zAcMNfN", + "bondingAddress": "flare166shgvtk73nd4ypgawzuzp685cymtxhuat0la2", + "selfBond": "10000000000000000", + "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", + "stakeEnd": 1743969600, + "pChainAddress": [ + "flare166shgvtk73nd4ypgawzuzp685cymtxhuat0la2" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Last Oracle", + "BEB": "10000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "137111359960000000", + "totalSelfBond": "10000000000000000", + "delegators": [ + { + "pAddress": "flare10yljv356a3zj8c4a3nctvx32xe7kjasyte0gfu", + "cAddress": "0x8d17Aa0eCe992dF87F10DACa223AF0CB5834d188", + "amount": "3111359960000000", + "delegatorRewardAmount": "3121218843784380042847" + }, + { + "pAddress": "flare12ml0aau2shclr92200yhpk773lsc7hmm2k2kjn", + "cAddress": "0xf35A0A2C4464432A05aAfFaC3dC28d059535044D", + "amount": "134000000000000000", + "delegatorRewardAmount": "134424602245992432756480" + } + ], + "totalStakeAmount": "147111359960000000", + "cChainAddress": "0x57AB4d0c9C0F975A8156Cd7CB057Db9c358CC583", + "eligible": true, + "overboost": "0", + "rewardingWeight": "147111359960000000", + "cappedWeight": "140917971705684000", + "nodeRewardAmount": "173620597440649844097230", + "validatorRewardAmount": "36074776350873031297903" + }, + { + "nodeId": "NodeID-KiAUisCU8UvXGnMRiUvoeyWneSdUm987", + "bondingAddress": "flare1uzwl6dnjppwyqsg47ws3djywv02nyl0yx4hwlk", + "selfBond": "2000000000000000", + "ftsoAddress": "0x1e68DC808A240C096F0261144dc41fd4c883Cfb0", + "stakeEnd": 1742295600, + "pChainAddress": [ + "flare1uzwl6dnjppwyqsg47ws3djywv02nyl0yx4hwlk" + ], + "fee": 180000, + "uptimeEligible": true, + "BEB": "2000000000000000", + "boostDelegations": "6000000000000000", + "boost": "6000000000000000", + "selfDelegations": "0", + "normalDelegations": "19250730362000000", + "totalSelfBond": "2000000000000000", + "delegators": [ + { + "pAddress": "flare1glawqc9yamjx8nd2le4ylqa0hw85p2k0c7fnhq", + "cAddress": "0x34d0354c1eB84bB560C4F1576C9bb9d44B53F0AB", + "amount": "18777212130000000", + "delegatorRewardAmount": "18970545871702420533425" + }, + { + "pAddress": "flare1j5r9j5tfcrhqzu0dauv43j8skmjcx6r64u576n", + "cAddress": "0xfFF9A77C90D9d148f1e82aED77Eb9D3328d454FA", + "amount": "473518232000000", + "delegatorRewardAmount": "478393665633228855743" + } + ], + "totalStakeAmount": "27250730362000000", + "cChainAddress": "0x868822C4A79ee2a18bedfdd5f1EF3b23B190cf1e", + "eligible": true, + "overboost": "0", + "rewardingWeight": "27250730362000000", + "cappedWeight": "27250730362000000", + "nodeRewardAmount": "33574767142022788730755", + "validatorRewardAmount": "14125827604687139341587" + }, + { + "nodeId": "NodeID-KRkND3cB1bYaWt71CSQdCUjRSR95d3cNz", + "bondingAddress": "flare18ukwkqu2fdzdd0xpvkea93fvhj7jkej7yg2w7j", + "selfBond": "6000000000000000", + "ftsoAddress": "0x47B6EfFE71ABD4e8CdCC56f2341BEb404f804b87", + "stakeEnd": 1746975600, + "pChainAddress": [ + "flare18ukwkqu2fdzdd0xpvkea93fvhj7jkej7yg2w7j" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "AlphaOracle", + "BEB": "6000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "34010250207131009", + "totalSelfBond": "6000000000000000", + "delegators": [ + { + "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", + "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", + "amount": "15510651970000000", + "delegatorRewardAmount": "15288148866348011250755" + }, + { + "pAddress": "flare163kfjxf3ums8ymn3xpgynunnzswhlwft7h5cfu", + "cAddress": "0x69E131d6864006CBE9D5bD0dff723cCcACb9ea20", + "amount": "696241864754049", + "delegatorRewardAmount": "686254149466525589925" + }, + { + "pAddress": "flare17tslsqlu9lml80sfq2z556c7s0n899528lwfhc", + "cAddress": "0x6fd29097e92e6145053344c3CFB57fF30A502B8D", + "amount": "155686000000000", + "delegatorRewardAmount": "153452656213925511706" + }, + { + "pAddress": "flare1c0q5rtnxg34687xl3rw55navaq0ylsxcmmm5m8", + "cAddress": "0x31Ef126FA2938312CF401A86A8108511f3f4f5Dd", + "amount": "322630000000000", + "delegatorRewardAmount": "318001814384715310573" + }, + { + "pAddress": "flare1d5jsm0k02vq9a0fhsatcxlxfq05umzyfwr9g8t", + "cAddress": "0x50f747c6A02EA53B7986cE21c18Bb848eFDFcdd4", + "amount": "518999999000000", + "delegatorRewardAmount": "511554850285669131211" + }, + { + "pAddress": "flare1d6ne62qkzmjd9e0uyk09c6s5ytzt8qx3k6nrmh", + "cAddress": "0x50F510E44944D9180404f188E5f84330E8619DFb", + "amount": "2000000000000000", + "delegatorRewardAmount": "1971309638810496919525" + }, + { + "pAddress": "flare1euck9fjr669p6jky44ejhulfujatxjhdzntem4", + "cAddress": "0xf3047172Be67e3f44A1a56804cd2773DCE1D770A", + "amount": "55000000000000", + "delegatorRewardAmount": "54211015067288665286" + }, + { + "pAddress": "flare1g89vyel2kpyf8hd9vysrl9wuypu82zeumtazxh", + "cAddress": "0xdCbf966cC20843230e27cd7fC643dc4Fd1775DA4", + "amount": "1029215000000000", + "delegatorRewardAmount": "1014450724954172793514" + }, + { + "pAddress": "flare1gmaqu5hl56jsmtnh4ml5s2axlj0fwfwegavt7c", + "cAddress": "0x97c85cd206Ed78Af692ab0d1a2b54caD4aA108E1", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1h633pvzzyk4s7u02clmrhzenpfwwuux89qkuf3", + "cAddress": "0x3B4E212c25d4469B4BEE5b5F8537B9874e69c305", + "amount": "193402309219775", + "delegatorRewardAmount": "190627918166575346771" + }, + { + "pAddress": "flare1hdf8mplqtdhdaj409046q39myk3tal76sqprrg", + "cAddress": "0xFb1FD8A723A4E5070a4945CC83d9917d9d752534", + "amount": "50200000000000", + "delegatorRewardAmount": "49479871934143472680" + }, + { + "pAddress": "flare1hvc02e7dt78t2q2d0xu4jftmar737xvqga8d2k", + "cAddress": "0xE8b570A7A02cBEE7E743c4cb1679A21Cce615BF2", + "amount": "12200000000000000", + "delegatorRewardAmount": "12024988796744031209107" + }, + { + "pAddress": "flare1memewxae3q3jrs2jelga03j2czjcf3dvmdwk20", + "cAddress": "0xA37836409eeE8CaEF6649DC79a5867EdFE815Dee", + "amount": "50942108113640", + "delegatorRewardAmount": "50211334372872476481" + }, + { + "pAddress": "flare1nvlgd0urwk6fk762xs2sp47wkze3rp2jthw9ue", + "cAddress": "0x401104ff35a3536a8D1a908e6b228a0C71a5cA01", + "amount": "733990000000000", + "delegatorRewardAmount": "723460780895258316981" + }, + { + "pAddress": "flare1scm2w37ru4pdqpgydjgf55p2v73xphfej4w6mu", + "cAddress": "0x5ddE6Fb49cd61eeeE47e021424C301B4486E6Cc1", + "amount": "56279320000000", + "delegatorRewardAmount": "55471982990850187746" + }, + { + "pAddress": "flare1sexs75rx3e35ea802k24n00693tqn5y230vxu8", + "cAddress": "0x6F7522d342970BFE0243D27210c1017862f2bfB0", + "amount": "225085003000000", + "delegatorRewardAmount": "221856117982794807782" + }, + { + "pAddress": "flare1t4ktqy4tj0ak3sruxuqqy3py76utszq3w0hf2a", + "cAddress": "0x143A3f9E08FECed1A5111a3827761B807954DC24", + "amount": "111110000000000", + "delegatorRewardAmount": "109516106984117156365" + }, + { + "pAddress": "flare1uc7w3we2gzfnkp0tu6a29f97cs653y6sahqf2q", + "cAddress": "0xE37ccbfa8923F0b993020C5A3E026A9C28e133b3", + "amount": "50816633043545", + "delegatorRewardAmount": "50087659265318128365" + } + ], + "totalStakeAmount": "55010250207131009", + "cChainAddress": "0x9Ba3d6247b9C541c54627a5dAbC8e5e9dD51587d", + "eligible": true, + "overboost": "0", + "rewardingWeight": "55010250207131009", + "cappedWeight": "55010250207131009", + "nodeRewardAmount": "67776397791684057940967", + "validatorRewardAmount": "34254030765847029243206" + }, + { + "nodeId": "NodeID-KtTdea6FeDDy5pERrZKHkkhtJFCbJNv1a", + "bondingAddress": "flare1u8x2r8t9544dp7p7xs9hgp6amakhpmqskp4fz4", + "selfBond": "6000000000000000", + "ftsoAddress": "0xe3a76233885E355cFaF141D7dd3D92705C9db4D5", + "stakeEnd": 1764719535, + "pChainAddress": [ + "flare1u8x2r8t9544dp7p7xs9hgp6amakhpmqskp4fz4" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "uGaenn", + "BEB": "6000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "1127975000000000", + "normalDelegations": "5700825001000000", + "totalSelfBond": "7127975000000000", + "delegators": [ + { + "pAddress": "flare15yhw476z9wvqfyqrhexjz7vw3fle9rjjn9vh0e", + "cAddress": "0xf234B4DCd1d51D46f75a60AB4a8C96794eC68Fd2", + "amount": "3068705001000000", + "delegatorRewardAmount": "3024683873568637794120" + }, + { + "pAddress": "flare1jg7tn5nfullxlpd07qf4rw79kkc0qfgc0kd0rc", + "cAddress": "0x49D424510DCAeCb1D7e26214aC23D2528C67C54c", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1nxcdh44fhts76k5udku5u27xyr5z3fh6tljp9k", + "cAddress": "0xf3158314781157942afe279c7977E5227a019f2D", + "amount": "2517120000000000", + "delegatorRewardAmount": "2481011459021339003038" + }, + { + "pAddress": "flare1qs2mu6pde3zu7kxccc0f5nve7vguhujap4z9xk", + "cAddress": "0xBECb518a60aEF9f23d44EAF8B268455CBf84B784", + "amount": "65000000000000", + "delegatorRewardAmount": "64067563261341149885" + } + ], + "totalStakeAmount": "27828800001000000", + "cChainAddress": "0x781deF0a0845ac75F10Bb65028EAFEb6E73eece8", + "eligible": true, + "overboost": "0", + "rewardingWeight": "27828800001000000", + "cappedWeight": "27828800001000000", + "nodeRewardAmount": "34286988549063041445555", + "validatorRewardAmount": "28667942912241461075524" + }, + { + "nodeId": "NodeID-KzPd2Vx5WomGtur91B9K9R7to3mYyYga", + "bondingAddress": "flare1dkeqvpd68stg3rgclmayr900jtmxqx9yp2y29d", + "selfBond": "3000000000000000", + "ftsoAddress": "0x9e55a49D251324B1623dc2A81894D1AfBfB8bbdC", + "stakeEnd": 1750680043, + "pChainAddress": [ + "flare1dkeqvpd68stg3rgclmayr900jtmxqx9yp2y29d" + ], + "fee": 180000, + "uptimeEligible": true, + "ftsoName": "FTSOCAN", + "BEB": "3000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "3465840933583450", + "totalSelfBond": "3000000000000000", + "delegators": [ + { + "pAddress": "flare107gdqwg3u9apqlnwhda0s9h34ua07hxf5jymgl", + "cAddress": "0xDC17aDE3DDF495a2D8332BA21dE799861eF5469c", + "amount": "500000000000000", + "delegatorRewardAmount": "505148094945189835628" + }, + { + "pAddress": "flare1de75gtan6lsfcy4k2tfw28p5xgc6jru2dky5rt", + "cAddress": "0xf09499EECE42dCC1635b02fD0e366232372bbCA0", + "amount": "100000000000000", + "delegatorRewardAmount": "101029618989037967125" + }, + { + "pAddress": "flare1m6ca2hr5jdnfam68qyhffkp6hcttmyd927zmg8", + "cAddress": "0x47A214613f68ae4f3428EF9503cF38B9Ff323275", + "amount": "100000000000000", + "delegatorRewardAmount": "101029618989037967125" + }, + { + "pAddress": "flare1tyjl9gq87ndcfxxdlmfwsna6h9k68w3hrspmjl", + "cAddress": "0x7eb71527EF0191A3172E2568ce13B6AbEDB5faCA", + "amount": "200000000000000", + "delegatorRewardAmount": "202059237978075934251" + }, + { + "pAddress": "flare1v69de8q444ytcx4cv7a4xe90zx8ydxqmu6dv73", + "cAddress": "0xDAF7346b32a4860d1E44e73770180b2a9A9736Fa", + "amount": "100000000000000", + "delegatorRewardAmount": "101029618989037967125" + }, + { + "pAddress": "flare1vn06qx84f4r84mhv4k7gnvc5qhwpwzaxmd0ec6", + "cAddress": "0xce5390Bf5AA33242ca35ebAf0e5812C2C1fB7ceb", + "amount": "2365840933583450", + "delegatorRewardAmount": "2390200081086058321164" + }, + { + "pAddress": "flare1wez9zay6r57q4epedjcvzsex84j29wjv3yk6fm", + "cAddress": "0x8D49051A66516BE80220CFACf3753622dE799be0", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983563" + }, + { + "pAddress": "flare1wm000ujygyzdfq9pgcu04v7r26s6qgsnykmf8l", + "cAddress": "0xeBB68135bcC10E36acD4DEC2D5EA5F3BC089E4F0", + "amount": "50000000000000", + "delegatorRewardAmount": "50514809494518983563" + } + ], + "totalStakeAmount": "21465840933583450", + "cChainAddress": "0x5F4E1FB306d4c071b962afcAeD7beE2287E84679", + "eligible": true, + "overboost": "0", + "rewardingWeight": "21465840933583450", + "cappedWeight": "21465840933583450", + "nodeRewardAmount": "26447386960966231758734", + "validatorRewardAmount": "22945861071000755799190" + }, + { + "nodeId": "NodeID-LcbbZYhBHn8HVjTzPASuHtFVAckcdctWS", + "bondingAddress": "flare1dcl0rtm5yqhr6ws37cp72z8rzh4vcjec52gecg", + "selfBond": "12007000000000000", + "ftsoAddress": "0x35149714467F2FE71b46eEb4d11689ED8728Bd25", + "stakeEnd": 1754402400, + "pChainAddress": [ + "flare1dcl0rtm5yqhr6ws37cp72z8rzh4vcjec52gecg" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "Ugly Kitty", + "BEB": "12007000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "7315945229194000", + "totalSelfBond": "12007000000000000", + "delegators": [ + { + "pAddress": "flare10gme3436wm39vz59dukskf788z2d438ggc9wsv", + "cAddress": "0x7adc29263d105b54e185585379F1Fa4992Fc0481", + "amount": "1711489000000000", + "delegatorRewardAmount": "1686937381209069281150" + }, + { + "pAddress": "flare12nkuaak09hdze3et8chqgpluf38k2cxk5h95tc", + "cAddress": "0x73eEB273b13E4572684943321FcAd7bb2EdFaD92", + "amount": "50574995000000", + "delegatorRewardAmount": "49849487563146343826" + }, + { + "pAddress": "flare15xgrpc2uy297ftmxpgjxmfajlgfffepy0877cj", + "cAddress": "0xbe303CC50e4A001e74ac26E186365B8488d52195", + "amount": "900010000000000", + "delegatorRewardAmount": "887099194012917666271" + }, + { + "pAddress": "flare183vl0vxxu3h0jt4l603czg8sha6axyztsu2c5v", + "cAddress": "0x7fAD02560Ac4a7d1308787A2C9D0A12D6947feF6", + "amount": "138820946440000", + "delegatorRewardAmount": "136829534892983869087" + }, + { + "pAddress": "flare184mqtd7n9redsz7l2catn2qcxxhkr57xj3ukzc", + "cAddress": "0x363ADC334cd10bffD48e07b8F8a74A6cB761aD0a", + "amount": "1162030000000000", + "delegatorRewardAmount": "1145360469793480867698" + }, + { + "pAddress": "flare19emalwkx07ut2dju36ylpz6gr5d5fn69k2qmcp", + "cAddress": "0xAb251CFb507D82a4FD5C97e0CC3d7BAFf61700AF", + "amount": "350009000000000", + "delegatorRewardAmount": "344988057685211608153" + }, + { + "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", + "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", + "amount": "491000004000000", + "delegatorRewardAmount": "483956520270596271364" + }, + { + "pAddress": "flare1ascezmxu33twsh53spwg4purvqlmp0e2wzetp8", + "cAddress": "0xD6ed3a61908B3249FdE2e85f25D21aE86571ea3C", + "amount": "55311000000000", + "delegatorRewardAmount": "54517553716123697557" + }, + { + "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", + "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", + "amount": "1520000286754000", + "delegatorRewardAmount": "1498195608136439742573" + }, + { + "pAddress": "flare1uwk8mrywg5jwvv9kfz446glm37z2uhqhn8hh20", + "cAddress": "0x424559e59a6A2CE7742637677087C8e03A01D143", + "amount": "621700000000000", + "delegatorRewardAmount": "612781601224242967435" + }, + { + "pAddress": "flare1v9qwukcxjg4xf0gwp3fzdyy95q2fzqlvz0979r", + "cAddress": "0xFdAC058d47dc99A70f076523c95a5c97b3805bBB", + "amount": "264999997000000", + "delegatorRewardAmount": "261198524185426383621" + }, + { + "pAddress": "flare1wffcpf8llxm8rsdmjslhgcvz86w72wjmyaumz8", + "cAddress": "0x09eae10D1e9c2B0B1eA1Dea096Eb22336409F325", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422989" + } + ], + "totalStakeAmount": "19322945229194000", + "cChainAddress": "0xb6379cD18Bd767a56e323A2E6d33e709dA5b945C", + "eligible": true, + "overboost": "0", + "rewardingWeight": "19322945229194000", + "cappedWeight": "19322945229194000", + "nodeRewardAmount": "23807192612823399222615", + "validatorRewardAmount": "16596195939163498100891" + }, + { + "nodeId": "NodeID-LxpVHRQAYXPRf7q5oz1iT4N1z9XHz5rHU", + "bondingAddress": "flare13hfwcxp6ezyek0vcvy5lxf2jx229k6mpw6v4fz", + "selfBond": "29999900000000000", + "ftsoAddress": "0xf26Be97eB0d7a9fBf8d67f813D3Be411445885ce", + "stakeEnd": 1741093213, + "pChainAddress": [ + "flare13hfwcxp6ezyek0vcvy5lxf2jx229k6mpw6v4fz" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Stakeway", + "BEB": "29999900000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "119186823487800000", + "totalSelfBond": "29999900000000000", + "delegators": [ + { + "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", + "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", + "amount": "50010000000000" + }, + { + "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", + "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", + "amount": "200000000000000" + }, + { + "pAddress": "flare1s59v8m47alafp9u0x5z9r5f5nyd6f30hz7lw2f", + "cAddress": "0x43dbA1459fF5EcC4318F26F67C98F16147816651", + "amount": "900000000000000" + }, + { + "pAddress": "flare1ph472gs98ffps5482zqteyx065qe8a9wjn2xlv", + "cAddress": "0x0eF4C65A4484B7af02A9f0032e6321811Ea24072", + "amount": "100000000000000" + }, + { + "pAddress": "flare1emay48fsya00n4mhdtk2xumv0rzugtfmv097yr", + "cAddress": "0xAfE914E3780d90e47082BE65E8bee7E6F4659d83", + "amount": "300000000000000" + }, + { + "pAddress": "flare123l344hlugpg0r2ntdl6fn45qyp0f5m2xakc0r", + "cAddress": "0x4485B10aD3ff29066938922059c5CB1e5e8Ee8b6", + "amount": "150000000000000" + }, + { + "pAddress": "flare1qg4mn7335rcwwcd977k6ryd6rpq8f23rc5cwq7", + "cAddress": "0x8E49f1bA4fefb3a0CE0B89FF000b3d01d9076158", + "amount": "50887456250000000" + }, + { + "pAddress": "flare1tqdjwt62s6c3q8qhcfmdrsmzjzzu43h63sv6p7", + "cAddress": "0x7b8c8959420324af0BA2ecAf1ff4Aa413e590422", + "amount": "1830974089000000" + }, + { + "pAddress": "flare10z4pkvu0w0rq642pldhv8vfh8a8802ch35tg7p", + "cAddress": "0x72F1C8601C30C6f42CA8b0E85D1b2F87626A0deb", + "amount": "60410050148800000" + }, + { + "pAddress": "flare1n7mm4g73ylp6w7pv3pnjawccmv8trzp56d8frn", + "cAddress": "0x639BE9F262e0f59210320248289B504481E74FFF", + "amount": "3252783000000000" + }, + { + "pAddress": "flare1qu7tn92afd2dmt2sy082z0uaq5350nfrc8chsk", + "cAddress": "0x6Cc6ff8C9f6254C2d78322A509e7763Dd1Bf77cc", + "amount": "1105550000000000" + } + ], + "totalStakeAmount": "149186723487800000", + "cChainAddress": "0xe2e529f3D651Ad039c80cABc6dA7Ed9426786089", + "eligible": false, + "overboost": "0", + "rewardingWeight": "149186723487800000", + "cappedWeight": "149186723487800000", + "burnedRewardAmount": "183808266246285309523312" + }, + { + "nodeId": "NodeID-MfzBQ6MbriE31UWm9NjSnEgLiR1cAkEnN", + "bondingAddress": "flare1hyzua978eknc9v3xgmfe320ajz8mq6rpl3uf73", + "selfBond": "29990100000000000", + "ftsoAddress": "0xB7fD410Bb86f427b2d2C75eFe6e35e621465913b", + "stakeEnd": 1763146808, + "pChainAddress": [ + "flare1hyzua978eknc9v3xgmfe320ajz8mq6rpl3uf73" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Ankr", + "BEB": "29990100000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "167587803746106839", + "totalSelfBond": "29990100000000000", + "delegators": [ + { + "pAddress": "flare10qcmv60jply7nr8h0cdsrzl940s2gvq0ywukns", + "cAddress": "0x0D427bC706E0D318916d6106195fC794B0Afc70c", + "amount": "104700000000000", + "delegatorRewardAmount": "116097817040695702954" + }, + { + "pAddress": "flare10tvznuj5hsg3fxy5uy7d3g58vdwzrd8gv9u5vw", + "cAddress": "0xDC0cB9060b36374E6C21fE18f0dc8cede76f04e4", + "amount": "152000000000000", + "delegatorRewardAmount": "168546974118297486619" + }, + { + "pAddress": "flare10zrrnjfmemqx3kasfsnpg4exh2h3nqdsvcrrsg", + "cAddress": "0x15489Dd3330d2feb0d1a4b6A919Be452bE04fC25", + "amount": "444846953000000", + "delegatorRewardAmount": "493273736012463805724" + }, + { + "pAddress": "flare1252flqpaytgn3seqlv87azq72sx6a95y03cvxw", + "cAddress": "0xA05DDCa55D496bcC9eE2217e047A50Ba446e1A1f", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1262uu9p8amxk4r26wfx2djnxwquw4ugl0xmmfg", + "cAddress": "0x97B8853E6f46EE7d70e23C07Cb1dB02ad79afF6F", + "amount": "444366990000000", + "delegatorRewardAmount": "492741523437866829300" + }, + { + "pAddress": "flare12nc5fr4nddvng09zfrt8u6ryydude8xtjzwlnk", + "cAddress": "0xC655aAfB646C43c4860A54E9C1Df6F9a8A9d5Ca1", + "amount": "100299994000000", + "delegatorRewardAmount": "111218819031469692093" + }, + { + "pAddress": "flare12raqg59aq5rugcwxk3xkt8zm66d9pm9j686wth", + "cAddress": "0xE3f7cdB87DdCAe894b258f3a5691992ea6Da68e2", + "amount": "238320370515553", + "delegatorRewardAmount": "264264324481236703479" + }, + { + "pAddress": "flare13h97x95e26zrd8wu86au3d05p8244xln35wz8k", + "cAddress": "0x98F3F8e945895E2A8B58de8594965B0548e76374", + "amount": "5000000990000000", + "delegatorRewardAmount": "5544309456927577698759" + }, + { + "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", + "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", + "amount": "317913794008000", + "delegatorRewardAmount": "352522421121816674899" + }, + { + "pAddress": "flare14cuxup6nmmq85dj98s6m9hwcvl0d6x95rxz8t0", + "cAddress": "0x5134Da103A0312b1B166a99a53319EFeF04BAC1d", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare14fm6gcxr75snmgyf4egy62tj4cm07xy2s87ldu", + "cAddress": "0x586C271Af5856E9051F3c1d066cD37A891ccF331", + "amount": "51750000000000", + "delegatorRewardAmount": "57383591517249308766" + }, + { + "pAddress": "flare15altelke796kccywmjmxs3j4z2rkzqfk75959v", + "cAddress": "0x20c507483DE398447AbCB8766E7C3514bb789518", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare15t3u4vr4q0vzs42sjgy8qqcq7wfga3gddryt53", + "cAddress": "0x8158124b0884b7FA4f62164a9FD262217103E2f0", + "amount": "144999975000000", + "delegatorRewardAmount": "160784914693939359226" + }, + { + "pAddress": "flare15w55mr8zc6ffpmm3wp9dsudt249fn8x8x5akq2", + "cAddress": "0x62073ca865c20Df245304878D7844c7157ef63b2", + "amount": "60600000000000", + "delegatorRewardAmount": "67197017312952813744" + }, + { + "pAddress": "flare160rlerg95w37qywetlgfd3j9dgzfv5prgxvq69", + "cAddress": "0x2148662DF25D41b36fA0d1A13cd6AC675F1f4a18", + "amount": "250000000000000", + "delegatorRewardAmount": "277215417957726129308" + }, + { + "pAddress": "flare1656cut7t5zsz6q9ts3fus2wzjj4j9rnu9uqp0q", + "cAddress": "0x48a2fE7fca245944d6b165FF194e19d025a71eB7", + "amount": "947490000000000", + "delegatorRewardAmount": "1050635345443063721032" + }, + { + "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", + "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", + "amount": "308560000000000", + "delegatorRewardAmount": "342150357460143897837" + }, + { + "pAddress": "flare168yx7vky80efjcm22p30sxz4ra8f06zhufnud4", + "cAddress": "0x5C9e865772D9e5868B87857caE7905ca22509378", + "amount": "300000000000000", + "delegatorRewardAmount": "332658501549271355169" + }, + { + "pAddress": "flare16g3vvvx54t3eqe3x5lsrgtnvlhwn94xdha3gft", + "cAddress": "0x0dC7690F69B12a154ACb18878Ad0d714f6B01345", + "amount": "673320082471000", + "delegatorRewardAmount": "746618832326115567109" + }, + { + "pAddress": "flare16r9c0wl8yw7grrwrjyw7qcw8nv4xndse6fgxlf", + "cAddress": "0x419cb435B9D9c851Bf8794f406C8eC74B0A10690", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1782a0tdkxtagswlxypzhg9hmtgl4mfq3n45mxv", + "cAddress": "0x58BF55d02549D5201829964Fdec4154320D2CE5C", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare17aruz5sumh86x75nvf9gs0czhh37x9wma34k42", + "cAddress": "0x71fF589DB84B081184f43e6C9713839Ea7c848dE", + "amount": "284624996000000", + "delegatorRewardAmount": "315609748909424510893" + }, + { + "pAddress": "flare17cd3sctlytdhzl28fgk4f0ywyalhu6352neasv", + "cAddress": "0x3CA6f96562186C48C91Fe9eC3B98aA1deEC835B1", + "amount": "93566447068000", + "delegatorRewardAmount": "103752246923100314158" + }, + { + "pAddress": "flare17k8esxllxgvtyxzju09hrtwduh2y7lvl7tmwqs", + "cAddress": "0x8563DeA7DEd87AdF87Ffd4190F4Da58d5A46Da85", + "amount": "304770000000000", + "delegatorRewardAmount": "337947771723904769717" + }, + { + "pAddress": "flare17lu4skxn580urcvy2k7yuxetn93upw4glzqyvy", + "cAddress": "0x6E381a5De1Be8d49A9564e3456796D97E55B9255", + "amount": "52499982000000", + "delegatorRewardAmount": "58215217811612394198" + }, + { + "pAddress": "flare17tsggcwyfr60eeadz2ayu9h52sqppdkr6f044v", + "cAddress": "0xc70338eC91e514c1199E1Fa695e1C51db30328Cd", + "amount": "57184532807402096", + "delegatorRewardAmount": "63409736651685095964987" + }, + { + "pAddress": "flare17u2gs63upyuw77y4wv8lvta35e6qv9d2ar0v5u", + "cAddress": "0x9757da802359ED6E2D82B69Da79E5659C9b2e69C", + "amount": "667026476406000", + "delegatorRewardAmount": "739640093783034546785" + }, + { + "pAddress": "flare17ytc5wyw2lnlsltgwjd70se2e4lcz0tc9lnlh6", + "cAddress": "0x9E84bF36d1500f55D534789C4aD5587fE0C9211D", + "amount": "1364220000000000", + "delegatorRewardAmount": "1512731269945156560499" + }, + { + "pAddress": "flare18ft4yqfl8xrtdgst2rc6qj9hdezllgn7tfrnc6", + "cAddress": "0xbf2c003207BFEaE6d9356e67A85A58e2B80Aa9dF", + "amount": "1288881987589000", + "delegatorRewardAmount": "1429191835550677666886" + }, + { + "pAddress": "flare18gxsyfscpsgl44ynyj847y6uzrf93yn8rkv3kp", + "cAddress": "0x721adB015B110147F790Cd03afd3E2AF4e1A8F68", + "amount": "2506000000000000", + "delegatorRewardAmount": "2778807349608246720185" + }, + { + "pAddress": "flare18hmk9pc2lz4lqx77p5h23glgrc0nwh3vfwzh9u", + "cAddress": "0xe3822d4500D20c6e2f89cef98667EE902a90c001", + "amount": "9000000000000000", + "delegatorRewardAmount": "9979755046478140655096" + }, + { + "pAddress": "flare18rtskfjwg6fmfffhgws4fgnl3cpp0zmsctxw8n", + "cAddress": "0xDCA19F0298b4b66a3F2Ff1C1D930a1c58c51A727", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare18yghhdndrn5csj4xhxqpqynjqfrmhupweh8myc", + "cAddress": "0xD60AFDF0f3a9e086920E1FfeB83120051c6dA35F", + "amount": "50530000000000", + "delegatorRewardAmount": "56030780277615605255" + }, + { + "pAddress": "flare1923nf6vz4dhk4m38tf9flx6mrmp83f260454ed", + "cAddress": "0x5d85732e7ec7076EbB58A870ae971F3D72Abf723", + "amount": "50773997000000", + "delegatorRewardAmount": "56301339198957330465" + }, + { + "pAddress": "flare193z4xzc0vl6a0psc3p7p80l4jjs7633s3xc0fj", + "cAddress": "0x885dF9549A8035142AD8f20C7473bE2F13899450", + "amount": "500000000000000", + "delegatorRewardAmount": "554430835915452258616" + }, + { + "pAddress": "flare19fznmy29pz0szfcgpvnj65jya59k7epu7ykr83", + "cAddress": "0x9e7c1683fF4c6d84A827c35C4Eb422eEDEa8cCE9", + "amount": "167325899395000", + "delegatorRewardAmount": "185541276543749434702" + }, + { + "pAddress": "flare19mslxef3w9pexlch2j00pvvrttvfsptu0smy0z", + "cAddress": "0x31f2953ef2d549072efB6c585A8f02Cec92F35f9", + "amount": "710816891533319", + "delegatorRewardAmount": "788197606711282824616" + }, + { + "pAddress": "flare19rhn68cuclqc932ahts3q99pmrg8hw2qmrp6fz", + "cAddress": "0x0C45C81f5b4fc9E76bc5b32b7b73336Ec17669ba", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare19wjqa2mmwgz896e93gdwx9y9fx7vuuqt2fsez5", + "cAddress": "0x57253A81FA56526e2b8877bd1df3094A5372680A", + "amount": "13000000000000000", + "delegatorRewardAmount": "14415201733801758724029" + }, + { + "pAddress": "flare1antlfgq8zes0scsrpjgz8qkwdccvy45sljut9y", + "cAddress": "0xfd2855C20b8C69eE341e6e5b4E680ec4B7eF8580", + "amount": "1809000000000000", + "delegatorRewardAmount": "2005930764342106271674" + }, + { + "pAddress": "flare1c0x67kq7h2dqg92z5x2xsq4dlgly2a3wm3w7jn", + "cAddress": "0xc52EC0C9ea713427bA3068FfD5679eb5af101Aa0", + "amount": "149014226036000", + "delegatorRewardAmount": "165236163808867259701" + }, + { + "pAddress": "flare1cdu7mu3km0tatjr3supk5jpktsmf4v5fjftqpp", + "cAddress": "0xa577589dd03241515E7567eCa17E73a4f48a6E46", + "amount": "201491983000000", + "delegatorRewardAmount": "223426737129904191860" + }, + { + "pAddress": "flare1cjmzvf832ndr6l2a6swnx0flr940czld6zfp9v", + "cAddress": "0x4ac3A72102EA9f8ce1d729DdF07F01dea3E32559", + "amount": "66898966000000", + "delegatorRewardAmount": "74181699282518839047" + }, + { + "pAddress": "flare1cvptyqagz8622hyszp8gz2dkpuj4ahm8q2zwuc", + "cAddress": "0xc3c8557F3DeC8d6147699Dfb8079bc6bdA35646d", + "amount": "202605268597466", + "delegatorRewardAmount": "224661216858735608018" + }, + { + "pAddress": "flare1cynahrede94lpnvtdvdvkmps5fz6zc0r4ffdg5", + "cAddress": "0x4cC6B7AAf57e0d0FF192737b6539db3BaC8Ea236", + "amount": "800000000000000", + "delegatorRewardAmount": "887089337464723613786" + }, + { + "pAddress": "flare1d9w0tutzurqu676f32fqag4ksx4dl037qrdmpl", + "cAddress": "0x040a9f50fe3802b31653Caafe9600470D764ad78", + "amount": "902534000000000", + "delegatorRewardAmount": "1000785360124233577556" + }, + { + "pAddress": "flare1dcy4rdql3gp358l2kst4upwuc68s4a4xrwew3t", + "cAddress": "0xC53BD765311faf7bF15B00732AaEb94352C5CbEA", + "amount": "377472068942858", + "delegatorRewardAmount": "418564309437447972609" + }, + { + "pAddress": "flare1dfwhsl4z6r288rtg2jg6l6ld6s89wmnh20c8fc", + "cAddress": "0x2f1121483c85f7b779e328f79DCaa95BCe839774", + "amount": "757784000000000", + "delegatorRewardAmount": "840277633126710148686" + }, + { + "pAddress": "flare1dhg5s3vax4ulspd7e837v7ux4g9szws8ec0vmg", + "cAddress": "0x17Ff553CB867e1eCA1AcbBaCcE3D60BD7F64344d", + "amount": "54750000000000", + "delegatorRewardAmount": "60710176532742022318" + }, + { + "pAddress": "flare1drxjncsjmg58vmfe9glzu2apdhvjz8j98522ym", + "cAddress": "0x7ea7E2a8795F13124Ae53b35E9B238841E440954", + "amount": "50393984000000", + "delegatorRewardAmount": "55879957348459852946" + }, + { + "pAddress": "flare1dxkf943vrnjuc9vnedlhk86cg6hj39fmpgtxn0", + "cAddress": "0xcae6602Bb7a4525F753a371D271f36DB9A0A2BcE", + "amount": "164517988341000", + "delegatorRewardAmount": "182427691598058517489" + }, + { + "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", + "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", + "amount": "650001000000000", + "delegatorRewardAmount": "720761195551759767106" + }, + { + "pAddress": "flare1e7a7rdvtjp0236pga4rcupugvg8x49ffjdv4tn", + "cAddress": "0x8C533d4904566e90afe0db5e1A39E401fDA19167", + "amount": "377590968000000", + "delegatorRewardAmount": "418696152044729568977" + }, + { + "pAddress": "flare1e83ce9xjzxush4cxykj7f2t3dnrgw3vsynxyw8", + "cAddress": "0xe5c65Bd76FaCD8013B0A8A9CfA9306C7b7e8491E", + "amount": "250000000000000", + "delegatorRewardAmount": "277215417957726129308" + }, + { + "pAddress": "flare1ec47pv3m307q0q9f5l85r564gxjrmqcn5mh9z6", + "cAddress": "0x7dce3e38bC6Bb6936337999DB06998D3f55ff8bF", + "amount": "319555000000000", + "delegatorRewardAmount": "354342291541924693004" + }, + { + "pAddress": "flare1elqvar0cruq9zgu6x924hjtrn2qv60zdpd5uae", + "cAddress": "0xDD92cDf06fCBA4eB4e30f2a4012332FDdA6050bB", + "amount": "1500010000000000", + "delegatorRewardAmount": "1663303596363075084894" + }, + { + "pAddress": "flare1ezxfht22wctcqwfzs9qnc0vtt0ttpkc262jx0r", + "cAddress": "0xcA7789bF06AAbae86455F25E7C97A38A1739310D", + "amount": "156420000000000", + "delegatorRewardAmount": "173448142707790084585" + }, + { + "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", + "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", + "amount": "309818810565488", + "delegatorRewardAmount": "343546204248309327833" + }, + { + "pAddress": "flare1f6gljurl54g74nnrkvpfm3ztryklvchxxqsswx", + "cAddress": "0x38d854E83cd7C073A9F685fb4b532c99223DDA1b", + "amount": "259435000000000", + "delegatorRewardAmount": "287677527831450713428" + }, + { + "pAddress": "flare1fdwtqgmjmpp3hq388ugm3myccfkf6dae5fm742", + "cAddress": "0x5eFE1177fEA7A95Cc7DaD7D564c0ca670e04E24E", + "amount": "1000000000000000", + "delegatorRewardAmount": "1108861671830904517233" + }, + { + "pAddress": "flare1fhc95hzda3mmjpvjd2u3qm3q20085wsjyrfdyz", + "cAddress": "0x665682a786236347604435a8bd203E342DAc04f9", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1fjnvt8emrm9yh2delgcvac236wpe33avqpn7cn", + "cAddress": "0xC7bfCdED4160616414b934e696ceFfE0F603363D", + "amount": "67456973000000", + "delegatorRewardAmount": "74800451857432186584" + }, + { + "pAddress": "flare1fktgtd6dvse59mvzy4w42zvqc3g2t3ysf0hsdg", + "cAddress": "0x91E2447bf8dD726B4D72313F900804593B98B96E", + "amount": "995929998000000", + "delegatorRewardAmount": "1104348602608829392186" + }, + { + "pAddress": "flare1fpn0r00xgkggev0x3n5k98nxcf7unwy9amk4w2", + "cAddress": "0xCBD510235fCe7fF670656b1A2462530982726777", + "amount": "361378991000000", + "delegatorRewardAmount": "400719312124825397055" + }, + { + "pAddress": "flare1fypxquewszldntgkspdhtluzd5gc8mu6sex7rw", + "cAddress": "0x86AC2612edE6805f845bEE1D4b9b556C09E69FD7", + "amount": "120010000000000", + "delegatorRewardAmount": "133074489236426851113" + }, + { + "pAddress": "flare1g2jmc4tnff6xuchc8cw7j02af50c2ttfm4dz99", + "cAddress": "0x80b6978eD12a06031F0856a11074C3806F450303", + "amount": "407443000000000", + "delegatorRewardAmount": "451797926155799229215" + }, + { + "pAddress": "flare1g2mpamcexhqx0hc2quucneqxs3a6jxl8u8m90r", + "cAddress": "0x240Ba8f07Fd198EE9b79f3C2e0CD37958cA85926", + "amount": "498990000000000", + "delegatorRewardAmount": "553310885626903045054" + }, + { + "pAddress": "flare1gqn6gkdzxacz75ugnxcs974rp798j43savlr3d", + "cAddress": "0x9C6B672A3968CD3C6DD6b908db623405A1c84294", + "amount": "113981435783201", + "delegatorRewardAmount": "126389645440247144461" + }, + { + "pAddress": "flare1gxt90hvexug09yqffe3zqhv5cnwep8rmdwg775", + "cAddress": "0x8a2Ff4B35128833CF3f484F634c91b3C65561c43", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677584" + }, + { + "pAddress": "flare1h80238culwy8k9v00ymtl5hk87vwyl2xfzekgs", + "cAddress": "0xaD96630D60b89D4fD47bfb0de3b557065c02Fece", + "amount": "70000991000000", + "delegatorRewardAmount": "77621415910080100632" + }, + { + "pAddress": "flare1heedrw46wdd9uevnvvhkwn89zrusyks4fu0elm", + "cAddress": "0x744fC6e1AD778F1EDe007730973a343EEbC8E6f1", + "amount": "544022000000000", + "delegatorRewardAmount": "603245144432792337274" + }, + { + "pAddress": "flare1hxgshlvkfrujhujfjk3u7gsugtmvwwf2ld053t", + "cAddress": "0xf64d454DE5F419FBd21585AE60d716bF4A1Db5B1", + "amount": "57750000000000", + "delegatorRewardAmount": "64036761548234735870" + }, + { + "pAddress": "flare1j3cl0urv6ugdwjh44eq8ndp7rgdgvp82xt6tl0", + "cAddress": "0x15D8d08FA5617F04551893DC4854B7e084979337", + "amount": "200000000000000", + "delegatorRewardAmount": "221772334366180903446" + }, + { + "pAddress": "flare1jf07txq6z730d4kdy4h9hldmjtrc5gcf64se5s", + "cAddress": "0x9e01bA64f07C71Bde9d61d47828784d263Edb7EE", + "amount": "578379749038000", + "delegatorRewardAmount": "641343135471415668649" + }, + { + "pAddress": "flare1jkpkvpmt2z09zp22y33mm0dl8j4dpddzfl2m4h", + "cAddress": "0xd602dAE1faB01126C65CC81479cde76c33AFa535", + "amount": "839259987000000", + "delegatorRewardAmount": "930623232285603191331" + }, + { + "pAddress": "flare1kcsl4xx8cgsk74sgnqm3erdt2q3rmrzgs2sws7", + "cAddress": "0xFb3213AfA7984D1A22E1772AD8AE94F9809621A3", + "amount": "10167766000000000", + "delegatorRewardAmount": "11274646005545428699571" + }, + { + "pAddress": "flare1kxtgd4trvmw6deq0g2u56wnhpzcl42x6cjq3qw", + "cAddress": "0x4d55ecF942784cB8F35098a8a203540f032Bd59f", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1l3lrju5r6pgdc0l3u3wc2xedfskqykfwru2p9w", + "cAddress": "0x162b3Fb8BA5a7f81FE24edf38E79C1AFf404F554", + "amount": "2222222732303000", + "delegatorRewardAmount": "2464137614122145164882" + }, + { + "pAddress": "flare1l6c8qr0ms9lyj6ejmhr83hramel8c7gfuweqt0", + "cAddress": "0x480b35b48EA560515ddf14518a8e809eAAB13797", + "amount": "250000388336000", + "delegatorRewardAmount": "277215848568632321434" + }, + { + "pAddress": "flare1lc2leqt7ytcwsclyfej0w3yfaazeu95vnlgzqq", + "cAddress": "0xBC136971AffD11D675830197feBB1F945BE3284C", + "amount": "124083037741359", + "delegatorRewardAmount": "137590924675740563122" + }, + { + "pAddress": "flare1lfjvd62kjh78v8fj6ym2gc7gpp8c4jv55kx6rv", + "cAddress": "0x2b60989A14D4B702ea125b02ee5edb3058Ca3b35", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1lgn6mugmxcp80etgyh4wzgqekukmt4q6xheack", + "cAddress": "0x8622cFBd8ba8EC4C7CE60F726557f1ac7C4641Ac", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1lky0jdlm9sllcpashmusm65qrk0t998us8g0jj", + "cAddress": "0xE0ed3962Cc4c37D9f5a31eD0Ad82c2a377ba77ac", + "amount": "215658999159000", + "delegatorRewardAmount": "239135998352828371272" + }, + { + "pAddress": "flare1mepna3j5wthwcn7s8z40c3nugqhff4mq86s3es", + "cAddress": "0x88cd0C441ba5452Ed0aE9cD4E91B22311CC534e1", + "amount": "210000000000000", + "delegatorRewardAmount": "232860951084489948619" + }, + { + "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", + "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", + "amount": "109999998000000", + "delegatorRewardAmount": "121974781683676153233" + }, + { + "pAddress": "flare1naupnl33g5yhrwt2ykcstrzultppzj543z8jj6", + "cAddress": "0xedd790199b60CB70A825fb5dd860f4F445fC7fe9", + "amount": "101975813750000", + "delegatorRewardAmount": "113077071321141940543" + }, + { + "pAddress": "flare1ncfl76n0rhgmd0fttd5jfj0zus6z0ykjuy6600", + "cAddress": "0xd9EBFc93A7E17Ad3B37EE73791A36030aE405bFE", + "amount": "4052921000000000", + "delegatorRewardAmount": "4494128755858581366890" + }, + { + "pAddress": "flare1ne0gq8yeecx3lhyxzqlankrdfu38dugmz3up4p", + "cAddress": "0x6A2bE0F1C2b6AA50d47E2f0Eb96B41E20160c98b", + "amount": "332990000000000", + "delegatorRewardAmount": "369239848102972895193" + }, + { + "pAddress": "flare1njptge3qgvz5lvhx26dyjhewzsswjm4za8cmxj", + "cAddress": "0x26f718E25a165715CE410e2181B2a2eB3A1bF8bB", + "amount": "320353502814465", + "delegatorRewardAmount": "355227720707734035471" + }, + { + "pAddress": "flare1nl279745ya7qq42dpzfhtrht95mr63t0cz42yc", + "cAddress": "0xAdb28f8177CD553C90258058fA24ea80fbF7D8a2", + "amount": "300000000000000", + "delegatorRewardAmount": "332658501549271355170" + }, + { + "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", + "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", + "amount": "250000000000000", + "delegatorRewardAmount": "277215417957726129308" + }, + { + "pAddress": "flare1p39xk9ya4m4alf3wnevg0kgz87advx2macxu8t", + "cAddress": "0xD95056CdB9110940b14d7400c51C8cB2E2Bfaa70", + "amount": "79650957000000", + "delegatorRewardAmount": "88321893341951486973" + }, + { + "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", + "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", + "amount": "2913617173693392", + "delegatorRewardAmount": "3230798410296889565888" + }, + { + "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", + "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", + "amount": "234249774106000", + "delegatorRewardAmount": "259750596141190886591" + }, + { + "pAddress": "flare1ph6hjykrdr7hck7y0f7urs95256fp0hcu8qp2g", + "cAddress": "0xA481b2Bb334B93681459154c658E67E19a7A2D4d", + "amount": "104895710497000", + "delegatorRewardAmount": "116314832909593980177" + }, + { + "pAddress": "flare1plxhcay970xj0h3hqgcz002q094t2kjsz70aul", + "cAddress": "0x061a57AE70756587956DDE1dee6015D70a876ED0", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1ptvwn4tsd6lg0rhtsd0zmtn0r7gk9yxrsq2qfj", + "cAddress": "0xeB22483299c43D43c29fb97f76177B6b8EBdB991", + "amount": "382872290513000", + "delegatorRewardAmount": "424552408155972942933" + }, + { + "pAddress": "flare1pynmj9ex8f3pk9yvvq039ajplduf228cmc0et3", + "cAddress": "0xaffaD7602367449b25C6dc39F65332c069F635AD", + "amount": "421722493000000", + "delegatorRewardAmount": "467631908636676927452" + }, + { + "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", + "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1q8d2f0r8jskry6r85qxdgmjcyeamq0t23mlswl", + "cAddress": "0x32Dc4278Fc0F096e260ACDc8714E812ca7d2D40a", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1qj6hake2vzwrvtvxzdysjf7v30e0466hwr997g", + "cAddress": "0x9349d897bA2029e8301C6503CC64259692d6db29", + "amount": "1530999963384000", + "delegatorRewardAmount": "1697667178971035840124" + }, + { + "pAddress": "flare1qlxcp5h7atqyctwpl5x0kcfxt89e5nq7emwtu3", + "cAddress": "0xB5F3d8d49B3b67fb839Dc2ad288782fC3B9efaeC", + "amount": "97383000000000", + "delegatorRewardAmount": "107984276187908974601" + }, + { + "pAddress": "flare1qqcdza704zd2yufmvdstqn7pc4ukwqcqh8u5dx", + "cAddress": "0xa741dec48B76753e834131756209Be353cE6a0F3", + "amount": "102099000000000", + "delegatorRewardAmount": "113213667832263520305" + }, + { + "pAddress": "flare1qtaz4nz66erk989spk5xvjuphm8ryzeezrn4je", + "cAddress": "0x11E714Ed16d9e0155619823D56Af05740541D8ab", + "amount": "60999878173000", + "delegatorRewardAmount": "67640426892394281407" + }, + { + "pAddress": "flare1qvwnrtdp0thpmmzry7m6v2rk2eeza5kywrtkgz", + "cAddress": "0xDC0614cB927b16F077ffB202527d069BBF481d94", + "amount": "330816292355856", + "delegatorRewardAmount": "366829507010615762488" + }, + { + "pAddress": "flare1r0sej8llqapmru8twzw4sflhjhtw3wjvvkk274", + "cAddress": "0x781295aa5A831626303bB6e19d7096e06dbA0942", + "amount": "59999997000000", + "delegatorRewardAmount": "66531696983269255541" + }, + { + "pAddress": "flare1r6qzrc5zgy6rk9fxazdk5hrqzmfudxhfadsex3", + "cAddress": "0xc7f10EC0559e9b8Ce3e000768d42d50Da596D036", + "amount": "80349741165000", + "delegatorRewardAmount": "89096748319402349607" + }, + { + "pAddress": "flare1ram5r3me90z76ayleewcd6rjmnzs6pez09t9c0", + "cAddress": "0x0882449dd233f3e5ea1F5B5dAc178766f5097dAd", + "amount": "219812729613033", + "delegatorRewardAmount": "243741910848422345739" + }, + { + "pAddress": "flare1recv9drf0zasr6dz0gz2auqjmnm952nvkdz8mx", + "cAddress": "0xD56409E3bcBb1eC3f7fEF83da04902903fbcde19", + "amount": "905301971000000", + "delegatorRewardAmount": "1003854657074873038164" + }, + { + "pAddress": "flare1rgpurlg9deqkp2efqn2xpmxl046ltn96yg3p0h", + "cAddress": "0x2463b6779A0B08817c40e1009F0E0e499dE2dc2A", + "amount": "80064640000000", + "delegatorRewardAmount": "88780610564939511046" + }, + { + "pAddress": "flare1rh58hwn7sq8japygeqfts09d39l8kf8n85x3gq", + "cAddress": "0xA93b1B97137fCdF764aB896F10d1d4208fF26c5b", + "amount": "99999998000000", + "delegatorRewardAmount": "110886164965367108061" + }, + { + "pAddress": "flare1rh8tqwm0csyxkpyq32cfvm4gjkhcsqhkuznp9q", + "cAddress": "0xF6a523117fBE13D0987F09Fb3b862Cea738aAD59", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1rk2rl3lyrgalpmszrqs9w4nylyyv5fj6fq3kr9", + "cAddress": "0x3eAbd730F31a87DA296F989E1283A7133B54052f", + "amount": "171562038097000", + "delegatorRewardAmount": "190238568386956752527" + }, + { + "pAddress": "flare1sdu4ylswdrfu5ual5q3mnhlrfafggnyz7g4zhw", + "cAddress": "0x37A3c9b34Aa2B84438413C50344E3323b0d41b3D", + "amount": "229189503125004", + "delegatorRewardAmount": "254139455601286250770" + }, + { + "pAddress": "flare1sdu733e5mpwdyq5ydkpfq76qh6qfslt9nwqksk", + "cAddress": "0x69729cD82Accc43917F7Bc4462aB7b7fd171D03E", + "amount": "67991960984000", + "delegatorRewardAmount": "75393679527779871781" + }, + { + "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", + "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", + "amount": "272624000000000", + "delegatorRewardAmount": "302302304421228513106" + }, + { + "pAddress": "flare1sssfnlcumrn0s82438992vzkpp0qltdsqgr55c", + "cAddress": "0x2B6Eb62b6116Fb4158451dAf70EF529183aCe1D9", + "amount": "252374000000000", + "delegatorRewardAmount": "279847855566652696632" + }, + { + "pAddress": "flare1sv6vqkzvyr220q78srdhd2l32tc3pqszym5wew", + "cAddress": "0xcd114230e75A75967fA4F4B9577511C8b54F6566", + "amount": "750000000000000", + "delegatorRewardAmount": "831646253873178387925" + }, + { + "pAddress": "flare1t2zf6d2zke28jyc009qlaglk7gd05tg9ephp59", + "cAddress": "0x73d1fD16B25fB6Bd3931486B710A8a56d5AFF429", + "amount": "9665490000000000", + "delegatorRewardAmount": "10717691400464889302279" + }, + { + "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", + "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", + "amount": "300000000000000", + "delegatorRewardAmount": "332658501549271355170" + }, + { + "pAddress": "flare1t5mcsey2yp7qktr72d6klv337j57eevhhulxv3", + "cAddress": "0x3fF764A376A099111BD8c6ECA24AfEd5Ee54eF84", + "amount": "300000000000000", + "delegatorRewardAmount": "332658501549271355170" + }, + { + "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", + "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1tcgdks444pqvdmftgafr47x32heu067fykv7ep", + "cAddress": "0x9692d941e63c6dD9b7e03aC64e78Fa11d396D9Ec", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677585" + }, + { + "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", + "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677585" + }, + { + "pAddress": "flare1tq9ml5dq0jseye5hfc05lr8hh00aclawpszym0", + "cAddress": "0xE8fB6fCeCAD31B888A721a057CE5aEa769736c54", + "amount": "59908680197000", + "delegatorRewardAmount": "66430439280428422184" + }, + { + "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", + "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", + "amount": "95607136144000", + "delegatorRewardAmount": "106015088823600737925" + }, + { + "pAddress": "flare1u9x6yag7cdw7uv8alfnrer6dm8z07crs07x6nz", + "cAddress": "0x4802c25Fb1Ad4ae7AAaCcdB364b6DB8c8cec59eD", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1uchferckm9q4r7enrmsf0wa5etcx87rp5xwt78", + "cAddress": "0x2D073E8823387Ff6Adb9a917384CF4b16490ba7F", + "amount": "1631459000000000", + "delegatorRewardAmount": "1809062354263575652782" + }, + { + "pAddress": "flare1uhsajf4wckt9rkp09a04j3v75y80qa74w2fmja", + "cAddress": "0x0D130B0B7fc13e979C8aeA34338F9dd6060D2619", + "amount": "100980000000000", + "delegatorRewardAmount": "111972851621484738150" + }, + { + "pAddress": "flare1uvcvl2qxnx4knhs89dkh4anavnxh8eak56kvv8", + "cAddress": "0x78ce3470B5ff9B0Bea5d46dFAaA309DA7E6a01aC", + "amount": "250000000000000", + "delegatorRewardAmount": "277215417957726129308" + }, + { + "pAddress": "flare1vekdvzyk7gklm8n9y584xfuxjn7tavmpjd44ut", + "cAddress": "0xA4994dd835e653c3Ec094Ec61c48e4d335584769", + "amount": "600000000000000", + "delegatorRewardAmount": "665317003098542710340" + }, + { + "pAddress": "flare1vg95pq4twpw9g3n3r83v6uxpg85dhauyppzqxk", + "cAddress": "0x012DaB67e414EC3219324bb3B4760E17bdf19Ede", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1vk2rvtx0rdlawqs2p26ah0ep7ftxtp6rq4fa6y", + "cAddress": "0x5BD5E2478F7cE691b1ba0df3492e3515d908715A", + "amount": "85964999000000", + "delegatorRewardAmount": "95323292510082034993" + }, + { + "pAddress": "flare1vkdz94nzs46yprtut57lts8gdehkexqk6s6yw0", + "cAddress": "0xCc542c3b7BfE3c8F556BE4298B42B09847873eA9", + "amount": "1019428963000000", + "delegatorRewardAmount": "1130405704225025303356" + }, + { + "pAddress": "flare1vlv8xgzjl95dxcnhane2xpchq7lq0cn6ug8nly", + "cAddress": "0xc2e1b9e47f634F9688267B62D9bce7302B9BEC07", + "amount": "211329951000000", + "delegatorRewardAmount": "234335682773803131912" + }, + { + "pAddress": "flare1vqhhnltqp2r09y999yu8caru0m9f2ru3wxeaxp", + "cAddress": "0xA7AFD623084Dbe2519988AEA865b589c7B6f3Cb0", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1vv4lazfz6f8e5843k2dxfgxkk4fu2w0rg72736", + "cAddress": "0xaD36b3f054f7d3ba39a064Fb0707915048aF4E4F", + "amount": "92028062140000", + "delegatorRewardAmount": "102046390839918768484" + }, + { + "pAddress": "flare1vvvp0t0k92up32mp5mxu96vcpf8tgfmcpuks27", + "cAddress": "0xB36132D2a1c96E99F7Dcab07f977DDF1aEbA0929", + "amount": "97924507818462", + "delegatorRewardAmount": "108584733452798253864" + }, + { + "pAddress": "flare1vwrr7ldqefk8gzzjeaefmfwpq3hmn9l4wt5ceq", + "cAddress": "0x6E59E13cB1fCf77cB64685d25943527eB582587D", + "amount": "869410000000000", + "delegatorRewardAmount": "964055426106506696328" + }, + { + "pAddress": "flare1w0gp2y8ltrgg2kufv3qrkve27hz0alx0fy3p8s", + "cAddress": "0x2bb38818026cEFD6DCF96940dc64A4d0651D7846", + "amount": "52000000000000", + "delegatorRewardAmount": "57660806935207034896" + }, + { + "pAddress": "flare1w4gaqddfhzwdx8mff0uz278gk49xmmgh3teyla", + "cAddress": "0x0D6f89F80262CbEDF598C3539Cab67024e8221C8", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677585" + }, + { + "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", + "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", + "amount": "1050641287356000", + "delegatorRewardAmount": "1165015854392147923533" + }, + { + "pAddress": "flare1wk2vak302l3fj8zu8sfkuvd0lu38xyqmrvqssv", + "cAddress": "0xCca0bEaba0ec1161c7cCEA92E65d78Ab030DB7d3", + "amount": "102052220286000", + "delegatorRewardAmount": "113161795600389708735" + }, + { + "pAddress": "flare1wvr22kkpm7f3g84tn4ww9th25wnyk27va24m4j", + "cAddress": "0xb353b8Cee6903A58deD74cBbF28AE09773CfeD7A", + "amount": "69999998000000", + "delegatorRewardAmount": "77620314810439972544" + }, + { + "pAddress": "flare1x0f2wvfayeexfztyer809axhagzj54wxkjy7w5", + "cAddress": "0xE0C8BEB6B35a209Fe46ee8232fcb1A9951Ba6eF7", + "amount": "263782979000000", + "delegatorRewardAmount": "292498835094476377820" + }, + { + "pAddress": "flare1xcp6p8xf6rgcckmj63r0lwtsxp9wun2apxya0w", + "cAddress": "0xdDFD8183e85C923FD6421D99950557598c764f7b", + "amount": "600854996000000", + "delegatorRewardAmount": "666265075392511446379" + }, + { + "pAddress": "flare1xez4pmr000n9s66yzx35ss9t7f8jmrwxlwx4ea", + "cAddress": "0xCD930F179061D8445497ab2ca57B897794521636", + "amount": "79000000000000", + "delegatorRewardAmount": "87600072074641456861" + }, + { + "pAddress": "flare1xqv2gwxpsen434hn8qas585l8tvft2w03ug36h", + "cAddress": "0x35aa0A6e56c63017D6Fa4f7eDA7d37304E13050e", + "amount": "600000000000000", + "delegatorRewardAmount": "665317003098542710340" + }, + { + "pAddress": "flare1xuhs7uvzu9w7m0dcvqh4xfzqevd4r9rqzurjm6", + "cAddress": "0xb497311cB3200b07168f83028c99991520f3B034", + "amount": "2000000000000000", + "delegatorRewardAmount": "2217723343661809034470" + }, + { + "pAddress": "flare1yd2druv4a28kdqqaxmjhgka5fx9v3kyz2yasxm", + "cAddress": "0x16ECA11E2E364095AD8E7F000e6478c680F8E431", + "amount": "550003996000000", + "delegatorRewardAmount": "609878350518238120773" + }, + { + "pAddress": "flare1yemnf2d3lpch994tqmflfqmyzr2mhwew3878e0", + "cAddress": "0x289BA6a0b2aFE004A96d1781856d011282bDC49c", + "amount": "100000999000000", + "delegatorRewardAmount": "110887274935900610797" + }, + { + "pAddress": "flare1yhyjtnc7stkt2ale3dmvr625nte6jyze8juft9", + "cAddress": "0x38499A6f4210F750C85c38Cb807f0fa7D5DcD445", + "amount": "555647829586000", + "delegatorRewardAmount": "616136581263945489801" + }, + { + "pAddress": "flare1yp8lthzr68r8t6r5p7rqatc0kh9cycqsc9hxyc", + "cAddress": "0xf45505d534ac7F963aCAc6c3D3c7E389cd877035", + "amount": "401740000000000", + "delegatorRewardAmount": "445474088041347580754" + }, + { + "pAddress": "flare1ypfe832wmes0t3dvk7aw8qf0fj7afwlymkkg54", + "cAddress": "0x2187407A23E1a8b5458C08a395F1A63D20007eD5", + "amount": "150000000000000", + "delegatorRewardAmount": "166329250774635677585" + }, + { + "pAddress": "flare1ypyuc06ejmc2da2typrd4ysz5v6fhtpyxzrkrt", + "cAddress": "0x5BcAFD536426C0e1024137Cb2e21b8381101dBCd", + "amount": "280825450624000", + "delegatorRewardAmount": "311396578671595768182" + }, + { + "pAddress": "flare1yxfgq58sap2xth78pggtkeph737qdsqvrp8z8w", + "cAddress": "0x2c73C8BA2D7c5B6c7B1b6B4361D67d87969FecF5", + "amount": "300159970000000", + "delegatorRewardAmount": "332835886150914144966" + }, + { + "pAddress": "flare1z6hkuwf05kxq9wphmnww3n4dgqwr9hlzhs2qrv", + "cAddress": "0xca8195D07D32d239585762AC6CCce88cC40C5a5d", + "amount": "612711871479000", + "delegatorRewardAmount": "679412710158846243184" + }, + { + "pAddress": "flare1zer2fl607y6ka3732rpqhx82vs74prdfx7r7sp", + "cAddress": "0x2a9A9a82a9b18a46A6D60e36Aa84F2e325F80405", + "amount": "2311167243974287", + "delegatorRewardAmount": "2562764774034151866959" + }, + { + "pAddress": "flare1zqqxm9ysg9kfhd6g4ta826f3g6s4wujs8had3g", + "cAddress": "0x1eE0536ACd3Bb3442ABA8c8E438E6Ea51d3a045E", + "amount": "52490000000000", + "delegatorRewardAmount": "58204149154404178109" + }, + { + "pAddress": "flare1zs2kuvwzry4hj9n5a7u7jv0tke5zk835sav8rf", + "cAddress": "0x67873974337d602BBa1be025E9eF089d9b47c17B", + "amount": "80000000000000", + "delegatorRewardAmount": "88708933746472361379" + }, + { + "pAddress": "flare1zs4k4dqy3ddzlcjl4vlp4zy6jztgwue9tq79t2", + "cAddress": "0x1E7091f04ac6a4e585e84d430408Ec90B4F5930f", + "amount": "50010000000000", + "delegatorRewardAmount": "55454172208263534907" + }, + { + "pAddress": "flare1zzq2gw00pvl59zzjlkjqegwjxmy9lqct2qd42g", + "cAddress": "0x21cfC00363c51d0fe65539B166839E76acbE1A46", + "amount": "60000000000000", + "delegatorRewardAmount": "66531700309854271035" + } + ], + "totalStakeAmount": "197577903746106839", + "cChainAddress": "0x25A762a3AE37aD037221DAF623dAdfA8e3247Ca2", + "eligible": true, + "overboost": "0", + "rewardingWeight": "197577903746106839", + "cappedWeight": "197577903746106839", + "nodeRewardAmount": "243429516294170624406783", + "validatorRewardAmount": "57597824053793072002942" + }, + { + "nodeId": "NodeID-MN7sJduRdGUs3aWyYUmym2CFVsptzgKcJ", + "bondingAddress": "flare1hs5xs2dgpnw29weylxqkhdnzuc0lzt8n63cc4q", + "selfBond": "14000000000000000", + "ftsoAddress": "0x3D2c08eD9B2333cbce2b8A219e02F4Aa31ebcCd3", + "stakeEnd": 1744722937, + "pChainAddress": [ + "flare1hs5xs2dgpnw29weylxqkhdnzuc0lzt8n63cc4q" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "FTSO Plus", + "BEB": "14000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "169635465374398591", + "totalSelfBond": "14000000000000000", + "delegators": [ + { + "pAddress": "flare10a0encnmwlh93v9ytrzv9qvqrw58838kly4sh9", + "cAddress": "0x1b27A058885AA9ceC1a5425131Ba9AaD92D4DB99", + "amount": "5402561320000000", + "delegatorRewardAmount": "5657876889827279529559" + }, + { + "pAddress": "flare10fvfe9ct90rzvjclnn676p5daxc7q4edw698xw", + "cAddress": "0x661819452BBdF83F3a236B23e4D3daaD0D38975F", + "amount": "270180000000000", + "delegatorRewardAmount": "282948232801091905662" + }, + { + "pAddress": "flare12pe3vf3c8mafzt356p8r332fhsg70h9u9z2p3q", + "cAddress": "0x058fcDFb70db04AfbDA6E89A5aBC8edDC1B67964", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648849" + }, + { + "pAddress": "flare13290levf6qj0kfm7znjaryt7q97yt9rxkdxnf0", + "cAddress": "0x2b959D1DEEa93ee44111a276EF83F7B3A2Ed6ef7", + "amount": "398982000000000", + "delegatorRewardAmount": "417837189353191393533" + }, + { + "pAddress": "flare15ac6hxhr9y2c294akkknan7utcqm6rlhly8q05", + "cAddress": "0x4E4F7ddF982885FF4C5786f762F8e7b5dffDFA11", + "amount": "175000000000000", + "delegatorRewardAmount": "183270192983163385487" + }, + { + "pAddress": "flare15khhpwux648x9f6rkg8hnxsqlq2frwpug0h9kw", + "cAddress": "0x611C2d756f66b0Cd5b8CfE8B4CB13b8Bfeb5f94B", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare166qu6093h0tyuxcpqgyzu2uwn8w2400nrju4le", + "cAddress": "0xc9F314887750169424bd78770ccfd5AAC87A4b5F", + "amount": "124000100000000000", + "delegatorRewardAmount": "129860127182466046381365" + }, + { + "pAddress": "flare1822ru0tfvxqcdfqhj3w7trfqcpvagtsdp0attr", + "cAddress": "0x1Dab7c094f4Ae8d66E158381E6F2a6503202D3C4", + "amount": "64803993000000", + "delegatorRewardAmount": "67866516018226109434" + }, + { + "pAddress": "flare189ee28cupxqu3plvl6nmp7jwt30vgauhzdmrhl", + "cAddress": "0x81AB270076fcc4d0835d858D5Ac5B2791FF05F55", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare194yf8f6ysd0v44ef29gddaewlrpmcqen20aznl", + "cAddress": "0x05fb0D75df2b66992378828402e64d6687007EE4", + "amount": "15222137795355088", + "delegatorRewardAmount": "15941509322120184086682" + }, + { + "pAddress": "flare197jc7dl3vzjn502fuytzfvmlnpre770nkxxa50", + "cAddress": "0xE55E6828cbc397F2f271c2fC27055Dc7D8fB8AdD", + "amount": "1876351000000000", + "delegatorRewardAmount": "1965024056423723437269" + }, + { + "pAddress": "flare1djtyetkmevnl8mkew0vy2evphmw69trlwvln7l", + "cAddress": "0xDB834A0EF529d255bd73696b8c75E51c636Af2dB", + "amount": "666877982000000", + "delegatorRewardAmount": "698393465470643191371" + }, + { + "pAddress": "flare1fek006lyzc8jddzp5ag9llzdrrmsjf7t5wwmkq", + "cAddress": "0x030708881062EA9DEc55F44E2203f0268526d14f", + "amount": "70000000000000", + "delegatorRewardAmount": "73308077193265354194" + }, + { + "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", + "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", + "amount": "176346000000000", + "delegatorRewardAmount": "184679802581765316440" + }, + { + "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", + "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648849" + }, + { + "pAddress": "flare1j2026ey2g9zd4etqxwhdlkffru4t4jj9mf62kc", + "cAddress": "0x995E33a17CB1E91e180E5Bbc56F448e5437A58b8", + "amount": "158617000000000", + "delegatorRewardAmount": "166112961145202438376" + }, + { + "pAddress": "flare1jpkyayksdkps3nx8kvcq3478fjxgxlu786mw89", + "cAddress": "0xe316081D28336E9806eC36056285CD1Fc839b8E9", + "amount": "403555000000000", + "delegatorRewardAmount": "422626301310402857315" + }, + { + "pAddress": "flare1mmgfahhn5t2nf00q67y9zl9qelu0mmhmphnq85", + "cAddress": "0xFd890CE5Bc97B0141b2E9F9D52833A3DCF34cD58", + "amount": "58300000000000", + "delegatorRewardAmount": "61055155719533859279" + }, + { + "pAddress": "flare1nu4upte7c6ka9hpq372jetx9hfws3g8addv30n", + "cAddress": "0x2b00B2fac5EFcDdb4477264bD62f9E88FFFC3fBB", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", + "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", + "amount": "133000000000000", + "delegatorRewardAmount": "139285346667204172970" + }, + { + "pAddress": "flare1v3klq5h3r3lng0udxfcuw8lcjmrtpwlgmetyvv", + "cAddress": "0xc506a2E354BC10649907a2086dAE2BEED3E760fE", + "amount": "20000000000000000", + "delegatorRewardAmount": "20945164912361529769960" + }, + { + "pAddress": "flare1vzjt2wqhhjffjxqrrdp9px942g3x75jgmsa0gx", + "cAddress": "0x8Ff00392865c86F6b89B9737DD40134C7C61CD92", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648850" + }, + { + "pAddress": "flare1wq9lawvhjn9cqlqfnqdgh3x6uxq7jx8nx5ucac", + "cAddress": "0xbf9307c2b1C4bc25e3349449C5498187587F1bC9", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824425" + }, + { + "pAddress": "flare1yhgaggk09d95mrjy9jzznwpjfvm83unyjczdh0", + "cAddress": "0x13d62C679eF73b840F094aa47625104c30DfEB19", + "amount": "58653284043503", + "delegatorRewardAmount": "61425135347137671273" + } + ], + "totalStakeAmount": "198635465374398591", + "cChainAddress": "0x4db34eC67d015Fa0cDA7966eccaBcC168B107682", + "eligible": true, + "overboost": "0", + "rewardingWeight": "198635465374398591", + "cappedWeight": "198635465374398591", + "nodeRewardAmount": "244732504688850408553936", + "validatorRewardAmount": "67080364826251779449522" + }, + { + "nodeId": "NodeID-MsF6Xc1PsMWtcxVudCepWb5kUeF1EF8RX", + "bondingAddress": "flare16v4pgq4me95tqcjq2kh42vvsvc8klyp8vawxmp", + "selfBond": "13340000000000000", + "ftsoAddress": "0x07702A7494F760B0b3642463BdD2B7A13cFDDbb2", + "stakeEnd": 1769364000, + "pChainAddress": [ + "flare16v4pgq4me95tqcjq2kh42vvsvc8klyp8vawxmp" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Atlas TSO", + "BEB": "13340000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "104679931105879554", + "totalSelfBond": "13340000000000000", + "delegators": [ + { + "pAddress": "flare13595xye67aj628a8zqfvjfa3w999dly6q5dv6u", + "cAddress": "0xe11153D636ED0576BE3f439E80f7a0EE187Fff17", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648849" + }, + { + "pAddress": "flare14k83ykcm7vx9u72t68x2jkttm648e4mq9kcmg7", + "cAddress": "0xE3570EF6Db10246e7065ce42eAFaF8D285005590", + "amount": "3083989976000000", + "delegatorRewardAmount": "3229733931769493814928" + }, + { + "pAddress": "flare14nsq48ctw5kseg2wwr7zhrv8rg6wv8dpg32hv9", + "cAddress": "0xf5714a7A6683772798BaA859A1502D52A6c22C81", + "amount": "4648410260366674", + "delegatorRewardAmount": "4868085974184669160551" + }, + { + "pAddress": "flare15ac6hxhr9y2c294akkknan7utcqm6rlhly8q05", + "cAddress": "0x4E4F7ddF982885FF4C5786f762F8e7b5dffDFA11", + "amount": "170278000000000", + "delegatorRewardAmount": "178325039547354828308" + }, + { + "pAddress": "flare16253fwk7rhpe686v5mh2atdvhx2qu4dg0q3jpf", + "cAddress": "0x0E6b23E0b826014d0F69e4060aa2474EfDC9E521", + "amount": "257861000000000", + "delegatorRewardAmount": "270047058473322821400" + }, + { + "pAddress": "flare16uklpqwvj2y9td04gtp0q4c5xxshjthv7ht3ay", + "cAddress": "0x260e2f87b8fa89b1a38BDc74A4672cE22E6b599C", + "amount": "44092783000000000", + "delegatorRewardAmount": "46176530568998547484732" + }, + { + "pAddress": "flare17jgy5gjx8dscguh8ftgyf57gt7p7sfqez6cvda", + "cAddress": "0xaeBAc365379876441b215639f4aF0e5ab620Fb97", + "amount": "264081040000000", + "delegatorRewardAmount": "276561046651397081882" + }, + { + "pAddress": "flare17l9mpkvz6wpkjysc7z365qq3r9l0jttq444668", + "cAddress": "0x8B9F31c56dA73a4e053962Bd2172579A251dB4d2", + "amount": "51000000000000", + "delegatorRewardAmount": "53410170526521900913" + }, + { + "pAddress": "flare18ny4capvpe63l36nh3nx8qtxxn568qfczxxu9y", + "cAddress": "0x0920f2823AC243868664E57E9A044aA2E313d403", + "amount": "8000000603185000", + "delegatorRewardAmount": "8378066596635076791121" + }, + { + "pAddress": "flare197tw9uu44v35ymztu3aeda4qj9ugrcd62mz48h", + "cAddress": "0xF02a279198eF0ae79406e67906Df6e9730853a8F", + "amount": "106607000000000", + "delegatorRewardAmount": "111645059790606280209" + }, + { + "pAddress": "flare199gxnrxl2dmfg6n9yagwe30f7m3nqu5ahfxmvj", + "cAddress": "0xe037Baa3203DA31903B1cd778C8c23f9cC55c3f5", + "amount": "500000000000000", + "delegatorRewardAmount": "523629122809038244248" + }, + { + "pAddress": "flare1acgrxppgw34uts4gjkse3wptgxmql8v5n7n24h", + "cAddress": "0x12736AC8D368412e912AC0A00330918B64D60058", + "amount": "52750000000000", + "delegatorRewardAmount": "55242872456353534768" + }, + { + "pAddress": "flare1anfdlfxqyv4dr96zgn2ycc2sdcs6s8ypqel24c", + "cAddress": "0xfF87B38d2eB383c99a34380F86f5dE58a02f9099", + "amount": "91568368130000", + "delegatorRewardAmount": "95895728561933987281" + }, + { + "pAddress": "flare1e9x7q8pa8m3cdg6c7snneslhhm7cwausaj3mlm", + "cAddress": "0x53a95e5DF9c849a3DDB7D73F42a6613c06f07245", + "amount": "250000100000000", + "delegatorRewardAmount": "261814666130343683932" + }, + { + "pAddress": "flare1ewmaz56mmr77s8hrsy2zn8ecuszdnx5gpg3qm7", + "cAddress": "0xAf923eeC216da2d4A5fB433ae37B8A4CAcD80f39", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", + "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", + "amount": "70000000000000", + "delegatorRewardAmount": "73308077193265354194" + }, + { + "pAddress": "flare1hdt4kwphm4pu4hu5f7mu8ug6v4x72l6cwl9kkp", + "cAddress": "0xA5e2A47031FF63Cc6b53Cb7a92A0e9a3EB07d323", + "amount": "500000000000000", + "delegatorRewardAmount": "523629122809038244248" + }, + { + "pAddress": "flare1hlgftpzn8pct2l0l0rwf7ks299flac2z9qyrk4", + "cAddress": "0x0d31aE08cefe93Ad2eDFAB73D4983fc33b4c2957", + "amount": "218377764388000", + "delegatorRewardAmount": "228697914414974540838" + }, + { + "pAddress": "flare1hvc02e7dt78t2q2d0xu4jftmar737xvqga8d2k", + "cAddress": "0xE8b570A7A02cBEE7E743c4cb1679A21Cce615BF2", + "amount": "12201000000000000", + "delegatorRewardAmount": "12777597854786151236162" + }, + { + "pAddress": "flare1jnyvcjm95nl8lkkc39h584zjftulphn2wstxth", + "cAddress": "0xfdec2DEd137836d9d8F4692cbb105bCb50E44368", + "amount": "82072674770000", + "delegatorRewardAmount": "85951285392813169273" + }, + { + "pAddress": "flare1ky4ledelpks5jswgadjkape4dmkyg9dkngsnja", + "cAddress": "0xdACA079ED1f553b10AAAdeD8e4D81959c84B899C", + "amount": "134500000000000", + "delegatorRewardAmount": "140856234035631287702" + }, + { + "pAddress": "flare1lgtdg5u6areljjpmpaxv8x92h2ll6drhq6vy7z", + "cAddress": "0xc70544a8C0BcBfa8F372155B9302c0d0A5773c0F", + "amount": "681710970000000", + "delegatorRewardAmount": "713927434460797172508" + }, + { + "pAddress": "flare1mahx8twgvtvdtgs636a4zpr2ljctgc7g5psnsl", + "cAddress": "0x2D7D3CdB28836038067a4e64BE71165638bcf861", + "amount": "199997999000000", + "delegatorRewardAmount": "209449553559865815928" + }, + { + "pAddress": "flare1pc357zvyl3mphp80jfw3zv3hsv67xn0a8jenj3", + "cAddress": "0x924Eaa0bD24c67f7a86EFcd6D78FBBaf557A41f2", + "amount": "333256000000000", + "delegatorRewardAmount": "349005093901697698250" + }, + { + "pAddress": "flare1psc6906h2rlyanxhay6u2n82uy7cqht983gf0h", + "cAddress": "0x74f9Fd5C86131Ba79ad84a5eF6E021926ddc17E4", + "amount": "3367454991000000", + "delegatorRewardAmount": "3526595006072495551012" + }, + { + "pAddress": "flare1qzn6nrf9wdze0ysx3wk9p5m557sklq6am9yek5", + "cAddress": "0x86228369d89Dc21cCab34294Be607bf58e0884F5", + "amount": "50010000000000", + "delegatorRewardAmount": "52373384863360005189" + }, + { + "pAddress": "flare1rnak5cp9kjcmsh9nw8z659536h2rhlmvhv2zf3", + "cAddress": "0x692464a9dEB22497CCe40023973C1dC6DE30e2F0", + "amount": "20000000000000000", + "delegatorRewardAmount": "20945164912361529769960" + }, + { + "pAddress": "flare1s3eftq77jkud52gumaaa3sqp0mjqlz8t6tvptt", + "cAddress": "0x807a379B1C25b7dD888967ce25aa7D4cb4e4B675", + "amount": "101099995000000", + "delegatorRewardAmount": "105877803395696304896" + }, + { + "pAddress": "flare1slr9rnwyufnjkx7csvdljn8t4kgpv3gecs87dy", + "cAddress": "0x631C8Cd84c5Bd8dd7db369ab203322f6946a4df9", + "amount": "3643880000000000", + "delegatorRewardAmount": "3816083376042796554909" + }, + { + "pAddress": "flare1t6qrfzkrz0kjdgsn2ewwfxvccs3rq7zhzx2eu7", + "cAddress": "0xD71A946e6c10c6CF0F809D3f28f0ec99d1ed2124", + "amount": "135412582571000", + "delegatorRewardAmount": "141811943657918381428" + }, + { + "pAddress": "flare1uutvq0268dux0sujfpg9y327rw87resx06jst2", + "cAddress": "0x45d128E26FbB443CE295df9Ac533945646d87dd2", + "amount": "151171959000000", + "delegatorRewardAmount": "158316080568987788578" + }, + { + "pAddress": "flare1xha9g8gayjkyexdmka2g8n306lw08lutz4fa88", + "cAddress": "0x6f8b51C2E5Bf7E676C720b4dc5f7575C5a5C4595", + "amount": "152491630513000", + "delegatorRewardAmount": "159698117442484321198" + }, + { + "pAddress": "flare1xl4kanc40zdc2eq2gmwr4xryp2sgv9cnhepjs6", + "cAddress": "0xE77B7Cec06Dd472aCef3163Ac3B302c9698Dc1a3", + "amount": "60776796000000", + "delegatorRewardAmount": "63649000753247728653" + }, + { + "pAddress": "flare1ycccrrh5kddep7zpw8gu5nas0wdmz5z9wew3nf", + "cAddress": "0xCf24eEB776b6FE14327628ca9e40B6c75525e39A", + "amount": "150000000000000", + "delegatorRewardAmount": "157088736842711473275" + }, + { + "pAddress": "flare1ym7agfyk76ef7zeglhctrxe7q2c7hzk5qr07xe", + "cAddress": "0xCCD123260f643FB248822110662a84b4c1DB802C", + "amount": "500000000000000", + "delegatorRewardAmount": "523629122809038244250" + }, + { + "pAddress": "flare1ymcfaxzy9wv0efnrpfhxzpmt3wnwpce4rq4uxg", + "cAddress": "0x771757f1f37D351131405d87EbCCD736E21E5D27", + "amount": "100004000000000", + "delegatorRewardAmount": "104730013594790121156" + }, + { + "pAddress": "flare1z2nh3pzw7r3w9s7yc02s6a4uhqp4xv2znpue5u", + "cAddress": "0xF8922eB3a6f85002b90c4f5A98Cc05099BD60a26", + "amount": "76435395955880", + "delegatorRewardAmount": "80047598671877907360" + }, + { + "pAddress": "flare1zwhsscjc8ydvv5yhlrz4rvhvwutr0st9d7jhfc", + "cAddress": "0xb13f9a18EdF6b5967f1bE73f96995C9C7fFd0E5c", + "amount": "50949000000000", + "delegatorRewardAmount": "53356760355995379013" + } + ], + "totalStakeAmount": "133019931105879554", + "cChainAddress": "0x278F11EEEe212a796C750f03382Ddb0970F7A631", + "eligible": true, + "overboost": "0", + "rewardingWeight": "133019931105879554", + "cappedWeight": "133019931105879554", + "nodeRewardAmount": "163889670214330379790058", + "validatorRewardAmount": "54262749212965844652532" + }, + { + "nodeId": "NodeID-MWNqxgXd8itY143jaNyq8aMYTeV1RXJgS", + "bondingAddress": "flare1j67sqxpslhpaf89mz88p9y39w0u0hu98khjyhe", + "selfBond": "29900091000000000", + "ftsoAddress": "0xB53F6CFaB63CAbFc255c702ebeB273510DB541d7", + "stakeEnd": 1767340800, + "pChainAddress": [ + "flare1j67sqxpslhpaf89mz88p9y39w0u0hu98khjyhe" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Luganodes", + "BEB": "29900091000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "153487421477791397", + "totalSelfBond": "29900091000000000", + "delegators": [ + { + "pAddress": "flare10t0gvedta3vtvwcf4wee90l3xdnkwhsysktd0p", + "cAddress": "0xdEfe79004606284C3ce91a29D267Fab4792Ea820", + "amount": "2700000000000000", + "delegatorRewardAmount": "2993926513943442196528" + }, + { + "pAddress": "flare10tvznuj5hsg3fxy5uy7d3g58vdwzrd8gv9u5vw", + "cAddress": "0xDC0cB9060b36374E6C21fE18f0dc8cede76f04e4", + "amount": "535266000000000", + "delegatorRewardAmount": "593535951634240937321" + }, + { + "pAddress": "flare127ru9hcj304hm88slmkp0gqdvwc88zd92j5gvc", + "cAddress": "0xe52e460FeA4520bA01298e828B66b3Eb0019048A", + "amount": "91500000000000", + "delegatorRewardAmount": "101460842972527763326" + }, + { + "pAddress": "flare129z8pn8vmd7nkl5tmntshqpetk8gm8q5rm2plx", + "cAddress": "0x563521860A21Dc99c5e14cdaF9C82C99b855642a", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare12av9whkdu6c0rd9tyjycehz2s6duwzdnth2fm6", + "cAddress": "0x6810f8F4eA1C53c95adeF9c0416A6b228BD69E63", + "amount": "2520988244452000", + "delegatorRewardAmount": "2795427239409101719498" + }, + { + "pAddress": "flare12hnvkypdve89wxtey5qk8txf6svnzqpa89nwha", + "cAddress": "0xbcFEb38E66CB358010d41B36fCC9fC601F3682CA", + "amount": "700000000000000", + "delegatorRewardAmount": "776203170281633162063" + }, + { + "pAddress": "flare12wjh7ruu2nsja67eczrnphz5s7lqnev3fv07e5", + "cAddress": "0xD578b78Fba6b885A7DF693b16dba51Fe585C3695", + "amount": "3463220818415000", + "delegatorRewardAmount": "3840232826627250293660" + }, + { + "pAddress": "flare13g0fw5ypr2v5d3qzuw3nhlxgpk42lqf2yglhrs", + "cAddress": "0x27600F2da6e9A1798f26a4a6e47bdA09e0A62616", + "amount": "1414670000000000", + "delegatorRewardAmount": "1568673341289025693393" + }, + { + "pAddress": "flare13staca0ny0r7ccxmrvpl2decgvy6xgus2cty0w", + "cAddress": "0x9c17dFAcaF9832949929910a38D0E7aaFBa0416a", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare147xpukgwcju37fu4wyk9ahuej0jtv3dmpankny", + "cAddress": "0x5b348be8755dF31661F0Ee5dA4c4A9371A0254d3", + "amount": "1009494998000000", + "delegatorRewardAmount": "1119390311187215611962" + }, + { + "pAddress": "flare15d3vsctkvnzhztym80j3fq59cd90ntfem722wv", + "cAddress": "0x7A0ce230710853791F260E482330A4C2BC800913", + "amount": "206635067167000", + "delegatorRewardAmount": "229129706037690866784" + }, + { + "pAddress": "flare15jd2l0thftmd9396r7vm5xwja882vktjnxrtdh", + "cAddress": "0xe7c16B7bbf01cA5444472197b3D974716CA13fa9", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare163a96fd6x6j7x84hvjktm205qjws75ez7xx05y", + "cAddress": "0x41adc4F0a9686c281A00543D5B138d2b72A1DE59", + "amount": "97624996000000", + "delegatorRewardAmount": "108252616277045366171" + }, + { + "pAddress": "flare168gcu8spavfyq2u7rumruhfxvd3gm065zxa3zt", + "cAddress": "0xd781CaEdda0Df2f27955CA0689d0981F209d9A45", + "amount": "3239835499252000", + "delegatorRewardAmount": "3592529408157685921511" + }, + { + "pAddress": "flare169whag4tw9jnc52z9h5cuqwy0tpq9arkm3vgw8", + "cAddress": "0x5E49459561Cf9580e28F7630F7210326317058AE", + "amount": "100001000000000", + "delegatorRewardAmount": "110887276044762282627" + }, + { + "pAddress": "flare16d2dv7m57rvk458g24z0dkzmg6n6af5pmnq57d", + "cAddress": "0x929F34BE63fa8da803A754e739324702a54929a9", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare16jxq46zhcz79tay94m0ddkwdqvh80eqa843unz", + "cAddress": "0xDC7316CaED1CeA7dc7B6B040E827b1596fDbCEB3", + "amount": "6712520956000000", + "delegatorRewardAmount": "7443257209470141460360" + }, + { + "pAddress": "flare16kj3savyz6g2595e6t0ke3kr4wgne3xuc65t5x", + "cAddress": "0xa312A0AD6eFd03260B8d678c7CdbE7532aBfA9d9", + "amount": "208291191000000", + "delegatorRewardAmount": "230966118279910252501" + }, + { + "pAddress": "flare1782a0tdkxtagswlxypzhg9hmtgl4mfq3n45mxv", + "cAddress": "0x58BF55d02549D5201829964Fdec4154320D2CE5C", + "amount": "50999000000000", + "delegatorRewardAmount": "56550836401704299474" + }, + { + "pAddress": "flare17m08c58l3jkmk28vh0za8g4e5m6vtgxguyvlgs", + "cAddress": "0xE9e11C8E916f32714108b173E6315ebd44FFee44", + "amount": "37000000000000000", + "delegatorRewardAmount": "41027881857743467137618" + }, + { + "pAddress": "flare187knyxprcqagwx8xtngm9vny7tre40k04qknha", + "cAddress": "0x1e7B4F2Bfe2EA2fD73470A2257F5460A293613B7", + "amount": "450001000000000", + "delegatorRewardAmount": "498988861185578863659" + }, + { + "pAddress": "flare18dms5txs2q5req0w5rlgard3pml7ygms9g9qm5", + "cAddress": "0x087A28B0b6990cf74B7A8217171BeEe6Add2849E", + "amount": "231500000000000", + "delegatorRewardAmount": "256701477028854395739" + }, + { + "pAddress": "flare18y8cgzyspxufg5d0t6jgj07q0ttkrsyjaj8z2q", + "cAddress": "0x8765A8394319e5827079379B8Cd42C062e323B95", + "amount": "40148321569957584", + "delegatorRewardAmount": "44518934977267931745161" + }, + { + "pAddress": "flare19rh6xddnd6yk2uvnpukecmvwdm7xh4mcxq0td7", + "cAddress": "0xf6C69cAE28eC2Bb05d79b06E147B75bb3fA4D84D", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1a9f495wt8u06gqsuxhgnztdyf5szvcvelwz02h", + "cAddress": "0x36ba3AbC89D7D526056300715351A2d07A8d5E8F", + "amount": "101343960907386", + "delegatorRewardAmount": "112376433921729871114" + }, + { + "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", + "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", + "amount": "89847111052000", + "delegatorRewardAmount": "99628017770297658325" + }, + { + "pAddress": "flare1cy8v93cfprl2snduqafxsp2hdnun5ev573xjt4", + "cAddress": "0x9207CaCfbC8493B60962f6871Eaeeadc9A6D2D2b", + "amount": "525000996000000", + "delegatorRewardAmount": "582153482137450015128" + }, + { + "pAddress": "flare1d9w0tutzurqu676f32fqag4ksx4dl037qrdmpl", + "cAddress": "0x040a9f50fe3802b31653Caafe9600470D764ad78", + "amount": "2324935000000000", + "delegatorRewardAmount": "2578031310998183993773" + }, + { + "pAddress": "flare1dphy5taxv28gus94zzramxfxvhl53qgd3vlaly", + "cAddress": "0x528022Cf31b0CA8A0998AAdd7D659EB7133F80Ac", + "amount": "60001000000000", + "delegatorRewardAmount": "66532809171526101938" + }, + { + "pAddress": "flare1drlez3s2j36sry6k7ekn5ermypmmaepeywhm77", + "cAddress": "0x39a51eb6f5eA8a2dE8B8F0da3e49022f782Cde29", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1dxyda5rxdn920zj4qgk0echuuu2mm6rcdhclem", + "cAddress": "0xe7FF75cf787803840395E53E42E2553e85ff4cA9", + "amount": "302299998000000", + "delegatorRewardAmount": "335208881176759091897" + }, + { + "pAddress": "flare1erwk24s8cjnyj00wcjtyn53uh5kt6waxmnv696", + "cAddress": "0xD009aE9Db57cEAD628c7CbD7D0081c820756ba25", + "amount": "66050000000000", + "delegatorRewardAmount": "73240313424431243363" + }, + { + "pAddress": "flare1f4d2npvc9r2smfayfyknwfg284uk0w6tmuw385", + "cAddress": "0x13c965a3e5421d74eD0c22Dc0Ed013c5E850b73a", + "amount": "67989992000000", + "delegatorRewardAmount": "75391496196889823479" + }, + { + "pAddress": "flare1fjpaup4dwxzhd2h84k7zg2k0dach7sj3sxs797", + "cAddress": "0x3120736C03AfDBc2132c73Ee06ee6d804A99d28b", + "amount": "1094723000000000", + "delegatorRewardAmount": "1213896375971743285818" + }, + { + "pAddress": "flare1fktgtd6dvse59mvzy4w42zvqc3g2t3ysf0hsdg", + "cAddress": "0x91E2447bf8dD726B4D72313F900804593B98B96E", + "amount": "961431989000000", + "delegatorRewardAmount": "1066095082674251801672" + }, + { + "pAddress": "flare1fmmg2wglqgkdq4ww8sq3n0gzghvvk3uezwadln", + "cAddress": "0x945f4787B84EC97e70600cf6ce47fE02c0F32B06", + "amount": "1483004658712000", + "delegatorRewardAmount": "1644447025192408297753" + }, + { + "pAddress": "flare1ftch65mul4klgumxuyx76g2ak4re9xpmt4wf8a", + "cAddress": "0xBe45aFCb3F53FD53b9a2e1A5B731B8a5dA8dA1De", + "amount": "111133968000000", + "delegatorRewardAmount": "123232197553682244029" + }, + { + "pAddress": "flare1h6dttlyrqn7u7tjzafhmk3w3sun26tvxkw5p7r", + "cAddress": "0x7d6D970726D3D6464b1BaB09c7E9E981dF165F9F", + "amount": "52000000000000", + "delegatorRewardAmount": "57660806935207034896" + }, + { + "pAddress": "flare1hf4w6ykcchzzxhtrllwrdsf26sjlj6pxea55mg", + "cAddress": "0x3d13c6D311e9f636a644Cf2C3fd6dA2c5B8DE41A", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1hj8plxxaa5yxfurzk52adcwhyusvfwgcf5ef0m", + "cAddress": "0xF41719a196caD5A11202158b2f9dfE0B39600433", + "amount": "921051823125002", + "delegatorRewardAmount": "1021319064433292280038" + }, + { + "pAddress": "flare1hqg220rwt9l3478sj6kzdrt8962vq6xf0uxsgp", + "cAddress": "0x3802C1733ad75FA886c0cac1b160Cd49B6D4F606", + "amount": "4239630510903000", + "delegatorRewardAmount": "4701163776265212441821" + }, + { + "pAddress": "flare1j4ulq4fk2aak93qftnmej649w56ce5dx3qh8sd", + "cAddress": "0x187a9e4f8dd811cfca029B1898125De594b3994E", + "amount": "264994363632326", + "delegatorRewardAmount": "293842093083107651760" + }, + { + "pAddress": "flare1jch2alrm3yh90xmnmvf00r79drpygl8cy3mwav", + "cAddress": "0x2b01BD032F781c58F90d5120Ce64425bbD30035c", + "amount": "5340000000000000", + "delegatorRewardAmount": "5921321327577030122024" + }, + { + "pAddress": "flare1ju736k3ufuaj3rwc497ley06t7ln474gwp3lp8", + "cAddress": "0xdEC7Ae510ab730105a22693bb04FA9E8eB767699", + "amount": "314013408914000", + "delegatorRewardAmount": "348197433585699495232" + }, + { + "pAddress": "flare1kq44d2srzd4sf5r0tnz8wlthgzzx4ldjacusrs", + "cAddress": "0xdE4cAd6024B51f1E78188ee0dd43665cab24210B", + "amount": "55505451000000", + "delegatorRewardAmount": "61547867191588350966" + }, + { + "pAddress": "flare1l7835sz6t68tfjzhthfycgs89fjkpr986gl9c2", + "cAddress": "0xe83fb0d25a2F6b497DF3983c64fF6E836fFAa49B", + "amount": "599888000000000", + "delegatorRewardAmount": "665192810591297649033" + }, + { + "pAddress": "flare1ljfrqrrtu6tnlvg05wq9ph3afxq8svempzklyu", + "cAddress": "0xb98F7705c9086E8c4E8B4Eda8982D540a459f6f0", + "amount": "85327467279000", + "delegatorRewardAmount": "94616358020088741215" + }, + { + "pAddress": "flare1ln8aytr9ykyrevvp6ercscdtywq5rwc6rncu9n", + "cAddress": "0xC341943a95612dcaD06d76E0c1A4680828DdD579", + "amount": "200000000000000", + "delegatorRewardAmount": "221772334366180903446" + }, + { + "pAddress": "flare1lxjj7rnfctmj3chmejz94t9m6cup43s8vrzdjx", + "cAddress": "0x5580e06302937B0B18a293322c7337eefEC7d600", + "amount": "1227823821523325", + "delegatorRewardAmount": "1361486775448164284646" + }, + { + "pAddress": "flare1lyqwg6mwc63jy30jaf55gxxldynvh20f0yzqmp", + "cAddress": "0xbA9797F784E1117da12b7e5C6d44a2e8fb4f3f74", + "amount": "500579489507000", + "delegatorRewardAmount": "555073409618992745262" + }, + { + "pAddress": "flare1n7n40l9k7pg287smka6vfy3ywt3t9sucgv6206", + "cAddress": "0xC53cEBb642140F373f9f466Cae809D6270c90B95", + "amount": "205999957502000", + "delegatorRewardAmount": "228425457272763001080" + }, + { + "pAddress": "flare1nmtqczaslta8g2w7e556h68r9x6txp87ng0dyu", + "cAddress": "0x544Cd0011f851c7513EAf245821f586689fFb562", + "amount": "50400000000000", + "delegatorRewardAmount": "55886628260277587668" + }, + { + "pAddress": "flare1nqs54shg6p6rhgvrgz63mnf44zqe690gxy5jta", + "cAddress": "0x033d8e968e081d089880c26CEae5a07Fcb06Dff8", + "amount": "1414007998000000", + "delegatorRewardAmount": "1567939272644550290942" + }, + { + "pAddress": "flare1nrdvkhln5nl05q9ks7wr7tw6aqkhyk2n4u4vuu", + "cAddress": "0x5004ad4c95d30EEb3436B1209b4750Dc7aBA4AFC", + "amount": "300000000000000", + "delegatorRewardAmount": "332658501549271355169" + }, + { + "pAddress": "flare1nwah8w6lpv3wv3fm7qz58m6e2sdwn8n67p3mhl", + "cAddress": "0x9DbE5C610565479b837a340A6bC17EbC3827Dd3D", + "amount": "250000000000000", + "delegatorRewardAmount": "277215417957726129308" + }, + { + "pAddress": "flare1pc357zvyl3mphp80jfw3zv3hsv67xn0a8jenj3", + "cAddress": "0x924Eaa0bD24c67f7a86EFcd6D78FBBaf557A41f2", + "amount": "66743000000000", + "delegatorRewardAmount": "74008754563010060193" + }, + { + "pAddress": "flare1q3rsgm70x0k4uhwmuuwutd3yy88v259l6ynyqc", + "cAddress": "0x4243E716B47E191Da83c00746599c5Fc762635E0", + "amount": "60000000000000", + "delegatorRewardAmount": "66531700309854271034" + }, + { + "pAddress": "flare1qjqcu32u9qpgj2dh67a8h4xd6psvpqun3ck54p", + "cAddress": "0x3d24e32C0aD45253d5cC342Ea6D4548a5c8647dA", + "amount": "300322105593000", + "delegatorRewardAmount": "333015672095631420065" + }, + { + "pAddress": "flare1qlxcp5h7atqyctwpl5x0kcfxt89e5nq7emwtu3", + "cAddress": "0xB5F3d8d49B3b67fb839Dc2ad288782fC3B9efaeC", + "amount": "97382000000000", + "delegatorRewardAmount": "107983167326237143697" + }, + { + "pAddress": "flare1rmlaqk8jl943s8aqvyfmzhnqkw0j32af7uejf5", + "cAddress": "0xdaB54E5DeB3b7FCaf58139913aFe29e4c4fd89d0", + "amount": "200000000000000", + "delegatorRewardAmount": "221772334366180903446" + }, + { + "pAddress": "flare1rsym7u2k5al5q0aqu9fqv7cyz3te9k5g4dceml", + "cAddress": "0xf3F257096A7429f3896aaA1E2cF2E833148A7aF4", + "amount": "100000000000000", + "delegatorRewardAmount": "110886167183090451723" + }, + { + "pAddress": "flare1tgccy74lwspmpes3qlwg43udzgygyvmfck627r", + "cAddress": "0xfdEce7DE12Ac4D221A5bf177B8F8fA5fce4B5208", + "amount": "145029913000000", + "delegatorRewardAmount": "160818111794670632845" + }, + { + "pAddress": "flare1tq3h2tzxqy8upnakypjg78w6ukrunv2yszt08j", + "cAddress": "0x43131e554343fc2C645A194b51095d614976270A", + "amount": "3747997441943354", + "delegatorRewardAmount": "4156010709491261008874" + }, + { + "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", + "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", + "amount": "50000000000000", + "delegatorRewardAmount": "55443083591545225861" + }, + { + "pAddress": "flare1u0vr3njktal3gd92n0q52yu7pz899y43xrf8wl", + "cAddress": "0x6E95039c668A46F9C3B5a8fF2E427a2a0C5A0009", + "amount": "2173056312207000", + "delegatorRewardAmount": "2409618855336554023912" + }, + { + "pAddress": "flare1uzu6fppvdzcx2hgdllrdjs4kar3tfk4s6t9gn6", + "cAddress": "0x151E80Ed218E09De16E8bCc3dC88Af482a527e97", + "amount": "1525531735988275", + "delegatorRewardAmount": "1691603671199060663523" + }, + { + "pAddress": "flare1vmh7lw53mv0qkuypad6ug8cehtzv7rqhpra3nf", + "cAddress": "0xacAD5783F500ebBc04c0a717BAF2d3c6b8D83880", + "amount": "140000000000000", + "delegatorRewardAmount": "155240634056326632412" + }, + { + "pAddress": "flare1vvffvdpdn3ryq7jy50n2ua7ywrv576y5030try", + "cAddress": "0x12EaAB2ea26b63ca3163Fc2aD043c1f93e920360", + "amount": "60000000000000", + "delegatorRewardAmount": "66531700309854271034" + }, + { + "pAddress": "flare1wf8tkxvxrjqde49y6saev7k6fdvtrmeh8gqxsj", + "cAddress": "0x33013E7aaf89d472ebFe3C8bC029452317FfD1DC", + "amount": "125000000000000", + "delegatorRewardAmount": "138607708978863064654" + }, + { + "pAddress": "flare1wpyr0560z97gygyvsftr70kku84atnm40sec2f", + "cAddress": "0xA5a0B77386508494D431C8FcaAdFbeFE0Be46a13", + "amount": "1272590689434145", + "delegatorRewardAmount": "1411127039442389421596" + }, + { + "pAddress": "flare1x9gdutq7ct8erpzydf3za2px82hc74gaeyqaan", + "cAddress": "0xAB37CA7005D8e865bd98cdC265Bd2484bFBC13EA", + "amount": "9350000000000000", + "delegatorRewardAmount": "10367856631618957236134" + }, + { + "pAddress": "flare1xpxwucuxau7dy085ut6srcjadph8gxvy6v6eak", + "cAddress": "0xA34F4D22f68D197eb621Bf09730D07921444A1E2", + "amount": "5000000984325000", + "delegatorRewardAmount": "5544309450634787711123" + }, + { + "pAddress": "flare1xrd8ad2lskuje2sy9p850p4a6ex7naksk73ac0", + "cAddress": "0x23DC5fC77Ed4782b80239D4d43C55307bdfFf278", + "amount": "193500000000000", + "delegatorRewardAmount": "214564733499280024084" + }, + { + "pAddress": "flare1xuhs7uvzu9w7m0dcvqh4xfzqevd4r9rqzurjm6", + "cAddress": "0xb497311cB3200b07168f83028c99991520f3B034", + "amount": "1190930000000000", + "delegatorRewardAmount": "1320576630833579116709" + }, + { + "pAddress": "flare1ye34h8qg3ke700nweqjhmp8r6zfx7jtrr5p567", + "cAddress": "0x839b752520E92008059B41f9e6DffB39Ab00514e", + "amount": "973899992000000", + "delegatorRewardAmount": "1079920373325224534686" + }, + { + "pAddress": "flare1yhyjtnc7stkt2ale3dmvr625nte6jyze8juft9", + "cAddress": "0x38499A6f4210F750C85c38Cb807f0fa7D5DcD445", + "amount": "500000000000000", + "delegatorRewardAmount": "554430835915452258617" + }, + { + "pAddress": "flare1yvl38vzft6deux03ahdln07gr56escqygh5zw6", + "cAddress": "0x6De257252C6C2c13F59BF05ee9966a8E268B3A02", + "amount": "1485582998000000", + "delegatorRewardAmount": "1647306046805847281765" + }, + { + "pAddress": "flare1zj23mfrsgjnd0s0qav90w6uqfpxhvrek86t3k6", + "cAddress": "0x69B7B4544478c52f170434d20122638D6ffD4114", + "amount": "140000000000000", + "delegatorRewardAmount": "155240634056326632413" + } + ], + "totalStakeAmount": "183387512477791397", + "cChainAddress": "0x8807340C9e57C66A178501Eb726f7878ff2FA985", + "eligible": true, + "overboost": "0", + "rewardingWeight": "183387512477791397", + "cappedWeight": "183387512477791397", + "nodeRewardAmount": "225945981865594034876374", + "validatorRewardAmount": "55749663080715585165210" + }, + { + "nodeId": "NodeID-MZKzjLDRo9bwDjaDR5c4PALEibYyDe4A7", + "bondingAddress": "flare1wtaud4ppr362084mlsnw4pygftgvexm0x7f5hh", + "selfBond": "1016120985298250", + "ftsoAddress": "0x5F911C2C681f678e5A3a8D54f950d6b192CC16E3", + "stakeEnd": 1739547000, + "pChainAddress": [ + "flare1wtaud4ppr362084mlsnw4pygftgvexm0x7f5hh" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "FTSO UK", + "BEB": "1016120985298250", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "12247099052213207", + "totalSelfBond": "1016120985298250", + "delegators": [ + { + "pAddress": "flare1eaqkys49ucjr3ty869jv2l5xnh45r20x6a839u", + "cAddress": "0x2DFFe4d89E9C184288F25BCE2173CC4F6BE30068", + "amount": "12194918170000000", + "delegatorRewardAmount": "12019979866513133035323" + }, + { + "pAddress": "flare1p9lj8xjvv4vqzd2prgl0p5y49zsm7kg6v3ufa9", + "cAddress": "0xd87f72DaE1D2799364e4581747DB63CafA5A013f", + "amount": "52180882213207", + "delegatorRewardAmount": "51432338034265087141" + } + ], + "totalStakeAmount": "13263220037511457", + "cChainAddress": "0x7e0cCf88000f5e9c27Aa9374C124384097Fda5C6", + "eligible": true, + "overboost": "0", + "rewardingWeight": "13263220037511457", + "cappedWeight": "13263220037511457", + "nodeRewardAmount": "16341195938506784814318", + "validatorRewardAmount": "4269783733959386691854" + }, + { + "nodeId": "NodeID-MzMscku8ayAd2pBEmH8xWiAXBwtPgS2S5", + "bondingAddress": "flare1sr5f7kstvp4qnk789nd9rgwut960aauf0tua50", + "selfBond": "8000000000000000", + "ftsoAddress": "0xa288054b230DCbb8689Ac229D6DBd7Df39203181", + "stakeEnd": 1743678026, + "pChainAddress": [ + "flare1sr5f7kstvp4qnk789nd9rgwut960aauf0tua50" + ], + "fee": 130000, + "uptimeEligible": true, + "ftsoName": "Use Your Spark", + "BEB": "8000000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "54731092600544663", + "totalSelfBond": "8000000000000000", + "delegators": [ + { + "pAddress": "flare104whd5jg5fwcy8kcxh0ndcwpqd08yaplya63h0", + "cAddress": "0x2248C835c5BC0aE4aB771f2a9aC75782C9D3e739", + "amount": "1018000000000000", + "delegatorRewardAmount": "1091193809193065438591" + }, + { + "pAddress": "flare12nhh0sr3kt5hqy0dvxdx0z3te34lnhdfghanpj", + "cAddress": "0x7d0b928B1D2E6FA7ADcFD67a109b7c966f71f6c2", + "amount": "498409000000000", + "delegatorRewardAmount": "534244415762383646545" + }, + { + "pAddress": "flare133yypdjtqmpckwey4v348vgu4zeh5v4w5wtwkl", + "cAddress": "0xC66E09D33E0b433186801408146A9De7eEf53A58", + "amount": "374153517486000", + "delegatorRewardAmount": "401055011756908209359" + }, + { + "pAddress": "flare137wrw7tjpe20ac06x8a33zsal0q6wahudet5q6", + "cAddress": "0x0A411716f594B314eF6862B1c906F9057BA1D652", + "amount": "379800000000000", + "delegatorRewardAmount": "407107474195998284456" + }, + { + "pAddress": "flare148sagv4p5vezh3jqu7q3upq4uzqff6srz96pwg", + "cAddress": "0x8Aa4d58925DF5CDc9c4B199f791DE1add56F36b7", + "amount": "202421067623000", + "delegatorRewardAmount": "216975064676295145587" + }, + { + "pAddress": "flare15haqz0lf8wt8u07gak564n2s5p2rndktqyt7hd", + "cAddress": "0x5EE5e301204C7a283Dfc5957cD796945C184A3fE", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare15t2qy4wx34jxtssjcvjgcqyv5xt6neftmr8kt6", + "cAddress": "0x8034679296534b19572317C5b57547DD399e26a0", + "amount": "557903247688687", + "delegatorRewardAmount": "598016277020236393856" + }, + { + "pAddress": "flare15wh6hllm08vnq4n3ptgefrwvsuvsagrnj08pwj", + "cAddress": "0xce910b1e400D6aD4447F0bDF915C7f9DBf8A6a0E", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare16p95f92x5093mntjhvac0ejf7hwelsuvkuqqqj", + "cAddress": "0x9ebecDD45D54D801DBbC67D91ECB7267ce4Bc957", + "amount": "50999995000000", + "delegatorRewardAmount": "54666875061765512183" + }, + { + "pAddress": "flare16pry29pe00d9t5my3emdj0392467azcunefl85", + "cAddress": "0x3df7E691D87e2c8c1Ea2b3f8c71e1abEA2DDD57b", + "amount": "503001000000000", + "delegatorRewardAmount": "539166578799529576303" + }, + { + "pAddress": "flare16qrzxr2vdl3vm4cs4ycyv4ka8n89mjfcr4e36f", + "cAddress": "0x16b342400b1Aad4170Abd9059eC65F2EaE9C2296", + "amount": "20466146460000000", + "delegatorRewardAmount": "21937654533586023263833" + }, + { + "pAddress": "flare17n8ne8dhhah76lywzhwpz0zfpl576m5lwnklk6", + "cAddress": "0x292C3cd85e0C518C16fe2599Cfd38D0a95F54cBA", + "amount": "117999999000000", + "delegatorRewardAmount": "126484153628278892495" + }, + { + "pAddress": "flare18sflw2zk8rqqe3g2emppyqk64d30gkfsds9zsy", + "cAddress": "0x00062B7f0303533b1b8a089F3Cc51EF56B665422", + "amount": "449509000000000", + "delegatorRewardAmount": "481828524534936790015" + }, + { + "pAddress": "flare197q05nw60adcwg9que64m5lj625xsxu800rqcm", + "cAddress": "0x7bf00d7F66c1937854aedbCD39c60f76c7bFdE4E", + "amount": "2342006711807000", + "delegatorRewardAmount": "2510396095297059092203" + }, + { + "pAddress": "flare197yml2j0zpccwlglqry3t2fdmndpe7tktmerf7", + "cAddress": "0x3251CfF14F920523b4546aa6225EcF9bF8548fFa", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare19atqr04gyka95sazqknvrp8pv2lku5sapmctgq", + "cAddress": "0x70346EE386165eF6663A6eBe5B4968C1Ab4842A4", + "amount": "5000000000000000", + "delegatorRewardAmount": "5359498080516038499959" + }, + { + "pAddress": "flare19av43675jtgstvq4y638rn2ms4xspunqtvdjvp", + "cAddress": "0x732FACb0Bb4e772E470Bec18cf7DEb3DB73678b1", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare19da0pgj2esneml5qe94996rx0xzsh0xvnj5jhz", + "cAddress": "0x0FC6C05E9EF7090Ba2133b4e0CE7eD255E13B4f9", + "amount": "428488991000000", + "delegatorRewardAmount": "459297184957350819233" + }, + { + "pAddress": "flare19kf34vl36d52q9jfn3wluka3yl83akvqansye4", + "cAddress": "0x98f3C440432F400730ccabfC9ce373D4b71b4d24", + "amount": "378635210525000", + "delegatorRewardAmount": "405858936804904727614" + }, + { + "pAddress": "flare19mf02fx794kgdzzrg0vlwl76d0ejq5q9l6z6tx", + "cAddress": "0xfC5c2Af1203550F6B08Bb05Fd9F6fe568FA9aF60", + "amount": "183000000000000", + "delegatorRewardAmount": "196157629746887009098" + }, + { + "pAddress": "flare19s5n6ezkerp468xw3y4m6kklansqmrhvzqqehp", + "cAddress": "0xf0Ed7F25ba3285641E40c5985D074B72C69BD9F5", + "amount": "75001988000000", + "delegatorRewardAmount": "80394602144177390676" + }, + { + "pAddress": "flare19vhqsptrfs9l29ehuglcz2eguhyvkw75zyg9r8", + "cAddress": "0x1C243CDF12B91aDe2Dd987A94A2CEe26FFA2C6Bd", + "amount": "798229980000000", + "delegatorRewardAmount": "855622409124071160300" + }, + { + "pAddress": "flare1ah27r30nwph6d04mhc82f6mstddugk80yyspd7", + "cAddress": "0x34f8226EC78E6832c086922823172C199cf3c53D", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1c7lx3h8djgcasl6tdn9sm48q080g0ylj8msdy5", + "cAddress": "0x547df3879A281aFBF4DeAa3F2FB6E718881dc51f", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1crfwmvtnw5h30ky5jhgkxmtfrphfz6z9wlxgr4", + "cAddress": "0x3333B449C51a105D40c396dEAa440d1795Ca0605", + "amount": "425000000000000", + "delegatorRewardAmount": "455557336843863272496" + }, + { + "pAddress": "flare1cw8lgv8a08allyhprus4w46vp00yffd4eqztg2", + "cAddress": "0x01EF0C7D465AF39D5c11C7beea73340f7B78767F", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1dynrya4k4etfceqd6rpgt3p803hlh3ec27wvqr", + "cAddress": "0x6baec5D8c99bC56e071509f62bFc8feFa6709865", + "amount": "264595703189000", + "delegatorRewardAmount": "283620032670847389377" + }, + { + "pAddress": "flare1e3ln5qcq7663n9pawc7yzy33k5m2fajaqtf6xs", + "cAddress": "0x0167F84D05F56012e8162F0055bB0A184adA8e50", + "amount": "69664974516743", + "delegatorRewardAmount": "74673859440336569060" + }, + { + "pAddress": "flare1epet7xjhc4puuu973nfcnduyp9c95n2ajjawdr", + "cAddress": "0xC48531844bdfEcD9a014D928cCCC62ab3E5DdbA0", + "amount": "150000000000000", + "delegatorRewardAmount": "160784942415481154998" + }, + { + "pAddress": "flare1et04rs4rq8m2zmv8tp2pheys70xt7m38aetmwa", + "cAddress": "0x7eBF1779F5882b2BE657dEFDbA42150D31F6C152", + "amount": "1965636588000000", + "delegatorRewardAmount": "2106965104075619039268" + }, + { + "pAddress": "flare1fkgffr2mntg90gsfpjq8qctn0agp75nu337uja", + "cAddress": "0xd7B1bF8D664EaddB429997F842A0B8601A151150", + "amount": "273177716435000", + "delegatorRewardAmount": "292819089374627432762" + }, + { + "pAddress": "flare1fne5vt3ay2cnf879p4h3dj8tmvy36xc7xz25x7", + "cAddress": "0xff8436390Fa202D446E5bE698554c79492d6D567", + "amount": "323065000000000", + "delegatorRewardAmount": "346293249476382795598" + }, + { + "pAddress": "flare1fvwtnhd70f6j3uz63hmpd2c4dsspgfuf3ms7x3", + "cAddress": "0x69aD9Eb0194C03362F334337053CE45E55478cFa", + "amount": "145299664000000", + "delegatorRewardAmount": "155746654061525068131" + }, + { + "pAddress": "flare1ga7whuk5q4s3n302f2s0ww0hsrlvx06d8jh3mu", + "cAddress": "0xDD6473ad000531cA2544230677B495C8dF5689Ff", + "amount": "518019956000000", + "delegatorRewardAmount": "555265391970200544208" + }, + { + "pAddress": "flare1gaufwx0xzp2fj3adq5xpf8d7mqz68tg9ye8jrx", + "cAddress": "0xdb5A11f295cED661B52EEe7981Afdc3E2aF25e7d", + "amount": "250000000000000", + "delegatorRewardAmount": "267974904025801924998" + }, + { + "pAddress": "flare1gjypevw4enumdn3vvwsrsaufp7zyagq4w8da2e", + "cAddress": "0x5669De1529cA202e1eab17fe60606b01A1d0E49C", + "amount": "245340633513000", + "delegatorRewardAmount": "262980530877102473507" + }, + { + "pAddress": "flare1gpnmjclggphdldy5rx092qqzftwqg7z678lmts", + "cAddress": "0x161fcB1d8f60049EcdB2153720320882eeAD226d", + "amount": "1500000000000000", + "delegatorRewardAmount": "1607849424154811549988" + }, + { + "pAddress": "flare1jeweh20778heuusau80zpmsv4ngahnmprgd0x3", + "cAddress": "0xc6489c8aA7260789124b8c866189fD2591A63973", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1k92vz02809h7l3m339h3q060g9r7e4rrsjsy8s", + "cAddress": "0x39D02195A791348a0CF225136395F6A0794A96A2", + "amount": "1200000000000000", + "delegatorRewardAmount": "1286279539323849239991" + }, + { + "pAddress": "flare1k9fdsv8jevdlxvvu60kddnm3g7mxx835duve3v", + "cAddress": "0x4C90fBB6787EE664908715c05899ACe6bb028E48", + "amount": "640300000000000", + "delegatorRewardAmount": "686337324190883890305" + }, + { + "pAddress": "flare1l7835sz6t68tfjzhthfycgs89fjkpr986gl9c2", + "cAddress": "0xe83fb0d25a2F6b497DF3983c64fF6E836fFAa49B", + "amount": "599889410022979", + "delegatorRewardAmount": "643021228308010947534" + }, + { + "pAddress": "flare1l82nsyrv4k5gw27jtweswa2n2ceypl9k3ka0hy", + "cAddress": "0x7C126313B1115aAcAFB3B0F2566922a541e5b4C1", + "amount": "922109977000000", + "delegatorRewardAmount": "988409330351237681866" + }, + { + "pAddress": "flare1ldumh2ghxjhjw963qkgth07j2w27cre7fddhzu", + "cAddress": "0xED89392847ab626964c670A4Ce3a9520466Da023", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1lhetyne2p3xqsquk6wufdrqc978kh65enr080y", + "cAddress": "0x9a5fb558b227C9F8DDbC55861b1E078ad5059858", + "amount": "149306450206207", + "delegatorRewardAmount": "160041526657765979436" + }, + { + "pAddress": "flare1m9a5katq24snhnf8twysfwlgrnhceqac3knz7m", + "cAddress": "0x0eb261Bdb90C152aE44F442E7a17109c54153B6F", + "amount": "184225996000000", + "delegatorRewardAmount": "197471774388631077326" + }, + { + "pAddress": "flare1meu3qaghkjq2zj6cxnjz3mvn0dar0u2n03nrp4", + "cAddress": "0x1D4C7C59B5a6a876B0a495c7166CE5c811a7332d", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1mlcq7k4wl570sq7chydrw55j65kyzvjrzjn5nw", + "cAddress": "0xeAFFeb6dA2478d4de91773Da6ED1f45D22D1045d", + "amount": "1332845000000000", + "delegatorRewardAmount": "1428676043825079866896" + }, + { + "pAddress": "flare1p75mr2uqpj3vsf9aux2kwjlrd8act4caprr5tm", + "cAddress": "0xc7934dC2ed213F94176992a895bBA5Af779BCD94", + "amount": "2662827437968047", + "delegatorRewardAmount": "2854283708507037694920" + }, + { + "pAddress": "flare1pag9su23vlpygdk7e58p58ytlzgyd8qghdhs0y", + "cAddress": "0x2f719154C95264D3437145A770ee35762CfBe10D", + "amount": "234247000000000", + "delegatorRewardAmount": "251089269373328094100" + }, + { + "pAddress": "flare1pxatxzlatfsd20haudaxxncv7w6k9d6lj3em6c", + "cAddress": "0x15FC6991C7B4BEFbADd3825c4f9B666911FE67CE", + "amount": "300000000000000", + "delegatorRewardAmount": "321569884830962309997" + }, + { + "pAddress": "flare1qavetrlsgk2dgzl2s4weasz2ur5g9jft775jnd", + "cAddress": "0xDCB1d8fa2d6d792163266038F59ECd8c1Db43A19", + "amount": "109406952797000", + "delegatorRewardAmount": "117273270702126065913" + }, + { + "pAddress": "flare1qd8hxeju4qs4wfs4g5t4tvtpymrgxtuc62kkgr", + "cAddress": "0x1686346C7A4f5bd401d3Af2bfa4B49D9375e8a06", + "amount": "229938171000000", + "delegatorRewardAmount": "246470637222373725769" + }, + { + "pAddress": "flare1qnwh4tj9ur8gd8zy8r82kn94z5ywfmcyr4hxtk", + "cAddress": "0xB57159927057CC6b79aCF7b714C0342C5B8acDe8", + "amount": "82382465787000", + "delegatorRewardAmount": "88305733450720942605" + }, + { + "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", + "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", + "amount": "100000000000000", + "delegatorRewardAmount": "107189961610320769999" + }, + { + "pAddress": "flare1rthaq0gruc0274mav8wma0xynmtdnxukn4w0lx", + "cAddress": "0x410a6be22809389164cDc439f57433bbcC1B212c", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1s0p5s0acxrg86mtfgs994k0aydg836dqzexv7q", + "cAddress": "0x5AcD5aCc5cA010F0fB91f7A8cB258e371e5ea77C", + "amount": "68003449287000", + "delegatorRewardAmount": "72892871184429253384" + }, + { + "pAddress": "flare1s7qqja3dszv42kutmd8v0wxuz2du3ukzpdl5ux", + "cAddress": "0x9319452DcF0F17D1dD87BC3196d4795CcDB1c953", + "amount": "58004995000000", + "delegatorRewardAmount": "62175531872568482122" + }, + { + "pAddress": "flare1sea9tmnx3dd4xaa5cfdzx4mq0rllalsut3dl9n", + "cAddress": "0xb764573aB4cFAC62D1a4aEFCdf7b8B1381d1D763", + "amount": "272624000000000", + "delegatorRewardAmount": "292225560940520896003" + }, + { + "pAddress": "flare1snrxyqsx8hglahw323xezxtkdwsannwxdk04kp", + "cAddress": "0x508a4603FFB737Eb718E7b78bDf86658EfCE9450", + "amount": "247321000000000", + "delegatorRewardAmount": "265103284954261431570" + }, + { + "pAddress": "flare1srwc9l697mrrrwzny6dwyv39h42c9pt324pqs6", + "cAddress": "0xFAd17b8D2576dA3Af8d5E81BEC12F81c4Cb7a474", + "amount": "350107000000000", + "delegatorRewardAmount": "375279558895045738221" + }, + { + "pAddress": "flare1ssf3p5xspcg0ztq3pr9nw5vn4gz8pmlupc3jnt", + "cAddress": "0xb7438bd1D26516CF1Cf0832d516a424A648e2FcB", + "amount": "149700000000000", + "delegatorRewardAmount": "160463372530650192689" + }, + { + "pAddress": "flare1stxpd0vxqe9xuja3ek4dutf5shpv78qg2e6a30", + "cAddress": "0x0c99DD909e9fA69A277d3b540dFd910Dd258FE92", + "amount": "54000000000000", + "delegatorRewardAmount": "57882579269573215799" + }, + { + "pAddress": "flare1sunwqlgqjftazre9lkfmkd0k92zhhk6pp8ylkz", + "cAddress": "0x2F977F70CD8106Fbc0d71ECced436b90E8480f4c", + "amount": "1000000000000000", + "delegatorRewardAmount": "1071899616103207699994" + }, + { + "pAddress": "flare1suzmtxvx6lhtzfzqck6wh68fr363fw2zuvfhzh", + "cAddress": "0x8796E1723f7F90918DEc62d36D718B4Ca1a8dD5a", + "amount": "120000000000000", + "delegatorRewardAmount": "128627953932384923999" + }, + { + "pAddress": "flare1t6aev8rffxqtvdx78896wwj79wmgznupzcpm63", + "cAddress": "0x0e0Fe8feE51A3Ac5513E142BC2CB21a360CBf170", + "amount": "100000003000000", + "delegatorRewardAmount": "107189964826019618309" + }, + { + "pAddress": "flare1upngm0x5d6yt5lmzhw4wfd0an702yl4m96t05k", + "cAddress": "0x856068563B587b1fe66C1470D568760D41698545", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1uz4emx0vd079vrgk8zlrardyqxgccvgqhrnume", + "cAddress": "0x5B416D5270157C261e3BEe6C0e5D7E076996c960", + "amount": "674900000000000", + "delegatorRewardAmount": "723425050908054876726" + }, + { + "pAddress": "flare1v3h4u4v0at6tkhnt3e8e2x6syr4nm5lsqxdhcu", + "cAddress": "0x23aC8f525C73f2C59fEe815e59bF80fC4252d861", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1vklsarxgdmu4t670nlyv0cdhns3y89yzqd77vz", + "cAddress": "0xA721f2601B2e53040361FE834d0A25ff20306663", + "amount": "266667000000000", + "delegatorRewardAmount": "285840254927394087734" + }, + { + "pAddress": "flare1vshch2yw0qynlkdx46txwyhuhua7qsymygqr5c", + "cAddress": "0x2CE4542DB807279ad62ecd34A42FBfab28556B69", + "amount": "100000000000000", + "delegatorRewardAmount": "107189961610320769999" + }, + { + "pAddress": "flare1vz58qhm70e04awfl0plndyvxm6nv2e7pupwhv5", + "cAddress": "0xaf05204BC952462EF5CEfB9A6230C62c5BF37aD6", + "amount": "137149921693000", + "delegatorRewardAmount": "147010948411311697860" + }, + { + "pAddress": "flare1w44a3tjjm9qtnmk7rgjwys74vcc9jq2tvy6s6j", + "cAddress": "0x2e4489620c72a40856099C44aE4CDB8241B31238", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1war4pl8sakmx2xgjzp9ytvrlakmuwycmcm60n2", + "cAddress": "0x4a797270901af5Ed153Bf7B16615691F7D7dF81d", + "amount": "360000000000000", + "delegatorRewardAmount": "385883861797154771998" + }, + { + "pAddress": "flare1xkvzfpe65034tq0znsvda68qhulgrrkz38u44j", + "cAddress": "0x0030b82c89603D54c28417d9f660bf488098b91F", + "amount": "80529976000000", + "delegatorRewardAmount": "86320050359200529603" + }, + { + "pAddress": "flare1xrd8ad2lskuje2sy9p850p4a6ex7naksk73ac0", + "cAddress": "0x23DC5fC77Ed4782b80239D4d43C55307bdfFf278", + "amount": "190000000000000", + "delegatorRewardAmount": "203660927059609462999" + }, + { + "pAddress": "flare1ylc20p92tns0sw9tkv95pkt7ca457jsf330m7r", + "cAddress": "0x02FB7BBD8E697032d292068aD3eaCC0CF16666eA", + "amount": "50000000000000", + "delegatorRewardAmount": "53594980805160384999" + }, + { + "pAddress": "flare1yrfv4vuzhnnltdtcv7ufq9c4lz675udf4xqwza", + "cAddress": "0x2F5458FEeC304490505A006902f5d590d1d28aba", + "amount": "51299000000000", + "delegatorRewardAmount": "54987378406478451802" + }, + { + "pAddress": "flare1ysfccsghf8pp287fzy0w9pq22lx3kc8cjfna57", + "cAddress": "0xc629f6B65B029Bd306eAbE7d96D4fBbfB703A97f", + "amount": "499800991000000", + "delegatorRewardAmount": "535736490380902766738" + }, + { + "pAddress": "flare1zrwhpjyd7ww3j5q0fz24qwtsxfwv489erfh05n", + "cAddress": "0x37e5777330a2390c738B429B0e347Ed92a8EBAEA", + "amount": "500000000000000", + "delegatorRewardAmount": "535949808051603850000" + } + ], + "totalStakeAmount": "77731092600544663", + "cChainAddress": "0xda8E7b8B9EcDc48531697Dc5179F250F1f8645a6", + "eligible": true, + "overboost": "0", + "rewardingWeight": "77731092600544663", + "cappedWeight": "77731092600544663", + "nodeRewardAmount": "95770032549203118328388", + "validatorRewardAmount": "37103795401770182482500" + }, + { + "nodeId": "NodeID-N3GDYNsVNMxYTW4ULzrfRZpy3tRnhxKSQ", + "bondingAddress": "flare1fleg9y2jt05vmj96dzwd26qac65v5clhc8kwlt", + "selfBond": "20000000000000000", + "ftsoAddress": "0xfe532cB6Fb3C47940aeA7BeAd4d61C5e041D950e", + "stakeEnd": 1739271625, + "pChainAddress": [ + "flare1fleg9y2jt05vmj96dzwd26qac65v5clhc8kwlt" + ], + "fee": 100000, + "uptimeEligible": true, + "ftsoName": "Oracle Daemon", + "BEB": "20000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "16629325200000000", + "totalSelfBond": "20000000000000000", + "delegators": [ + { + "pAddress": "flare18fw744m2wzg5d86qxycyc4phg3hakha6zqtkxr", + "cAddress": "0x83cbc35001E9572c565E7a6e9A4b507dfD49f0B6", + "amount": "13000000000000000", + "delegatorRewardAmount": "14415201733801758724027" + }, + { + "pAddress": "flare1epet7xjhc4puuu973nfcnduyp9c95n2ajjawdr", + "cAddress": "0xC48531844bdfEcD9a014D928cCCC62ab3E5DdbA0", + "amount": "100000001000000", + "delegatorRewardAmount": "110886168291952123554" + }, + { + "pAddress": "flare1q2v0d64fju4pxlavvx27t4dthtapcy586nccu7", + "cAddress": "0x7Db08708933BaB21002BFd25F9e11760B9719d3b", + "amount": "3429324199000000", + "delegatorRewardAmount": "3802646164553317497006" + }, + { + "pAddress": "flare1qh4tywf9udzwh2dvsajwxphp25gnlwlew3taaa", + "cAddress": "0x1dDE862CCD1cB9f4B8707F750026160f805071DD", + "amount": "100001000000000", + "delegatorRewardAmount": "110887276044762282628" + } + ], + "totalStakeAmount": "36629325200000000", + "cChainAddress": "0xD00c47DDd1513dfcAA68413659D6A3b1071A46e1", + "eligible": true, + "overboost": "0", + "rewardingWeight": "36629325200000000", + "cappedWeight": "36629325200000000", + "nodeRewardAmount": "45129838643677645524301", + "validatorRewardAmount": "26690217300985854897086" + }, + { + "nodeId": "NodeID-NbTToANYcdsreLC5PBcE9gsMBpBY7N7s1", + "bondingAddress": "flare1tyc9lm0tlye8yc5qej64meuk7x2e7y0er7q4wv", + "selfBond": "4500000000000000", + "ftsoAddress": "0x4A74e79738009711a6ddB6653614d43ba9F431b9", + "stakeEnd": 1746882000, + "pChainAddress": [ + "flare1tyc9lm0tlye8yc5qej64meuk7x2e7y0er7q4wv" + ], + "fee": 190000, + "uptimeEligible": true, + "ftsoName": "WitterFTSO", + "BEB": "4500000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "0", + "totalSelfBond": "4500000000000000", + "delegators": [], + "totalStakeAmount": "19500000000000000", + "cChainAddress": "0xE96aA06057e3628864eB0fd497eE9a1f80956C80", + "eligible": true, + "overboost": "0", + "rewardingWeight": "19500000000000000", + "cappedWeight": "19500000000000000", + "nodeRewardAmount": "24025336223002931206711", + "validatorRewardAmount": "24025336223002931206711" + }, + { + "nodeId": "NodeID-NCBqn9P8oAEkYn6McyQjhF67WarSTttz5", + "bondingAddress": "flare1ga50gf0da5wk0ddglazf279nhpvg62ee5w4tec", + "selfBond": "2000000000000000", + "ftsoAddress": "0x4E94Dbff86b7f1F5ac9FD849E8101A4d52E947eC", + "stakeEnd": 1739362513, + "pChainAddress": [ + "flare1ga50gf0da5wk0ddglazf279nhpvg62ee5w4tec" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Mickey B Fresh", + "BEB": "2000000000000000", + "boostDelegations": "10000000000000000", + "boost": "10000000000000000", + "selfDelegations": "0", + "normalDelegations": "11978162728891858", + "totalSelfBond": "2000000000000000", + "delegators": [ + { + "pAddress": "flare104c3d4nf2ysuq4748xq0e6sqzrwf6axdtk04su", + "cAddress": "0x4539F87fbF894d83C094346DF98dA60864056022", + "amount": "200050995000000", + "delegatorRewardAmount": "209505054057850591510" + }, + { + "pAddress": "flare128x3qqgj4e9ga7qetzcm3t7qg8t6w9fpfh5gv3", + "cAddress": "0x9677c2A147eB910031AA23dE98e9B1607d19347A", + "amount": "187945575891858", + "delegatorRewardAmount": "196827554080186260445" + }, + { + "pAddress": "flare12r5j5x0rxan9qd5av756s7kxny5zw4fevhz9kq", + "cAddress": "0xFa069cc7D5643f6AAB51073ed30A026b125B7c9e", + "amount": "58192000000000", + "delegatorRewardAmount": "60942051829007107018" + }, + { + "pAddress": "flare18s69upav4nh63rpd7sxh0fts4tpppqgvfm3e4g", + "cAddress": "0x7123B64F6A9e131eB8a291881fa76698c97F912A", + "amount": "5764896170000000", + "delegatorRewardAmount": "6037335049164568431308" + }, + { + "pAddress": "flare1f5rhfz4kxlrfydpjwps646ycc39uhwq5j3mrxx", + "cAddress": "0x4Cf39F138d88ebf4657657bbe4924BB37e6Af13A", + "amount": "5411578000000000", + "delegatorRewardAmount": "5667319682305379127471" + }, + { + "pAddress": "flare1g5jnlyntq3ggtz8x9q3ze6nctpsrk96sc5hql9", + "cAddress": "0xb214f44Ee580BFf8617C8B3aa6D8EB551340e719", + "amount": "60000000000000", + "delegatorRewardAmount": "62835494737084589310" + }, + { + "pAddress": "flare1qlycv9w0pnxayl7wwcwj9v28yyvsmasjxnxtju", + "cAddress": "0x304B0EA7D15D03963696ED9F0520ba0175d61E18", + "amount": "295499988000000", + "delegatorRewardAmount": "309464799013042654935" + } + ], + "totalStakeAmount": "23978162728891858", + "cChainAddress": "0xe96821B10436625dC28d80b2ADEf90F62B6745C3", + "eligible": true, + "overboost": "0", + "rewardingWeight": "23978162728891858", + "cappedWeight": "23978162728891858", + "nodeRewardAmount": "29542739567769454851728", + "validatorRewardAmount": "16998509882582336089731" + }, + { + "nodeId": "NodeID-NV7ZpcJvqzmvvT4PaeHWbTELWKFT2Jqxw", + "bondingAddress": "flare1j7d03n445syract4hkyjcfccvk7w2y32uv63t3", + "selfBond": "2536700000000000", + "ftsoAddress": "0x729589694a78FF2D8BACf75b7AC4389bd53ee533", + "stakeEnd": 1752589800, + "pChainAddress": [ + "flare1j7d03n445syract4hkyjcfccvk7w2y32uv63t3" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "sToadz FTSO", + "BEB": "2536700000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "24971371981000000", + "totalSelfBond": "2536700000000000", + "delegators": [ + { + "pAddress": "flare149dkt3ahkxnehvvhg9ktd55222vljdtuk0rhyw", + "cAddress": "0xA08E3D5eAeE38f4afEF12c41eC8616EAE2FEB223", + "amount": "64775000000000", + "delegatorRewardAmount": "63845790926974968981" + }, + { + "pAddress": "flare19wsc3dnvswekux0qudccm32l7tn68guqrhq8dv", + "cAddress": "0x6031b4C5ACCfEE45866d3F80397A7391de82f0Bd", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1g5n0mzrtn8tdu4n4lch3n2x6vtxhe3dpn46x29", + "cAddress": "0xeeaAe2d9Dd7b35C2dAB29635eD4Fb7F688A5A7b8", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1hxyny0qtlnc3p3ndkyz5p8uuth8s4pfku74aqd", + "cAddress": "0xC12aC6283B8C7d14f337D002F2c08Dba88252A01", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1hyp6fdrupturp4xa7kmpr00xpgukxvq9kapr2x", + "cAddress": "0x3B635ea2d4eb3E4BA0fA2EDbB268d66b1c32Af65", + "amount": "151000000000000", + "delegatorRewardAmount": "148833877730192517424" + }, + { + "pAddress": "flare1mgcv4cf4hwm27ux9wx6z7kjg88d4adqdgthp68", + "cAddress": "0xf50E0EA0Efe44c4562eE30e82f409eaDF26AeDcf", + "amount": "100000000000000", + "delegatorRewardAmount": "98565481940524845976" + }, + { + "pAddress": "flare1pju65mh0ms7cepq7hvkykvqfalqq7r5wsyjjkm", + "cAddress": "0x4C406C29B7DbF8F2d11526233e44A6C88212f94e", + "amount": "133000000000000", + "delegatorRewardAmount": "131092090980898045148" + }, + { + "pAddress": "flare1rvwjktu56x5wpgn7u97d8hhdd90da0ey4q86hh", + "cAddress": "0x8D77124459B882afa733cfB2530F8f281B502772", + "amount": "22000001000000000", + "delegatorRewardAmount": "21684407012570285520025" + }, + { + "pAddress": "flare1tr977ve40n7l6wdg4mqpmkzhcv29artac8gv37", + "cAddress": "0x956F2451862CA006ddD619C9D8B7FD616B34c0FC", + "amount": "411070000000000", + "delegatorRewardAmount": "405173126612915484354" + }, + { + "pAddress": "flare1vfl7qxxuwv0jakpgfv6v8neygr5s2xkwm9d50u", + "cAddress": "0x10ba287FfF2250c95e0Bc39EE27fC30F14EAe2b1", + "amount": "63245000000000", + "delegatorRewardAmount": "62337739053284938837" + }, + { + "pAddress": "flare1xqtl54us2r6njys4tgjstd07q7vt3f04dt0e7g", + "cAddress": "0x2039F4dEc5EA45B3298D137ECB6bb7EAEA9ca03c", + "amount": "1848280981000000", + "delegatorRewardAmount": "1821767056537710459761" + } + ], + "totalStakeAmount": "27508071981000000", + "cChainAddress": "0x263A185d15EBd164922278E0241f6355160c0239", + "eligible": true, + "overboost": "0", + "rewardingWeight": "27508071981000000", + "cappedWeight": "27508071981000000", + "nodeRewardAmount": "33891829650773912800421", + "validatorRewardAmount": "9278676510540076327963" + }, + { + "nodeId": "NodeID-P4T4uKqveVxjZZXVdADHENdnCKnsCFvDE", + "bondingAddress": "flare15gt756hh9cqj4c63l6cv7fx3yczarlz7kgmumq", + "selfBond": "3000000000000000", + "ftsoAddress": "0xD3956F862a4960bB4937e596a2BaeCFfCbb4b3e0", + "stakeEnd": 1742655613, + "pChainAddress": [ + "flare15gt756hh9cqj4c63l6cv7fx3yczarlz7kgmumq" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Aternety", + "BEB": "3000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "2194948574243304", + "totalSelfBond": "3000000000000000", + "delegators": [ + { + "pAddress": "flare12jx3285atj5qdf82uq0xmjyn9gzrh3anhssrec", + "cAddress": "0x03543BeE4679EE910da944A479f88FeC6605B94e", + "amount": "64387782485000", + "delegatorRewardAmount": "67430636124479413325" + }, + { + "pAddress": "flare15ahleuv8wx0cnh3hxey6hgu5d38p2pt7pyu6vf", + "cAddress": "0xe0A29C99F6C1afe6397DA18aB434CfBFEF21cC02", + "amount": "1100501683727000", + "delegatorRewardAmount": "1152509462599677295379" + }, + { + "pAddress": "flare17gzu0y27227rsve7cycqq93sess6eg9gd4u0la", + "cAddress": "0xB8684909202DE3B9B781d6B42E303f2Aa208bE33", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648849" + }, + { + "pAddress": "flare19yxah5quk7hhwa23qslpf6m5unfhlvgu037qqa", + "cAddress": "0x3c7A06fE35B83a2e812b4cb53DC867edCB781a50", + "amount": "91234991000000", + "delegatorRewardAmount": "95546596613640997865" + }, + { + "pAddress": "flare1hyrk2q3xm2aw0mehtrh6dvgzs6gh9cma6y92ug", + "cAddress": "0x9F8bB05F5f1D629d5E0a63C5212EfdBEAC9EE5f7", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824424" + }, + { + "pAddress": "flare1pqxnf3udkw6nc5vn0a4htask4n94uk2suu7rrk", + "cAddress": "0xd99567B4c1444DAC11732Ba259DB60a05bA08d2e", + "amount": "50000000000000", + "delegatorRewardAmount": "52362912280903824425" + }, + { + "pAddress": "flare1r59hpkm99jp7uedy5apf6ng2j4z5fg8q9dlp5g", + "cAddress": "0xFe17DC4e6783d5111c16026861bA6E0c38f101Ef", + "amount": "69443774758000", + "delegatorRewardAmount": "72725565722159944160" + }, + { + "pAddress": "flare1s5w5gx7lmy80hs4acemxx5az65llmgqt68l24k", + "cAddress": "0xa1c3727f3ED4F639DF66f59323Cca74159069F33", + "amount": "94058424615304", + "delegatorRewardAmount": "98503460748223367981" + }, + { + "pAddress": "flare1snrxyqsx8hglahw323xezxtkdwsannwxdk04kp", + "cAddress": "0x508a4603FFB737Eb718E7b78bDf86658EfCE9450", + "amount": "350981000000000", + "delegatorRewardAmount": "367567746305278104011" + }, + { + "pAddress": "flare1v7emhacrq705qst3wdjg3fhfedlm6qf3raxeqm", + "cAddress": "0x4Ef5C3a6b1902d7F2a777E8c185cb2acf0ce1042", + "amount": "69405726658000", + "delegatorRewardAmount": "72685719535704843024" + }, + { + "pAddress": "flare1x72aj8qxfyvuppazp2z2afwl8y9xc7up57jtx3", + "cAddress": "0xB784471706b2Fcf03183955D3616af9088374282", + "amount": "100000000000000", + "delegatorRewardAmount": "104725824561807648851" + }, + { + "pAddress": "flare1y8m9z92jtvystzverndg89gpzxs2jkc23wpx0y", + "cAddress": "0xd6Bdd8D1e80fdcFc014Ae237b8804ef91025321F", + "amount": "54935191000000", + "delegatorRewardAmount": "57531331749353944949" + } + ], + "totalStakeAmount": "5194948574243304", + "cChainAddress": "0x6D4e76A03B1Ee140c8eBF47C6B165C10B04168B0", + "eligible": true, + "overboost": "0", + "rewardingWeight": "5194948574243304", + "cappedWeight": "5194948574243304", + "nodeRewardAmount": "6400532623456670967924", + "validatorRewardAmount": "4101854630372730110681" + }, + { + "nodeId": "NodeID-P6nNyHc4QwyKoVSS7c9XatGp4Sityq7rM", + "bondingAddress": "flare1g2s5u5kckvysvfs4m0yclrtm0ctvmwxkfjf0pj", + "selfBond": "3500000000000000", + "ftsoAddress": "0x4429306b301a0EB573Fa5758BB40AA581255c624", + "stakeEnd": 1753029900, + "pChainAddress": [ + "flare1g2s5u5kckvysvfs4m0yclrtm0ctvmwxkfjf0pj" + ], + "fee": 200000, + "uptimeEligible": true, + "ftsoName": "FTSO London", + "BEB": "3500000000000000", + "boostDelegations": "15000000000000000", + "boost": "15000000000000000", + "selfDelegations": "0", + "normalDelegations": "665654977000000", + "totalSelfBond": "3500000000000000", + "delegators": [ + { + "pAddress": "flare1cfaf3f3rd7gzsmvqh80tsh5kxm5p62a0ms9sz8", + "cAddress": "0xE74EDA2E18D61F7139C3C780bd6222991753144A", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422988" + }, + { + "pAddress": "flare1k5du6cepcgdvn9hvpr4yfgnzq7y5ym9yu4mv7r", + "cAddress": "0x68c688BEF34D0629EAde191Ea897B17e4B9b6456", + "amount": "51000000000000", + "delegatorRewardAmount": "50268395789667671447" + }, + { + "pAddress": "flare1wh54lj6dpaq2rg0lzuce8as8695c9m6at2qjw0", + "cAddress": "0x0C9BDf0a5246505c03292869F11B997796e0948a", + "amount": "514654977000000", + "delegatorRewardAmount": "507272158410947299739" + }, + { + "pAddress": "flare1yu295ak3mkj40rhkxldqx0hhxkew2fykwljw3k", + "cAddress": "0x4d53c435A63f8DBaDeb0B7F02791b0533A3Fd7d7", + "amount": "50000000000000", + "delegatorRewardAmount": "49282740970262422989" + } + ], + "totalStakeAmount": "19165654977000000", + "cChainAddress": "0x8Ae314214d6dbF6d253918CDA933bC677907992F", + "eligible": true, + "overboost": "0", + "rewardingWeight": "19165654977000000", + "cappedWeight": "19165654977000000", + "nodeRewardAmount": "23613400243922795403461", + "validatorRewardAmount": "22957294207781655586298" + }, + { + "nodeId": "NodeID-Q3WJQcoixGGKnFs41B18rnJB9PS54M5oF", + "bondingAddress": "flare1d8cegn6t3udsup8lkylzwty5vdr2s6gw3g0kqh", + "selfBond": "10000000000000000", + "ftsoAddress": "0x535268cB19f2cC0c65D463be6Ab7751Ff4E9fC07", + "stakeEnd": 1741377600, + "pChainAddress": [ + "flare1d8cegn6t3udsup8lkylzwty5vdr2s6gw3g0kqh" + ], + "fee": 150000, + "uptimeEligible": true, + "ftsoName": "Last Oracle", + "BEB": "10000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "138328031650000000", + "totalSelfBond": "10000000000000000", + "delegators": [ + { + "pAddress": "flare14cjz4yrcx507q34ua8rxkrg3ykj4vr226wxdrf", + "cAddress": "0x08613433ad0037A0BB8c2217fAA81A0Cfb7d9d47", + "amount": "135000002000000000", + "delegatorRewardAmount": "135427772925807335179925" + }, + { + "pAddress": "flare1m2k3c9gqf9v8mmxh2t38eea7r3kg7t6m98yef6", + "cAddress": "0x375Fa004258D3A75D2877c557b344523A73983F6", + "amount": "3328029650000000", + "delegatorRewardAmount": "3338575089284473208129" + } + ], + "totalStakeAmount": "148328031650000000", + "cChainAddress": "0x03b3BE825bbf52DF8f74AD9E4e247909F22309Ed", + "eligible": true, + "overboost": "0", + "rewardingWeight": "148328031650000000", + "cappedWeight": "142083421517535000", + "nodeRewardAmount": "175056511470432191848673", + "validatorRewardAmount": "36290163455340383460619" + }, + { + "nodeId": "NodeID-xi5DWBUKqBJUWvHiDEr9hpVNLGbxRtu2", + "bondingAddress": "flare1jjastkh4pyv8pem0gzqrhkhhcst9860a5mcp4w", + "selfBond": "30000000000000000", + "ftsoAddress": "0x0000000000000000000000000000000000000000", + "stakeEnd": 1759244938, + "pChainAddress": [ + "flare1jjastkh4pyv8pem0gzqrhkhhcst9860a5mcp4w" + ], + "fee": 100000, + "uptimeEligible": true, + "BEB": "30000000000000000", + "boostDelegations": "0", + "boost": "0", + "selfDelegations": "0", + "normalDelegations": "169922635658819913", + "totalSelfBond": "30000000000000000", + "delegators": [ + { + "pAddress": "flare17cnl5hfc3sr0xxwys2re94j2kynny5hyvw6ha2", + "cAddress": "0x5821c91C0c1695905AAf92CEE624346B4028877B", + "amount": "50050000000000" + }, + { + "pAddress": "flare1ct3c4ka8ksc73v44uf9qhqxw6azgxns6n9c245", + "cAddress": "0x517773eaC8d4e11db8B39EB79149815183a1Ca55", + "amount": "927574998000000" + }, + { + "pAddress": "flare1kcc0424zqqr4u5l6mh8u97t85wjg4r8vff8ere", + "cAddress": "0xe066fE6a9345B7ADE8a090342Fc6cd72bE908Bda", + "amount": "59000000000000" + }, + { + "pAddress": "flare1pxj4ewrycqhhpj0j4qer33y7wpvkq0my9d396v", + "cAddress": "0x7ce71286947c74a2dB2A8F78dB30A3c83D072397", + "amount": "67529997000000" + }, + { + "pAddress": "flare15lget3ajp47p2yx5t95e9dsueznsj3y0lgmzj9", + "cAddress": "0xF603a52cfE24b82bB23fF6678C259aA178f9aF61", + "amount": "80000000000000" + }, + { + "pAddress": "flare1cynahrede94lpnvtdvdvkmps5fz6zc0r4ffdg5", + "cAddress": "0x4cC6B7AAf57e0d0FF192737b6539db3BaC8Ea236", + "amount": "800000000000000" + }, + { + "pAddress": "flare1mz3azc7ynldyw4vpgsjsque8knqtf70aej2smt", + "cAddress": "0xf5feEAC1984383cA46894AD4456c3bE3EA4D6C60", + "amount": "197154996000000" + }, + { + "pAddress": "flare1tvze7f97xandkaw43uw0wp3ptsgpf27a9ypdy2", + "cAddress": "0x7cB713b31b9FCC6393633356ea58E663A367EB68", + "amount": "107666000000000" + }, + { + "pAddress": "flare1n2e6wvymfu9ss8aap6tyldane7ahjezeqejll7", + "cAddress": "0x063DaB8F93fA111Edf2b263f702708AacC7E69D5", + "amount": "75160011000000" + }, + { + "pAddress": "flare1acnw3pnsljjhk7vn9jhan2pmrwg2k75lc2xtwm", + "cAddress": "0x939FFf85163675893025dF3bcc9C7bcB3cE879FE", + "amount": "82587707271000" + }, + { + "pAddress": "flare1nldvhluq43gy3xdv8j9m8jdxplp0jr5wr2zah7", + "cAddress": "0xBc8A95F566D1cf5f419Dfa3Cb548439ce78E16c1", + "amount": "53002799148787760" + }, + { + "pAddress": "flare1vshch2yw0qynlkdx46txwyhuhua7qsymygqr5c", + "cAddress": "0x2CE4542DB807279ad62ecd34A42FBfab28556B69", + "amount": "99999997000000" + }, + { + "pAddress": "flare1088kujgcta75mywqrhlp0wm7nj5e63nlnt0xld", + "cAddress": "0xDA131DA72560409bb7fD217CE934aeAe5D4FdC37", + "amount": "188872996000000" + }, + { + "pAddress": "flare1r9gxkcpxyk7j4zvqrr36zvfwq0csw4w73ptqxg", + "cAddress": "0xba2Ada7677ba695e1eD81695727202E4cD1777e7", + "amount": "200287111530000" + }, + { + "pAddress": "flare18vz9wm3upjuxh79n87zr0rm27jcs85hqtzp23d", + "cAddress": "0x2f246f6467aE96055634581698A260a93294B68A", + "amount": "50000000000000" + }, + { + "pAddress": "flare17dqhry78rzhpw4eqwg8f6tw2un2kwzxyvxp9ee", + "cAddress": "0x8d9f3493400e3b81837d9c362c983513d0ac7dE7", + "amount": "900000000000000" + }, + { + "pAddress": "flare1uj2d239kz8khmsjdgcdqep0r2ah22v2ffgedcl", + "cAddress": "0xf91b81cE734b4f0500adb180cBACD4EFDe7b42bC", + "amount": "2347191025430844" + }, + { + "pAddress": "flare1djywxkdgldz2tzd5c80d55wdtmvy8meu23v4n8", + "cAddress": "0x72EA25A4cF4C2BE3D22830b135EDCa856c800bB9", + "amount": "250000000000000" + }, + { + "pAddress": "flare1txs7eyj34uwfnnr9vnuz7eafk2yrqzfer93376", + "cAddress": "0x16717e695D11BB629C3aC8F4D77B8B1BF0B7950B", + "amount": "50000000000000" + }, + { + "pAddress": "flare1g007m3ygahnlj4apglxkp4ftl7rp8vhac6mq6t", + "cAddress": "0x13f9e38bbfB6966752DC6fB53FE335c0F6807306", + "amount": "50000000000000" + }, + { + "pAddress": "flare1d2sdpfhv5da7q83cu7srfaq9qu8p8qte8v47f7", + "cAddress": "0xa5E7080f72a366CD3Db686cdB4E10316A1E712F5", + "amount": "2208166388383000" + }, + { + "pAddress": "flare1vffvn7xstamg0uhmxjet4kx4vnpqxc4gqfm03j", + "cAddress": "0xD025E4Bf078bD447EED755ECD18a3D274444577F", + "amount": "111715104384000" + }, + { + "pAddress": "flare17yvprxnwu0srgdcapdjmzremzkacjnkhh4ankg", + "cAddress": "0xEb111ba063736258f92622BA7a18A56AA9763cb8", + "amount": "100496015251715" + }, + { + "pAddress": "flare103pym7rd3tmvdv602nxcnutq8y3rd6pvg66fy9", + "cAddress": "0xd28F8Ad5437ca77856D7088BDB3e816Ea66Ba2B0", + "amount": "85740537555406" + }, + { + "pAddress": "flare1gwu8w27l3sxawh6wf0swmfvqsqh5c9wdz8wes9", + "cAddress": "0x53c5187516E1A5ab27Fe67600031F79737E36a2D", + "amount": "255551000000000" + }, + { + "pAddress": "flare1rcueg7rkja2gr88ly7ne7senmekzh94afkp0uh", + "cAddress": "0x06F2fFE2e8F8c2B458aeA145446Ee3206ded6733", + "amount": "150000000000000" + }, + { + "pAddress": "flare1au5acay6t2pdkd474y2pqaj9eynn4nqj30yf7g", + "cAddress": "0xcd322F726Fdc32e1287F156Dc9E39E2D07EBAFf0", + "amount": "348993700000000" + }, + { + "pAddress": "flare1hz8ezlcepr5jnef26vyu28j8uymszx0n6kw6cc", + "cAddress": "0xF5f064289B4D64Ad3ED242A1186489A7C8f96eD2", + "amount": "283653780595000" + }, + { + "pAddress": "flare19lmwau8xaceez3zmqwh8cu95td37hftcn09hss", + "cAddress": "0x1D73345378805F18ae84BF3F9e8800909831e4C2", + "amount": "296337048305000" + }, + { + "pAddress": "flare1yt523ktexjew3am9c3tkpusknld5dje8wvpe08", + "cAddress": "0x5c15A8b70D51Ecc5170fdfDB11939b904819b4e4", + "amount": "191750000000000" + }, + { + "pAddress": "flare1jvhdxgnzmpfap3hez9y5pampk5l6ahsfg5y0sx", + "cAddress": "0x36C2366Ae52eE425B0A088DF677799b63d4f1015", + "amount": "144900000000000" + }, + { + "pAddress": "flare1mn900y8zrrhl52me8wwu7zr39vtr0k4xeslrt7", + "cAddress": "0x494AF47Ea2890c95f471adB35ef995dc057B4CE3", + "amount": "53000000000000" + }, + { + "pAddress": "flare1fhrdv0022cnrxhgu3np9yh0ks2yd4r3slluu20", + "cAddress": "0xb52c706B323d12bCA925ccc6d6541fEB0bD83c19", + "amount": "101512986000000" + }, + { + "pAddress": "flare1p27j62qzus0da0k57x47zvvjd3p8rhausamr7z", + "cAddress": "0x504BFd5Af151C9425e7A9910A337aa51a5AceAfE", + "amount": "133006975000000" + }, + { + "pAddress": "flare1q5eh7ydlnle22xz9eysps03detqcmw4vgkdeze", + "cAddress": "0x079B7198E0aa7ca68A36BE61CBcAf0e11aC46666", + "amount": "51890000000000" + }, + { + "pAddress": "flare1whszfsplaj5ke3dvf2f4tyj9gvtjfl9jj3emvt", + "cAddress": "0xcad9b01B8A0F2FB89E79e63Dfa84E705aC776ED1", + "amount": "629376000000000" + }, + { + "pAddress": "flare1ctwa6kdq8en5u0xtdmqf2clcgj2r0n9lrafs0j", + "cAddress": "0xF78270318b8F8747A8812343ED4e861336699Bbb", + "amount": "75199994000000" + }, + { + "pAddress": "flare1t5lrjzmuk3s8646kwd3pd7zgvtue4sfdrzmha9", + "cAddress": "0x4752f5404Cf367095817F15b8839992F668f980b", + "amount": "300000000000000" + }, + { + "pAddress": "flare1myufy4zzhxr990p9dx8j35fnm8u5uu0gz2xx5y", + "cAddress": "0x4Edb767504AF5bb91089a1dd124360659De06879", + "amount": "939019000000000" + }, + { + "pAddress": "flare1z3nzcf3q3d8fe8y5qsn4cmm6873vx55q7xa7a0", + "cAddress": "0xCfCF2986020ffD4079Da7f62FbBdC0B572D505d8", + "amount": "200000000000000" + }, + { + "pAddress": "flare1hcap0nz7kpcnqje4vqh709wf7wng8em2crczuj", + "cAddress": "0x48501B90b188E955781406718cA5478B80b002ba", + "amount": "666198000000000" + }, + { + "pAddress": "flare1j87n3h8sfa5gllf9f2krnvnralnq8zhz52eda6", + "cAddress": "0x65b659B01a9C70e2FaF1b1C6f8140D3f9B6eDE19", + "amount": "52422861882000" + }, + { + "pAddress": "flare1ecdu5yhd87pl7srmjg3gmuqc52mt4tg37kvh2v", + "cAddress": "0x05D8B352453379edd0Df53E71c30058145AD7585", + "amount": "190177000000000" + }, + { + "pAddress": "flare1vhwg2jngy6hwyzmarnqla8j8vz0jdnwxprfdfl", + "cAddress": "0x7C5a59bC1C62599778b1554D7D3Ff6385E42567e", + "amount": "600000000000000" + }, + { + "pAddress": "flare183syxsjjqpul9rdu7jjrglnsjzx7rz8zrgtxkv", + "cAddress": "0x13a73155F02F3C945c9f7FE0c33fF00318419c01", + "amount": "50000000000000" + }, + { + "pAddress": "flare1e254nl6qdyf5c6myas2v0lzcc93u4nl58reh4w", + "cAddress": "0x98A2Ab0b2a0Eb6705372639d2b25180323E6a0cC", + "amount": "312468683097000" + }, + { + "pAddress": "flare1tkjphhdzpmhrlyt0ggflcd59ka0s6tf2xcxnxh", + "cAddress": "0x116f737741671Af13E1F0B832edaf22755772F35", + "amount": "50000000000000" + }, + { + "pAddress": "flare1lgnhln09z7mmk8jszjffaavn7ljghele6dkdgv", + "cAddress": "0x4d278178259164BE359Dc9499D4A49b1417F591a", + "amount": "1891999996000000" + }, + { + "pAddress": "flare1yeluhrfsp5xgm3qmz4p0dv20y2sw4c25mdu2ph", + "cAddress": "0x97752AaA4d5a8346c235e5CE4922553E1B293309", + "amount": "50000000000000" + }, + { + "pAddress": "flare1ctm6exx8ev3p5ulkn9wg473mhxx8alpmgjxww7", + "cAddress": "0x3415d0D3EDBfC56dbB44d59D06693c102D59AF52", + "amount": "115852790919473" + }, + { + "pAddress": "flare1a9ffcsdu23mthnhkurwgc4n3qvmedkys0zvx78", + "cAddress": "0x8e7aF97471396F9C7a8F1BF97E6301b197Fbdcf2", + "amount": "5000000000000000" + }, + { + "pAddress": "flare1n9t3vzvk9xl9em9unn83yne9vgja6x3rjmpkcl", + "cAddress": "0x2eaf1657bDFA6052c8377D07C918Bc59a46ab724", + "amount": "108077165260000" + }, + { + "pAddress": "flare1667mj236h703mfcg7cns8thmxea9x6qcj4xnh0", + "cAddress": "0xc33A63150012f1858ba2a4835C53d0Ce170e252b", + "amount": "415000000000000" + }, + { + "pAddress": "flare1reucya72ty7nd5pyd0rn3pmqf3s52egz26h3yw", + "cAddress": "0x801f46836bf01d173cD89b5E462E9D030eC638ef", + "amount": "1117250994000000" + }, + { + "pAddress": "flare1r6qzrc5zgy6rk9fxazdk5hrqzmfudxhfadsex3", + "cAddress": "0xc7f10EC0559e9b8Ce3e000768d42d50Da596D036", + "amount": "70000000000000" + }, + { + "pAddress": "flare16w8nxucg5knu3psudlra46lcydjnrhp8yjwyaq", + "cAddress": "0x4C8Be75613b9AE2bD4Db0690Ed98658eF078Fc56", + "amount": "55486000000000" + }, + { + "pAddress": "flare16vrewk095sg9ade75ega3sra0yvahfzpzeyfwh", + "cAddress": "0x136F84DB593e0D124842E96a8653a14C10679e4B", + "amount": "93999994000000" + }, + { + "pAddress": "flare13fcrc8w6lyljm92tj5r887lz83dxeyvtnxyly9", + "cAddress": "0x03D19e4E6A1B065B843aB3766B5A48c616c2e319", + "amount": "69999994000000" + }, + { + "pAddress": "flare12szw3c45wffm8zjr8c3v94xe4fxdf420frgks6", + "cAddress": "0xe52197453345653eA9184B005A52731D46ea4C9D", + "amount": "300000000000000" + }, + { + "pAddress": "flare1z6ej8lfynfupughv6qf6thch7s0l9aw6xzzsg8", + "cAddress": "0x0056C372D0414e4A856F0f8Dc6CceBC33b20A586", + "amount": "194124000000000" + }, + { + "pAddress": "flare1lv2mmu5dudja8rkau6m9l0y2uwd5j6w5fsc0kt", + "cAddress": "0x4162806ADDE2Ad82c49497F995ad5cA7692fED95", + "amount": "5737827996000000" + }, + { + "pAddress": "flare1m7tgwu9f3g7znycl2aaq8pytxf6fczkch74a6g", + "cAddress": "0xBA15d3f14356160e072C04e5E4aDF4f27B5Ca00B", + "amount": "115177471000000" + }, + { + "pAddress": "flare1j9fchrccduykxp75mq3d3gr4zlaa5gd3qurss8", + "cAddress": "0xCdeFB42021cfBcbFA605078D43F1Eed331BED1C2", + "amount": "299999996000000" + }, + { + "pAddress": "flare1kw9jfzxsphxstndxnxk6pzkn8ywfr6ln27v080", + "cAddress": "0x15A0C6370A65c43676733922493f7289b936C8b4", + "amount": "3533918823296000" + }, + { + "pAddress": "flare19uds49qm3d9ggs4qaxw3nhdeac2vcdlsgjgr6r", + "cAddress": "0x75Bc3055a41EC2e7549243bCFd33D2333EbBeE6B", + "amount": "350000000000000" + }, + { + "pAddress": "flare14h7aa9806shktwfq7yz6l03q2m2umez959lcsz", + "cAddress": "0xAaa4bbF3124783841562A016f4596EE803252D9F", + "amount": "400000000000000" + }, + { + "pAddress": "flare1dtw78mq9405796yvax6m5prg0h7z0equq52km4", + "cAddress": "0x2f45c00768489dC836AA55cBc90a25ff58905879", + "amount": "85942961107000" + }, + { + "pAddress": "flare1u60wdmsn3umgd35dnqkp7w9kmng94m6jn055k6", + "cAddress": "0x06ab5Ac3ad56a638753cC4Cb8f96c4FA132c9adc", + "amount": "96112865129000" + }, + { + "pAddress": "flare19da0pgj2esneml5qe94996rx0xzsh0xvnj5jhz", + "cAddress": "0x0FC6C05E9EF7090Ba2133b4e0CE7eD255E13B4f9", + "amount": "401286000000000" + }, + { + "pAddress": "flare12qad80ger76yh8204vguufsf2hllwywqmnlf4a", + "cAddress": "0x474361291c87aB60C2A7C46505E722c807B05FA2", + "amount": "77550444000000" + }, + { + "pAddress": "flare1xh0ql3u48sp4zfap3f728s5rmnuyw3wk5pr356", + "cAddress": "0xEb4C1010E298F614338f92557B0828ADb896814E", + "amount": "50000000000000" + }, + { + "pAddress": "flare1mzdjuu0wn2k3pjf9gy8nn2k0va8l7hgukts6ey", + "cAddress": "0x984412dCfa1CD7d6BBC77d98696813391212f0C9", + "amount": "50000000000000" + }, + { + "pAddress": "flare1nfdu64uqkwah4jegzzsldry0wyna7sr2te3dr6", + "cAddress": "0xD0b93638BD5265e019ADF71d172e08D9FA4D682e", + "amount": "50000000000000" + }, + { + "pAddress": "flare1qu40ukp4phv74wvuk78eygmjrmcp3q2r6nwz23", + "cAddress": "0x7495bfA7DB736ae2C1072075701ff845a4010FCA", + "amount": "205392897905000" + }, + { + "pAddress": "flare1qef4yxkpp0qrxcu6ay2sped3lg7wj4t0qfu4us", + "cAddress": "0x9d2dC4FE31D006E8597dF67F08fA6aa5546e9017", + "amount": "282643640324000" + }, + { + "pAddress": "flare1x37hqw5srw5pxa543ghtsfxxpvfw0ynkxnkt5k", + "cAddress": "0xbA056d50B2B7b025225c69e789Bd738335C01Dca", + "amount": "59300000000000000" + }, + { + "pAddress": "flare1dk02pjxrevr4fg467p83m2w0r6nxanh66hjnqj", + "cAddress": "0xaC0c8391c1A13E070e50BA052Fd0C5096193597F", + "amount": "59000000000000" + }, + { + "pAddress": "flare1p39xk9ya4m4alf3wnevg0kgz87advx2macxu8t", + "cAddress": "0xD95056CdB9110940b14d7400c51C8cB2E2Bfaa70", + "amount": "50000000000000" + }, + { + "pAddress": "flare1p7zrgm7nps8tdnupegk5ra8xjwrfkuwrqf52dm", + "cAddress": "0xa41C166bA6b0e0836746937beC36dAB0Ac1b06C2", + "amount": "673194945486000" + }, + { + "pAddress": "flare10y4kq09g32hrnrveja8dpc0ljgqj4aqmqspr2q", + "cAddress": "0x535399289752a6749A297208126Fc99E5c8B926e", + "amount": "5189827336657715" + }, + { + "pAddress": "flare1l4tmwwh8rzutaacwd5dhluydh8j2tvcgttjsp7", + "cAddress": "0xEC63f63D643fd603fe92Eb66732030fDE00B6d11", + "amount": "100000000000000" + }, + { + "pAddress": "flare1u3qqh74nvnw00hgj9sxzzcwzczf3e5k5xtr9ch", + "cAddress": "0x49794Ec57DDfC4Ed4552cfb917C08A8Df18228F7", + "amount": "300000000000000" + }, + { + "pAddress": "flare1f47dhm37atr9gkvlsyxw60ht47lze4tl44rtwl", + "cAddress": "0x13c379d3b6243f23A4dfbE652Da4a1E808AF08f9", + "amount": "233900000000000" + }, + { + "pAddress": "flare18cyqx5x55fek2x20rcuzcw4796v6qpzj4kue8m", + "cAddress": "0xec850933c0Af2E8bb1C52F2AcC37aDfF10772a37", + "amount": "50000000000000" + }, + { + "pAddress": "flare1p2ezswyfq0yxnwvn0mvmul8ek8nads0d62kgvr", + "cAddress": "0x59dD38A08Df9924b34a2A67074FEdBc0101C3bE7", + "amount": "575368219655000" + }, + { + "pAddress": "flare1ukjytzd8975zuy2smhl5m8xz8wrmypw4deekrz", + "cAddress": "0xe43a2D67ef40c50eCbA003eBA415a5A093d47395", + "amount": "11620043994000000" + }, + { + "pAddress": "flare1ltjeeppkf2tndz8f5294d9ee65qfcfqnlu30lx", + "cAddress": "0x47Db5772953129917eBBaa8eE4D95F84769B2bB6", + "amount": "97525000000000" + }, + { + "pAddress": "flare1e59g5u58p9et4fat7ywz30n0zy97l5es2gz0wh", + "cAddress": "0xbAB1059A5dDAeE7f716051f81795b952cb86dAac", + "amount": "800002000000000" + }, + { + "pAddress": "flare1t30jaew0r0jdptvfgqa29nd4xh6tfg2dndermm", + "cAddress": "0x05646005DEE89456bD6c11af64De46a3251cB731", + "amount": "51110000000000" + }, + { + "pAddress": "flare1antlfgq8zes0scsrpjgz8qkwdccvy45sljut9y", + "cAddress": "0xfd2855C20b8C69eE341e6e5b4E680ec4B7eF8580", + "amount": "425000000000000" + }, + { + "pAddress": "flare1msyjmqfk9tdc46nyukpuluddmcmhe8vxatax40", + "cAddress": "0x9a7d1781f4fda3B69262F97d5354f0DfDb56F5cc", + "amount": "64435389622000" + }, + { + "pAddress": "flare1lfvvh2g6369v7fwcwg385rrjrrsf669r2feafv", + "cAddress": "0x8151dC007635B2395EBC40c84bAa9b1dA19DCC70", + "amount": "700000000000000" + }, + { + "pAddress": "flare16ed8jy42mlx86wm2c2xl6ctrmmvucphfhe99gc", + "cAddress": "0xf4e19e64BfB5cD67C5C6082Bcb52fd447c14D826", + "amount": "248135681986000" + } + ], + "totalStakeAmount": "199922635658819913", + "cChainAddress": "0xD7f5b619441fAfE525Ea3aBeBCd4a961C1227426", + "eligible": false, + "overboost": "0", + "rewardingWeight": "199922635658819913", + "cappedWeight": "199922635658819913", + "burnedRewardAmount": "246318386681644284092520" + } +] \ No newline at end of file