pub fn address<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the ADDRESS instruction.
Pushes the current contract’s address onto the stack.
pub fn address<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the ADDRESS instruction.
Pushes the current contract’s address onto the stack.