assumePayable
Signature
function assumePayable(address addr) public;
Description
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.