OwnershipRenounced f8df3114| inputs | 0 | address | previousOwner |
OwnershipTransferred 8be0079c| inputs | 0 | address | previousOwner | |
| 1 | address | newOwner |
deleteAddress 0e14a376removal of address attribute type
| inputs | 0 | bytes32 | _key | storage key value |
deleteBool 2c62ff2dremoval of bool attribute type
| inputs | 0 | bytes32 | _key | storage key value |
deleteBytes32 0b9adc57removal of bytes32 attribute type
| inputs | 0 | bytes32 | _key | storage key value |
deleteInt 8c160095removal of int attribute type
| inputs | 0 | bytes32 | _key | storage key value |
deleteString f6bb3cc4removal of string attribute type
| inputs | 0 | bytes32 | _key | storage key value |
deleteUint e2b202bfremoval of bytes32 attribute type
| inputs | 0 | bytes32 | _key | storage key value |
getAddress 21f8a721accessor for address attribute type
| inputs | 0 | bytes32 | _key | storage key value |
getBool 7ae1cfcaaccessor for bool attribute type
| inputs | 0 | bytes32 | _key | storage key value |
getBytes32 a6ed563eaccessor for bytes32 attribute type
| inputs | 0 | bytes32 | _key | storage key value |
getContext 127f0f07returns current address of KimlicContractsContext contract
| outputs | 0 | address | context | current address of KimlicContractsContext contract |
getInt dc97d962accessor for int attribute type
| inputs | 0 | bytes32 | _key | storage key value |
getString 986e791aaccessor for string attribute type
| inputs | 0 | bytes32 | _key | storage key value |
getUint bd02d0f5accessor for uint attribute type
| inputs | 0 | bytes32 | _key | storage key value |
owner 8da5cb5brenounceOwnership 715018a6Allows the current owner to relinquish control of the contract.
setAddress ca446dd9modifier for address attribute type
| inputs | 0 | bytes32 | _key | storage key value |
| 1 | address | _value |
setBool abfdccedmodifier for bool attribute type
| inputs | 0 | bytes32 | _key | storage key value |
| 1 | bool | _value |
setBytes32 4e91db08modifier for bytes32 attribute type
| inputs | 0 | bytes32 | _key | storage key value |
| 1 | bytes32 | _value |
setContext 1cd48fa3constructors /// executed during deployment to set address of KimlicContractsContext contract if it was changed and re-deployed
| inputs | 0 | address | context | address of re-deployed KimlicContractsContext contract |
setInt 3e49bed0modifier for int attribute type
| inputs | 0 | bytes32 | _key | storage key value |
| 1 | int256 | _value |
setString 6e899550modifier for string attribute type
| inputs | 0 | bytes32 | _key | storage key value |
| 1 | string | _value |
setUint e2a4853amodifier for uint attribute type
| inputs | 0 | bytes32 | _key | storage key value |
| 1 | uint256 | _value |
transferOwnership f2fde38bAllows the current owner to transfer control of the contract to a newOwner.
| inputs | 0 | address | newOwner | The address to transfer ownership to. |