@cartesi/staking-pool
Version:
PoS Staking Pools
49 lines • 905 B
JSON
{
"contractName": "PriceOracle",
"sourceName": "contracts/oracle/PriceOracle.sol",
"abi": [
{
"inputs": [],
"name": "getPrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {},
"devdoc": {
"kind": "dev",
"methods": {
"getPrice()": {
"returns": {
"_0": "value of 1 ETH in CTSI"
}
}
},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {
"getPrice()": {
"notice": "Returns price of CTSI in ETH"
}
},
"version": 1
},
"evm": {
"gasEstimates": null,
"methodIdentifiers": {
"getPrice()": "98d5fdca"
}
}
}