# [Ride v4 and v3] Script actions
⚠️ This is the documentation for the Standard library version 4 and 3. We recommend to use version 6. Go to version 6
Script actions are executed, that is, they make changes on the blockchain only if they are included in the resulting expression of the callable function. See more details in the Callable function article.
Action | Standard library version | Description |
---|---|---|
BinaryEntry | 4 | Add or modify a binary entry of the account data storage |
BooleanEntry | 4 | Add or modify a boolean entry |
Burn | 4 | Burn a token |
DataEntry | 3 | Add or modify an entry of any type |
DeleteEntry | 4 | Delete an entry |
IntegerEntry | 4 | Add or modify an integer entry |
Issue | 4 | Issue a token |
Reissue | 4 | Reissue a token |
ScriptTransfer | 3, 4 | Transfer a token |
SponsorFee | 4 | Set up a sponsorship |
StringEntry | 4 | Add or modify a string entry |