how can i pass array of 4 addresses manually to function is it possible? What should be syntax in remix function caller [address1,address2,address3,address4]?
[x0100000000000000000000000000000000000000000000000000000000,x0100000000000000000000000000000000000000000000000000000000,x0100000000000000000000000000000000000000000000000000000000,x0100000000000000000000000000000000000000000000000000000000]
function examplefunction(address[] memory array) public onlyOwner{
}
and i get in remix error: transact to Absorber.setTopTransactionsWinners errored: Error encoding arguments: Error: types/values length mismatch