Implements the StatBlock contract and IStatBlock interface. Includes several tests for StatBlock.
StatBlock is implemented here as a standalone contract, not as an EIP2535 facet. In the future, we may add an EIP2535 facet implementation which would support the use of StatBlock with proxies.
Implements the
StatBlock
contract andIStatBlock
interface. Includes several tests forStatBlock
.StatBlock
is implemented here as a standalone contract, not as an EIP2535 facet. In the future, we may add an EIP2535 facet implementation which would support the use ofStatBlock
with proxies.Resolves https://github.com/moonstream-to/web3/issues/317