Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: end #514

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 -->
Loading