function assumePayable(address addr) public;Uses assume to filter addresses that reject Ether transfers.
This makes an external call to the specified addr with a no calldata and checks assume against the success of the call.
function assumePayable(address addr) public;Uses assume to filter addresses that reject Ether transfers.
This makes an external call to the specified addr with a no calldata and checks assume against the success of the call.