party_contribution
5 rows where partyId = 861
This data as json, CSV (advanced)
Suggested facets: contributedBy, contributedAmountWei, totalFromContributorWei
| id ▼ | partyAddress | contributedBy | transactionHash | contributedAmountWei | blockNumber | previousTotalContributedToPartyWei | totalFromContributorWei | runId | partyId |
|---|---|---|---|---|---|---|---|---|---|
| 7844 | 0xf2d0ed5ad264dda1d54a0a97e7940b4db1115d10 | 0xd5a498bbc6d21e4e1cdbb8fec58e3ecd7124fb43 | 0x63ec3084a5d91828631e22db3259a257c90a57354f6c06f6b69c53595d0d72d7 | 2e+17 | 12961799.0 | 0.0 | 2e+17 | 373 | Birds Arent Real 861 |
| 7849 | 0xf2d0ed5ad264dda1d54a0a97e7940b4db1115d10 | 0x20159b9e39cd8afe64b72e44363e76a34995dd0b | 0x4276b853569fcb1993b3bf3044b58d5347b357eaea29babb0d10c8da11cde587 | 1e+17 | 12961806.0 | 2e+17 | 1e+17 | 373 | Birds Arent Real 861 |
| 7855 | 0xf2d0ed5ad264dda1d54a0a97e7940b4db1115d10 | 0x20159b9e39cd8afe64b72e44363e76a34995dd0b | 0xe2ebbed48449fcdfff7a2db374f8f8c1e0ff1406dc53ace4f84200236a16a7c8 | 1e+17 | 12962036.0 | 3e+17 | 2e+17 | 373 | Birds Arent Real 861 |
| 7860 | 0xf2d0ed5ad264dda1d54a0a97e7940b4db1115d10 | 0xd5a498bbc6d21e4e1cdbb8fec58e3ecd7124fb43 | 0x0c5e081ae25a9dce6050c7ba750ce6e42a82f345eff0600363d2be916a8a7096 | 2e+17 | 12962464.0 | 4e+17 | 4e+17 | 373 | Birds Arent Real 861 |
| 7865 | 0xf2d0ed5ad264dda1d54a0a97e7940b4db1115d10 | 0xd5a498bbc6d21e4e1cdbb8fec58e3ecd7124fb43 | 0x4ed691a2e817bd4de7706216ea616c5ff9b657c01a7608998fc553dd36b17c71 | 3e+17 | 12962696.0 | 6e+17 | 7e+17 | 373 | Birds Arent Real 861 |
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]);