related posts
Workshop Recap: Gasless MetaTransactions with OpenZeppelin Defender
Gasless MetaTransactions with OpenZeppelin Defender. The workshop covers the following: Intro to…
OpenZeppelin Contracts 3.4
OpenZeppelin Contracts 3.4 includes an ERC777 security fix for potential reentrancy issues in…
Deep dive into the Minimal Proxy contract
In this deep dive into low-level EVM code, you will learn how to code a Minimal Proxy (EIP 1167)…
Hi, welcome!
Sorry, I am not sure how to do this in the truffle, I always use Hardhat to test, and with it, you can use
contract.callStatic.functionName()
to get the return value.