-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Contract Updates #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! One minor stylistic nitpick— nice work though :)
Before merging this, I'm going to deploy the final mainnet and Rinkeby versions. But I'm going to wait a few days to do that final deploy, because:
Because Etherscan verification is a pain, and we still need to finish a few other tasks before launch, I think it's ok to wait a few days until that's fixed before deploying the final contracts |
Removed the immutable keyword from the Factory contract, because Etherscan would not verify the contract when present. Since the only benefit of that keyword is slightly reduced gas costs when creating a token, it was easiest to just remove that keyword
Mainnet and rinkeby contracts deployed and verified on Etherscan. Both are at 0x358bcf43fe7ec2659aD829F3604c72781fc93a9E |
Main changes:
Other changes:
Minted
andBurned
eventsYou can see the factory contract deployed and verified on Rinkeby here: (https://rinkeby.etherscan.io/address/0x4FB8Ad81754a5330165277a2655d47e99A7F598E)