--- layout: null --- Ethereum EIPs - Last Call Review All EIPs which are in the "last call" status, please help review these and provide your feedback! {{ site.url }} {{ site.time | date_to_rfc822 }} {% assign eips = site.pages | sort: 'eip' %} {% for eip in eips %} {% if eip.category == "ERC" %} {% if eip.status == "Last Call" %} {% capture description %}

EIP #{{ eip.eip }} - {{eip.title }} is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.

{% if eip.discussions-to %}

The author has requested that discussions happen at the following URL: {{ eip.discussions-to }}

{% endif %}
{{ eip.content }} {% endcapture %} {{ eip.title | xml_escape }} {{ description | xml_escape }} {{ eip.created | date_to_rfc822 }} {{ site.url }}/{{ eip.url }} {{ site.url }}/{{ eip.url }} {% endif %} {% endif %} {% endfor %}