UNPKG

@sovryn-zero/lib-ethers

Version:
61 lines (60 loc) 1.34 kB
[ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "_lastGoodPrice", "type": "uint256" } ], "name": "LastGoodPriceUpdated", "type": "event" }, { "inputs": [], "name": "fetchPrice", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "getPrice", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "price", "type": "uint256" } ], "name": "setPrice", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" } ]