> For the complete documentation index, see [llms.txt](https://docs.rigoblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rigoblock.com/contracts/protocol/core.md).

# Core

* constants --> the deployment constants
* immutables --> the deployment immutables, initialized in the constructor
* storage --> the deterministic pool storage (the order of variable declaration is irrelevant as the variable is assigned a randomly big-enough storage slot
* owner actions --> the actions restricted to the pool operator only
* actions --> the publicly accessible write methods
* state --> the public read methods
* storage accessible --> a generic contracts which can retrieve any batch of data at any combination of storage slots
* events --> the logs emitted at a pool's transaction
