home / party_bid

party_contribution

1 row where partyId = 1005

This data as json, CSV (advanced)

id ▼ partyAddress contributedBy transactionHash contributedAmountWei blockNumber previousTotalContributedToPartyWei totalFromContributorWei runId partyId
11095 0x4b772191e182a9c4ab523629efcd9f43883782fb 0xa83fa9c834bb5abe25f9c56eb5845b3203df94f2 0x09d955a87ad86e1f409dab94abf4e18c34c82314aadd5132ac2b31e1f85e0907 2.5e+17 13231581.0 0.0 2.5e+17 373 Hearts Club 1005

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