We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106ea66 commit a4df58fCopy full SHA for a4df58f
test/no-fork/mocks/TokenReceiverMock.sol
@@ -0,0 +1,9 @@
1
+// SPDX-License-Identifier: MIT
2
+pragma solidity 0.8.26;
3
+
4
+/// @title TokenReceiverMock
5
+/// @author Luo Yingjie
6
+/// @notice This is a mock contract for receiving tokens.
7
+contract TokenReceiverMock {
8
+ receive() external payable {}
9
+}
0 commit comments