party_contribution
4 rows where partyId = 943
This data as json, CSV (advanced)
Suggested facets: contributedBy
| id ▼ | partyAddress | contributedBy | transactionHash | contributedAmountWei | blockNumber | previousTotalContributedToPartyWei | totalFromContributorWei | runId | partyId |
|---|---|---|---|---|---|---|---|---|---|
| 9534 | 0x20ce766183f0e099cde2b5b2cd1568e88d77271e | 0xc2d11c0ac4ad5aa6667536d7a605f3948d97ee2a | 0x95f39ff98f8fb2fc2e931174d2365f54b3dc51c4e14d001e62580a99c7825501 | 1e+16 | 13058940.0 | 0.0 | 1e+16 | 373 | To the moon! 943 |
| 9540 | 0x20ce766183f0e099cde2b5b2cd1568e88d77271e | 0x25094ffe774c958c7dedb79dcc819476cf975817 | 0xbeb27a856883f5ecbd43c1f701e3093e8995382d5ecb6c96d305b4da7ec4b480 | 1.6e+17 | 13060161.0 | 1e+16 | 1.6e+17 | 373 | To the moon! 943 |
| 9546 | 0x20ce766183f0e099cde2b5b2cd1568e88d77271e | 0x87885aaeeded51c7e3858a782644f5d89759f245 | 0x30a8c0ad4abc8e25e34d5ff74588e39a5a1f2311c64c4db06988f4f0ed286e89 | 1.337e+17 | 13060296.0 | 1.7e+17 | 1.337e+17 | 373 | To the moon! 943 |
| 9552 | 0x20ce766183f0e099cde2b5b2cd1568e88d77271e | 0x25094ffe774c958c7dedb79dcc819476cf975817 | 0x1fa0da6461693868cac885e9c3eb49c743eb6dc7451b07deec23a7b9823fbaf2 | 2e+16 | 13063807.0 | 3.037e+17 | 1.8e+17 | 373 | To the moon! 943 |
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]);