party_contribution
6 rows where partyId = 908
This data as json, CSV (advanced)
Suggested facets: contributedBy, contributedAmountWei, totalFromContributorWei
| id ▼ | partyAddress | contributedBy | transactionHash | contributedAmountWei | blockNumber | previousTotalContributedToPartyWei | totalFromContributorWei | runId | partyId |
|---|---|---|---|---|---|---|---|---|---|
| 8461 | 0x52c676973307b898722d92f6b864648ed48f0a11 | 0xbc62985faabed27a8f174cbd5ea1ee7b1ed8fc12 | 0x7f465c117b82f6dd6af93c35219110bce4944e5a45264fadcf0d15760df4845b | 1e+18 | 13010544.0 | 0.0 | 1e+18 | 373 | The Performer Party: Movement of the Ancestors 908 |
| 8467 | 0x52c676973307b898722d92f6b864648ed48f0a11 | 0x31ca6ca7f7a3298bc6c5103aa45847f34e382a1c | 0x0f59eaded87889edc079d3d35f33f3740a0de3bfe7cc57d9a98101bebe72ab00 | 2e+17 | 13010793.0 | 1e+18 | 2e+17 | 373 | The Performer Party: Movement of the Ancestors 908 |
| 8472 | 0x52c676973307b898722d92f6b864648ed48f0a11 | 0x8c03224f783d3fbab44490fcc8395eab35d1f3b4 | 0x86f68ebf2093aaab00cc291c627623c2d0f70295fad09ab54fc0634ae6f2d663 | 1e+17 | 13010906.0 | 1.2e+18 | 1e+17 | 373 | The Performer Party: Movement of the Ancestors 908 |
| 8478 | 0x52c676973307b898722d92f6b864648ed48f0a11 | 0x3b3525f60eeea4a1ef554df5425912c2a532875d | 0xeca44ce7a7d117f5c6ffb60d4b4cb7e64aa170afd16735367ba73295fb918ad7 | 1e+17 | 13010913.0 | 1.3e+18 | 1e+17 | 373 | The Performer Party: Movement of the Ancestors 908 |
| 8484 | 0x52c676973307b898722d92f6b864648ed48f0a11 | 0x31ca6ca7f7a3298bc6c5103aa45847f34e382a1c | 0x2a9b243930339f451bdcbced9338dde582153bb45edfd83e53cec4ce974245ea | 2e+17 | 13010960.0 | 1.4e+18 | 4e+17 | 373 | The Performer Party: Movement of the Ancestors 908 |
| 8490 | 0x52c676973307b898722d92f6b864648ed48f0a11 | 0xbc62985faabed27a8f174cbd5ea1ee7b1ed8fc12 | 0x9712f3a464465d9139d8ce08d7eca1c86bc1468b23664ca3e55c879539853a14 | 3e+17 | 13010963.0 | 1.6e+18 | 1.3e+18 | 373 | The Performer Party: Movement of the Ancestors 908 |
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]);