I want to execute a smart contract function that takes input bool.
Here for example makes the distinction that web3 uses javascript which doesn't consider 1 as true, but solidity does consider 1 as true.
So my question is, if a Write Function in Etherscan takes input bool, say I want to specify True, do I input 1 or true or True?