custom proxy contract verification on avalanche testnet fuji. avalanche c-chain #5744
Unanswered
waqasideofuzion
asked this question in
General Q&A
Replies: 1 comment
-
Hey @waqasideofuzion are you looking to run a security audit on this contract? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how can i verify the below proxy contract?
`// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.8.0;
import './authority/ITREXImplementationAuthority.sol';
contract TokenProxy {
address public implementationAuthority;
}
`
Beta Was this translation helpful? Give feedback.
All reactions