跳到主要内容

tokenOf

Contract: JBTokenStore​‌

Interface: IJBTokenStore

Each project's attached token contract.

Definition

/**
@notice
Each project's attached token contract.

_projectId The ID of the project to which the token belongs.
*/
mapping(uint256 => IJBToken) public override tokenOf;
  • Arguments:
    • _projectId is the ID of the project to which the token belongs.
  • The resulting view function can be accessed externally by anyone.
  • The resulting function overrides a function definition from the IJBTokenStore interface.