You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
Current State
/**
* @dev Mints the POAP token _tokenId to _receiver.
*
* @param
* _eventId => The event for which the token was minted.
* _receiver => Address receiving the token.
* _tokenId => Token to be minted.
*/
function transferToken(
uint256 _eventId,
address _receiver,
uint256 _tokenId
) external;
}
Current State
/**
* @dev Mints the POAP token
_tokenId
to_receiver
.*
* @param
* _eventId => The event for which the token was minted.
* _receiver => Address receiving the token.
* _tokenId => Token to be minted.
*/
function transferToken(
uint256 _eventId,
address _receiver,
uint256 _tokenId
) external;
}
The text was updated successfully, but these errors were encountered: