IAdministrable
Last updated
Last updated
Kiln
Administrable Interface
This interface exposes methods to handle the ownership 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
Name | Type | Description |
---|---|---|
Retrieve the current 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.
The admin address changed
The pending admin address changed
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
_0
address
The admin address
_0
address
The pending admin address
_newAdmin
address
New admin address
admin indexed
address
New admin address
pendingAdmin indexed
address
New pending admin address