@bitriel/bitriel-farm
Version:
Yield Farming Smart Contracts for BitrielSwap Protocol
38 lines (37 loc) • 771 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IBitrielStake",
"sourceName": "contracts/interfaces/IBitrielStake.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "enter",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "leave",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}