AIRDROP_ABI: readonly [{
    anonymous: false;
    inputs: readonly [{
        indexed: true;
        internalType: "address";
        name: "account";
        type: "address";
    }, {
        indexed: false;
        internalType: "uint32";
        name: "epoch";
        type: "uint32";
    }, {
        indexed: false;
        internalType: "uint256";
        name: "amount";
        type: "uint256";
    }];
    name: "ClaimVrtx";
    type: "event";
}, {
    inputs: readonly [{
        internalType: "uint32";
        name: "epoch";
        type: "uint32";
    }, {
        internalType: "uint256";
        name: "amount";
        type: "uint256";
    }, {
        internalType: "uint256";
        name: "totalAmount";
        type: "uint256";
    }, {
        internalType: "bytes32[]";
        name: "proof";
        type: "bytes32[]";
    }];
    name: "claim";
    outputs: readonly [];
    stateMutability: "nonpayable";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "uint32";
        name: "epoch";
        type: "uint32";
    }, {
        internalType: "uint256";
        name: "amount";
        type: "uint256";
    }, {
        internalType: "uint256";
        name: "totalAmount";
        type: "uint256";
    }, {
        internalType: "bytes32[]";
        name: "proof";
        type: "bytes32[]";
    }];
    name: "claimAndStake";
    outputs: readonly [];
    stateMutability: "nonpayable";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "uint256";
        name: "amount";
        type: "uint256";
    }, {
        internalType: "uint256";
        name: "totalAmount";
        type: "uint256";
    }, {
        internalType: "bytes32[]";
        name: "proof";
        type: "bytes32[]";
    }];
    name: "claimToLBA";
    outputs: readonly [];
    stateMutability: "nonpayable";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "address";
        name: "account";
        type: "address";
    }];
    name: "getClaimed";
    outputs: readonly [{
        internalType: "uint256[]";
        name: "";
        type: "uint256[]";
    }];
    stateMutability: "view";
    type: "function";
}, {
    inputs: readonly [];
    name: "getClaimingDeadlines";
    outputs: readonly [{
        internalType: "uint64[]";
        name: "";
        type: "uint64[]";
    }];
    stateMutability: "view";
    type: "function";
}] = ...