pub fn receiver_contract_id( hir: &Hir<'_>, recv: &Expr<'_>, ) -> Option<ContractId>
Static contract type of a method-call receiver: a contract-typed variable or an IFoo(addr) interface wrap.
IFoo(addr)