Skip to main content

Tables

EPNS_Transfer_event

Token transfer events from the Ethereum Push Notification Service (EPNS) protocol on Ethereum. Used for tracking PUSH token movements and analyzing holder distribution, liquidity flows, and protocol participation.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_toaddressin_fromremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xaf31fd9c3b0350424bf96e551d2d1264d84662050xf418588522d5dd018b425e472991e52ebbeeeeee0x00000000a991c429ee2ec6df19d40fe0c80088b8false2089332124613970229321544166030892023-02-11T04:19:35.000Z0x1d713885f6947161caabc78603b56790dcc9e0e051553c07cafd9f846da6ee85
0x0d0707963952f2fba59dd06f2b425ace40b492fe0xf418588522d5dd018b425e472991e52ebbeeeeee0x0e06b096b4004c35e7b2f45bbdfae538838c3231false4741000000000000000000112166025072023-02-11T02:21:59.000Z0x84a603abddceae36b0bba2274ae55f62164220b7ea04dcb664eb3d76d550b44c
0x0d0707963952f2fba59dd06f2b425ace40b492fe0xf418588522d5dd018b425e472991e52ebbeeeeee0x0e06b096b4004c35e7b2f45bbdfae538838c3231false357600000000000000000086166054862023-02-11T12:22:11.000Z0x9317bcde9a7693b87302299671ca75b5b9ee0cb229af336d78f28654d0182f3c
Query with partition filter
SELECT *
FROM `tt-contracts.push_v1_ethereum.EPNS_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EPNSCoreV1_5_AddChannel_event

Channel registration events from EPNS (Ethereum Push Notification Service) protocol showing when notification channels are created on Ethereum. Contains channel addresses, IPFS metadata identifiers, and channel types for tracking notification service onboarding.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_channelSTRINGAddress of the notification channel in the EPNS protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_channelTypeINT64Numeric identifier specifying the channel category within the Push Protocol notification system. Common value is 2, representing a specific channel type classification.
in_identitySTRINGIPFS content identifier (CID) for the channel’s metadata, stored as hex-encoded bytes. This identifier points to off-chain channel information like name, description, and icon in IPFS or similar decentralized storage.
addressremovedlog_indexin_channelin_identityblock_numberin_channelTypeblock_timestamptransaction_hash
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse940x1a9ddef485674fc60a269cf97fabc6b8728a34970x312b516d515242756b445a4a6966446870317479364e7333624c54546655554c506872527554544734677854446234331662878622023-02-14T18:30:23.000Z0x9930c84c2aedec3d1455ab8a3717798df3dbd0eed0293b9f1e87f32e6cd3db72
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse1030x59aad2c81b86df6e4a0dae51c5c5bd45ba4518750x312b516d577257435346334458756a413866706557655247736e65486b4745743961423541385a474c563878535633711662572222023-02-14T08:13:11.000Z0x405b517dafbbc1b9aa4143e74281b52b9547f81c752ede28ad58cc1ab7175158
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse3860x81960034a827649a24f243cf370e38a7aac1adac0x312b516d51674c65313348724a55615877644e7a55755a327147475144366b794763565966636f343753624e527663551823108222023-09-28T01:50:35.000Z0x5ec6d652c94a56ea24a72c7e4ccd88c8e8f7f264fdc0f66baccb6dce15a31257
Query with partition filter
SELECT *
FROM `tt-contracts.push_v1_ethereum.EPNSCoreV1_5_AddChannel_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EPNSCoreV1_5_ChannelNotifcationSettingsAdded_event

Channel notification preference configuration events from EPNS (Ethereum Push Notification Service) Core V1.5 contract on Ethereum. Records when channels add customizable notification settings like price alerts, health factor ranges, and delivery frequency options for subscriber notifications.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__channelSTRINGContract address of the Push Protocol notification channel that added these notification settings. Represents the publisher/sender configuring customizable alert options for their subscribers.
in_totalNotifOptionsSTRINGTotal number of configurable notification options available for the channel. Always represented as a string-encoded integer (e.g., “1”, “3”, “11”).
in__notifSettingsSTRINGEncoded notification settings configuration that defines user-customizable alert parameters for the Push Protocol channel. The string uses a delimiter-based format (e.g., “3+1-1+1-0+2-1-50-20-100”) representing option counts and parameter ranges for notifications like price alerts or event triggers.
in__notifDescriptionSTRINGHuman-readable description of the notification setting or category being configured for a Push Protocol channel. Text explains what the notification option controls, such as price alerts, event updates, or communication preferences.
addressremovedlog_indexin__channelblock_numberblock_timestamptransaction_hashin__notifSettingsin__notifDescriptionin_totalNotifOptions
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse2300x07075c33e1ecc58e2e0540296a0db48ab0e00707183844892023-10-19T12:51:23.000Z0x8828b1e689b8d23953fc6fdbc58632bed7aff9e0ff2e126759d8313c9ca014761+1-1Received 5,000 USDC from Сircle.1
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse1520x72f569de6d77b1d4c3810767865fc706a1c39915183678212023-10-17T04:50:23.000Z0x59fb1556e4f4f640219492a96df408b48ed35ad62ab2da9048a0cfc8d35e70443+1-1+1-0+2-1-50-20-100Dev Connect Schedule Updates+Marketing Updates+Ticket Price3
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse5550xb88460bb2696cab9d66013a05dff29a28330689d183783462023-10-18T16:12:11.000Z0x3820e184894a38770dce2419578b98d847068c996a70b647e61a525e4144c54a4+1-1+1-1+1-0+1-0Product and Feature Updates+Push DAO Alerts+Partnership Alerts+Push Hackathons & Events4
Query with partition filter
SELECT *
FROM `tt-contracts.push_v1_ethereum.EPNSCoreV1_5_ChannelNotifcationSettingsAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EPNSCoreV1_5_ChannelVerificationRevoked_event

Events recording verification revocations for Push Protocol (formerly EPNS) notification channels on Ethereum, tracking when channel verifications are removed by authorized revokers.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_channelSTRINGAddress of the notification channel in the EPNS protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_revokerSTRINGEthereum address of the entity that revoked verification status for the EPNS (Ethereum Push Notification Service) channel. This is the actor who initiated the verification revocation transaction.
addressremovedlog_indexin_channelin_revokerblock_numberblock_timestamptransaction_hash
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse1540x983110309620d911731ac0932219af06091b67440xb88460bb2696cab9d66013a05dff29a28330689d157162342022-10-10T07:32:47.000Z0x82d74491197b62ff185fc09518efb0193e59eb9415b1b98d9c563c09d79e43e1
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse2750x187a34c86aa6378333ce9033aa34718d2ceded2c0xb88460bb2696cab9d66013a05dff29a28330689d174836862023-06-15T07:03:59.000Z0x1e7bdb6269676444977cf6639fdbadf88156f7481311b62e3c91bde91a552c85
Query with partition filter
SELECT *
FROM `tt-contracts.push_v1_ethereum.EPNSCoreV1_5_ChannelVerificationRevoked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EPNSCoreV1_5_ChannelVerified_event

Channel verification events from EPNS (Ethereum Push Notification Service) Core v1.5 protocol on Ethereum. Records when notification channels receive verification status from authorized verifier addresses, useful for tracking channel approval workflows.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_channelSTRINGAddress of the notification channel in the EPNS protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_verifierSTRINGContract address of the entity that verified the Push Protocol notification channel. Hex-encoded, 0x-prefixed 40-character Ethereum address that authorized the channel’s verification status.
addressremovedlog_indexin_channelin_verifierblock_numberblock_timestamptransaction_hash
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse1230xd32908f63713f514addbe3962a2de7112fdcd4a70xb88460bb2696cab9d66013a05dff29a28330689d140371522022-01-19T16:56:58.000Z0x4ed6b0486ba0e173ba07a87f670a88f0aae99b69333429f77e94978971fe6477
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse1220xb4f88ad000a53638f203dca2c39828a58057d53c0xb88460bb2696cab9d66013a05dff29a28330689d140371522022-01-19T16:56:58.000Z0x4ed6b0486ba0e173ba07a87f670a88f0aae99b69333429f77e94978971fe6477
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse1200x9b43a385e08ee3e4b402d4312dabd11296d09e930xb88460bb2696cab9d66013a05dff29a28330689d140371522022-01-19T16:56:58.000Z0x4ed6b0486ba0e173ba07a87f670a88f0aae99b69333429f77e94978971fe6477
Query with partition filter
SELECT *
FROM `tt-contracts.push_v1_ethereum.EPNSCoreV1_5_ChannelVerified_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EPNSCoreV1_5_DeactivateChannel_event

Channel deactivation events from EPNS (Ethereum Push Notification Service) Core v1.5 protocol on Ethereum, recording when notification channels are shut down and their staked tokens refunded. Used for analyzing channel lifecycle and staking pool dynamics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_channelSTRINGAddress of the notification channel in the EPNS protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_amountRefundedSTRINGAmount of tokens refunded to the channel owner upon deactivation, denominated in the smallest token unit (wei). Values typically range from 39-192 ETH (in wei), representing the staked deposit returned when closing a Push Protocol notification channel.
addressremovedlog_indexin_channelblock_numberblock_timestamptransaction_hashin_amountRefunded
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse790x187a34c86aa6378333ce9033aa34718d2ceded2c174412612023-06-09T07:40:47.000Z0x9afe00bb26c04249296d1f39467a23fbbe397532b585bbbb972e79b3deec7045191965480000000000000
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse2630x58754d9b3dbb4ddf5ac3502acb963743b15e6398160992052022-12-02T19:26:47.000Z0x43f53e5d3a2bb0ead6b5f4706dc01d047c64f757ffd4fd13a7d6a3eddef8215640000000000000000000
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse4060xf01603e1ce9916ba7446b57b8fa975ae9f1c1143180638302023-09-04T14:52:11.000Z0x7c2bb000035005cebc7d2fa9a2383cb7e583269da66d8f512fd4e59cd21b386f39000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.push_v1_ethereum.EPNSCoreV1_5_DeactivateChannel_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EPNSCoreV1_5_Paused_event

Protocol pause events from EPNS (Ethereum Push Notification Service) Core V1.5 contract on Ethereum. Records when the protocol is paused by authorized accounts, useful for monitoring protocol security actions and operational status changes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse1440xb88460bb2696cab9d66013a05dff29a28330689d163772832023-01-10T15:24:23.000Z0x4ad88f928087b1a5ef4fea364cdad17520ecf8c01ab78cda8eaa61c253f7728d
Query with partition filter
SELECT *
FROM `tt-contracts.push_v1_ethereum.EPNSCoreV1_5_Paused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EPNSCoreV1_5_ReactivateChannel_event

Channel reactivation events from Push Protocol (formerly EPNS) on Ethereum, recording when previously deactivated notification channels are restored with their deposited stake amounts. Used for tracking channel lifecycle management and protocol participation patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_channelSTRINGAddress of the notification channel in the EPNS protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_amountDepositedSTRINGQuantity of tokens deposited into the contract. Integer string representation of token amount in smallest divisible unit.
addressremovedlog_indexin_channelblock_numberblock_timestamptransaction_hashin_amountDeposited
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse1980x46e6c2aadbb7c37a38a583fa2136444085dfd322164423942023-01-19T17:38:23.000Z0x688d71a3ca07ea26b73479041e69b64800bebec7f36550c4262d2526fa8d899e50000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.push_v1_ethereum.EPNSCoreV1_5_ReactivateChannel_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EPNSCoreV1_5_Unpaused_event

Protocol unpause events from EPNS (Ethereum Push Notification Service) Core V1.5 contract on Ethereum. Records when the protocol resumes operations after being paused, including the account that triggered the unpause action.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse930xb88460bb2696cab9d66013a05dff29a28330689d163778992023-01-10T17:27:47.000Z0x6f4cd1bb808a1b3aa945acf8bdc1ab21a3b2415b79b137b4783c5ffd4a4d9fbf
Query with partition filter
SELECT *
FROM `tt-contracts.push_v1_ethereum.EPNSCoreV1_5_Unpaused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EPNSCoreV1_5_UpdateChannel_event

Channel metadata update events from EPNS (Ethereum Push Notification Service) Core V1.5 contract on Ethereum. Tracks changes to notification channel configurations including updated IPFS identity hashes for analyzing channel activity and content modifications.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_channelSTRINGAddress of the notification channel in the EPNS protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_identitySTRINGIPFS content identifier (CID) for the updated channel metadata, stored as hex-encoded bytes. Contains the hash reference to the channel’s information stored on IPFS.
addressremovedlog_indexin_channelin_identityblock_numberblock_timestamptransaction_hash
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse2390x03eaaaa48ea78d1e66ea3458364d553ad981871e0x312b516d4e6a315661615052456b6d6f37635135455a664e5342314d416d335a68454c70327435737535423334797442173411312023-05-26T05:14:59.000Z0x685ef306fd493e92eebf78335c3dc736a0030426ca2a3915b5bc1a90f35db6f0
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse2580x2b8ffb4460550dbe8ec1cea9c1b61322db56b0820x312b516d56666a646f70317433426b376a6d436f437658393962687a72507072727048474c31635044486f43395a6133173411632023-05-26T05:21:23.000Z0x1299606a8f22144070d31ce49cc55fef6ea42e3b03fddedd331a152b4474b966
0x66329fdd4042928bfcab60b179e1538d56eeeeeefalse2320xd21e17e4c0a41f8ce95d2b6364946f5fb97830850x312b516d59565a696f5345693853383577626e75727879764257365955547274346a726b4c504b634d31544737577057177974892023-07-29T08:24:47.000Z0x29bf26934e40484c6ac88e5103e3a5b52ae213f29c6c1a4795d59a9bca73d3eb
Query with partition filter
SELECT *
FROM `tt-contracts.push_v1_ethereum.EPNSCoreV1_5_UpdateChannel_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100