@abcoathup
I was try to Interact with my ERC777 Contract, but I don’t have any option, like burning token and others. you can watch the image i attached below.
and this below image you can see lots of option is showing. I am not understand why it’s not showing on my contract.
2 Likes
Hi @Rahaman ,
I’m not familiar with MEW interface.
Which network is your token on? Can you specify that network in MEW?
On Ropsten test network. When I use others ERC777 token ABI it’s working, but with my token contract ABI it’s not working.
1 Like
Hi @Rahaman ,
Your screenshots have two different contract addresses. Can you share your token contract address on Ropsten?
1 Like
@abcoathup
This contract i just create and try to Interact with Contract but it’s not showing all function
The Contract Address 0x3ac34ef38991fbbf73d40bf7ed5b59399e77df63 page allows users to view the source code, transactions, balances, and analytics for the contract address. Users can also interact and make transactions to the contract directly on...
but using this contract ABI it will show all option
The Contract Address 0x219f2fba8356232f95225e5f2c0d0e45178a2854 page allows users to view the source code, transactions, balances, and analytics for the contract address. Users can also interact and make transactions to the contract directly on...
Here you can see !
1 Like
Hi @Rahaman ,
You could try interacting with the contract using Etherscan write interface and injected web3 (MetaMask):
The Contract Address 0x3ac34ef38991fbbf73d40bf7ed5b59399e77df63 page allows users to view the source code, transactions, balances, and analytics for the contract address. Users can also interact and make transactions to the contract directly on...
I don’t know why MEW isn’t interacting with the contract.
2 Likes
It’s OK I have a solution ! Thanks
2 Likes