@skalenetwork/fair-manager-types
Version:
TypeScript typings for SKALE Fair Manager smart contracts
45 lines (43 loc) • 916 B
text/typescript
// Auto-generated file - do not edit manually
import type { Abi } from 'viem';
export const IRewardWalletAbi = [
{
"inputs": [],
"name": "flush",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "initialAuthority",
"type": "address"
},
{
"internalType": "contract IStaking",
"name": "staking_",
"type": "address"
},
{
"internalType": "contract INodes",
"name": "nodes_",
"type": "address"
},
{
"internalType": "NodeId",
"name": "ownerNode_",
"type": "uint256"
}
],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"stateMutability": "payable",
"type": "receive"
}
] as const satisfies Abi;