Skip to content

Commit

Permalink
Merge pull request #514 from YuanBoXie/main
Browse files Browse the repository at this point in the history
fix: end
  • Loading branch information
YuanBoXie authored Oct 17, 2024
2 parents c6b169c + 285a113 commit 3c90e5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions YuanboXie.md
Original file line number Diff line number Diff line change
Expand Up @@ -3051,7 +3051,7 @@ import '@openzeppelin/contracts/access/Ownable.sol';
- 确保回调函数不会影响正常合约运行。
- 确保当合约的参与者(例如 owner)永远缺席时,合约的主要业务仍能顺利运行。
<!-- Content_END -->
### 2024.10.15
- [104-S10] 貔貅合约(蜜罐代币 honeypot token)
Expand Down Expand Up @@ -3500,4 +3500,5 @@ import '@openzeppelin/contracts/access/Ownable.sol';
function onERC721Received(address _operator, address _from, uint256 _tokenId, bytes memory _data) public returns(bytes4);
// ERC777
function tokensReceived(address _operator, address _from, address _to, uint256 _amount, bytes calldata _userData, bytes calldata _operatorData) external;
```
```
<!-- Content_END -->

0 comments on commit 3c90e5e

Please sign in to comment.