AccountStorage
\contracts\AccountStorage.sol

Bohdan Grytsenko

constructor

AccountStorage

inputs0addresscontextStorage
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

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

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

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