Questions tagged [callcode]
31 questions
6
votes
3 answers
What are some ways to decode bytecode?
For example, the withdraw method on WithdrawDAO has methodID 0x3ccfd60b. Given the methodID, could it be decoded to know what method it calls ?
bitcoinZ
- 63
- 1
- 3
0
votes
1 answer
Error: Member "func" not found or not visible after argument-dependent lookup in address
I am trying replicate the program given at the following link:
What is a function Selector
However, I am not using the function selector. I am using the name of the function explicitly to invoke it by associating it with contract'ss address and…
zak100
- 1,406
- 1
- 13
- 37