ARB_AIRDROP_ABI: readonly [{
    inputs: readonly [{
        components: readonly [{
            internalType: "uint32";
            name: "week";
            type: "uint32";
        }, {
            internalType: "uint256";
            name: "totalAmount";
            type: "uint256";
        }, {
            internalType: "bytes32[]";
            name: "proof";
            type: "bytes32[]";
        }];
        internalType: "struct IArbAirdrop.ClaimProof[]";
        name: "claimProofs";
        type: "tuple[]";
    }];
    name: "claim";
    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";
}] = ...