You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've deployed an upgradable ERC20 contract, everything works fine and I interact with it via RPC but the RSK block explorer doesn't display it well - there is no token name or symbol, and the Accounts tab, which should display all token holders, is empty.
The proxy contract implements Open-Zeppelin's OptimizedTransparentUpgradeableProxy
Contract address: 0xd96AA50B7f306ab20425cD6F213128AdF7eb1f0E
Block Explorer: https://explorer.rsk.co/address/0xd96aa50b7f306ab20425cd6f213128adf7eb1f0e
I see that the block explorer recognizes it's an ERC20, but still no token name, symbol or holders are displayed.
I've deployed an upgradable ERC20 contract, everything works fine and I interact with it via RPC but the RSK block explorer doesn't display it well - there is no token name or symbol, and the Accounts tab, which should display all token holders, is empty.
The proxy contract implements Open-Zeppelin's
OptimizedTransparentUpgradeableProxy
Contract address: 0xd96AA50B7f306ab20425cD6F213128AdF7eb1f0E
Block Explorer: https://explorer.rsk.co/address/0xd96aa50b7f306ab20425cd6f213128adf7eb1f0e
I see that the block explorer recognizes it's an ERC20, but still no token name, symbol or holders are displayed.
The implementation contract:
Contract address: 0x6542a10E68ceAC1fa0641ec0D799a7492795aaC1
Block Explorer: https://explorer.rsk.co/address/0x6542a10e68ceac1fa0641ec0d799a7492795aac1
Both contracts are verified on the block explorer.
The text was updated successfully, but these errors were encountered: