Skip to content

Commit 19880a1

Browse files
committed
updated events doc
1 parent 2052dd5 commit 19880a1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,8 @@ All events emitted by the registry and asset contracts. Use for indexing, loggin
626626
- `uint256 indexed endTime` : Subscription expiry time (Unix timestamp).
627627
- `uint256 nonce` : Subscription nonce (increments each time a new record is created for the subscriber).
628628
- `address payer` : Payer for this subscription (refund beneficiary on cancel/revoke).
629+
- `uint256 subscriptionPrice` : Per-second subscription price snapshot used for this subscription record.
630+
- `uint256 registryFeeShare` : Registry fee share snapshot (0-100) used for this subscription record.
629631
630632
631633
---
@@ -646,6 +648,15 @@ All events emitted by the registry and asset contracts. Use for indexing, loggin
646648
- `uint256 amount` : Amount of creator fee claimed.
647649
648650
651+
---
652+
653+
**CreatorFeeClaimedBatch** : Emitted when creator fees are claimed for multiple subscribers in a single batch call. Emitted once per batch call regardless of how many subscribers had claimable fees.
654+
- Contract: `Asset`
655+
- Parameters:
656+
- `bytes32[] indexed subscribers` : Array of subscriber identities passed to the batch claim (note: as an indexed dynamic type, the topic is the keccak256 hash of the ABI-encoded array).
657+
- `uint256 totalAmount` : Total creator fee claimed across all subscribers in the batch.
658+
659+
649660
---
650661
651662
**SubscriptionPriceUpdated** : Emitted when the subscription price is updated.

0 commit comments

Comments
 (0)