在 Foundry 的 cheatcode 中,有几个很好用的 cheatcode 能够帮助我们在不进行大量初始化的情况下来对我们的合约进行 test。这三个 cheatcode 分别是: mockCall mockCallRe...
首先,我们先了解一下promptcheatcode prompt Signature function prompt(string calldata promptText) external returns (string memor...