Storage library Library is intended to provide backward compatibility with old contracts that use collections (such as Set, AddressesSet, CounterSet) with old-fasion value storing without mixing with `salt`.
/contracts/core/storage/SetStorageInterface_v_1_1.sol

function

add cc4452f7

inputs0StorageInterface.Config storageself
inputs1StorageInterface.CounterSet storageitem
function

add 6ad68b3f

inputs0StorageInterface.Config storageself
inputs1StorageInterface.Set storageitem
inputs2bytes32_value
function

add b00613df

inputs0StorageInterface.Config storageself
inputs1StorageInterface.AddressesSet storageitem
inputs2address_value
function, constant

count dc7950ae

inputs0StorageInterface.Config storageself
inputs1StorageInterface.Set storageitem
function, constant

count 90a2e1be

inputs0StorageInterface.Config storageself
inputs1StorageInterface.CounterSet storageitem
function, constant

count b8aaf9b1

inputs0StorageInterface.Config storageself
inputs1StorageInterface.AddressesSet storageitem
function, constant

get 02a1c671

inputs0StorageInterface.Config storageself
inputs1StorageInterface.AddressesSet storageitem
inputs2uint256_index
function, constant

get 0de5417c

inputs0StorageInterface.Config storageself
inputs1StorageInterface.Set storageitem
inputs2uint256_index
function, constant

get 96dd29fc

inputs0StorageInterface.Config storageself
inputs1StorageInterface.CounterSet storageitem
inputs2uint256_index
function, constant

getIndex 0b2445bf

inputs0StorageInterface.Config storageself
inputs1StorageInterface.AddressesSet storageitem
inputs2address_value
function, constant

getIndex da15f8c7

inputs0StorageInterface.Config storageself
inputs1StorageInterface.Set storageitem
inputs2bytes32_value
function, constant

getIndex 202aaa8c

inputs0StorageInterface.Config storageself
inputs1StorageInterface.CounterSet storageitem
inputs2uint256_value
function, constant

includes 6877fdae

inputs0StorageInterface.Config storageself
inputs1StorageInterface.AddressesSet storageitem
inputs2address_value
function, constant

includes eed0c933

inputs0StorageInterface.Config storageself
inputs1StorageInterface.Set storageitem
inputs2bytes32_value
function, constant

includes 8022f02c

inputs0StorageInterface.Config storageself
inputs1StorageInterface.CounterSet storageitem
inputs2uint256_value
function

init d71d1e14

inputs0StorageInterface.AddressesSet storageself
inputs1bytes32_id
function

init 7ed0d745

inputs0StorageInterface.CounterSet storageself
inputs1bytes32_id
function

init 203c961e

inputs0StorageInterface.Set storageself
inputs1bytes32_id
function

remove d0685673

inputs0StorageInterface.Config storageself
inputs1StorageInterface.Set storageitem
inputs2bytes32_value
function

remove 54f2ee0d

inputs0StorageInterface.Config storageself
inputs1StorageInterface.AddressesSet storageitem
inputs2address_value
function

remove a21b64c6

inputs0StorageInterface.Config storageself
inputs1StorageInterface.CounterSet storageitem
inputs2uint256_value
function

set d114e82d

inputs0StorageInterface.Config storageself
inputs1StorageInterface.AddressesSet storageitem
inputs2address_oldValue
inputs3address_newValue
function

set 689a6511

inputs0StorageInterface.Config storageself
inputs1StorageInterface.Set storageitem
inputs2bytes32_oldValue
inputs3bytes32_newValue