Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 496 Bytes

startHoax.md

File metadata and controls

25 lines (17 loc) · 496 Bytes

startHoax

Signature

function startHoax(address who) public;
function startHoax(address who, uint256 give) public;
function startHoax(address who, address origin) public;
function startHoax(address who, address origin, uint256 give) public;

Description

Start a perpetual prank from an address that has some ether.

If the balance is not specified, it will be set to 2^128 wei.