UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

78 lines 1.38 kB
[ { "inputs": [ { "internalType": "uint256", "name": "x", "type": "uint256" } ], "name": "getGasCostOfLeastSignificantBit", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "x", "type": "uint256" } ], "name": "getGasCostOfMostSignificantBit", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "x", "type": "uint256" } ], "name": "leastSignificantBit", "outputs": [ { "internalType": "uint8", "name": "r", "type": "uint8" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "x", "type": "uint256" } ], "name": "mostSignificantBit", "outputs": [ { "internalType": "uint8", "name": "r", "type": "uint8" } ], "stateMutability": "pure", "type": "function" } ]