We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Related issue reef-defi/reef-app_moved#114
Sorry, something went wrong.
Frenkiee
No branches or pull requests
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:
Thanks, Brian
The text was updated successfully, but these errors were encountered: