Content pfp
Content
@
0 reply
18 recasts
21 reactions

borodutch pfp
borodutch
@warpcastadmin.eth
gm degens, the TIME HAS COMETH you can now create YOUR OWN MEMECOIN in like 4 clicks!!! go to memecoins.science now — that's all you need to do to generate an ERC20 memecoin then you'll get the mint link that all your fellow degens can use to mint!!! $FARTS $FARCATS $PURPLE $POINTS $WHATEVER you have the power!!
38 replies
7 recasts
93 reactions

Greg pfp
Greg
@greg
nerd question from solidity noob - why have `initialize()` instead of just having those params be part of the Memecoin.sol constructor?
2 replies
0 recast
0 reaction

Neokry pfp
Neokry
@neokry
constructor can only be called on implementation contracts. to have the same functionality on a proxy you need to use a setup function like initialize
0 reply
0 recast
2 reactions

borodutch pfp
borodutch
@warpcastadmin.eth
the contracts are upgradeable :) so `initialize` is the new constructor
0 reply
0 recast
2 reactions