VESTING_ABI: readonly [{
    inputs: readonly [];
    name: "claim";
    outputs: readonly [];
    stateMutability: "nonpayable";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "address";
        name: "account";
        type: "address";
    }];
    name: "getClaimable";
    outputs: readonly [{
        internalType: "uint256";
        name: "";
        type: "uint256";
    }];
    stateMutability: "view";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "uint64";
        name: "vestingScheduleId";
        type: "uint64";
    }];
    name: "getVestable";
    outputs: readonly [{
        internalType: "uint256";
        name: "";
        type: "uint256";
    }];
    stateMutability: "view";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "uint64";
        name: "vestingScheduleId";
        type: "uint64";
    }];
    name: "getVested";
    outputs: readonly [{
        internalType: "uint256";
        name: "";
        type: "uint256";
    }];
    stateMutability: "view";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "address";
        name: "account";
        type: "address";
    }, {
        internalType: "uint256";
        name: "amount";
        type: "uint256";
    }, {
        internalType: "uint64";
        name: "period";
        type: "uint64";
    }];
    name: "registerVesting";
    outputs: readonly [];
    stateMutability: "nonpayable";
    type: "function";
}] = ...