AccountStorage
inputs | 0 | address | contextStorage |
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 |
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 |
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 |
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 |