Skip to content

Instantly share code, notes, and snippets.

@crazyrabbitLTC
Last active June 1, 2022 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazyrabbitLTC/00a969fbeb4baf9a266ce74eb9390416 to your computer and use it in GitHub Desktop.
Save crazyrabbitLTC/00a969fbeb4baf9a266ce74eb9390416 to your computer and use it in GitHub Desktop.
function _beforeTokenTransfer(address from, address to, uint256 tokenId)
internal override(ERC721, ERC721Votes)
{
require(true == false, "Err: token is SOUL BOUND");
super._beforeTokenTransfer(from, to, tokenId);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment