party_contribution
3 rows where partyId = 931
This data as json, CSV (advanced)
Suggested facets: contributedBy
| id ▼ | partyAddress | contributedBy | transactionHash | contributedAmountWei | blockNumber | previousTotalContributedToPartyWei | totalFromContributorWei | runId | partyId |
|---|---|---|---|---|---|---|---|---|---|
| 9027 | 0x44d7cdbbcda2da5169f5119275e324c39f97f4bb | 0x8a086a6955d56d135e2d78df8e1bd9b961f11e58 | 0xffe32354dfd6a1c10eb949d744cf25cfaa6d5c7c022e42d158a14643da6cd21d | 1.05e+17 | 13075641.0 | 0.0 | 1.05e+17 | 373 | A 40 Party 931 |
| 9032 | 0x44d7cdbbcda2da5169f5119275e324c39f97f4bb | 0x8a086a6955d56d135e2d78df8e1bd9b961f11e58 | 0xf88a8c64bf657826a81427da0726b555b4a2f47b4204446db1807d7276c3493d | 5e+16 | 13076257.0 | 1.05e+17 | 1.55e+17 | 373 | A 40 Party 931 |
| 9037 | 0x44d7cdbbcda2da5169f5119275e324c39f97f4bb | 0x1bec52ca9f447c31dc9aec2ca7fd3cdff4b9aef6 | 0xb229f5dd4f1dd9313bc62af243749d0ea10862016caf0d7cc977f4e78e43ae33 | 5000000000000000.0 | 13079452.0 | 1.55e+17 | 5000000000000000.0 | 373 | A 40 Party 931 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);