MockGitcoinPassportDecoder
A mock contract to test the GitcoinPassportDecoder gatekeeper
score
uint256 score
getScore
function getScore(address _user) external returns (uint256)
Get the score of a user's passport
Parameters
Name | Type | Description |
---|---|---|
_user | address | The address of the user |
changeScore
function changeScore(uint256 newScore) external
Change the return value of getScore