31 lines
406 B
Plaintext

%p#notice= notice
%p
%b Canister:
= @token.logo_url
%p
%b Canister:
= @token.canister_id
%p
%b Standard:
= @token.standard
%p
%b Symbol:
= @token.symbol
%p
%b Name:
= @token.name
%p
%b Total supply:
= @token.total_supply
%p
%b Decimals:
= @token.decimals
%p
%b Transfer fee:
= @token.transfer_fee
= link_to 'Edit', edit_token_path(@token)
\|
= link_to 'Back', tokens_path