home / party_bid

party_contribution

5 rows where partyId = 858

This data as json, CSV (advanced)

Suggested facets: contributedAmountWei, totalFromContributorWei

id ▼ partyAddress contributedBy transactionHash contributedAmountWei blockNumber previousTotalContributedToPartyWei totalFromContributorWei runId partyId
7803 0xa089c1a90a6b898f2486b82360218b2b21892400 0x5e080d8b14c1da5936509c2c9ef0168a19304202 0xb33f8525de52d45120bcefd2273e5583a1c9195bddddfb665738bd303759f425 1e+17 12961239.0 0.0 1e+17 373 FZ: Surveillance State 👁 858
7809 0xa089c1a90a6b898f2486b82360218b2b21892400 0xbc68dee71fd19c6eb4028f98f3c3ab62aad6fef3 0xe1bc9e27ad9edee06c6534fabf89ca63708b10bb968acbcaeae8d9685f74bb0d 5e+16 12961273.0 1e+17 5e+16 373 FZ: Surveillance State 👁 858
7815 0xa089c1a90a6b898f2486b82360218b2b21892400 0x08aea2985b70552c577d393c01ef44af70277c57 0xd0a30d88242af55e9f7aa9532954d0a0b232cbd158c31e639195ea72f1df4109 1e+17 12961462.0 1.5e+17 1e+17 373 FZ: Surveillance State 👁 858
7821 0xa089c1a90a6b898f2486b82360218b2b21892400 0x4defa30195094963cfac7285d8d6e6e523c7f90d 0xdcd97682b00f75c4fbdbea9f9ac281e032902bfe0dd699a0a4b51a91e3a6ab4e 1.3e+17 12962894.0 2.5e+17 1.3e+17 373 FZ: Surveillance State 👁 858
7827 0xa089c1a90a6b898f2486b82360218b2b21892400 0x9b8db915fa36e5d9fb65974183172e720fdf3b52 0x3ed06fb33dfbd87a4dfb973438bf9433687571a11ef27e036f8582acbeb284f9 1e+17 12963173.0 3.8e+17 1e+17 373 FZ: Surveillance State 👁 858

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