remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/remix-analyzer/test/analysis/astBlocks/blockHashAccess.json

19 lines
439 B

5 years ago
{
"argumentTypes":[
5 years ago
{
"typeIdentifier": "t_rational_3_by_1",
"typeString": "int_const 3"
5 years ago
}
],
"id": 5,
"name": "blockhash",
"nodeType": "Identifier",
"overloadedDeclarations": [],
"referencedDeclaration": -5,
"src": "69:9:0",
"typeDescriptions":
{
"typeIdentifier": "t_function_blockhash_view$_t_uint256_$returns$_t_bytes32_$",
"typeString": "function (uint256) view returns (bytes32)"
}
5 years ago
}