OwnershipRenounced
f8df3114
inputs | 0 | address | previousOwner |
OwnershipTransferred
8be0079c
inputs | 0 | address | previousOwner | |
1 | address | newOwner |
deleteAddress
0e14a376
removal of address attribute type
inputs | 0 | bytes32 | _key | storage key value |
deleteBool
2c62ff2d
removal of bool attribute type
inputs | 0 | bytes32 | _key | storage key value |
deleteBytes32
0b9adc57
removal of bytes32 attribute type
inputs | 0 | bytes32 | _key | storage key value |
deleteInt
8c160095
removal of int attribute type
inputs | 0 | bytes32 | _key | storage key value |
deleteString
f6bb3cc4
removal of string attribute type
inputs | 0 | bytes32 | _key | storage key value |
deleteUint
e2b202bf
removal of bytes32 attribute type
inputs | 0 | bytes32 | _key | storage key value |
getAddress
21f8a721
accessor for address attribute type
inputs | 0 | bytes32 | _key | storage key value |
getBool
7ae1cfca
accessor for bool attribute type
inputs | 0 | bytes32 | _key | storage key value |
getBytes32
a6ed563e
accessor for bytes32 attribute type
inputs | 0 | bytes32 | _key | storage key value |
getContext
127f0f07
returns current address of KimlicContractsContext contract
outputs | 0 | address | context | current address of KimlicContractsContext contract |
getInt
dc97d962
accessor for int attribute type
inputs | 0 | bytes32 | _key | storage key value |
getString
986e791a
accessor for string attribute type
inputs | 0 | bytes32 | _key | storage key value |
getUint
bd02d0f5
accessor for uint attribute type
inputs | 0 | bytes32 | _key | storage key value |
owner
8da5cb5b
renounceOwnership
715018a6
Allows the current owner to relinquish control of the contract.
setAddress
ca446dd9
modifier for address attribute type
inputs | 0 | bytes32 | _key | storage key value |
1 | address | _value |
setBool
abfdcced
modifier for bool attribute type
inputs | 0 | bytes32 | _key | storage key value |
1 | bool | _value |
setBytes32
4e91db08
modifier for bytes32 attribute type
inputs | 0 | bytes32 | _key | storage key value |
1 | bytes32 | _value |
setContext
1cd48fa3
constructors /// 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
3e49bed0
modifier for int attribute type
inputs | 0 | bytes32 | _key | storage key value |
1 | int256 | _value |
setString
6e899550
modifier for string attribute type
inputs | 0 | bytes32 | _key | storage key value |
1 | string | _value |
setUint
e2a4853a
modifier for uint attribute type
inputs | 0 | bytes32 | _key | storage key value |
1 | uint256 | _value |
transferOwnership
f2fde38b
Allows the current owner to transfer control of the contract to a newOwner.
inputs | 0 | address | newOwner | The address to transfer ownership to. |