Commit 387c90d6 authored by James Kim's avatar James Kim

add param comment

parent a8798268
...@@ -76,6 +76,8 @@ contract OptimistAllowlist is Semver { ...@@ -76,6 +76,8 @@ contract OptimistAllowlist is Semver {
* 3) Has a valid 'optimist.can-mint-from-invite' attestation from the OptimistInviter * 3) Has a valid 'optimist.can-mint-from-invite' attestation from the OptimistInviter
* contract. * contract.
* *
* @param _claimer Address to check.
*
* @return Whether or not the address is allowed to mint yet. * @return Whether or not the address is allowed to mint yet.
*/ */
function isAllowedToMint(address _claimer) public view returns (bool) { function isAllowedToMint(address _claimer) public view returns (bool) {
......
multicall @ a1fa0644
Subproject commit a1fa0644fa412cd3237ef7081458ecb2ffad7dbe
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment