home / party_bid

party_contribution

1 row where partyId = 863

This data as json, CSV (advanced)

id ▼ partyAddress contributedBy transactionHash contributedAmountWei blockNumber previousTotalContributedToPartyWei totalFromContributorWei runId partyId
7853 0x19ec682e2c4cdf80ee4aa5cca32c09d270b211d1 0xfc63b3acd10456b6356e7524860d0b07acf71fd8 0xc9e4aa15cfd4a684bb18b0ee990f9bd4d5c35c14b5b803e800737688e023b3ef 1e+17 12962746.0 0.0 1e+17 373 The Modern Web 863

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 14.221ms