@pvpbet/pvpbet
Version:
A decentralized PVP betting platform based on the Ethereum Virtual Machine (EVM).
88 lines (87 loc) • 1.74 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "UseGovTokenStaking",
"sourceName": "contracts/base/UseGovTokenStaking.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"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "govTokenStaking",
"type": "address"
}
],
"name": "GovTokenStakingSet",
"type": "event"
},
{
"inputs": [],
"name": "govTokenStaking",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newGovTokenStaking",
"type": "address"
}
],
"name": "setGovTokenStaking",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}