使用web3.php给合约参数类型为bytes传参数,php应该用什么类型呢?string传不进去,是空。
"constant": false,
"inputs": [{
"name": "addrs",
"type": "address[14]"
}, {
"name": "uints",
"type": "uint256[18]"
}, {
"name": "feeMethodsSidesKindsHowToCalls",
"type": "uint8[8]"
}, {
"name": "calldataBuy",
"type": "bytes"
}, {
"name": "calldataSell",
"type": "bytes"
}, {
"name": "replacementPatternBuy",
"type": "bytes"
}, {
"name": "replacementPatternSell",
"type": "bytes"
}, {
"name": "staticExtradataBuy",
"type": "bytes"
}, {
"name": "staticExtradataSell",
"type": "bytes"
}, {
"name": "vs",
"type": "uint8[2]"
}, {
"name": "rssMetadata",
"type": "bytes32[5]"
}],
"name": "atomicMatch_",
"outputs": [],
"payable": true,
"stateMutability": "payable",
"type": "function"
}