UNPKG

@aetherswap/v1-periphery

Version:

🔮 Peripheral smart contracts for interacting with Aetherswap V1

56 lines (55 loc) • 1.11 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IWETH", "sourceName": "contracts/interfaces/IWETH.sol", "abi": [ { "inputs": [], "name": "deposit", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "transfer", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "name": "withdraw", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }