Pop# Pops an the first item off the stack. def _pop(evm): evm.pc += 2 evm.gas_dec(2) evm.stack.pop(0)