truffle
Version:
Truffle - Simple development framework for Ethereum
35 lines (34 loc) • 610 B
JSON
[
{
"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"
}
]