| 12345678910111213141516171819202122232425262728293031 |
- [
- {
- "inputs": [
- {
- "internalType": "int64",
- "name": "price",
- "type": "int64"
- },
- {
- "internalType": "int32",
- "name": "expo",
- "type": "int32"
- },
- {
- "internalType": "uint8",
- "name": "targetDecimals",
- "type": "uint8"
- }
- ],
- "name": "convertToUint",
- "outputs": [
- {
- "internalType": "uint256",
- "name": "",
- "type": "uint256"
- }
- ],
- "stateMutability": "pure",
- "type": "function"
- }
- ]
|