import React from 'react' import PropTypes from 'prop-types' import { Row, Col, Box, Button } from 'adminlte-2-react' import Jdenticon from 'react-jdenticon' import './token.css' let _this class TokenCard extends React.Component { constructor (props) { super(props) _this = this this.state = {} } render () { const token = _this.props.token // console.log(`token: ${JSON.stringify(token, null, 2)}`) return ( <>

Ticker: {token.ticker}

Name: {token.name}

Balance {_this.round(token.qty, token.decimals)}