Skip to content

Add transferable shares with allowance/approval pattern#142

Merged
Fatimasanusi merged 2 commits into
Trust-Analysis:mainfrom
Goldy042:claude/tokenized-shares-transfer-g58508
Jun 28, 2026
Merged

Add transferable shares with allowance/approval pattern#142
Fatimasanusi merged 2 commits into
Trust-Analysis:mainfrom
Goldy042:claude/tokenized-shares-transfer-g58508

Conversation

@Goldy042

Copy link
Copy Markdown

Closes #1

Implements transfer_shares, transfer_shares_from, and approve_shares so share holders can trade on a secondary market. Adds an Allowance(Address, Address) storage key, an allowance() query, and EventTransferShares/EventApproveShares events. Transfers respect the existing pause switch and the holder registry used for dividends.

Implements transfer_shares, transfer_shares_from, and approve_shares so
share holders can trade on a secondary market. Adds an
Allowance(Address, Address) storage key, an allowance() query, and
EventTransferShares/EventApproveShares events. Transfers respect the
existing pause switch and the holder registry used for dividends.
@Goldy042

Copy link
Copy Markdown
Author

you can't unassign me after i have submitted a PR

@Fatimasanusi
Fatimasanusi merged commit 10ad2d5 into Trust-Analysis:main Jun 28, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add share transfer functionality between users

3 participants