//! Building block contracts for Stylus
// Conditional compilation attributes for no_std compatibility and ABI export features
extern crate alloc;
// Custom global allocator for the wasm32 target
static ALLOC: MiniAlloc = INIT;
// Common utility contracts from the workspace
extern crate inkmate_common;
// Conditional compilation of the ERC20 token module
// Utility functions and helpers used across the library