Alluvial Finance Inc.
Administrable
This contract handles the administration of the contracts
Accept the transfer of ownership
Only callable by the pending admin. Resets the pending admin if succesful.
Retrieves the current admin address
_0
address
The admin address
Retrieve the current pending admin address
_0
address
The pending admin address
Proposes a new address as admin
This security prevents setting an invalid address as an admin. The pendingadmin has to claim its ownership of the contract, and prove that the newaddress is able to perform regular transactions.
_newAdmin
address
New admin address
The admin address changed
admin indexed
address
New admin address
The pending admin address changed
pendingAdmin indexed
address
New pending admin address
The address is zero
The operator is unauthorized for the caller
caller
address
Address performing the call