Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ClonesTest

Inherits: Test

Functions

getNumber

function getNumber() external pure returns (uint256);

testSymbolicPredictDeterministicAddressSpillage

function testSymbolicPredictDeterministicAddressSpillage(address implementation, bytes32 salt) public view;

testSymbolicPredictDeterministicAddressWithImmutableArgsSpillage

function testSymbolicPredictDeterministicAddressWithImmutableArgsSpillage(
    address implementation,
    bytes32 salt,
    bytes memory args
) public view;

testCloneDirty

function testCloneDirty() external;

testCloneDeterministicDirty

function testCloneDeterministicDirty(bytes32 salt) external;

testPredictDeterministicAddressDirty

function testPredictDeterministicAddressDirty(bytes32 salt) external view;

testFetchCloneArgs

function testFetchCloneArgs(bytes memory args, bytes32 salt) external;

_dirty

function _dirty(address input) private pure returns (address output);