communities-contracts/contracts/tokens
r4bbit e7d799b761
refactor: use immutable properties where possible (#5)
This commit changes a few token properties to be `immutable` as this
reduces gas costs even further.

This was reported by Slither.

A gas report with changes in gas cost is attached.
2023-09-22 12:32:38 +02:00
..
BaseToken.sol refactor: use immutable properties where possible (#5) 2023-09-22 12:32:38 +02:00
CollectibleV1.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
CommunityERC20.sol refactor: use immutable properties where possible (#5) 2023-09-22 12:32:38 +02:00
MasterToken.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
OwnerToken.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00