Project Background The CGI Token is an ERC1155 token which has functionalities like minting, burning, pause/unpause, blacklist addresses, and bridge using messageProxy. The CGI Token contract inherits the ERC1155PresetMinterPauser, ERC1155Supply, Strings, ERC1155Holder, ERC2981 standard smart contracts from the OpenZeppelin library. …