# [Ride v5] Script actions
⚠️ This is the documentation for the Standard library version 5. 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 | Description |
---|---|
BinaryEntry | Add or modify a binary entry of the account data storage |
BooleanEntry | Add or modify a boolean entry |
Burn | Burn a token |
DeleteEntry | Delete an entry |
IntegerEntry | Add or modify an integer entry |
Issue | Issue a token |
Lease | Lease |
LeaseCancel | Cancel lease |
Reissue | Reissue a token |
ScriptTransfer | Transfer a token |
SponsorFee | Set up a sponsorship |
StringEntry | Add or modify a string entry |
Available script actions depend on Standard library version used.