home / party_bid

party_contribution

1 row where partyId = 981

This data as json, CSV (advanced)

id ▼ partyAddress contributedBy transactionHash contributedAmountWei blockNumber previousTotalContributedToPartyWei totalFromContributorWei runId partyId
10624 0x4c075ca79283c31f0ed8eaecb29cc9da7ad29eb8 0xf49a19f72d0e106df462cfd6b5bebe42b6001616 0xea6a18b00f91cf9a1ff05730e5008c009d9834104bc3d3f02b88c40c923b5c2a 1.5e+17 13146473.0 0.0 1.5e+17 373 I AM HODLING 🥃 981

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.959ms