1

I have a contract on the shasta test network. I create a contract inside my smart contract and save its address in an array, but i can't call function(i use tronweb) from contract which i create in smart contract. how i can call functions from contracts which created first contract? please help me. thanks

i can call functions from first smart contract which i created, but i cant call functions from contract which created first contract

link for shasta it is contract which created first contract and link for shasta it is first contract

1 Answers1

2

You have to use transaction builder to do that:

Justin
  • 4,400
  • 2
  • 32
  • 36