Skip to main content
Bracket a holder-impacting action with an onchain description and supporting URI. This example announces a five-percent stock dividend and issues additional shares with batchMint in the same transaction.

Demo

New to B20? See the B20 Token Standard for the concepts and a full launch walkthrough. These samples target base-std@v1.0.0, viem@2.55.11, and Base Foundry v1.1.1.

Announce and distribute the stock dividend

See the complete verified B20 examples for imports, client construction, and runnable projects.
The unique announcement ID is marked used and the batch mint executes between Announcement and EndAnnouncement.
This example issues additional shares. It does not distribute a cash dividend.

See also