Skip to content
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

Upgrade production token distro to support praise #971

Closed
aminlatifi opened this issue May 1, 2023 · 2 comments
Closed

Upgrade production token distro to support praise #971

aminlatifi opened this issue May 1, 2023 · 2 comments
Assignees

Comments

@aminlatifi
Copy link
Member

No description provided.

@divine-comedian
Copy link
Collaborator

We need to find the proxyAdmin address for this contract:
https://gnosisscan.io/address/0xc0dbdca66a0636236fabe1b3c16b1bd4c84bb1e1

from contract - the method for getting

@dev Returns the current admin.
     *
     * NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyAdmin}.
     *
     * TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the
     * https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call.
     * `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`
     */
    function admin() external ifAdmin returns (address admin_) {
        admin_ = _getAdmin();

@aminlatifi
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants