home / party_bid

party_contribution

6 rows where partyId = 962

This data as json, CSV (advanced)

Suggested facets: contributedAmountWei, totalFromContributorWei

id ▼ partyAddress contributedBy transactionHash contributedAmountWei blockNumber previousTotalContributedToPartyWei totalFromContributorWei runId partyId
10333 0x683a06c2b4052fcfbca5feabf1d8eb433cc70d21 0xaaa8a090e78724c8e3f3de407205fff160017568 0xdb255d898b19908363ba21078bc1019e0702c545d7fa974f69a7e73a60f9da9c 4e+18 13092710.0 0.0 4e+18 373 ForgottenMemoriesofHanoi 962
10338 0x683a06c2b4052fcfbca5feabf1d8eb433cc70d21 0x911c53395562d2947b891423886bff7218410931 0xd0bd4eeb908e1aae4c62ed15ee570019fb27dafa4a9b9d299c9f7ea4e7f5b7e4 2e+18 13092770.0 4e+18 2e+18 373 ForgottenMemoriesofHanoi 962
10343 0x683a06c2b4052fcfbca5feabf1d8eb433cc70d21 0x5b93ff82faaf241c15997ea3975419dddd8362c5 0x4a5bfe2a06611d18481307972215edf7040731a6ca3498c12bc02a0937a2c740 5e+17 13093244.0 6e+18 5e+17 373 ForgottenMemoriesofHanoi 962
10348 0x683a06c2b4052fcfbca5feabf1d8eb433cc70d21 0x19ee82f9094d01aeeba99e52e760c07897e0b340 0x1def3194ffbb4a211292003786c66aa83447c0b2f39f5839393a64f6503668d0 5e+16 13093285.0 6.5e+18 5e+16 373 ForgottenMemoriesofHanoi 962
10354 0x683a06c2b4052fcfbca5feabf1d8eb433cc70d21 0xf05ed0587b069975ed20308096699f02dd36fc30 0x8c9e751791107cf4cc5253fed7a3240ec8d8071592663d231165d653e22bb89d 2e+17 13094361.0 6.55e+18 2e+17 373 ForgottenMemoriesofHanoi 962
10359 0x683a06c2b4052fcfbca5feabf1d8eb433cc70d21 0xcade1e68a994c5b1459ccd19150128ffef09ea3c 0x5943c9ebf97b61aad137da406eda61d013c7d13764a00d1141b2942981c75570 5e+17 13094952.0 6.75e+18 5e+17 373 ForgottenMemoriesofHanoi 962

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