hackthiscontract/templates/view.html

1.8 KiB

{% extends "base.html" %} {% block body %}

Your contract is deployed at address {{ status[2] }}!

The status of this task is "{{status[0]}}"

Your task: {{ contract_desc }}

{% if not done %}When you are finished, click here to update your task status (or do it from the dashboard).

Happy hacking! {% else %}Congrats on finding the problem!{% endif %}

Check out the leaderboard!

Copy code
{{contract_code}}
{% endblock %}