Automated ABI Json tests.

This commit is contained in:
chriseth
2019-07-02 18:11:49 +02:00
parent 776fec1913
commit a4ef435c07
30 changed files with 1137 additions and 1088 deletions
@@ -0,0 +1,12 @@
contract test {
function() external {}
}
// ----
// :test
// [
// {
// "payable": false,
// "stateMutability": "nonpayable",
// "type": "fallback"
// }
// ]