Add ERC-721 type token to the doc

pull/2561/head
saneery 5 years ago
parent 8770a69fbb
commit 9f5265476f
  1. 8
      apps/block_scout_web/lib/block_scout_web/etherscan.ex

@ -165,6 +165,14 @@ defmodule BlockScoutWeb.Etherscan do
"decimals" => "18", "decimals" => "18",
"symbol" => "ET", "symbol" => "ET",
"type" => "ERC-20" "type" => "ERC-20"
},
%{
"balance" => "1",
"contractAddress" => "0x0000000000000000000000000000000000000001",
"name" => "Example ERC-721 Token",
"decimals" => "18",
"symbol" => "ET7",
"type" => "ERC-721"
} }
] ]
} }

Loading…
Cancel
Save