Skip to content

chore: add all pause constant#84

Merged
stevieraykatz merged 1 commit into
mainfrom
add-all-pause-constant
May 26, 2026
Merged

chore: add all pause constant#84
stevieraykatz merged 1 commit into
mainfrom
add-all-pause-constant

Conversation

@stevieraykatz
Copy link
Copy Markdown
Member

uint8 with all four bits set == 15

        uint8 ALL_PAUSED = uint8(
            (1 << uint8(IB20.PausableFeature.TRANSFER)) | (1 << uint8(IB20.PausableFeature.MINT))
                | (1 << uint8(IB20.PausableFeature.BURN)) | (1 << uint8(IB20.PausableFeature.REDEEM))
        );

@stevieraykatz stevieraykatz merged commit 119a13d into main May 26, 2026
3 checks passed
@stevieraykatz stevieraykatz deleted the add-all-pause-constant branch May 26, 2026 22:44
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.

1 participant