|
|
|
@ -10,6 +10,7 @@ import {ContractGUI} from './contractGUI' |
|
|
|
|
import {TreeView, TreeViewItem} from '@remix-ui/tree-view' |
|
|
|
|
import {BN} from 'bn.js' |
|
|
|
|
import {CustomTooltip, is0XPrefixed, isHexadecimal, isNumeric, shortenAddress} from '@remix-ui/helper' |
|
|
|
|
import { LowLevelInteractionIcon } from './lowlevelInteractionIcon' |
|
|
|
|
|
|
|
|
|
const txHelper = remixLib.execution.txHelper |
|
|
|
|
|
|
|
|
@ -284,11 +285,12 @@ export function UniversalDappUI(props: UdappProps) { |
|
|
|
|
<div className="py-2 border-top d-flex justify-content-start flex-grow-1"> |
|
|
|
|
<FormattedMessage id="udapp.lowLevelInteractions" /> |
|
|
|
|
</div> |
|
|
|
|
<CustomTooltip placement={'bottom-end'} tooltipClasses="text-wrap" tooltipId="receiveEthDocstoolTip" tooltipText={<FormattedMessage id="udapp.tooltipText8" />}> |
|
|
|
|
{/* <CustomTooltip placement={'bottom-end'} tooltipClasses="text-wrap" tooltipId="receiveEthDocstoolTip" tooltipText={<FormattedMessage id="udapp.tooltipText8" />}> |
|
|
|
|
<a href="https://solidity.readthedocs.io/en/v0.6.2/contracts.html#receive-ether-function" target="_blank" rel="noreferrer"> |
|
|
|
|
<i aria-hidden="true" className="fas fa-info my-2 mr-1"></i> |
|
|
|
|
</a> |
|
|
|
|
</CustomTooltip> |
|
|
|
|
</CustomTooltip> */} |
|
|
|
|
<LowLevelInteractionIcon /> |
|
|
|
|
</div> |
|
|
|
|
<div className="d-flex flex-column align-items-start"> |
|
|
|
|
<label className="">CALLDATA</label> |
|
|
|
|