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 683e701 commit b78fdb5Copy full SHA for b78fdb5
src/Base.sol
@@ -13,6 +13,8 @@ abstract contract CommonBase {
13
address internal constant DEFAULT_SENDER = address(uint160(uint256(keccak256("foundry default caller"))));
14
// Address of the test contract, deployed by the DEFAULT_SENDER.
15
address internal constant DEFAULT_TEST_CONTRACT = 0x5615dEB798BB3E4dFa0139dFa1b3D433Cc23b72f;
16
+ // Deterministic deployment address of the Multicall3 contract.
17
+ address internal constant MULTICALL3_ADDRESS = 0xcA11bde05977b3631167028862bE2a173976CA11;
18
19
uint256 internal constant UINT256_MAX =
20
115792089237316195423570985008687907853269984665640564039457584007913129639935;
0 commit comments