contracts-libs icon indicating copy to clipboard operation
contracts-libs copied to clipboard

please remove emojis ,ethscan can't verfiy any more

Open xiangjie256329 opened this issue 1 year ago • 0 comments

now contrace use looksrare lib will cause error when verify:

hardhat-verify found one or more errors during the verification process:

Etherscan: General exception occured when attempting to insert record

please remove all the code-> (👀,💎),otherwise ethscan can't verfiy contract, after i remove the emojis (👀,💎) in my local machine, ethscan can verify the contract

/**

  • @title PackableReentrancyGuard
  • @notice This contract protects against reentrancy attacks.
  •     It is adjusted from OpenZeppelin.
    
  •     The only difference between this contract and ReentrancyGuard
    
  •     is that _status is uint8 instead of uint256 so that it can be
    
  •     packed with other contracts' storage variables.
    
  • @author LooksRare protocol team (👀,💎) */

xiangjie256329 avatar Aug 22 '24 03:08 xiangjie256329