github.com/ylsGit/go-ethereum@v1.6.5/tests/files/ABITests/basic_abi_tests.json (about)

     1  {
     2      "GithubWikiTest": {
     3          "args": [
     4              291, 
     5              [
     6                  1110, 
     7                  1929
     8              ], 
     9              "1234567890", 
    10              "Hello, world!"
    11          ], 
    12          "result": "00000000000000000000000000000000000000000000000000000000000001230000000000000000000000000000000000000000000000000000000000000080313233343536373839300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000004560000000000000000000000000000000000000000000000000000000000000789000000000000000000000000000000000000000000000000000000000000000d48656c6c6f2c20776f726c642100000000000000000000000000000000000000", 
    13          "types": [
    14              "uint256", 
    15              "uint32[]", 
    16              "bytes10", 
    17              "bytes"
    18          ]
    19      }, 
    20      "SingleInteger": {
    21          "args": [
    22              98127491
    23          ], 
    24          "result": "0000000000000000000000000000000000000000000000000000000005d94e83", 
    25          "types": [
    26              "uint256"
    27          ]
    28      }, 
    29      "IntegerAndAddress": {
    30          "args": [
    31              324124, 
    32              "cd2a3d9f938e13cd947ec05abc7fe734df8dd826"
    33          ], 
    34          "result": "000000000000000000000000000000000000000000000000000000000004f21c000000000000000000000000cd2a3d9f938e13cd947ec05abc7fe734df8dd826", 
    35          "types": [
    36              "uint256", 
    37              "address"
    38          ]
    39      }
    40  }