UNPKG

@pvpbet/pvpbet

Version:

A decentralized PVP betting platform based on the Ethereum Virtual Machine (EVM).

51 lines (50 loc) 1.06 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IUseVotingEscrow", "sourceName": "contracts/interface/IUseVotingEscrow.sol", "abi": [ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "votingEscrow", "type": "address" } ], "name": "VotingEscrowSet", "type": "event" }, { "inputs": [ { "internalType": "address", "name": "newVotingEscrow", "type": "address" } ], "name": "setVotingEscrow", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "votingEscrow", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }