Skip to content

Instantly share code, notes, and snippets.

@nphsu
Last active June 15, 2019 14:03
Show Gist options
  • Save nphsu/c4ccbe87636ccf00687c27657752fa0c to your computer and use it in GitHub Desktop.
Save nphsu/c4ccbe87636ccf00687c27657752fa0c to your computer and use it in GitHub Desktop.

32603

It is occured if the specific data didn't exist.

For instance, there are some mappings. if you want to get storage data of a contract, and if the data of a specific index did't exist, you can see this error.

address[] myaddresses;

// myaddresses[0] -> OK
// myaddresses[1] -> 32603

// It means that the second data don't exist.

Empty Value

Type InitValue
uint 0
string ""
address 0x0
bytes 0x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment