home / party_bid

party_contribution

7 rows where partyId = 946

This data as json, CSV (advanced)

Suggested facets: contributedBy, contributedAmountWei, totalFromContributorWei

id ▼ partyAddress contributedBy transactionHash contributedAmountWei blockNumber previousTotalContributedToPartyWei totalFromContributorWei runId partyId
9589 0x76ce08e4aac1529d499e083293364b064771cbcb 0x245a0838f3ef2ab66bab0d4a82ee17eb0b4ea5bc 0x64d5a376f04e518b44d5b6f20324e440001df9dcac8cb066fcf6cda206b50b7d 6.6e+17 13059590.0 0.0 6.6e+17 373 CryptoKatCollective 946
9595 0x76ce08e4aac1529d499e083293364b064771cbcb 0x25094ffe774c958c7dedb79dcc819476cf975817 0xd619cb3b72ca8b404fd3eb729148c0e0cb3697b4a875e4f1e80d930974b47f46 1e+18 13059609.0 6.6e+17 1e+18 373 CryptoKatCollective 946
9600 0x76ce08e4aac1529d499e083293364b064771cbcb 0x513b72af8b798302d918b26bbacdd5d0bc1d0f7b 0x224a496af781c5895447429792ca1ba8882fce731a23b135e0169f26b5b210f7 5e+17 13059720.0 1.66e+18 5e+17 373 CryptoKatCollective 946
9607 0x76ce08e4aac1529d499e083293364b064771cbcb 0x25094ffe774c958c7dedb79dcc819476cf975817 0xe0a55cf6a063b69a63378959dd17ebe3a5298bc83ef46433699ce7581c5bffb6 1e+17 13059889.0 2.16e+18 1.1e+18 373 CryptoKatCollective 946
9612 0x76ce08e4aac1529d499e083293364b064771cbcb 0xb35d1fb2abc9bcf366d9626dd78ba06ed3b5d1fa 0xb5cc3b0e6205f09485a2a5730d59e93bba545325a59b71ca13382d49d7c955ea 1e+18 13060090.0 2.26e+18 1e+18 373 CryptoKatCollective 946
9618 0x76ce08e4aac1529d499e083293364b064771cbcb 0xe1f2d038bc3d6405db168a906dd994cb590e3a14 0x54b7f186d08957a815287118aecfe8d1c106c1b67aac3c78e29e2fc83813f4e8 7e+16 13063030.0 3.26e+18 7e+16 373 CryptoKatCollective 946
9624 0x76ce08e4aac1529d499e083293364b064771cbcb 0xdb0763efe0401df0bc28301dd4f4b706f92c14b8 0x89bd53a6a5c8e5cbad6394bf20992537d5d7b3cbb71281b6a99385e9ce7616e6 3.3e+17 13063656.0 3.33e+18 3.3e+17 373 CryptoKatCollective 946

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 19.984ms