Tables
BribeVault_DepositBribe_event
Bribe deposit events from Hidden Hand’s BribeVault contract on Blast, recording incentive payments offered to influence governance votes on specific proposals. Tracks briber addresses, token amounts, target markets, voting periods, and proposal hashes for analyzing vote-buying campaigns and governance influence strategies.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_market | STRING | Trading pair or market identifier specifying the assets being traded or operated on. |
in_proposal | STRING | Unique identifier for the governance proposal receiving the bribe, represented as a 32-byte keccak256 hash. Each proposal can receive multiple bribes across different voting periods. |
in_deadline | STRING | Timestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds. |
in_token | STRING | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_briber | STRING | Address of the account or contract that deposited the bribe to incentivize voting on a specific proposal. Hex-encoded, 0x-prefixed 40-character Ethereum address on Blast chain. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_totalAmount | STRING | Total amount involved in the transaction or operation. String-encoded integer representing the amount in the token’s smallest unit. |
in_maxTokensPerVote | STRING | Maximum tokens per vote allowed for this bribe, stored as a string-encoded integer. Zero indicates no per-vote limit is enforced. |
in_periodIndex | STRING | Voting period identifier for which the bribe is being deposited, typically represented as a sequential index starting from 0. In the samples shown, all bribes are deposited for period 0. |
Sample Data
Sample Data
| address | removed | in_token | in_amount | in_briber | in_market | log_index | in_deadline | in_proposal | block_number | in_periodIndex | in_totalAmount | block_timestamp | transaction_hash | in_maxTokensPerVote |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xeae74d0ad80ba94f94182890ec78de92f7a85992 | false | 0xec73284e4ec9bcea1a7dddf489eaa324c3f7dd31 | 283584628131969160 | 0xaa34f216ef490c7ccdbdde1a28c3f05c8e6e2935 | 0x45ca8943d028c1e2845c5f8de5158249caf3c8c2 | 3 | 1730750400 | 0x13d0df11134ac9e69fc757dff0340d70269d5fa8c1f85eb14298e1184d34d7a7 | 10935917 | 0 | 105000283584628131969160 | 2024-11-04T00:54:09.000Z | 0x03d8d21d474610e8ab75c3c269dd47f397b072c2b4d472bf1f5f1e4da9c0b60c | 0 |
| 0xeae74d0ad80ba94f94182890ec78de92f7a85992 | false | 0x4300000000000000000000000000000000000003 | 250000000000000000000 | 0x8dc32a0362ef6bed91e23ea66b5065f37db7e669 | 0x02189bccbde9e1584466102283845ce7c9c6ed90 | 58 | 1729123200 | 0x15affbcabd8c16b83e38ada8b63fcfdd843381a115d181efaf3ec47b3522658a | 10091459 | 0 | 250000000000000000000 | 2024-10-15T11:45:33.000Z | 0x93cf0f40937354f8883ea69e579c63cb337ee4fd16bf0df9fceeb8c077cf0c30 | 0 |
| 0xeae74d0ad80ba94f94182890ec78de92f7a85992 | false | 0x4300000000000000000000000000000000000003 | 250000000000000000000 | 0x8dc32a0362ef6bed91e23ea66b5065f37db7e669 | 0x02189bccbde9e1584466102283845ce7c9c6ed90 | 14 | 1729123200 | 0xb77e030fe5573b0ce06a9155289df7baaa6418acb98168cc6126b294b42a7e90 | 10091749 | 0 | 250000000000000000000 | 2024-10-15T11:55:13.000Z | 0x936edb1c877af2db3ec0c0b070f8ad7f1d8e9fda3806bad09f99817378a0d4fc | 0 |
Example Query
Example Query
Query with partition filter
BribeVault_SetDistributor_event
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in__distributor | STRING | - |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
BribeVault_SetFee_event
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in__fee | STRING | Fee amount charged for the transaction or operation. Numeric string representing the fee in the smallest denomination or basis points. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
BribeVault_SetFeeRecipient_event
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in__feeRecipient | STRING | - |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
BribeVault_SetRewardForwarding_event
Reward forwarding configuration changes from Hiddenhand BribeVault contracts on Blast, tracking when users redirect their bribe rewards from one address to another. Used for analyzing reward claim routing patterns and delegation strategies in vote incentive markets.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| in_to | address | in_from | removed | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x3cadbd7ff34addd4f917a5638cd45213022ce622 | 0xeae74d0ad80ba94f94182890ec78de92f7a85992 | 0xfbb3e1df36eb40e33b8ecf36e7bd613949347277 | false | 6 | 10738918 | 2024-10-30T11:27:31.000Z | 0x161ea1ad5d580b766f7e3237fac48666195525a010ab81aaf965bb10f528f9ab |
| 0x75513087f7a2ce339194c7a10193b51f86a904be | 0xeae74d0ad80ba94f94182890ec78de92f7a85992 | 0xceaefee91291334f28b273cc5d68675b9dfedd92 | false | 0 | 10692068 | 2024-10-29T09:25:51.000Z | 0x513e17e87260d3a01a32adc41696fac86c4d137b670a51a66a23e62ec4a70b50 |
| 0x6e2165b13bc06a987a85f0f54f15092972e18528 | 0xeae74d0ad80ba94f94182890ec78de92f7a85992 | 0x984ff362c105cd8fa55d816ddefdd5889710bcec | false | 0 | 10977097 | 2024-11-04T23:46:49.000Z | 0x2dbc0c001abea67c23e2fc192250b17a18e987d097e86592f5928995e439ece0 |
Example Query
Example Query
Query with partition filter
BribeVault_TransferBribe_event
Bribe transfer events from Hidden Hand vote incentive marketplace on Blast, splitting incentive amounts between distributor payouts and protocol fees. Tracks bribe distributions by token, reward identifier, and amounts for analyzing governance incentive flows.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_rewardIdentifier | STRING | Unique identifier (hash) for a specific bribe reward campaign or distribution round on Hiddenhand. Each identifier links the transferred bribe amounts to their corresponding reward distribution event. |
in_token | STRING | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_feeAmount | STRING | Fee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination. |
in_distributorAmount | STRING | Amount of bribe tokens allocated to the distributor for reward payouts, denominated in the smallest unit of the token (wei-equivalent). Represents the portion of the bribe that will be distributed to voters, typically 96% of the total based on sample fee/distributor ratios. |
Sample Data
Sample Data
| address | removed | in_token | log_index | block_number | in_feeAmount | block_timestamp | transaction_hash | in_rewardIdentifier | in_distributorAmount |
|---|---|---|---|---|---|---|---|---|---|
| 0xeae74d0ad80ba94f94182890ec78de92f7a85992 | false | 0xf77dd21c5ce38ac08786be35ef1d1dec1a6a15f3 | 9 | 11067801 | 28000000000000000000000 | 2024-11-07T02:10:17.000Z | 0x6c4282b0803767a2d25d201ba4465c58083858d665c7b6e3cc51f889b7b62fae | 0xa8d249b72473d8432fff961fc9a02504828b13694e6c3d7c1c36531a2beb1b56 | 672000000000000000000000 |
| 0xeae74d0ad80ba94f94182890ec78de92f7a85992 | false | 0x4300000000000000000000000000000000000004 | 3 | 11067801 | 12000000000000000 | 2024-11-07T02:10:17.000Z | 0x6c4282b0803767a2d25d201ba4465c58083858d665c7b6e3cc51f889b7b62fae | 0xf8c6f20742e5b4483ce9d23a6bd35dddf91a27c37532a13de740932afba197e2 | 288000000000000000 |
| 0xeae74d0ad80ba94f94182890ec78de92f7a85992 | false | 0xe36072dd051ce26261bf50cd966311cab62c596e | 6 | 11067801 | 1989178000000000000000 | 2024-11-07T02:10:17.000Z | 0x6c4282b0803767a2d25d201ba4465c58083858d665c7b6e3cc51f889b7b62fae | 0x68b9e5686c7d372471fe1560b03d3d63798d0e1c1237beb548fb12ad1c7e2c72 | 47740272000000000000000 |
Example Query
Example Query
Query with partition filter