My contract has a var: address public _lp = ****; In theory I should be able to find _lp() corresponding selector: 0x005a3ff1 in contract's creation code. Right?