|
|
|
@ -9,17 +9,25 @@ |
|
|
|
|
<%= render BlockScoutWeb.TransactionView, "_link.html", transaction_hash: @transfer.transaction_hash %> |
|
|
|
|
</p> |
|
|
|
|
<span> |
|
|
|
|
<%= render BlockScoutWeb.AddressView, |
|
|
|
|
"_link.html", |
|
|
|
|
address: @transfer.from_address, |
|
|
|
|
contract: BlockScoutWeb.AddressView.contract?(@transfer.from_address) %> |
|
|
|
|
<%= link to: address_token_transfers_path(@conn, :index, @transfer.from_address, @token.contract_address_hash), "data-test": "address_hash_link" do %> |
|
|
|
|
<%= render( |
|
|
|
|
BlockScoutWeb.AddressView, |
|
|
|
|
"_responsive_hash.html", |
|
|
|
|
address: @transfer.from_address, |
|
|
|
|
contract: BlockScoutWeb.AddressView.contract?(@transfer.from_address) |
|
|
|
|
) %> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
→ |
|
|
|
|
|
|
|
|
|
<%= render BlockScoutWeb.AddressView, |
|
|
|
|
"_link.html", |
|
|
|
|
address: @transfer.to_address, |
|
|
|
|
contract: BlockScoutWeb.AddressView.contract?(@transfer.to_address) %> |
|
|
|
|
<%= link to: address_token_transfers_path(@conn, :index, @transfer.to_address, @token.contract_address_hash), "data-test": "address_hash_link" do %> |
|
|
|
|
<%= render( |
|
|
|
|
BlockScoutWeb.AddressView, |
|
|
|
|
"_responsive_hash.html", |
|
|
|
|
address: @transfer.to_address, |
|
|
|
|
contract: BlockScoutWeb.AddressView.contract?(@transfer.to_address) |
|
|
|
|
) %> |
|
|
|
|
<% end %> |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
<span> |
|
|
|
|