Skip to content

Optimize smart contract gas usage by consolidating variables into one, and parsing #748

Open
@1blockologist

Description

small variables take up 64 bits it seems, but there are 64 bits available for use. variables + addresses can be added into a single variable in the method signature, and then be parsed inside the contract at indexes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions