A user should see who created a smart contract on the account details page of the smart contract.

elixir -version):Create a smart contract and add the Label "Contract Creator:" with the value of "a link to the owner of the contract" at txn聽"a link to the tx id"
Here is an example: https://etherscan.io/address/0x85e076361cc813a908ff672f9bad1541474402b2
Currently, this is not listed on the page.
Hey, @acravenho! We've listed some questions below. Could you help us with them?
Last Updated In Block info, as the last item in the list, or in a new column, as in Etherscan?From and To fields in the transactions list, or should we use another style?@acravenho after you answered, we noticed that there are actually two truncation styles in the addresses' pages transactions list:
Which option should we use? In case it's the second one, should we have that copy button too?
Because there is a new design being implemented don't worry about too much of the design aspect. Normally we would want it to be identical for addresses and transactions but this will need to be redesigned very soon.
When the user is looking at a contract that was created by another contract, should we show these links?
For example, looking at this transaction that was created by @acravenho, we can see some contracts created by this contract.
With the code that I have made so far, in this case, the creator link will be Andrew's address and the transaction link will be the call that created those contracts. Should we keep this behavior?
That's correct, for the original contract that was created we should show my address that created the original contract.
Once I call upon the contract to create the new contracts, it's the contract address that is the creator of these new contracts.
@acravenho so let's say you created a contract and then made a call to that contract, so it created a second contract.
For the first contract, once I visit its address page, I'll see its creator address (i.e., your address) and the hash for the transaction that you created to deploy that first contract.
On the other hand, for the second contract, once I visit its address page, I'll see the first contract address (as the creator address) and the hash for the transaction that you created while calling the first contract.
Is that correct?
cc @feliperenan
@gfreh Everything was correct except for the transaction hash for the second contract. The transaction hash we want to see there is the transaction that called on the contract to create the second contract.
Nice! That was what I was trying to say 馃槄
Thank you, @acravenho!
I've tested this card and it seems that everything is ok!
I used that contract you've created before: 0xa5c8e8fa29b975edadf26b47577fbe24b5593680. In its page, the result was:

For all the five other contracts created by this first one in the same call (in this case, tx has 0x2a2829a8094776b41f165c4fa3ed68d6415a0ab62d6b7b4b18b13dd0cbfcf149), the result was:

@acravenho Do you want to take a look before we merge the PR and close the issue?
Closed by #362