in your contract?
pragma solidity ^0.8.0; interface IA { function test(bool arg1) external view returns (bool); } contract A { mapping (bool => bool) public test; } contract B { IA a = IA(addr); function getTest() external view returns (bool) { return a.test(false); } }
also why ping me when asking that
I know the answer I was testing if you were larping
Обсуждают сегодня