UNPKG

@pvpbet/pvpbet

Version:

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

49 lines (48 loc) 907 B
{ "_format": "hh-sol-artifact-1", "contractName": "IErrors", "sourceName": "contracts/interface/IErrors.sol", "abi": [ { "inputs": [], "name": "CannotReceive", "type": "error" }, { "inputs": [], "name": "InvalidAmount", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" } ], "name": "InvalidChip", "type": "error" }, { "inputs": [], "name": "InvalidToken", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "sender", "type": "address" } ], "name": "UnauthorizedAccess", "type": "error" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }