Deposited 2da466a7| inputs | 0 | address | payee | |
| 1 | uint256 | weiAmount |
OwnershipRenounced f8df3114| inputs | 0 | address | previousOwner |
OwnershipTransferred 8be0079c| inputs | 0 | address | previousOwner | |
| 1 | address | newOwner |
Withdrawn 7084f547| inputs | 0 | address | payee | |
| 1 | uint256 | weiAmount |
deposit f340fa01Stores the sent amount as credit to be withdrawn.
| inputs | 0 | address | _payee | The destination address of the funds. |
depositsOf e3a9db1a| inputs | 0 | address | _payee |
owner 8da5cb5brenounceOwnership 715018a6Renouncing to ownership will leave the contract without an owner. It will not be possible to call the functions with the onlyOwner modifier anymore.
Allows the current owner to relinquish control of the contract.
transferOwnership f2fde38bAllows the current owner to transfer control of the contract to a newOwner.
| inputs | 0 | address | _newOwner | The address to transfer ownership to. |
withdraw 51cff8d9Withdraw accumulated balance for a payee.
| inputs | 0 | address | _payee | The address whose funds will be withdrawn and transferred to. |