UNPKG

truffle

Version:

Truffle - Simple development framework for Ethereum

35 lines (34 loc) 610 B
[ { "inputs": [], "name": "conversionRate", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountEther", "type": "uint256" } ], "name": "convertEthValueToNumberTokens", "outputs": [ { "internalType": "uint256", "name": "convertedAmount", "type": "uint256" } ], "stateMutability": "view", "type": "function" } ]