★ Admin has mint() with unlimited max
EigenLayer's assessment for RD-F-042 — scored yellow on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
bEIGEN (0x83E9115d334D248Ce39a6f36144aEaB5b3456e75) has a mint() function callable only by owner-granted minters (isMinter[msg.sender] check). Initial supply fixed at 1,673,646,668 tokens minted at initialization. EIGEN token mints from bEIGEN via mintingAllowance model set by owner. No immutable hard cap enforced by code — additional minting possible for authorized minters. Not unlimited-by-default but unbounded by code constraint.
Sources #
- GitHub
Methodology #
Determine whether an admin-callable `mint` on a protocol token has no supply cap or an unlimited maximum supply.
See the full factor methodology and distribution across all protocols →