home / party_bid

party_contribution

7 rows where partyId = 973

This data as json, CSV (advanced)

id ▼ partyAddress contributedBy transactionHash contributedAmountWei blockNumber previousTotalContributedToPartyWei totalFromContributorWei runId partyId
10494 0x56cc0fe4d15e33d798640c15f418964860afc704 0xeb95ff72eab9e8d8fdb545fe15587accf410b42e 0xfaa59ee1ec12c7bbbe7158228befc5dfb194d6a801dcaa317cbefd02a589963c 6.5e+17 13128273.0 0.0 6.5e+17 373 TroubleParty 973
10500 0x56cc0fe4d15e33d798640c15f418964860afc704 0x47edbd307180556dbbeb5beabd8a40ac30520f57 0x28ae79f4fee4895f5e4b8f482396118bc65f6aad81a4a70866b6e06b0eada918 5e+17 13128297.0 6.5e+17 5e+17 373 TroubleParty 973
10505 0x56cc0fe4d15e33d798640c15f418964860afc704 0x8d3b79ee106c808c1fcf6972a7862ac66399ff02 0x10dac0449296c44af9986136443334286ebc5421cf63b9c9b3a1bef16b25b08c 8e+17 13128298.0 1.15e+18 8e+17 373 TroubleParty 973
10510 0x56cc0fe4d15e33d798640c15f418964860afc704 0xf5f7e8096006d61d4b5c16c25163e35dcace6f03 0x5ed054c569612d05763cf93a658f7ad27f15491178540c1bf156bfd5ff7fcc66 1.8e+16 13128337.0 1.95e+18 1.8e+16 373 TroubleParty 973
10516 0x56cc0fe4d15e33d798640c15f418964860afc704 0x94e59547b8c68924380c90e729488f3e79ff8d22 0x36376a9bb87c3e4443c19477eb9da9bdc36bba0f5c101b58fb26c950b0537e1c 2e+16 13129707.0 1.968e+18 2e+16 373 TroubleParty 973
10522 0x56cc0fe4d15e33d798640c15f418964860afc704 0x1d2ff3fb2b7400e4ae7a18f4febedfb02fc8e387 0x32814a48524c09412f21f3c79f6b22c517a41ecca9f85579efdc88d229b209fa 2.5e+16 13130843.0 1.988e+18 2.5e+16 373 TroubleParty 973
10527 0x56cc0fe4d15e33d798640c15f418964860afc704 0xb40ddf2e6b9248f227acd45b9d9cf47f905215f8 0x1628f5a240390e81c02ebfbb58cc0e8d03b22214fb582a68e8b521c6d862fe76 4e+16 13131935.0 2.013e+18 4e+16 373 TroubleParty 973

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "party_contribution" (
   [id] INTEGER PRIMARY KEY,
   [partyAddress] TEXT,
   [contributedBy] TEXT,
   [transactionHash] TEXT,
   [contributedAmountWei] FLOAT,
   [blockNumber] FLOAT,
   [previousTotalContributedToPartyWei] FLOAT,
   [totalFromContributorWei] FLOAT,
   [runId] INTEGER,
   [partyId] INTEGER REFERENCES [party]([id])
);
CREATE INDEX [idx_party_contribution_partyId]
    ON [party_contribution] ([partyId]);
CREATE INDEX [idx_party_contribution_partyAddress]
    ON [party_contribution] ([partyAddress]);
CREATE INDEX [idx_party_contribution_contributedBy]
    ON [party_contribution] ([contributedBy]);
Powered by Datasette · Queries took 10.505ms