|
|
@ -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" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|