📖Data Access

How to access different data inside wav3s.sol

There is public information about the state of actions and budgets in the contract useful for frontend and client apps to create a great user experience for Zurfers.

Direct Values

The following are public single variables:

Mappings

The following are public accesible mappings:

Structs

Structs can give you access to data related to recorded actions:

Then, you can access the "currency" used in an Action by calling the mapping:

s_PubIdToActionNameToActionDataBase["pubId"]["actionName"].currency

Last updated