Skip to content

Commit ac62867

Browse files
committed
Created Ethereum Contract ABI (markdown)
1 parent 174cbd2 commit ac62867

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Ethereum-Contract-ABI.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[
2+
{
3+
"constant": true,
4+
"inputs": [
5+
{
6+
"name": "user",
7+
"type": "address"
8+
}
9+
],
10+
"name": "accountLevel",
11+
"outputs": [
12+
{
13+
"name": "",
14+
"type": "uint256"
15+
}
16+
],
17+
"payable": false,
18+
"type": "function",
19+
"stateMutability": "view"
20+
}
21+
]

0 commit comments

Comments
 (0)