Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Contracts created by other contracts aren't listed #52

Open
BrianCraig opened this issue Nov 9, 2021 · 1 comment
Open

Contracts created by other contracts aren't listed #52

BrianCraig opened this issue Nov 9, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@BrianCraig
Copy link

I made a Contract that created another contract on a tx, this new Contract is usable but doesn't appear on ReefScan

this is the tx that created the contract: https://reefscan.com/contract/tx/0xd995dab6a3edb9be3d4d0961e958bd9c43eb846c48c11523a77cca83f5f728f7

origin contract:
https://reefscan.com/contract/0x916cD9a007cd4fc891834057bFA89143E2aC072c

new created contract:
0xbFd561c80617Cf5fDD10983aCEF9fAb76e777B80
https://reefscan.com/contract/0xbFd561c80617Cf5fDD10983aCEF9fAb76e777B80

code that generates the contract:

require(
  _isValidMultiplier(params.multiplier),
  "Multiplier isn't valid"
);

ERC20Entangled token = new ERC20Entangled(tokenName, tokenSymbol); // contract created here
uint256 id = idos.length;
idos.push(IDO(params, msg.sender, 0));

Thanks, Brian

@Netherdrake
Copy link
Member

Related issue reef-defi/reef-app_moved#114

@Netherdrake Netherdrake added the bug Something isn't working label Sep 13, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants