party_contribution
4 rows where partyId = 847
This data as json, CSV (advanced)
Suggested facets: contributedBy, contributedAmountWei, totalFromContributorWei
| id ▼ | partyAddress | contributedBy | transactionHash | contributedAmountWei | blockNumber | previousTotalContributedToPartyWei | totalFromContributorWei | runId | partyId |
|---|---|---|---|---|---|---|---|---|---|
| 7697 | 0x02f7aae4689614b37d3c78ee2879697fbba76648 | 0xaed58605cf7d6a9396f7c0539d51df6763808208 | 0x235e5fe2e93de1043f56537227c8d3548c9056b967f67b0b360706d1b813fb72 | 4000000000000000.0 | 12942376.0 | 0.0 | 4000000000000000.0 | 373 | PREGAME2 847 |
| 7698 | 0x02f7aae4689614b37d3c78ee2879697fbba76648 | 0x4defa30195094963cfac7285d8d6e6e523c7f90d | 0xee492e85c23d7207791ea487382f457e1804eb61d5691cd55e130ad3acfa3bcd | 4000000000000000.0 | 12943663.0 | 4000000000000000.0 | 4000000000000000.0 | 373 | PREGAME2 847 |
| 7704 | 0x02f7aae4689614b37d3c78ee2879697fbba76648 | 0xaed58605cf7d6a9396f7c0539d51df6763808208 | 0x240459743f2846d52c33eb908ce200e7ea47355de15c7490d3c6f93cf1cb8d6a | 400000000000000.0 | 12947792.0 | 8000000000000000.0 | 4400000000000000.0 | 373 | PREGAME2 847 |
| 7710 | 0x02f7aae4689614b37d3c78ee2879697fbba76648 | 0xbb004852594c9591ebd3528fd18acc3292ba84ea | 0xf24038c033668602a5097ce862bdb483c61c75aa79fd1de835fa5a5daacbe6e4 | 1000000000000000.0 | 12953124.0 | 8400000000000000.0 | 1000000000000000.0 | 373 | PREGAME2 847 |
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]);