Hello, I have ERC20 token on mainnet, want to know is there any possible to update token name and symbol now
Aug 20, 2021, 9:15 AM
nope
Aug 20, 2021, 9:23 AM
No, there is no setters for these two.
Aug 20, 2021, 9:23 AM
What is possible options
Deploy new contract?
Aug 20, 2021, 9:54 AM
Yeh, possibly the only option.
Aug 20, 2021, 10:09 AM
Ok, thank you
Aug 20, 2021, 10:13 AM
check the declaration of `addLiquidityETH`
It has three returned values.
You may want to find a way to deal with them.
That should work.
https://github.com/Uniswap/liquidity-staker/tree/master/contracts
So the staking contracts for Uniswap are actually paying holders fees as the source of staking rewards. If that's true, it would be not possible to issue rewards for regular ERC20 tokens, since there is not fees, unless fees are reserved for staking rewards in every transaction.
Has anyone had the experience with Gnosis Multisig Wallet?
Aug 20, 2021, 11:46 AM
I meant how to type using solidity
Or any examples of smart contracts?
Aug 20, 2021, 11:47 AM
gnosis multisg is just a way to multisig
so you only have to give ownership to the multisig
so you only have to give ownership to the multisig
Aug 20, 2021, 11:55 AM
I think this page has a good explanation.
https://docs.openzeppelin.com/defender/guide-upgrades
Aug 20, 2021, 2:42 PM
you need upgradable contract so?
Aug 20, 2021, 2:45 PM
hi
Aug 20, 2021, 6:55 PM