Introduction
Getting started
This audit examines the upgrades made to the Slab Cash protocol, mainly focussed on separating the Random Number Generator logic from the core contract.
This will allow for deployment to multiple chains whilst maintaining the same core contract, and for a singular machine contract to be updated over time rather than replaced.
This audit reviews the new RNG contracts in-depth, whilst also reviewing the changes introduced to the SlabMachine contract to accommodate this new variable functionality.