nibbstack / erc721

The reference implementation of the ERC-721 non-fungible token standard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the meaning behind the error constants?

gjvnq opened this issue · comments

Like, do they have a contract part and a counter part? (e.g. 003002 means error 2 of standard contract 3)

Also, are there any tables of commonly used error codes for smart contracts?