Skip to content

Commit 9d57e84

Browse files
committed
abi-gen
1 parent 0f906a5 commit 9d57e84

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[
2+
{
3+
"inputs": [
4+
{
5+
"internalType": "int64",
6+
"name": "price",
7+
"type": "int64"
8+
},
9+
{
10+
"internalType": "int32",
11+
"name": "expo",
12+
"type": "int32"
13+
},
14+
{
15+
"internalType": "uint8",
16+
"name": "targetDecimals",
17+
"type": "uint8"
18+
}
19+
],
20+
"name": "convertToUint",
21+
"outputs": [
22+
{
23+
"internalType": "uint256",
24+
"name": "",
25+
"type": "uint256"
26+
}
27+
],
28+
"stateMutability": "pure",
29+
"type": "function"
30+
}
31+
]

0 commit comments

Comments
 (0)