Root contract
\contracts\KimlicContextStorage.sol

Bohdan Grytsenko

event

OwnershipRenounced f8df3114

inputs0addresspreviousOwner
event

OwnershipTransferred 8be0079c

inputs0addresspreviousOwner
inputs1addressnewOwner
function

deleteAddress 0e14a376

removal of address attribute type

inputs0bytes32_key

storage key value

function

deleteBool 2c62ff2d

removal of bool attribute type

inputs0bytes32_key

storage key value

function

deleteBytes32 0b9adc57

removal of bytes32 attribute type

inputs0bytes32_key

storage key value

function

deleteInt 8c160095

removal of int attribute type

inputs0bytes32_key

storage key value

function

deleteString f6bb3cc4

removal of string attribute type

inputs0bytes32_key

storage key value

function

deleteUint e2b202bf

removal of bytes32 attribute type

inputs0bytes32_key

storage key value

function, constant

getAddress 21f8a721

accessor for address attribute type

inputs0bytes32_key

storage key value

function, constant

getBool 7ae1cfca

accessor for bool attribute type

inputs0bytes32_key

storage key value

function, constant

getBytes32 a6ed563e

accessor for bytes32 attribute type

inputs0bytes32_key

storage key value

function, constant

getContext 127f0f07

returns current address of KimlicContractsContext contract

outputs0addresscontext

current address of KimlicContractsContext contract

function, constant

getInt dc97d962

accessor for int attribute type

inputs0bytes32_key

storage key value

function, constant

getString 986e791a

accessor for string attribute type

inputs0bytes32_key

storage key value

function, constant

getUint bd02d0f5

accessor for uint attribute type

inputs0bytes32_key

storage key value

function, constant

owner 8da5cb5b

function

renounceOwnership 715018a6

Allows the current owner to relinquish control of the contract.

function

setAddress ca446dd9

modifier for address attribute type

inputs0bytes32_key

storage key value

inputs1address_value
function

setBool abfdcced

modifier for bool attribute type

inputs0bytes32_key

storage key value

inputs1bool_value
function

setBytes32 4e91db08

modifier for bytes32 attribute type

inputs0bytes32_key

storage key value

inputs1bytes32_value
function

setContext 1cd48fa3

constructors /// executed during deployment to set address of KimlicContractsContext contract if it was changed and re-deployed

inputs0addresscontext

address of re-deployed KimlicContractsContext contract

function

setInt 3e49bed0

modifier for int attribute type

inputs0bytes32_key

storage key value

inputs1int256_value
function

setString 6e899550

modifier for string attribute type

inputs0bytes32_key

storage key value

inputs1string_value
function

setUint e2a4853a

modifier for uint attribute type

inputs0bytes32_key

storage key value

inputs1uint256_value
function

transferOwnership f2fde38b

Allows the current owner to transfer control of the contract to a newOwner.

inputs0addressnewOwner

The address to transfer ownership to.