-
Notifications
You must be signed in to change notification settings - Fork 96
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
Proxy Contracts #136
Comments
Shouldn't it work like any regular contract, like calling methods from ABI on proxied contract? |
Well unfortunately, it doesn't work. |
Could you please point me to such a function in typescript version? If it's indeed required I can implement it |
This is just a code snippet using tronweb |
I don't see any proxy-specific code here |
If you look at the contract address, it's a proxy contract and purchaseToken(address,uint256) is a write as proxy function. My only question here is, as you can see, tronweb has a triggerSmartContract function which can be used in cases like this, but I don't think tronpy has something like this. If I try to get the contract functions with |
So you get an error like |
Exactly |
Well I find no references of proxy support in their API either |
How do I interact with proxy contracts and use functions of write as proxy?
The text was updated successfully, but these errors were encountered: