home / party_bid

party_contribution

7 rows where partyId = 928

This data as json, CSV (advanced)

Suggested facets: contributedAmountWei, totalFromContributorWei

id ▼ partyAddress contributedBy transactionHash contributedAmountWei blockNumber previousTotalContributedToPartyWei totalFromContributorWei runId partyId
8958 0x7f3161de8406221b902dbd1916b3167b43be9e57 0x3bdab7b0331a6d6b6689f2df3329d7346e108222 0x368c02b93d61f49590b50c1205878ef1049dc44adbbb33fee2039920bd2296f0 5e+16 13042767.0 0.0 5e+16 373 SHERLOCK HAT PARTY 928
8964 0x7f3161de8406221b902dbd1916b3167b43be9e57 0xace73239a174a9d1afc216a82b8020af5a5f1380 0x0dae915d015d156d5a02989368d8b37d6a74e6f3a642a9100fcbc4faa33cb5e7 3e+16 13042802.0 5e+16 3e+16 373 SHERLOCK HAT PARTY 928
8970 0x7f3161de8406221b902dbd1916b3167b43be9e57 0x156a4faaf9fe84a3bf85f5267ab32379936c22a4 0x26e23c36dea15f46b31eca35183c14dc84f2629d831115cfdd5c33cacef621bb 1e+17 13042824.0 8e+16 1e+17 373 SHERLOCK HAT PARTY 928
8976 0x7f3161de8406221b902dbd1916b3167b43be9e57 0x13122d81a4c2721ba0f8e8d08f3ce7dcea2b863b 0xa78e48eca4c6ca758c95e415899c89955e4bbf26c973dde4f41c822850d76520 3e+16 13042919.0 1.8e+17 3e+16 373 SHERLOCK HAT PARTY 928
8982 0x7f3161de8406221b902dbd1916b3167b43be9e57 0x223b55316ad3b3b246578ef5cbd2f2ab71ae23e5 0x61d100fc98ce15de151b603d3ff2a71e105fbb02d37c5c5cc2686d3e5ed6b3d5 1.5e+17 13044318.0 2.1e+17 1.5e+17 373 SHERLOCK HAT PARTY 928
8988 0x7f3161de8406221b902dbd1916b3167b43be9e57 0xe015fb7fa664f3c35f9fcf9f051f5be690b26cce 0x93026cc3ce3996f30bb2a2187b16091146e0ffa6b4516c3816da2ee92fe69099 1e+17 13045948.0 3.6e+17 1e+17 373 SHERLOCK HAT PARTY 928
8994 0x7f3161de8406221b902dbd1916b3167b43be9e57 0x8fd581bba3e9e394a2a125453ea25421f025f4db 0xa4ce69164c62c21ecf58f311be0a43774bc1d2ef720bc982cd5a3736d0236d8b 1e+17 13046225.0 4.6e+17 1e+17 373 SHERLOCK HAT PARTY 928

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