home / party_bid

party_contribution

8 rows where partyId = 915

This data as json, CSV (advanced)

Suggested facets: contributedAmountWei, totalFromContributorWei

id ▼ partyAddress contributedBy transactionHash contributedAmountWei blockNumber previousTotalContributedToPartyWei totalFromContributorWei runId partyId
8562 0x9ef52fce0f075cc6e62a374e6df9633a77e5ea1f 0x00d8f99b95ea6bbb14be35db1310473c42cde572 0x5cb52960f54e8fb445794d32ed02fc94d33f04f75135e6af0deb49923cbec10b 2800000000000000.0 13020523.0 0.0 2800000000000000.0 373 Private Ranch 915
8567 0x9ef52fce0f075cc6e62a374e6df9633a77e5ea1f 0x12067b462c1d515de83bac513ccbdaee0c5be168 0xd52433743e43eda7ec900412d68cee1301c782dbb1961f03c9526bfc4134a4a6 5e+16 13022682.0 2800000000000000.0 5e+16 373 Private Ranch 915
8573 0x9ef52fce0f075cc6e62a374e6df9633a77e5ea1f 0xfed0429321a587470b64b59c589a9060bdf01688 0x498eea459758ed21a5be9c6cbf19b974d97fb4e00d4f80fb2dc8680b99072883 2e+17 13023424.0 5.28e+16 2e+17 373 Private Ranch 915
8579 0x9ef52fce0f075cc6e62a374e6df9633a77e5ea1f 0x81868523bb103d25139b2a35987cf1e76681d0e9 0x36628ef946b5f7b92b49498a21987b9322a13fe0b743a4abac9a0b67b1d95fa1 5e+17 13047358.0 2.528e+17 5e+17 373 Private Ranch 915
8584 0x9ef52fce0f075cc6e62a374e6df9633a77e5ea1f 0x400b6002e7018b316597686a7cb39b10f1c9b41f 0xf2d7c82686d9f9ff57ef61cc5e529a248c54beb015c85467522cd0ce4b15833e 5e+16 13053637.0 7.528e+17 5e+16 373 Private Ranch 915
8590 0x9ef52fce0f075cc6e62a374e6df9633a77e5ea1f 0x161b55d207edaf288cb1eb22b09e3614e16f2a78 0x36bc2f34f445fd96f1da77d13e997844e59179d6bbbf9862513594bd0adc9af9 5e+16 13055010.0 8.028e+17 5e+16 373 Private Ranch 915
8596 0x9ef52fce0f075cc6e62a374e6df9633a77e5ea1f 0x704a15dd247e9246a92b9a88f74a724b880081b4 0xbb79c1e0e8f012ca303a6dd72c66e16eeaf2bad9598350c88fcbc789b3107df3 2.5e+16 13092523.0 8.528e+17 2.5e+16 373 Private Ranch 915
8602 0x9ef52fce0f075cc6e62a374e6df9633a77e5ea1f 0x4525f916afe244fce41b62a3cf2bd85a2c1b2d42 0x90bd4b6f87695950e351aa447ee2756cb07da97cf6f3ffdc5abfc16569d6b0bf 1e+17 13094947.0 8.778e+17 1e+17 373 Private Ranch 915

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