|
@@ -9,7 +9,7 @@
|
|
|
{{ getShort(info.txHash) || getShort('b3af1f7e02633960365ddf532a4008ed' + info.id)}}
|
|
{{ getShort(info.txHash) || getShort('b3af1f7e02633960365ddf532a4008ed' + info.id)}}
|
|
|
</div>
|
|
</div>
|
|
|
<img
|
|
<img
|
|
|
- @click="copy(info.txHash)"
|
|
|
|
|
|
|
+ @click="copy(info.txHash || 'b3af1f7e02633960365ddf532a4008ed' + info.id)"
|
|
|
src="@assets/svgs/copy_icon.svg"
|
|
src="@assets/svgs/copy_icon.svg"
|
|
|
alt=""
|
|
alt=""
|
|
|
class="information_on_the_chain_content_img"
|
|
class="information_on_the_chain_content_img"
|
|
@@ -27,7 +27,7 @@
|
|
|
{{ getShort(info.tokenId) || getShort('3d21c7cc9c4fae809857aba0464f3461876f640d6ffb91927b3db12d86449345' + info.id)}}
|
|
{{ getShort(info.tokenId) || getShort('3d21c7cc9c4fae809857aba0464f3461876f640d6ffb91927b3db12d86449345' + info.id)}}
|
|
|
</div>
|
|
</div>
|
|
|
<img
|
|
<img
|
|
|
- @click="copy(info.txHash)"
|
|
|
|
|
|
|
+ @click="copy(info.txHash || '3d21c7cc9c4fae809857aba0464f3461876f640d6ffb91927b3db12d86449345' + info.id)"
|
|
|
src="@assets/svgs/copy_icon.svg"
|
|
src="@assets/svgs/copy_icon.svg"
|
|
|
alt=""
|
|
alt=""
|
|
|
class="information_on_the_chain_content_img"
|
|
class="information_on_the_chain_content_img"
|