Add contract creation display on block transactions list
This commit is contained in:
parent
b8fcc8914d
commit
61eef31a93
|
@ -57,6 +57,7 @@ const BlockTransactions: React.FC = () => {
|
||||||
hash: t.hash,
|
hash: t.hash,
|
||||||
from: t.from,
|
from: t.from,
|
||||||
to: t.to,
|
to: t.to,
|
||||||
|
createdContractAddress: _receipts[i].contractAddress,
|
||||||
value: t.value,
|
value: t.value,
|
||||||
fee: provider.formatter
|
fee: provider.formatter
|
||||||
.bigNumber(_receipts[i].gasUsed)
|
.bigNumber(_receipts[i].gasUsed)
|
||||||
|
|
Loading…
Reference in New Issue