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