We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b70a8 commit 9c103fcCopy full SHA for 9c103fc
contracts/proxy/ERC1967/ERC1967Utils.sol
@@ -86,7 +86,7 @@ library ERC1967Utils {
86
* @dev Returns the current admin.
87
*
88
* TIP: To get this value clients can read directly from the storage slot shown below (specified by ERC-1967) using
89
- * the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call.
+ * the https://ethereum.org/developers/docs/apis/json-rpc/#eth_getstorageat[`eth_getStorageAt`] RPC call.
90
* `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`
91
*/
92
function getAdmin() internal view returns (address) {
0 commit comments